header{
	height: 150px;
	background: #074299;
    position: relative;
}

header .logo{
	height: 150px;
	width:45%;
	position: absolute;
	top:30px;
	background: url(../img/logo.png) no-repeat;
}

header .message-box{
	position: absolute;
	top:30px;
	right:0px;
	z-index: 999;
	width:17%;
	height: 64px;
}
header .search{
	position: absolute;
	width: 100%;
	top:30px
}
.search input[type="text"]{
	width: 100%;
	height: 34px;
	border:#C9C9C9 1px solid;
}
 .search input[type="button"]{
	width:26px;
	height: 26px;
	border: none;
	background:url(../img/fdj.png) no-repeat;
	position: absolute;
	right:8px;
	top:2px
}
.message-box ul {
	overflow: hidden;
	margin-left: 10px;
}
.message-box ul li{
	float:left;
	height: 70px;
	position: relative;
}
.message-box ul li a{
	color:#8E8E8E;
	padding-right: 10px;
	padding-left: 30px;
}
.message-box i.email:before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 26px;
	background: url(../img/email.png) no-repeat;
	position: absolute;
	top:0px
}
.message-box i.sy:before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/home.png) no-repeat;
	position: absolute;
	top:-3px;
}
nav{
	height: 50px;
	background: #FFFFFF;
	box-shadow:0 0 10px #DDDDDD;
}
.navbar_nav li.shouye{
	float:left;
	position: relative;
	display: block;
	width:14%;
	line-height: 40px;
	text-align: center;
	position: relative;
}

.navbar_nav .dropdown{
	float:left;
	position: relative;
	display: block;
	
}
.navbar_nav li .top-title{
 	text-decoration: none;
	display: block;
	width:100%;
	line-height: 50px;
	font-size: 16px;
 }

.navbar_nav li .top-title:hover{
	background: #074299;
	color: #FFFFFF;
}

 .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}

 .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	z-index: 999;
	background-color: rgb(245,245,245);
    top:50px;
    width: 100%;
    text-align: center;
    border: #f2f2f2 1px solid;
}
 .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	display: block;
	padding:0 2px;
	line-height: 46px;
	text-align: center;
	border-bottom: #ddd 1px solid;
} 
 .navbar_nav li.dropdown .dropdown_menu a:first-child{
	/*border-top:#CDA274 2px solid*/
}
 .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
}
 .navbar_nav li.dropdown:hover .top-title{
 	background: #074299;
 	color: #FFFFFF;	
}

 .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	background-color: #074299;
	color: #FFFFFF;
}
.slideBox {
	overflow: hidden;
	position: relative;
	top:0px;
	margin: 0 auto;
}

.slideBox .hd {
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom:-40px;
	z-index: 1;
	transform: translateX(-50%);
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	width: 15px;
	height:15px;
	background: rgba(255,255,255,0.6);
	border-radius: 50%;;
	font-size:12px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}
.slideBox .hd ul li.on {
	background: #FFFFFF;
}

.slideBox .moreBox{
	color:#FFFFFF;
	padding:10px 20px;
	line-height:40px;
	background-color:#B70E17;
	position: relative;
	top:19px
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width:100%;
	height:100%;
	display: block;
}

.news{
	margin-top: 40px;
}
.title{
	height: 50px;
	position:relative;
}
.title p{
	font-size:24px;
	line-height: 50px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: #074299 2px solid;
	
}
.title span{
	color:#074299;
}
.news{
	margin-top: 30px;
}
.newsBox {
	width:49%;
	min-height:408px;
	overflow: hidden;
	position: relative;
	top:0px;
}

.newsBox .hd {
	height: 90px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	bottom:50px;
	z-index: 1;
}

.newsBox .hd ul {
	overflow: hidden;
	zoom: 1;
}

.newsBox .hd ul li {
	float: left;
	width: 10px;
	height:10px;
	margin-left: 10px;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}
.newsBox .hd ul li.on{
	background: #0D53A2;
}
.newsBox .moreBox{
	color:#FFFFFF;
	padding:10px 20px;
	line-height:40px;
	background-color:#B70E17;
	position: relative;
	top:19px
}
.newsBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
        margin:0 auto
}

.newsBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.newsBox .bd li p{
	height: 60px;
	background: rgba(7,66,153,0.6);
	color:#FFFFFF;
	line-height: 60px;
	padding-left: 10px;
	position: relative;
	top:-60px
}
.newsBox .bd img{
	width:100%;
	height:408px;
	display: block;
}
.news-box-right{
	width:48%;
	background: url(../img/662.png) no-repeat right bottom;
}

.news-list li{
	line-height: 40px;
}
.news-list li.first-news {
	padding-bottom: 40px;
}
.news-list li.first-news .first-news-title p{
	font-size:24px;
	font-weight: bold;
	padding-bottom: 15px;
}
.news-list li.first-news .first-news-abs p{
	font-size:14px;
	color:#636363;
	line-height: 24px;
}
.news-list i.cal{
	content: "";
	display: inline-block;
	width:24px;
	height: 14px;
	background: url(../img/sj.png) no-repeat;
	position: relative;
	top:1px
	
}

.get-more{
	position: absolute;
	right:0px;
	top:0px;
	display: block;
	height: 30px;
	text-align: center;
	line-height: 28px;
}

.right-arrow:after{
	content: "";
	display: inline-block;
	position: relative;
	top:12px;
	left: 5px;
	width:30px;
	height:30px;
	background: url(../img/right_arrow.png) no-repeat;
}
.part-two{
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;
}
.part-two .tzgg{
	width:48%;
	float: left;
}
.part-two .zcfg{
	width:48%;
	float:right;
}
.part-two .tzgg .tzgg-list li{
	height: 68px;
	width: 100%;
	background: #F2F2F2;
	margin-top: 20px;
	border-radius: 4px;
	padding-left: 10px;
}
.part-two .tzgg .tzgg-list li a{
	
}
.part-two .tzgg .tzgg-list li .tzgg-date {
	float: left;
	border-right:#C9C9C9 1px solid;
	width: 80px;
	margin-top: 5px;
}
.part-two .tzgg .tzgg-list li .tzgg-date .day{
	font-size:28px;
	color:#074299;
	text-align: center;
}
.part-two .tzgg .tzgg-list li .tzgg-date .year{
	text-align: center;
}

.part-two .tzgg .tzgg-list .tzgg-title{
	float: left;
	line-height: 68px;
	margin-left: 20px;
}
.part-two .zcfg .news-list{
	padding-top: 10px;
}
.part-two .zcfg .news-list li{
	line-height: 43px;
	border-bottom: #f2f2f2 1px solid;
}
.part-two .zcfg .news-list li a{
	padding-left: 15px;
}
.part-two .zcfg .news-list li:before{
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	background: #0B66AD;
	border-radius: 50%;
	position: relative;
	top:25px;
}

footer{
	clear: both;
	background: #074299;
	
}
footer .link{
	padding:30px 0px 30px 0px;
	border-bottom: #5C93D4 1px solid;
}
footer .link h3{
	color: #fff;
	font-weight: 400;
	margin-right: 30px;
	float:left;
	font-size:16px
}
footer .link-flex{
	display: flex;
	justify-content: space-between;
}
footer .link-flex .link-box{
	width:215px;
	height: 28px;
	color:#FFFFFF;
	border:#5C93D4 solid 1px;
	background: transparent;
}
.copyRight {
	padding-top: 10px;
        padding-bottom:10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
       font-size:14px
}

.list{
	margin-top: 40px;
}
.list .list-left{
	width:22%;
	float: left;
}
.list .list-right{
	width:74%;
	float:right;
}
.list .list-left .list-left-head{
	height:100px;
	background: #175aa6;
}
.list .list-left .list-left-head h2{
	color:#FFFFFF;
	padding-left: 40px;
	line-height: 100px;
}
.list .list-left-nav{
	background: #FFFFFF;
	box-shadow: 0 0 10px #b5b5b5 ;
	padding-bottom: 40px;
}
.list .list-left-nav ul li{
	line-height: 50px;
	border-bottom: #C9C9C9 1px dashed;
	position: relative;
}
.list .list-left-nav ul li:hover{
	background: #f2f2f2;
}
.list .list-left-nav ul li a{
	padding-left: 40px;
	display: block;
	width: 100%;
}
.list .list-left-nav ul li.active:after{
	content: "";
	display: inline-block;
	width:20px;
	height:12px;
	background: url(../img/title001_ico.png) no-repeat;
	position:absolute;
	right:30px;
	top:20px
}


.list .list-left-nav li.dropdown_list .dropdown_list_menu{
	display: none;
	/*position: absolute;
	z-index: 999;
	background-color: rgba(23,90,166,0.9);
    top:50px;*/
    width: 100%;
}
.list .list-left-nav li.dropdown_list .dropdown_list_menu a{
	font-size: 12px;
	display: block;
	line-height: 36px;
} 

.list .list-left-nav li.dropdown_list:hover .dropdown_list_menu{
	display: block;
}
.list .list-left-nav li.dropdown_list:hover .top-title{
 	background: #0d53a2;
 	color: #FFFFFF;	
}

.list .list-left-nav li.dropdown_list:hover .dropdown_list_menu a:hover{
	background-color: #0d53a2;
	color: #FFFFFF;
}







.list .list-right{
	min-height: 500px;
	border-top:#175AA6 2px solid;
	box-shadow: 0 0 10px #b5b5b5 ;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.list .list-right-head{
	line-height: 50px;
	font-size:20px;
	border-bottom:#DDDDDD 1px solid;
	position: relative;
}
.list .list-right-head .local{
	position:absolute;
	font-size:14px;
	right:0;
	top:0;
	color:#B3B3B3
}
.list .list-right-body{
	padding-top: 20px;
}
.list .list-right-body p{
	line-height: 200%;
}
.list .list-right-body .news-list li{
	height: 50px;
	border-bottom: #C9C9C9 1px dashed;
}
.list .list-right-body .news-list li a{
	line-height: 50px;
}
.list .list-right-body .news-list .arrow:before{
	content: "";
	display: inline-block;
	width:18px;
	height:18px;
	background: url(../img/banner-list.png) no-repeat;
	position: relative;
	top:7px
}
.list .inner-text{
	border-top:#175AA6 2px solid;
	box-shadow: 0 0 10px #C9C9C9;
	min-height: 500px;
	margin-bottom: 40px;
	padding: 20px 50px;
}
.list .inner-text .text-head{
	border-bottom: #C9C9C9 1px solid;
}
.list .inner-text .text-head h3{
	line-height: 50px;
	font-size:20px
}
.list-right-body .leader li{
	min-height: 262px;
	margin-bottom: 20px;
	border-bottom:#f2f2f2 1px solid;
}
.list-right-body .leader img{
	width:176px;
	height: 242px;
	margin-right: 30px;
}
.list-right-body .leader h3{
	padding-bottom: 10px;
	
}
.list-right-body .leader p{
	color:#636363;
	line-height: 30px;
}
.list-right-body .erke-abs h3{
	text-align: center;
	line-height: 36px;
}
.list-right-body .erke-table{
	padding-top: 20px;
	/*display: flex;
	flex-direction: row;*/
}
.list-right-body .erke-table .table-box{
	width:400px;
	float: left;
	position: relative;
	margin-right: 30px;
	padding-top: 30px;
}
.list-right-body .erke-table .table-box h3{
	font-size: 16px;
	border-bottom: #C9C9C9 1px solid;
	line-height: 46px;
}
.list-right-body .erke-table .table-box .erke-more{
	float: right;
	position: absolute;
	top:42px;
	right:0;
	color:#0B66AD
}
.list-right-body .zhidu{
	clear: both;
}
.list-right-body .zhidu ul li{
	width: 400px;
	background: #179FA6;
	height: 80px;
	float: left;
	margin-right: 40px;
	margin-top: 40px;
	text-align: center;
}
.list-right-body .zhidu ul li a{
	color:#FFFFFF;
	font-size:24px;
	font-weight: bold;
	line-height: 80px;
}
.sysjj{
	margin-top: 40px;
}
.sysjj .syslist {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top:20px
}
.sysjj .sys-box{
	height: 40px;
	width: 24%;
	text-align: center;
	transition: all 0.2s ease-in-out;
}
.sysjj .sys-box:hover{
	box-shadow: 0 0 10px #8E8E8E;
}
.sysjj .sys-box a{
	color:#FFFFFF;
	text-align: center;
	line-height: 40px;
}
.sysjj .sys-box:nth-child(1){
	background: #179FA6;
}
.sysjj .sys-box:nth-child(2){
	background: #5C93D4;
}
.sysjj .sys-box:nth-child(3){
	background: #B5B5B5;
}
.sysjj .sys-box:nth-child(4){
	background: #B70E17;
}