.conl2{background-color: #ffffff;border-top: solid 2px #FF9D00;border-bottom: solid 1px #EFEFEF;width: 1200px;margin: 0px auto;}

.conl2 dl{
    background: #f8f8f8;
    height: 50px;
    align-items: center;
    display: flex;
    padding: 4px 17px;
    box-sizing: border-box;
    font-size: 12px;
    color: #4C4A4B;
}
.conl2 a{
    color: #4C4A4B;
}
.conl2 ul{margin-left: 17px;border-bottom: dashed 1px #EFEFEF;height: 50px;overflow: hidden;}
.conl2 ul li{float: left;font-size: 14px;color: #4C4A4B;height: 22px;line-height: 22px;margin-top: 15px;padding: 0 7px;margin-right: 5px;}
.conl2 ul li.on{background-color: #FF9D00;color: #fff;}
.conl2 ul li.on a{color: #fff;}
.conl2 ul .conl21{font-weight: bold;padding: 0;margin-right: 0;}
.conl2 ul li a{color: #4C4A4B;display: block;height: 100%;}
.conl2 ul li a:hover{color: #FF9D00;}
.conl2 ul li.on a:hover{color: #fff;}

/*政治开始*/
.zz{background: #ffffff;}
.zz li{float: left;width: 258px;margin: 15px 20px;}
.zz li div{width: 100%;height: 150px;overflow: hidden;margin-bottom: 9px;}
.zz li div img{
	width: 100%;height: 100%;
	transition:all .4s linear;
    -moz-transition:all .4s linear;
    -o-transition:all .4ss linear;
    -webkit-transition:all .4s linear;
}
.zz li div img:hover,.zoujin2>div a img:hover{
	 /* transition:all .4s linear;
    -moz-transition:all .4s linear;
    -o-transition:all .4s linear;
    -webkit-transition:all .4s linear;  */
    -webkit-transform:scale(1.12);
    -moz-transform:scale(1.12);
    -o-transform:scale(1.12);
    -ms-transform:scale(1.12);
    transform:scale(1.12);
}
.zz li p{
    font-size: 14px;
    color: #1A1B1B;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fenye{width: 100%;height: 30px;margin-top: 50px;text-align: center;font-family: 宋体;margin-bottom: 50px;}
.fenye a.a1{background: url(../images/admin_img/pages.png) no-repeat 0 5px;
    width: 56px;
    padding: 0;}
.fenye a{display: inline-block;
    height: 24px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px;}
 .fenye span{display: inline-block;
    height: 24px;
    line-height: 22px;
    background: #FF9D00;
    border: 1px solid #FF9D00;
    color: #fff;
    text-align: center;
    padding: 0 10px;}

