<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap{
	width:100%;
	/*background: url(../images/bg2.jpg) repeat;*/
}
.wrap .wrap-box{
	background: url(../images/h-bg.jpg) no-repeat;
	background-size: 100% 100%;
	/*width:1200px;
	margin: 0 auto;*/
}
.wrap-box .header{
	height:140px;
	width:1200px;
	margin: 0 auto;
	padding-top:20px\0;
	display: flex;
	align-items: center;
	overflow: hidden;
	box-sizing: border-box;
}
.header .logo{
    float: left;	
	width:200px;
	margin-left: 10px;
}
.logo-boxs{
 float: left;	
}
.logo-boxs .img1{
	width:90px;
	vertical-align: middle;
}
.logo-boxs .img2{
	width:400px;
	vertical-align: middle;
}
.header-box .header-right{
	position: absolute;
	right:0;
	top:0;
	width:650px;
	height:100%;
	z-index: 1;
}
.header-right .swiper1{
	width:100%;
	height:100%;
}
.header-right .swiper1 .banner-img{
	width:100%;
	height:100%;
}
.wrap .nav{
	width:100%;
	border-top:1px solid #fff; 
	background:#015d51;
}
.nav .nav-box{
	width:1200px;
	margin: 0 auto;
}
.nav-box .nav-box-ul{
	width:100%;
}
.nav-box-ul .nav-box-li{
	padding:20px 0;
	float: left;
	position: relative;
}
.nav-box-li .a{
	display: inline-block;
	width:148px;
	color:#fff ;
	font-size: 18px;
	text-align: center;
}
.nav-box-ul .nav-box-li.active{
	transition: all 0.5s;
	background: #014a41;
	color:#fff ;
}
.nav-box-ul .nav-box-li:hover{
	transition: all 0.5s;
	background: #014a41;
	color:#fff ;
}
/*一级*/
.nav-box-li .select-box{
	position: absolute;
	left:0;
	top:63px;
	top:60px\0;
	width:100%;
	z-index: 122;
	background:rgba(255,255,255,0.7);
	border:1px solid #f2f2f2; 
	display: none;
}
.select-box .ul{
	width:100%;
}
.select-box .li{
	width:100%;
	text-align: center;
	padding:20px 0 20px 0;
	box-sizing: border-box;
	border-bottom:1px solid #f2f2f2;
	transition: all 0.5s;
	position: relative;
	background: #fff;
}
.select-box .li:nth-last-child(1){
	border-bottom:0;
}
.select-box .li .select-a{
	display: inline-block;
	text-align: center;
}
.select-box .li.active{
	transition: all 0.5s;
	background: #fff;
	color:#015d51 ;
}
.select-box .li.active .select-a{
	color:#015d51 ;
}
.select-box .li:hover{
	background: #fff;
	color:#015d51 ;
}
.select-box .li:hover a{
	color:#015d51 ;
}
.select-box .li:hover .select-a{
	color:#015d51 ;
}
.select-box .li .right-a{
  width:5px;
  vertical-align: middle;
  margin-right: 10px;
}
.nav-box-li:hover .select-box{
	display: block;
}
.mobile-nav{
	width:100%;
	background: #015d51;
	color: #fff;
	padding:15px 20px;
	font-size: 18px;
	display: none;
	border-top:1px solid #fac35f; 
	box-sizing: border-box;
}
.mobile-nav .caidimg{
	width:30px;
	height:30px;
	float: right;
	cursor: pointer;
}
.left-slide{
	width:100%;
	position: fixed;
	background: rgba(0,0,0,0.6);
	height:100%;
	top:0;
	left:-100%;
	z-index: 1111;
	display: none;
}
.left-slide .slide-box{
	width:160px;
	position: absolute;
	background: #fff;
	height:100%;
	top:0;
	left:0;
	padding:10px 0;
	box-sizing: border-box;
}
.slide-box .list{
	width:100%;
}
.slide-box .list a{
	display: inline-block;
	width:100%;
	font-size: 16px;
	text-align: center;
    padding: 15px 0;
}
.slide-box a:hover{
	background: #f9f9f9;
}
.wrap .main{
	width:100%;
	background: #fff;
	overflow: hidden;
}
.main .main-box{
	width:1200px;
	background: #fff;
	padding:0 0 20px;
	margin:20px auto;
}
.banner-box{
	width:100%;
	height:430px\0;
}
.banner-box .images{
	width:100%;
}
.banner-box .swiper1{
	width:100%;
}
.banner-box .swiper1 .images{
	width:100%;
	height:430px;
}
.banner-boxw{
	width:100%;
	margin: 5px 0;
	height:120px\0;
}
.banner-boxw .images{
	width:100%;
}
.banner-boxw .swiperw1{
	width:100%;
}
.banner-boxw .swiperw1 .images{
	width:100%;
	height:120px;
}
.main-box .new{
	width:100%;
	background: #fff;
	overflow: hidden;
	padding:20px 0 20px;
	box-sizing: border-box;
}
/*ie9swiper兼容*/
.activity-worp .pagination {
  position: absolute;
  z-index: 20;
  left:45%;
  bottom: 10px;
}
.news-swiper .paginations {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #ffba00;
}
.swiper-dynamic-links {
  text-align: center;
}
.swiper-dynamic-links a {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 5px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  background: #eee;
}
/*ie9 swiper 兼容结束*/
.pd20{
	padding-top: 20px;
}
.new .new-boxs{
	width:840px;
	float: left;
} 
.new .news-swiper{
	width:50%;
	float: left;
	height:285px;
}
.new .news-swiper .swiper-container{
	height:100%;
}
.new .news-tab{
	width:48%;
	float: right;
	padding:0 15px;
	box-sizing: border-box;
}
.news-tab-right{
	width:360px;
	padding:0 15px;
	box-sizing: border-box;
	float: right;
}
.swiper2 .title{
	position: absolute;
	bottom:2px;
	left:0;
	width:100%;
	color: #fff;
	padding:10px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.4);
}
.swiper2 .images{
	width:100%;
	height:100%;
}
.swiper2 .title .text{
	width:60%;
	box-sizing: border-box;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
}
.swiper2 .swiper-pagination-bullets{
 	width:40%;
 	right:0;
 	left:auto;
 	color: #ffba00;
 }
  .swiper2 .swiper-pagination-bullet{
  	border: 2px solid #fff;
  }
 .swiper2 .swiper-pagination-bullet-active{
 	background: #ffba00;
 	border: 2px solid #ffba00;
 }
 
 .swiperw1 .swiper-pagination-bullets{
 	width:40%;
 	right:5px;
 	text-align: right;
 	left:auto;
 	bottom: 2px;
 	color: #ffba00;
 }
  .swiperw1 .swiper-pagination-bullet{
  	margin-right: 2px;
    width: 10px;
    height: 4px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: inherit;
    background:#FFFFFF;
    opacity: 1;
  }
 .swiperw1 .swiper-pagination-bullet-active{
 	background: #f00;
 }
 .news-tab .news-tab-box{
 	box-sizing: border-box;
 }
.news-tab-top{
	border-bottom: 1px solid #d6d6d6;
	position: relative;
}
.news-tab-top .more{
	position: absolute;
	top:5px;
	right:0;
	color: #999999;
}
.news-tab-top .more a{
	color: #999999;
}
.news-tab-top .more a:hover{
	color: #015d51;
}
.news-tab-top .tab{
	cursor: pointer;
	display: inline-block;
	color: #214f9a;
	font-size: 18px;
	padding:0 15px 10px 10px;
	border-bottom: 3px solid #214f9a;
}
.news-tab-top .tab.tab-bg{
	width:188px;
	height:43px;
	line-height: 43px;
	display: inline-block;
	padding:0 15px;
	background: url(../images/text-bg.png) no-repeat;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom:0;
}
.news-tab-top .tab .icon{
	width:29px;
	height:28px;
	vertical-align: middle;
	margin-right: 5px;
}
.news-tab-top .tab.active{
	font-weight: bold;
	border-bottom: 3px solid #ae0405;
}
.news-tab-conent{
	width:100%;
	padding:5px 0 0;
	display: none;
}
.news-tab-conent.active{
	display: block;
}
.news-tab-conent .news-tab-list{
	width:100%;
	display: flex;
	padding:10px 0;
	min-width: 0;
	border-bottom: 1px dashed #cccccc;
	justify-content: space-between;
}
.news-tab-list .texts{
	width:80%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden; 
	display: inline-block\0;
}
.news-tab-list .texts .icon{
	width:11px;
	height:7px;
	margin-right: 10px;
}
.news-tab-list .texts .icon2{
	width: 3px;
    height: 5px;
    display: inline-block;
    background: #b31e23;
    margin-right: 10px;
    background: url(../images/right-a_48.jpg) no-repeat;
    vertical-align: middle;
}
.news-tab-list .time{
	color: #c6c6c6;
	display: inline-block\0;
}
.main-box .activity-worp{
	width:100%;
	margin: 35px 0 40px;
}
.activity-worp .swiper3{
	width:100%;
	margin-top: 15px;
	height:280px\0;
}
.activity-worp .activity-dowebok{
	width:97%;
	margin: 30px auto;
	display: none;
}
.activity-worp .activity-dowebok.active{
	display: block;
}
.activity-dowebok .images-box{
	width:275px;
	height:200px;
	margin-right:20px;
	text-align: center;
	display: inline-block;
}
.activity-dowebok .title{
	padding-top: 10px;
}
.activity-dowebok .images{
	width:100%;
	height:175px;
	margin-right:20px;
}
.activity-worp .swiper3 .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.activity-worp .swiper3 .title{
	text-align: center;
	padding: 15px 0;
}
.main-box .alumni-worp{
	width:100%;
	overflow: hidden;
}
.alumni-worp .alumni-left-box{
	width:840px;
	float: left;
	overflow: hidden;
}
.alumni-left-box .alumni-left-list{
	width:48.5%;
	margin-right: 20px;
	padding: 15px 0;
	box-sizing: border-box;
	float: left;
	background: #fff;
}
.alumni-left-list:nth-of-type(2n){
	margin-right:0;
}
.alumni-left-list .alumni-left-top{
	border-bottom: 1px solid #e2e2e2;
}
.alumni-left-top .titles{
	 display: inline-block;
	 color: #015d51;
	 font-size: 18px;
	 position:relative;
	 padding:0 15px 10px 0;
     border-bottom: 2px solid #015d51;
}
.alumni-left-top .titles.tab-bg{
	width:188px;
	height:43px;
	line-height: 43px;
	display: inline-block;
	padding:0 15px;
	background: url(../images/text-bg.png) no-repeat;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom:0;
}
.alumni-left-top .titles .icon{
	width:29px;
	height:28px;
	vertical-align: middle;
	margin-right: 5px;
}
.more{
	float: right;
	margin: 10px 20px 0 0;
	color: #bcbcbc;
}
.alumni-left-list .alumni-tab-top{
	width:100%;
	padding:10px 10px 0 10px;
	box-sizing: border-box;
	border-bottom: #e4e3e3 1px solid;
}
.alumni-tab-top .tab{
	padding:10px;
	cursor: pointer;
	display: inline-block;
}
.alumni-tab-top .tab.active{
	border-bottom: 2px solid #0154a4;
}
.alumni-left-list .alumni-bot-conent{
	width:100%;
	/*padding:20px 0 0;*/
}
.alumni-bot-conent .alumni-bot-list{
	width:100%;
	display: flex;
	padding:10px 0;
	min-width: 0;
	justify-content: space-between;
	border-bottom: 1px dashed #b2b2b2;
}
.alumni-bot-list .texts{
	width:80%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden; 
	display: inline-block\0;
}
.alumni-bot-list .texts .icon{
	width:3px;
	height:5px;
	display: inline-block;
	background: #b31e23;
	margin-right: 10px;
	background: url(../images/right-a_48.jpg) no-repeat;
	vertical-align: middle;
}
.alumni-bot-list .texts a .colr{
	color:#00554a ;
}
.alumni-bot-list .time{
	color: #c6c6c6;
	display: inline-block\0;
}

.alumni-worp .alumni-right-box{
	width:360px;
	float: right;
	box-sizing: border-box;
}
.alumni-right-box .alumni-right{
	padding:5px 15px 0 20px;
}
.alumni-right .alumni-right-top{
	width:100%;
}
.alumni-right-top .title-box{
	border-bottom: 1px solid #e2e2e2;
}
.title-box .title{
	display: inline-block;
	color: #015d51;
	font-size: 18px;
	padding:0 15px 10px;
	border-bottom: 3px solid #015d51;
}
.title-box .title.tab-bg{
	width:188px;
	height:43px;
	line-height: 43px;
	display: inline-block;
	padding:0 15px;
	background: url(../images/text-bg.png) no-repeat;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom:0;
}
.title-box .title.tab-bg2{
	width:195px;
	height:43px;
	line-height: 43px;
	display: inline-block;
	padding:0 15px;
	background: url(../images/text-bg2.png) no-repeat;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom:0;
}
.title-box .title.noborder{
	border-bottom: 0;
}
.title-box .title .icon{
	width:29px;
	height:28px;
	vertical-align: middle;
	margin-right: 5px;
}
.title-box .more{
	float: right;
    margin: 20px 20px 0 0;
    color: #999999;
}
.title-box .more:hover{
	color: #214f9a;
}
.alumni-right-bot{
	width:100%;
}
.alumni-right .alumni-icon-box{
	width:100%;
	height:295px;
	padding:10px 0 0;
	overflow: hidden;
	background: url(../images/user-bg.png) no-repeat;
	background-position: 90% 90%;
	box-sizing: border-box;
}
.alumni-icon-box .p-text{
	padding-top: 20px;
}
.alumni-icon-box .p-text .icon{
	width:26px;
	margin-right: 5px;
	vertical-align: middle;
}
.alumni-icon-box .p-text span{
	margin-right: 10px;
}
.alumni-icon-box .alumni-icon-list{
	float: left;
	width:32%;
	margin-right: 1.2%;
	text-align: center;
	padding:10px 0 0;
}
.alumni-icon-list:nth-of-type(3n){
	margin-right:0
}
.alumni-icon-list .icon{
	width:98px;
	height:98px;
	margin:0 auto 10px;
}
.alumni-icon-list .icon img{
	width:100%;
	height:100%;
}
.alumni-icon-list .text{
	color: #333333;
}
.alumni-right-bot{
	width:100%;
}
.alumni-right-bot .title-box{
	border-bottom: 1px solid #f7f8fa;
}
.alumni-right-cont{
	width:100%;
	padding:20px 0 0;
}
.alumni-right-cont .alumni-right-list{
	width:100%;
	display: flex;
	padding-bottom:18px;
	min-width: 0;
	justify-content: space-between;
}
.alumni-right-list .texts{
	width:80%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden; 
}
.alumni-right-list .texts .icon{
	width:3px;
	height:3px;
	display: inline-block;
	background: #b31e23;
	margin-right: 10px;
}
.alumni-right-list .time{
	color: #999999;
}
.activity-worp .tab-box{
	display: inline-block;
}
.activity-worp .title-box .tab{
	display: inline-block;
	margin:20px 0 0 30px;
	cursor: pointer;
}
.activity-worp .title-box .tab.active{
	color:#015d51;
	font-weight: bold;
}
.footer{
	width:100%;
	background: #015d51;
	color: #fff;
}
.footer .footer-box{
	width:1200px;
	padding:30px 0;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
}
.footer-box .text1{
	margin-bottom: 10px;
}
.footer-box .text1 span{
	display: inline-block;
	margin-right: 10px;
}
.footer-box .footer-left{
	float: left;
	padding-top: 20px;
	width:65%;
}
.footer-box .footer-right{
	float: right;
	overflow: hidden;
	width:35%;
}
.footer-right .imgs1{
	width: 65px;
	height:65px;
	margin-top: 30px;
	float: left;
}
.footer-right .code-box{
	margin-right: 10px;
	float: right;
}
.footer-right .code-box .imgs2{
	width: 105px;
	height:105px;
}
.footer-right .code-box .imgs3{
	width: 105px;
	height:105px;
}
.footer-right .code-box .texts{
	line-height: 1.6;
	text-align: center;
}
.main-box .news-info{
	width:100%;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.news-info .new-nav{
	float: left;
	border-left:1px solid #e5e5e7;
	border-right:1px solid #e5e5e7;
}
.new-nav .title{
 	 width:230px;
	 height:66px;
	 background: #015d51;
	 color: #fff;
	 font-size: 18px;
	 text-align: center;
	 line-height: 66px;
 }
.new-nav .nav-ul{
	width:100%;
}
.nav-ul .li{
	padding:20px;
	border-bottom: 1px solid #e5e5e7;
	text-align: center;
	cursor: pointer;
}
.right-arrow{
	float: right;
}
.nav-ul .li.active a{
	color: #015d51;
}
.nav-ul .li.active a .right-arrow{
	color: #333333;
}
.new-right{
	width:920px;
	box-sizing: border-box;
	float: right;
}
.new-right .title-box{
	width:100%;
	border-bottom: 1px solid #d8d8d8;
}
.title-box .title{
	padding:10px 10px 10px 0;
	border-bottom: 2px solid #015d51;
}
.title-box .right-n{
	float:right;
	margin: 20px 10px 0 0;
}
.title-box .right-n a{
	margin-right: 5px;
}
.new-detl{
	width:100%;
	padding:30px 0;
}
.new-detl .main-center-top{
	text-align: center;
	font-size: 24px;
	line-height: 38px;
}
.subtitle{
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
	background:#f7f7f7;
}
.subtitle span{
	margin-right: 10px;
}
.subtitle a{
	color: #999999;
}
.article-box{
	width:100%;
	text-align:left;
	font-size: 14px;
	line-height: 26px;
	text-indent: 0;
	padding:24px 0 50px 0;
	border-bottom: #E8E8E8 1px dashed;
}
.article-box.padingno{
	padding-top:0;
}
.article-box-msg .tit{
	font-size: 16px;
	font-weight: bold;
	padding:0 0 20px;
	text-align: left;
	text-indent: 0;
}
.article-box-msg .tit .icon{
	width:20px;
	height:20px;
	vertical-align: middle;
	margin-right: 5px;
	padding-bottom: 0;
}
.article-box-msg .list{
	text-align: left;
	text-indent: 0;
	padding-bottom: 10px;
}
.article-box .passage{
	text-align: left;
	padding-bottom:30px;
}
.article-box img{
	max-width: 100%;
	margin: auto;
	height:auto;
	padding-bottom:30px;
}
.article-box .passage img{
	max-width: 100%;
	margin: auto;
	height:auto;
	padding-bottom:30px;
}
.article-box .share{
	width:100%;
	overflow: hidden;
}
.share .fl{
	float: left;
	text-indent: 0;
}
.share .bdsharebuttonbox{
	float: left;
}
.xiatige{
	width:100%;
	font-size: 14px;
	overflow: hidden;
	color: #9a9a9a;
}
.xiatige .xiatige-last{
	padding-top: 30px;
	float: left;
	cursor: pointer;
}
.xiatige-last a{
	color: #9a9a9a;
}
.xiatige-last:hover, .xiatige-last a:hover{
	color: #015d51;
}
.xiatige .xiatige-next{
	padding-top: 24px;
	float: right;
	cursor: pointer;
}
.xiatige-next a{
	color: #9a9a9a;
}
.xiatige-next:hover,.xiatige-next:hover a{
	color:#015d51;
}
.new-detl-w{
	width:100%;
	border-bottom: 1px dashed #7f7f7f;
}
.new-detl-w .new-detl-list{
	width:100%;
	display: flex;
	padding-bottom:18px;
	min-width: 0;
	justify-content: space-between;
}
.new-detl-list .texts{
	width:80%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden; 
	display: inline-block\0;
}
.new-detl-list .icon{
	width:7px;
	height:7px;
	display: inline-block;
	background: #cacaca;
	margin-right: 10px;
	border-radius: 50%;
}
.new-detl-list .time{
	color: #999999;
	display: inline-block\0;
}
.info_bottom {
    float: right;
    margin-right: 6px;
    padding-top: 10px;
    line-height: 40px;
    font-size: 12px;
    overflow: hidden;
}
.info_bottom .count_sum {
    float: left;
}
.info_bottom .pre_next {
    float: left;
    padding: 0 8px;
}
.info_bottom .page_num {
    float: left;
    padding-right: 8px;
}
.combo-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    width: 100px;
    box-sizing: border-box;
    padding: 4px;
    padding-left: 7px;
    border-radius: 3px;
}
.pre_next .pn {
    padding: 2px 5px;
    border: 1px solid #efefef;
    cursor: pointer;
}
.ycs_listpage2{
	float: right;
	width:70px;
	margin-left: 13px;
    text-align: center;
    vertical-align: middle;   
    font-size:12px;
    color:#666;
}
.combo-select .selectBox{
	font-size: 12px;
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 1px #ccc solid;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    padding: 4px;
    padding-left: 7px;
    border-radius: 3px;
}
.publish-l-box{
	width:100%;
	padding:0px 0 20px 0;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC ;
}
.publish-l-box .publish-l-li{
	float: left;
	width:275px;
	margin:0px 20px 20px 0;
	overflow: hidden;
	border:1px solid #fff;
}
.publish-l-li:nth-child(3n){
	margin-right: 0;
}
.publish-l-li .image-box{
	width:100%;
	height:170px;
	overflow: hidden;
	position: relative;
}
.image-box .title{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px 0;
	text-align: center;
	background: rgba(0,0,0,0.4);
	color:#fff;
}
.publish-l-li .image-box .img{
	width:100%;
	height:100%;
	transition: all 0.5s;
}
/*.publish-l-li a .title{
	width:100%;
	font-size: 16px;
	text-align: center;
	padding:20px 0 20px 0;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
}*/
.publish-l-li:hover{
	transition: all 0.3s;
	box-shadow: 0 5px 15px #e0e0e0;
}
.publish-l-li:hover .image-box .img{
	transform: scale(1.2);
	transition: all 1s;
}
.friendly-links{
	width: 100%;
	background: #015d51;
	height: 78px;
    padding:0 20px;
    box-sizing: border-box;
}
.friendly-links .foot_one {
    width: 1200px;
    margin: 0 auto;
    }
 .foot_one span {
    float: left;
    width: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 76px;
}
.dropdowns {
    float: left;
    width: 290px;
    margin-top: 22px;
    padding-left: 20px;
    text-align: center;
    position: relative;
    margin-left: 20px;
    z-index: 999;
}
.dropdowns p {
    width: 290px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #a9c9e2;
    background: #ffffff url(../images/icon_xial.png) no-repeat right 4px top 10px;
    color: #807a62;
    cursor: pointer;
}
.dropdowns ul {
    width: 290px;
    height: 200px;
    overflow-x: hidden;
    background: #fff;
    border-left: 1px solid #a9c9e2;
    border-right: 1px solid #a9c9e2;
    border-bottom: 1px solid #a9c9e2;
    position: absolute;
    display: none;
    top: 30px;
    left: 20px;
}
.dropdowns ul li {
    line-height: 24px;
    float: left;
    width: 100%;
}
.dropdowns ul li a {
    display: block;
    color: #807a62;
    text-decoration: none;
}

.img-box {
    width:1185px;
	padding-right:15px;
	overflow: hidden;
    margin: 10px 0;
    justify-content: space-between;
}
.img-box-top{border-bottom: 1px solid #e2e2e2;}
.img-box-top .titles {
    display: inline-block;
    color: #015d51;
    font-size: 18px;
    position: relative;
    padding: 0 15px 10px 0;
    border-bottom: 2px solid #015d51;}
.img-box-top .titles .icon {
    width: 29px;
    height: 28px;
    vertical-align: middle;
    margin-right: 5px;}
.img-box .img-list {
    float: left;
    width: 23.5%;
	margin-right:2%;
	margin-top:20px;
}
.img-box .img-list:nth-of-type(4n){
	margin-right:0;
}
.img-list .index_img {
    width: 100%;
    height: 120px;
}
.img-box .img-list p{ position:relative;top:-30px; background-color:rgba(0, 0, 0, 0.5); line-height:30px; color:#fff; padding-left:10px;}</pre></body></html>