.main{
    padding:30px 0px;
    background: #ffffff;
    font-size: 0;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    min-height: 1320px;
	box-sizing:border-box;
}
.box_l{
    display: inline-block;
    width: 900px;
}
.box_r{
    display: inline-block;
    width: 380px;
	background-color: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    float:right;
}
.position{
    color: #333;
	font-size: 16px;
}
.position a{
    font-size: 16px;
}
.position span{
    padding: 0 5px;
}
.list-ad {
    width: 900px;
    overflow: hidden;
    padding-bottom: 15px;
    clear:both;
}


.news_list{padding-right:20px;}
.news_list .news_ul .news_li{border-bottom:1px solid #ccc;padding:20px 0;width: 100%;overflow: hidden;box-sizing: border-box;}
.news_list .news_ul .news_li .trans {float: left;margin-right:30px;width:200px;height:120px;overflow: hidden;border-radius: 5px;}
.news_list .news_ul .news_li .trans img{width:200px;height:120px;transition: .3s ease;}
.news_list .news_ul .news_li .trans img:hover{transform: scale(1.1);transition: .3s ease;}
.news_list .news_ul .news_li .trans_topic {float: left;margin-right:30px;width:300px;height:100px;overflow: hidden;}
.news_list .news_ul .news_li .trans_topic img{width:300px;height:100px;transition: .3s ease;}
.news_list .news_ul .news_li .trans_topic img:hover{transform: scale(1.1);transition: .3s ease;}
.news_list .news_ul .news_li .trans_fuwu {float: left;margin-right:30px;width:100px;height:100px;overflow: hidden;}
.news_list .news_ul .news_li .trans_fuwu img{width:100px;height:100px;transition: .3s ease;}
.news_list .news_ul .news_li .trans_fuwu img:hover{transform: scale(1.1);transition: .3s ease;}
.news_list .news_ul .news_li .news_txt{}
.news_list .news_ul .news_li .news_txt h3{color:#000;font-size:22px;}
.news_list .news_ul .news_li:hover .news_txt h3{color: #e60012;}
.news_list .news_ul .news_li .news_txt p{margin-top:10px;font-size:14px;line-height:24px;color:#666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news_list .news_ul .news_li .news_txt .detail{color:#a7a7a7;margin-top:10px;font-size:14px;text-align: right;}

.pages{margin-top:30px;text-align: center;font-size: 14px;}
.pages li{border:1px solid #ccc;display: inline-block;margin:0 5px;border-radius: 3px;}
.pages .page {display:none;}
.pages .show {display:inline-block;}
.pages li a{padding:5px 14px;display: inline-block;}
.pages li.page-active{background: #0076da;border:1px solid #0076da;color:#fff;}
.pages li:hover{background:#0076da;border:1px solid #0076da;color:#fff;}
.pages li.page-active a{color:#fff;}
.pages li:hover a{color:#fff;}

.right_box {background-color:#fff;width:340px;margin:0px auto;box-sizing:border-box;padding:15px;}
.tit{
    width: 100%;
}
.tit a{
    display: inline-block;
    width: 100%;
    height: 26px;
    color: #040404;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding-left: 10px;
    margin: 7px 0;
    border-left: 5px solid #3278dd;
}

.zt_list{
    margin-top: 10px;
}

.zt_list ul li a{
    display: inline-block;
    width: 310px;
}
.zt_list .zt_pic{
    display: inline-block;
    width: 310px;
    height: 190px;
	overflow: hidden;
	border-radius: 5px;
}
.zt_list ul li a img{
    width: 310px;
    height: 190px;
}
.zt_list ul li:hover a img{
    transform: scale(1.05);
    transition: 0.2s;
}
.zt_list ul li a p{
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
}

.sh_box {
    margin-top: 30px;	
}
.sh_list{
   /* margin-top: 10px;*/
}
.sh_list ul li {
    width: 310px;
}
.sh_list ul li a {
    display: inline-block;
    width: 310px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
}

