@charset "gb2312";
*{ box-sizing: border-box;}
body,p,ul,h2{
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

body{background-color: #f4f9ff;}

div{
    margin: 0 auto;
}
img{
	border: none;
	max-width: 100%;
}
a{
	text-decoration: none;
    color: black;
}
ul{
    list-style: none;
}
p{

}
em {
    font-style: normal;
}
/*clear*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}
.wrap-hd {
    width: 1200px;
    margin: 0 auto;
}
.ztr-header{
    height: 646px;
    background: url(../images/header_bg.jpg) center top no-repeat;
   /* background-size: 100%;*/
}
.ztr-logo {
    padding-top: 6px;
}
.header-text{
    margin-top: 73px;
}
.header-text img{

}
.content{
    /* background-color: aqua; */
    width: 100%;
}
.w880{
    width: 880px;
    margin: 0 auto;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.content-news{
    background: #f8f8f8;
    padding: 30px 25px;
    height: 260px;
}
.news-top{
    position: relative;
    height: 116px;
}
.news-top img{
        position: absolute;
    width: 65px;
    height: 216px;
    top: -16px;
    left: -25px;

}
.news-top p{
    padding: 0px 20px;
    width: 94%;
    float: right;
    font-size: 24px;
    line-height: 1.6em;
    color: #1f2e45;
    text-align: justify;
    text-indent: 2em;
}
.news-buttom{
    margin: 30px auto;
    height: 180px;
    width: 100%;
}
.news-buttom div:nth-child(1){
    float: right;
}
.news-item{
    height: 175px;
    width: 550px;
    float: left;
    background: url(../images/info_bg.png) center no-repeat;
    background-size: 100% ;   
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.news-info{
    padding: 40px 45px 40px 145px;
}
.news-info a{
    font-size: 18px;
    line-height: 1.6em;
    color: #1f2e45;
}
.news-info a:hover{
    font-weight:600;
}

.act-hd{margin: 45px auto 15px; text-align: center;}
.content-list{
    padding: 0px 20px 20px;
}
.list li{
    padding: 20px 0px;
    border-bottom: dotted 1px #bbb;
    width: auto;
    overflow: hidden;
}
.list li:last-child{
    border: none;
}
.list li>a{
    display: block;
    float: left;
    width: 27%;
}
.list li>a>img{
    width: 100%;
    height: 190px;
    display: block;
}
.list li>div {
    float: right;
    width: 70%;
    margin-left: 3%;
}
.list li h2 a {
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 5px;
    display: block;
}
.list li p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    color: #322b2b;
}
.more-btn{
    text-align: center;
    font-size: 18px;
    /*margin: 15px 0px;*/
    color: #322b2b;
    margin-top:30px;
    border: 1px solid #e0e0e0;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;

}
.onmore{
background:#015293!important;
}
.onmore a{
color:#ffffff;
font-weight:bold;
}

.xchb-box{
    background: url(../images/comments-bg.png) center no-repeat;
}
.swiper{
    height: 335px
}
.swiper-slide img{
    width: 320px;
    height: 250px;
    border: 4px solid #d2cbd0;
}
.video{
    height: 420px;
    text-align: center;
}
/*尾部*/

.wzdh{
    display: none;
    width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #dae2e8;
    background: #fff;
    z-index: 100;
    bottom: 100%;
}
.wzdh ul{ padding: 13px 18px;}
.wzdh li{
    width: 16.6%;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    vertical-align: top;
}
.wzdh li a{
    display: block;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    padding-left: 6px;
}
.wzdh li:hover a{ color: #015293;}
.footer_top li:hover .wzdh{ display: block;}
/* 尾部结束 */
.oldyy-btn{
    width: 158px;
    height: 56px;
    background: url(../images/oldf1_03.png) no-repeat;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    color: #fff;
    top: 40px;
    right: 0;
    z-index: 10;
}
.oldyy-btn a{ 
    color: #fff;
}
.oldyy-btn:hover{
    filter:brightness(1.2);
}


/*新增分栏样式*/
.row{
margin: 0 -40px;
overflow: hidden;
}
.fl{
    width: 50% !important;
    float: left;
}
.h2{
    margin: 0 40px;
    background-color: rgb(23, 89, 167);
    height: 82px;
    line-height: 82px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}
.row span{
    font-weight: bold;
    font-size: 33px;
    color: #ffffff;
}
.row a{
    font-size: 20px;
    color: #ffffff;
}
.fr{
    width: 50% !important;
    float: left;
}


.zcwj_tab .hd ul{
overflow: hidden;width: 700px;margin: 0 auto;
}
.zcwj_tab .hd ul li{width:46%; float: left; box-sizing: border-box; margin-right: 4%; height: 60px; text-align: center; line-height: 60px; background: #f8f8f8; border-radius: 2px; border: 1px solid #e0e0e0; position: relative;}
.zcwj_tab .hd ul li a{display:block; font-size: 20px; color:#333;}
.zcwj_tab .hd ul li.on a{color: #fff; font-weight: bold;}
.zcwj_tab .hd ul li.on{
    background: #015293;
    border: 1px solid #a13434;
}

.tl_1{ padding: 0 20px;}
.tl_1 .xxgk_title{ line-height: 60px;}
.tl_list{ padding-bottom: 30px; border-bottom: 1px dashed #ededed;}
.tl_list li{ overflow: hidden; margin-top: 22px; line-height: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.tl_list li i{ float: left; width: 5px; height: 5px; background: #aaaaaa; margin-top: 7px;}
.tl_list li span{ float: left; font-size: 14px; color: #666; margin-left: 15px;}
.tl_list li a{  width: 80%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; font-size: 16px; margin-left: 30px;}
.page{ height: 65px;}
.tl_list li:hover i{ background: #0675bd;}
.tl_list li:hover span{ color:#0675bd;}
.tl_list li:hover a{ color:#0675bd;}

.main{margin: 0 auto;width: 1200px;position: relative;}
.place{padding: 15px 20px;background: #f2f2f2;font-size: 16px;color: #666;}
.place a{color: #666;}
.place span{margin: 0 5px;}
.place em{color: #0173c7;}
.yy_con{ background: #fff;}

.yy_xl{ padding: 0 80px;}
.xl_title{ border-bottom: 1px solid #dddddd; position: relative;}
.xl_title b{ display: block; font-size: 18px; color: #666666; padding-top: 26px;}
.xl_title h3{ display: block; color: #0281df; font-size: 30px; text-align: center; margin-top: 20px;}
.xl_title em{ display: block; color: #666; font-size: 18px; text-align: center; margin-top: 10px;}
.xl_title_bot{ margin-top: 25px; padding-bottom: 10px;}
.xl_title_lf{float: left; text-align: center; color: #555555; font-size: 14px; margin-left: 23%;}
.xl_title_lf span{ margin-right: 17px;}
.xl_title_lf1{float: left; text-align: center; color: #555555; font-size: 14px; margin-left: 13%;}
.xl_title_lf1 span{ margin-right: 17px;}
.xl_title_rg{ float: right;}
.xl_title_rg span{ font-size: 14px; color: #555555; float: left;}
.xl_title_rg a{ float: left; cursor: pointer;}
.xl_title_rg a:last-child::before{
	content: '';
	float: left;
	height: 14px;
	width: 2px;
	background: #f4f4f4;
	margin: 0 14px;
	margin-top: 4px;
	
}