.main{
    padding:20px 0px;
	box-sizing:border-box;
}


.mtjz_list{}
.mtjz_list .news_ul .news_li{width:675px;overflow: hidden;box-sizing: border-box;float: left;background: #f1ecec;margin-right:50px;margin-bottom:30px;position: relative;}
.mtjz_list .news_ul .news_li:nth-child(2n) {margin-right:0px;}
.mtjz_list .img_box {margin: 40px;width:207px;height:207px;overflow: hidden;box-sizing: border-box;background: url('../img/mtjz_img1.png') no-repeat left top;padding:5px;}
.mtjz_list .img_box img {width:197px;transition: transform 0.3s ease;}
.mtjz_list .img_box:hover img {transform: scale(1.05);}
.mtjz_list .news_info{padding: 20px;background: #ce3737;color:#fff;position: absolute;left:280px;top:100px;border-radius:5px;}
.mtjz_list .news_tit {font-size: 24px;font-weight: bold;line-height:40px;}
.mtjz_list .news_txt{padding: 20px;background: #ce3737;color:#fff;font-size: 16px;min-height: 50px;}


.pages{margin:30px 0px;text-align: center;}
.pages li{border:1px solid #ccc;display: inline-block;margin:0 5px;border-radius: 3px;}
.pages li a{padding:5px 15px;display: inline-block;font-size: 14px;}
.pages li.page-active{background: #bf0000;border:1px solid #bf0000;color:#fff;}
.pages li:hover{background: #bf0000;border:1px solid #bf0000;color:#fff;}
.pages li.page-active a{color:#fff;}
.pages li:hover a{color:#fff;}
.pages .dian {font-size: 14px;padding: 5px 15px;}

/*定义竖屏 css*/
@media screen and (orientation:portrait) {
    body {width: 1400px;}
}
