@charset "utf-8";
.ani-mati { position: relative; background-color: #CCC; height: 6px; animation-name: shine; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: linear; background: #f6f7f8; background: #eee; background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee)); background: -webkit-linear-gradient(left, #eee 8%, #ddd 18%, #eee 33%); background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%); -webkit-background-size: 800px 104px }
@keyframes shine { 0% {
background-position:-468px 0
}
100% {
background-position:468px 0
}
} 
.clr {clear:both}
.m13{margin-top:13px;}
.wd{width:100%;}
.ftz{float:left;}
.ftr{float:right;}
.m2{margin-top:20px;}
.m1{margin-top:10px;}
.m14{margin-top:14px;}
* {box-sizing: border-box;}
.w100{width:100%;}
/*New CSS*/
.l-grid{
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.2);
    display: inline-block;
	border-radius:3px
}
.l-img{width: 333px;float: left;height:240px;}
.l-inner{ width: calc(100% - 333px);padding: 0 20px;margin:10px 0;}
.l-left {width:70%;float:left}
.l-right {width:28%;float:right}
.l-widfull{width:94%;margin-top:3%;height: 20px;}
.l-widfull-2{width:94%;margin-top: 2%;}
.l-widfull-3{width: 71%;margin-top: 2%;}
.l-widfull-33{margin-top: 6%;width: 23%;height:18px}
.l-widfull-34{margin-top: 2%;width: 68%;}
.l-widfull-35 {margin-top: 4%;width: 8%;height: 28px;border-radius: 50px;}
.l-widfull-36 {margin-top: 19px;width: 16%;height: 18px;margin-left: -15px;border-radius: 0 4px 4px 0;}
.l-widfull-4{width: 15%;margin-top: 3%;margin-right: 10px;height: 26px;border-radius: 3px;}

.l-widfull-5{width:49%; margin-top:7%;}
.l-widfull-6{width: 49%;margin-top: 6%;}
.l-widfull-7 {width: 80%;margin-top: 28%;}
.l-widfull-77 {width: 80%;margin-top: 4%;}
.l-widfull-55 {width: 15%;margin-top: 7%;height: 21px;margin-left: 44px;border-radius: 3px;}
.l-widfull-8{width: 80%;margin-top: 11%;height: 40px;border-radius:3px;margin-bottom:10px}

.l-grid:nth-child(2n) {margin-right: 0;}