/*==== Index css ====*/
.boxs{border:#DDD solid 1px;margin:15px 0;display:block;background-color:#FCFCFC;border-bottom:#AAA solid 1px;border-radius:5px;box-shadow:0 2px 8px #DDD;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.08)} .boxs .tit{text-indent:12px;border-bottom:#DDD solid 1px;margin-top:1px;background:-webkit-linear-gradient(top,#f2f2f2,#EEE);line-height:35px}
.boxs .box {margin:10px 10px 5px} .boxs .box dd{margin:5px 15px} .boxs .box dd em a, .boxs .box li a{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis} .boxs .box dd img{width:150px;height:100px;padding:2px;border:#CCC solid 1px} .boxs .box dd em a{width:150px;margin-bottom:4px}
.boxs .box li{height:26px;line-height:26px;width:50%}
.boxs .box ul{margin:0 0 0 10px}
.boxs .box li:nth-child(2n){margin-left:8px;width:47.555%}
.boxs .box dd em{height:25px;line-height:25px;margin-bottom:10px;font-style:normal;text-align:center}
.boxs .box dd, .boxs .box li{float:left}

/*==== Media Screen css ====*/
@media screen and (max-width: 767px) {
	.boxs .box dd em a{width:130px} .boxs .box li:nth-child(2n){margin-left:8px;width:45.555%}
}
@media screen and (max-width: 413px) {
	.boxs .box {margin:10px 5px 5px} .boxs .box dd{margin:5px 8px}
	.boxs .box ul{margin:0 0 0 5px}
}