@charset "utf-8";
body{background: #f2f2f2;}
/*头部*/
.header{min-width: 1200px;width: 100%;height: 124px;background: #107cc8;}
.logo{width: 554px;float: left;height: 100%;line-height: 123px;}
.logo img{width: 100%;display: inline-block; vertical-align: middle;}
/*搜索*/
.search-wrap{width: 250px;float: right;margin-top: 25px;}
.top_link{width: 100%;font-size: 15px;color: #fff; margin-bottom:25px;}
.top_link a{color: #fff;}
.search{width: 100%;margin-top: 9px;}
.search-input{width: 162px;float: left;height: 36px;border: none;outline: none;border-radius: 30px 0 0 30px;padding-left: 16px;font-size: 15px;}
.search-but{width: 38px;height: 36px;float: right;background: #fff;border-radius: 0 30px 30px 0;}
/*导航*/
.nav-wrap{width: 100%;min-width: 1200px;height: 45px;background: #1c69a0;position: relative;}
.nav{width: 100%;}
.nav li a{font-size: 18px;float: left;color: #fff;line-height: 45px;}
.nav li{float: left;margin-right: 92px;position: relative;}
.nav li:first-child{margin-right: 107px;}
.nav li:last-child{margin-right: 0;}
.nav dl{border-top: 5px solid #ef8802;z-index: 99;
display: none;
    width: 144%;
    left: -17px;
    text-align: center;
    background: #1c69a0;
    position: absolute;
    top: 45px;}
.nav dl a{width: 100%;line-height: 50px;font-size: 16px;}
.nav dl a:hover{
	color: #ef8802;
}
/*工作动态*/
.gzdt-wrap{width: 856px;float: left;}
.hist-title{width: 100%;height: 38px;border-bottom: 1px solid #c9c9c9;margin-top: 36px;margin-bottom: 12px;}
.hist-title span{font-size: 18px;color: #1c69a0;border-left: 6px solid #1c69a0;padding-left: 9px;line-height: 18px;height: 18px;display: block;float: left;}
.hist-title a{float: right;font-size: 16px;color: #7e7e7e;line-height: 18px;}
 

.pic-wrap {
	width: 437px;
	height: 256px;
	float: left;
}

.pic-wrap .swiper-container {
	width: 100%;
	height: 100%;
}

.pic-wrap .swiper-container .swiper-slide {
	position: relative;
}

.pic-wrap img {
	width: 100%;
	height: 100%;
}

.pic-wrap .swiper-container p {
	padding: 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	line-height: 47px;
	width: 100%;
	height: 47px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
}

.pic-wrap .pagination {
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: 10px;
}

.pic-wrap .swiper-pagination-switch {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 8px;
	background: #fff;
	margin-right: 11px;
	cursor: pointer;
}

.pic-wrap .swiper-visible-switch {
	background: #fff;
}

.pic-wrap .swiper-active-switch {
	background: #ff791a;
}

.gzdt-word{width: 394px;float: right;}
.news-ul{width: 100%;height:265px;}
.news-ul li{width: 100%;font-size: 14px;line-height: 33px;}
.news-ul .news-icon{font-size: 12px;color: #ef8802;float: left;}
.news-ul a{color: #404040;margin-left: 9px;}
.news-ul .news-time{color: #848282;float: right;}
.news-ul li:hover a{color: #1c69a0;}
/*通知公告*/
.tzgg-wrap{width: 314px;float: right;}
.tzgg-ul{width: 100%;}
.tzgg-ul li{margin-bottom: 10px;}
.tzgg-time{width: 44px;height: 44px;float: left;}
.tzgg-time p:first-child{width: 100%;height: 50%;background: #1c69a0;font-size: 13px;color: #ffffff;text-align: center;line-height: 22px;}
.tzgg-time p:last-child {width: 100%;height: 50%;background: #ffffff;font-size: 13px;color: #333333;text-align: center;line-height: 22px;}
.tzgg-ul a{color: #404040;font-size: 14px;text-align: left;}
.tzgg-text{display:table;width: 259px;height:44px;float: right;}
.tzgg-text div{display:table-cell; vertical-align:middle;}
#wrapper {display:table;width:300px;height:300px;background:#000;color:red;}
#cell{display:table-cell; vertical-align:middle;}
.tzgg-ul li:hover a{color: #1c69a0;}

.main2{min-width: 1200px;margin-top: 15px;padding-bottom: 30px;width: 100%;background: url(../images/bac.png) center no-repeat;background-size: cover;}
.news-list-wraps{width: 380px;float: left;margin-right: 30px;}
.main2 .cen-w .news-list-wraps:nth-child(3n){margin-right: 0;}
/*处长信箱*/
.link-wrap{margin: 30px auto;}
.czxx{width: 203px;height: 82px;float: left;}
.czxx img{width: 100%;height: 100%;}
.link{float: right;width: 959px;}
.link .hist-title{margin-top: 9px;}
.link ul{width: 100%;}
.link ul a{font-size: 14px;color: #404040;margin-right: 18px;}
.footer{min-width: 1200px;width: 100%;padding: 20px 0;background: #0f7cc8;font-size: 15px;color: #FFF;text-align: center;line-height: 28px;}
/*------------------------------内容页---------------*/
.wrap_right_content {
    width: 80%;
    background: #FFFFFF;
    padding: 30px 20px 60px 20px;
    float: right;
    box-sizing: border-box;
}

.news_show_title{
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.news_show_con{
	    font-size: 16px;
    color: #4c4c4c;
    line-height: 26px;
}
.news_show_date{
	width: 100%;
	font-size: 14px;
	color: #808080;
	text-align: center;
	    margin-bottom: 32px;
    margin-top: 21px;
}
.news_show_xyp{
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	margin-top: 30px;
}
.news_show_xyp a{
	color: #666666;
	display: block;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-weight: 500;
}

.member_order_tit{
	width: 52%;
	height: 50px;
	margin: auto;
	margin-top:20px;
}
.member_order_tit1{
	width: 28px;
	height: 26px;
	margin-top: 13px;
}
/*-----------------------列表-*/

.banner-wrap img {width: 100%;}
.news-wrap {margin-bottom: 55px;}

.news-nav {width: 20%;margin-top: 20px;float: left;}
.newsOn a{color: #fff!important;background: #1958a5!important;}
.news-nav li {
	font-size: 18px;
	color: #222;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.news-nav a {
	color: #222;
	display: block;
	width: 100%;
	height: 60px;
}

.news-nav li:hover {
	background: #1958a5;
}

.news-nav li:hover a {
	color: #fff !important;
}
.news-list-wrap{
	width: 77%;
	float: right;
	margin-top: 20px;
min-height:300px;
}
.news_list{
	width: 100%;
	border-top:1px solid #ccc;
	padding: 12px 20px;
	box-sizing: border-box;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.news_list:hover .news_title{
	color: #1958a5;
}
.news-list-wrap .news_list:first-child{
	border: none;
}
.news_title{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news_content{
	width: 100%;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 27px;
	margin-top:10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_date{
	width: 100%;
	font-size: 16px;
	color: #808080;
	margin-top: 13px;
}


.news_show_title{
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.news_show_content{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 26px;
	text-indent: 2em;
}
.news_show_content1{
	width: 90%;
	height: 400px;
	margin: 20px auto;
	position: relative;
}
.news_show_content1 img{
	width: 100%;
	height: 100%;
	display: block;
}

/*二级导航*/
.list_bt {
	height: 65px;
	margin: 0 auto;
	margin-top: 15px;
}

.list_bt .lmmc {
	width: 20%;
	height: 65px;
	line-height: 65px;
	border-bottom: 3px solid #1958a5;
	float: left;
	font-size: 22px;
	color: #444444;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.list_bt .dqwz {
	width: 80%;
	height: 65px;
	line-height: 65px;
	border-bottom: 3px solid #cccccc;
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #444444;
	float: right;
}

.list_bt .dqwz a{
	color: #444444;
}
.pic-list-wrap li{width: 25%;float: left;padding: 0 1%; box-sizing: border-box;}
.pic-list-wrap li img{width: 100%;height: 200px;}