/*nav-xxt.css*/

body{background-color: #eaeaea;}
.main{width: 1200px;margin: 52px auto;margin-top: 120px;position: relative;}
.main .lanmu{height: 100%;border-radius: 4px;}
.main .zjs{margin-bottom: 6px;}
.list{overflow:hidden;width: 100%;}
.list li{float: left;width: 280px;display: block;background-color: #fff;margin: 0 18px 44px 0;position: relative;border-radius: 4px; border: 1px solid #EAEAEA;}
.list li:nth-child(4n+1){ clear:both;};
.list li:hover{ border: 1px solid #ff931f;}
.list li:hover .title a{color: #ff931f;}
.list .imgbox{width: 100%;}
.list li.item img{width: 100%; height:auto;border-radius: 4px 4px 0 0 ;display: block;}
.list li.item .lanmu img{width: 100%; height:330px;border-radius: 4px 4px 0 0 ;display: block;}
.list .title{padding: 16px 20px;color: #3c3c3c;overflow: hidden;height: 49px;border-bottom: 1px solid #e7e7e7;}
.list .title a{color: #3c3c3c;}
.list .info{position: relative;bottom: 0px;background-color: #f6f6f6; width: 100%;padding: 8px 0;font-size: 13px; color: #7b7b7b;border-radius: 0 0 4px 4px;border-top: 1px solid #fff;}
.list .pub-time{margin-left:10px; }
.list .like{background-image: url(/datanews/static/like.png);background-repeat: no-repeat;background-size: 22px 22px;margin-left: 4px;height: 22px;width: 22px;float: right;margin-top: -4px;margin-right: 16px;}
.list .like-num{float: right;}



@media screen and (max-width:480px){
	body,html, .head, .footer {width:100%;}
	.main{width:100%;margin-top:76px; }
	.main .zjs{margin-left:2%; }
	.list{width:100%;}
	.list li {width: 47%;margin: 0 0 30px 2%;border: 0;}
	.list li:hover{ border: 0;}
	.list .title{margin: 0;padding: 10px;}
	.domMobile{ display:none!important;}
}