/* 背景图 */

.baner_two{
	width: 100%;
	height: 280px;
	display: table;
        position:relative;
}
.baner_two img{
width:100%;
height:100%;
}
.tongzhi{
	padding:0 20px;
    height: 60px;
    background: rgba(1,68,144,0.7);
    line-height: 60px;
	margin: 0 auto;
	text-align: center;
        position:absolute;
        left:50%;
        bottom:50px;
        transform:translate(-50%,0%);
transition: 0.6s all;
}
.tongzhi h1{
	font-size: 24px;
	color: white;	
}
.tongzhi:hover{
background: #014490;

}
/* 通知 */
.tz{
	width: 100%;
	height: 60px;
	background: white;
	margin-bottom: 35px;
	box-shadow: 0 5px 5px #e2e8ef;
	-webkit-box-shadow: 0 5px 5px #e2e8ef; 
}
.tz_gg{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.box_tz{
	height: 60px;
	float: left;
}
.box_tz li{
	/* width: 113px;*/ 
	height: 75px;	
padding: 0 20px;
	line-height: 60px;
	text-align: center;	
        float:left;
        background:none;
}
.box_tz li a{
       font-size: 18px;
        color: #434343;
       diaplay:block;
}
.box_tz li:hover{
	background: #014490;
}
.box_tz li:hover a{
	color: white;
        font-weight: 600;
}
.box_tz li.active{
	background: #014490;
}
.box_tz li.active a{
	color: white;
        font-weight: 600;
}



.icon{
	float: right;
        font-size: 14px;
	color: #666666;
}
.tz_gg img{
	display: block;
	width: 19px;
	height: 17px;
	float: left;
	padding-top: 21px;
}
.tz_gg a{
	
	font-size: 14px;
	color: #666666;
	line-height: 60px;
}
.tz_gg a:hover{
	color:#014490;
}


/* 列表内容 */
.listnr{
	width: 100%;
	background: white;
        margin-bottom:50px;
}
.listnr_lb{
	width: 1200px;
	margin: 0 auto;
}

.lbnr{
	width: 1200px;
	box-shadow: 0 0 5px 5px #e2e8ef;
	-webkit-box-shadow: 0 0 5px 5px #e2e8ef; 
	margin-top: 30px;
}

.textnr{
	width: 1140px;
	margin: auto;
	min-height: 300px;
	font-size: 16px;
	color: #434343;
	line-height: 30px;
	padding-top: 26px;
	padding-bottom: 58px;
}