* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: "微软雅黑";
	font-size: 16px;
}

.fl{float: left;}
.fr{float: right;}
a{text-decoration: none;}
.ovh{display: block;overflow: hidden;}
.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a{color: #333;}
a:hover{color: #009987;}

/* top */
.w1600{width: 1600px;margin: 0 auto;}
.top{background: url(../images/topbg.png) no-repeat; background-size: cover; height: 140px;width: 100%;border-top: 8px solid #0e7065;}
.top .logo{width: 50%; margin-top: 30px;text-align: left;}
.top .form-inline{width: 50%; text-align: right;margin-top: 40px;}
.top .form-inline img{vertical-align: text-bottom;}
.top .form-inline .seach{ background-color: #ffffff; border-radius: 20px; opacity: 0.75; width: 260px; margin-left: 30px; text-align: left; padding: 5px 0px 5px 12px;position: relative;}
.top .form-inline a{line-height: 2.5; color: #666;}
.top .form-inline .seach input{ border:0;line-height: 2;width: 85%;outline: none; }
.top .form-inline .seach input:hover { outline: none; border: 0;}
.top .form-inline .seach .submit{background: url(../images/ssicon.png) no-repeat; border: 0;width: 27px;height: 27px; position: absolute; top: 5px;right: 7px;cursor: pointer;}


#content {
	margin: 0 auto;
	width: 100%; height: 60px;
	background-color: #0e7065;	
}
#content #nav {
	height: 60px;
	width: 1600px; margin: 0 auto;
}
#content #nav ul {
	list-style: none;text-align: center;
}
#content #nav ul li {
	float: left;
	width: 12.5%;
	line-height: 60px;
	position: relative;
}
#nav div {
	width: 100%;
	position: absolute;
	left: 0px;
	padding-bottom: 0px;
	float: left;
	overflow: hidden;
	background-color: #fff;z-index: 9;
	display: none;
	border-top: 2px solid #dcb770;
}
#content #nav li .a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 60px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #054f46;
	font-weight: bold;
}
#nav div a {
	text-decoration: none;
	line-height: 26px;
	display: block;
	width: 90%;
	margin: 0 5%; border-bottom: 1px dashed #ccc; line-height: 3; color: #333;
}
#nav div a:hover{color: #009987;}


/* 新闻 */
.main01{margin: 59px 0;}

.tit001{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 14px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}
.tit001 .ll{
    display: flex;
    align-items: center;
    position: relative;
}
.tit001 .ll:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -15px;
    height: 3px;
    background: #009987;
}
.tit001 .ll img{
    display: block;
    margin-right: 10px;
}
.tit001 .ll h2{
    font-size: 24px;
    color: #009987;
    line-height: 30px;
    font-family: 'SourceBold';
}
.tit001 .rr a{ color: #666;}


.indexnews{width: 60%;}
.indexann{width: 37%;}

@charset "UTF-8";
.slider, .slider .slider-img { overflow: hidden; height: 460px }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
body { line-height: 1;min-width: 1560px;}
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:after, blockquote:before, q:after, q:before { content: ''; content: none }
table { border-collapse: collapse; border-spacing: 0 }
h1 { margin-top: 50px; margin-bottom: 50px; font-size: 48px }

.newban{width: 443px; }

.s2-list{width: calc(100% - 470px);}


.s2-list li{
    position: relative;
    line-height: 45px;text-align: left;
	background: url(../images/jticon.png) center left no-repeat; padding-left: 20px;
}

.s2-list li a{
    font-size: 16px;
    padding-right: 90px;
    color: #333;
}
.s2-list li time{
    position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #8c8c8c;
}
.s2-list li:hover a{
    color: #009987;
}

/* 通知公告 */
.s1-list li{
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #efefef;
	text-align: left;
}
.s1-list li:hover{background-color: #009987;}
.s1-list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s1-list li .time{
	display: block;
	width: 78px;
	color: #009987;
	text-align: center;
	border-right: 1px solid #ccc;
	margin-right: 16px;
}
.s1-list li .time span{
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}
.s1-list li .time em{
    display: block;
    font-size: 12px;
    line-height: 16px;
}
.s1-list li .txt{
    width: calc(100% - 100px);
}
.s1-list li .txt p.l2{
	line-height: 28px;
	color: #333333;
	text-align: left;
}
.s1-list li .txt p.l3{
	font-size: 14px;
	color: #999;
	text-align: left;
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical; 
}
.s1-list li .txt p i{
    display: inline-block;
    margin-left: 50px;
    width: 29px;
    height: 16px;
    vertical-align: middle;
    background: url("../images/s1-img03.png") no-repeat 50%;
    background-size: 29px;
}
.s1-list li:hover a,.s1-list li:hover .time span,.s1-list li:hover .time em,.s1-list li:hover .txt p.l2,.s1-list li:hover .txt p.l3{color: #fff;}


/* 服务指南 */
.main02{background: url(../images/fwbg.png) center no-repeat;padding: 59px 0;
}
.indexfw li{width: 23.2%;float: left; margin: 10px 1%; text-align: left;}
.indexfw li img{width: 100%;}
.indexfw li h3{font-size: 18px;white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical; line-height: 2; }
.indexfw li p{font-size: 14px;color: #555555;line-height: 1.8;text-align: justify;}
.indexfw li p span{color: #8c8c8c;}
.indexfw li:last-child{margin-right: 0;}
.indexfw li a{color: #333333;}
.indexfw li a:hover{color: #009987;}

/* 规章制度 */
.main03{padding: 60px 0 0;background: url(../images/zdbg.png) center bottom no-repeat;}
.main03 .s1-list li{width: 32.33%; float: left; margin: 10px 1.33% 10px 0; background-color: #f8f8f8; border-bottom: 0;}
.main03 .s1-list li:nth-child(3n){margin-right: 0;}
.main03 .s1-list li:hover{background-color:#009987 ;}

/* 快捷入口 */
.rukou{width: 48%; padding: 50px 0;}
.xiazai{width: 48%; padding: 50px 0;}
.fastbox li{width: 23%;float: left;text-align: center;margin: 10px 1%;}
.fastbox li p{line-height: 2.5;color: #333333;}
.fastbox li:hover a{}

/* 首页下载 */
.xiazai .s2-list { width:100%; }
.xiazai .s2-list li a {padding-left: 30px;padding-right: 0;font-size: 14px;}
.xiazai .s2-list li p{ padding-right: 200px;overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical;white-space: nowrap;}

.xiazai .s2-list li time img{vertical-align: middle;}

/* 底部 */
.footer{background: url(../images/fotbg.png) bottom center no-repeat; padding: 40px 0;}
#footer .inner {position:relative;}
#footer .inner .mod{display: flex;justify-content: space-between;align-items: center;}
#footer .inner .mod .mod_main{}
#footer .inner .foot-left{float:left;padding:12px 0px;margin-top:10px;}
#footer .inner .foot-right{float:right;margin-top: 12px;}
#footer .inner p{font-size: 16px;line-height: 35px; font-weight:normal;text-align:left;color: #fff;}
#footer .inner p span { margin:0 3px; }
#footer .inner .copyright{}
#footer .inner .copyright span{}
#footer .inner .copyright a{color:#eee;}
.footer_copy{
   color: #ffffff;
}
.footer_ewm{
   display: flex;
   flex-direction: column;
   align-items: center;
}
#footer li{width: 40%;float: left; height: 33px;color: #333;padding: 13px 0 13px 40px;line-height: 1.5;}
.fotbtm{background-color: #0e7065; padding: 25px 0;text-align: center;color: #fff;font-size: 14px;}
.fotbtm a{color: #ccc;}
.fotbtm a:hover{color: #fff;}

/* 内页 */
.g-cur {
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}

.mainbox{padding: 50px 0;}
.sub_nav {
	border-bottom: 1px solid #f2f2f2;width: 25%;float: left;
}

.sub_nav h3{text-align: center;
    background-color: #054f46;
    border-radius: 5px 5px 0 0;
    width: 100%;
    padding: 15px 0;
    font-size: 24px;
    color: #fff;
}

.sub_nav .leftMenu{background: #f8f8f8;padding: 10px; width: calc(100% - 20px);}

.sub_nav .tit {
	width: 100%;
}
.sub_nav .tit a.titwz {background: #eaeaea url(../images/jiantou-r.png) 15px center no-repeat;
    background-size: auto 10px;
    border-bottom: 5px solid #fff;
    padding-left: 15%;
    line-height: 50px;
    color: #333;
    font-size: 18px;
    text-indent: 0;
    display: block;
}
.sub_nav .tit.on a.titwz {
	font-weight: bold;background-color:#4cceff;color: #fff;
}
.sub_nav .tit span {float: left;}
.sub_nav .tit.on a.titwz {
    font-weight: bold;
    background-color: #009987;
    color: #fff;
}

/* 新闻列表 */

.news {
	padding-top: 50px;
}
.news_ul {    
	padding-bottom: 40px;
    width: 73%;
    float: right;
}
.news_ul li {
	border-bottom: 1px solid #eaeaea;
	position: relative;margin-bottom: 20px;
}
.news_ul li .box1 {
	width: 20%;
	overflow: hidden;padding-bottom: 20px;
}
.news_ul li .box1 img {
	width: 100%;
	transition: ease-in-out .9s;
}
.news_ul li .box2 {
	width: 78%;
	padding-top: 0;
}
.news_ul li .box2 h1 {
	font-size: 24px;
	color: #333;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s; margin: 0;
}
.news_ul li .box2 p {
	color: #666;
	line-height:1.8;
	padding-top: 10px;
	height: 85px; 
	margin-bottom: 20px;font-size: 16px;
}
.news_ul li .box2 span {
	font-size: 12px;
	color: #999; 
}
.news_ul li .box2 span.hy {
	font-size: 12px;
	background: hsla(0,0%,60%,.15);
    padding: 5px 15px;border-radius: 20px;
    color: #666;
}

.news_ul li .right {
	padding-right: 15px;
	padding-top: 55px;
	text-align: center;
}
.news_ul li .right h3 {
	font-size: 36px;
	color: #999;
	font-weight: 100;
}
.news_ul li .right p {
	font-size: 24px;
	color: #bbb;
	padding-top: 10px;
}
.news_ul li a {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.news_ul li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_ul li a:hover h1 {
	color: #009987;
}
.news_ul li b {
	display: block;
	width: 100px;
	height: 30px;
	border: #ccc solid 1px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 161px;
}

/* 分页 */

.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #009987;
	color: #009987;
	font-size: 16px;
	padding: 7px 10px;
	margin: 0 5px;
	border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #337ab7;
  border: 1px solid #337ab7;
}
.pagination a.page-num-current {
  color: #fff;
  background: #009987;
  border: 1px solid #009987;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

/* 详情页 */
.detail {
	padding-bottom: 40px;
	width: 73%;
	float: right;
	padding-top: 10px;
}
.detail h1{    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px; margin-bottom: 20px;}
.detail .title {
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.detail .title h1 {
	font-size: 30px;
	font-weight: 100;
}
.detail .title span {
	line-height: 18px;
	font-family: arial;
	color: #959595;
	margin: 0 5px;font-size: 14px;
}
.detail .title i {
	width: 23px;
	height: 16px;
	background-position: -73px 0;
	margin-right: 10px;
}
.detail .title .i2 {
	background-position: -104px 0;
	margin-left: 30px;
}
.detail .context {
	color: #666;
	line-height: 30px;
	text-align: justify;
	padding: 25px 0;
}
.detail .context img {
	max-width: 1200px;
}
