/* * Written by Cony * */
@charset "utf-8";

html,body{
  font-family: "microsoft yahei","\5fae\8f6f\96c5\9ed1";
  font-size: 16px;
}
em{
  font-style: normal;
}
.w-840{
  width: 840px;
  float: left;
}
.w-300{
  width: 300px;
  float: right;
}
.w-1160{
  width: 1160px;
  margin: auto;
  overflow: hidden;
}

.w-1920{
  width: 100%;
  margin: auto;
  overflow: hidden;
}

a{
  transition: all .3s;
}
a img{
  outline: none!important;
  border: none;
}
a:hover{
  color: #62ab00;
}
.main-color{
  color: #62ab00;
}
.public-border{
  border: 1px solid #e8e8e8;
}
.public-top-border{
  border-top: 1px solid #e8e8e8;
}
.public-bottom-border{
  border-bottom: 1px solid #e8e8e8;
}
.line1{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.line2{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.line3{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.title-on-img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.title-on-img > img{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 8;
}
.title-on-img > span.img-title{
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  z-index: 9;
}
p{
  text-align: justify;
}
p a {
  color: #62ab00;
}
p.has-details{
  position: relative;
}
p.has-details > span.in-p{
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}
p.has-details > span.in-p a{
  color: #62ab00;
}

ul.has-dot li:before{
  content: "";
  display: inline-block;
  background: #e5e5e5;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
ul li{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.public-title{
  border-bottom: 3px solid #e8e8e8;
  line-height: 50px;
}
.public-title > span{
  font-size: 22px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  border-bottom: 3px solid #62ab00;
  position: relative;
  bottom: -3px;
}
.public-title > a.title-more{
  color: #999;
  font-size: 14px;
  position: relative;
  bottom: -3px;
}
.public-title > a.title-more:hover{
  color: #62ab00;
}

/*header*/
header .top-bar{
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #e8e8e8;
}
.logo-items{
  height: 100px;
}
.logo-items .logo{
  width: 200px;
}
.logo-items #hospital-name{
  font-size: 22px;
  line-height: 60px;
  display: inline-block;
}
.logo-items .header-chat{
  color: #fff;
  background: #62ab00;
  padding: 10px 20px;
  border-radius: 3px;
  height: 40px;
  line-height: 20px;
  margin-top: 10px;
}
  /*nav*/
nav{
  background: #62ab00;
}
nav ul{
  height: 50px;
}
nav ul li{
  width: 165px;
  float: left;
}
nav ul li a{
  display: inline-block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
nav ul li a:hover,nav ul li.cur-nav{
  color: #fff;
  background: #5b950c;
}

.top-banner img{
  width: 100%;
  height: auto;
  display: block;
}

/*main*/
.index-hospital{
  height: 342px;
}
.index-hospital .hospital-img{
  width: 380px;
  flex-shrink: 0;
}
.index-hospital .hospital-img > a{
  display: block;
  width: 380px;
  height: 300px;
}
.index-hospital .hospital-text{
  flex-direction: column;
  width: 718px;
}
.index-hospital .hospital-info > a{
  font-size: 22px;
  color: #62ab00;
  line-height: 40px;
}
.index-hospital .hospital-info > a:hover{
  color: #5b950c;
}
.index-hospital .hospital-info p{
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.index-hospital .hospital-address i{
  color: #62ab00;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.index-hospital .hospital-address p{
  color: #333;
}
.hospital-news .news-title{
  border-bottom: 1px solid #e8e8e8;
  line-height: 30px;
}
.hospital-news .news-title span{
  color: #62ab00;
  padding: 3px 0;
  position: relative;
  bottom: -1px;
  font-size: 18px;
  display: inline-block;
  border-bottom: 2px solid #62ab00;
}
.hospital-news ul li{
  width: 50%;
  float: left;
}
.hospital-news ul li a{
  font-size: 14px;
  color: #333;
  line-height: 29px;
}
.hospital-news ul li a:hover{
  color: #62ab00;
}

/*韫囶偊鈧喖鈧岸浜�*/
.index-express{
  height: 105px;
}
.index-express > span{
  width: 105px;
  height: 105px;
  background: #62ab00;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}
.index-express > ul {
  border: 1px solid #e8e8e8;
  background: #f7fded;
  width: 1055px;
}
.index-express > ul li{
  width: 25%;
  float: left;
  height: 105px;
  padding: 29px 44px;
  position: relative;
}
.index-express > ul li:not(:last-child):after{
  content: "";
  width: 1px;
  background: #e8e8e8;
  height: 55px;
  display: block;
  position: absolute;
  right: 0;
  top: 28px;
}
.index-express > ul li > a{
  display: block;
  width: 100%;
  height: 100%;
  color: #62ab00;
  font-weight: 600;
  font-size: 20px;
}
.index-express > ul li > a p{
  font-size: 14px;
  font-weight: normal;
}
.index-express > ul li > a p.tel{
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.index-express > ul li > a img{
  transition: all .3s;
  float: left;
}
.index-express > ul li > a:hover img{
  transform: scale(1.2);
}

/*閸栬崵鏁撻崶銏ゆЕ*/
.index-doctors{
  width: 1180px;
}
.index-doctors li{
  flex-direction: column;
  border: 1px solid #e8e8e8;
  width: 275px;
  height: 280px;
  float: left;
  margin-right: 20px;
}
.index-doctors li .doc-photo{
  width: 68px;
  height: 68px;
  position: relative;
  margin-right: 20px;
}
.index-doctors li .doc-photo img{
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.index-doctors li .doc-photo:after{
  content: "\63a8\8350";
  width: 48px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -24px;
  background: #ffa626;
}
.index-doctors li .doc-text{
  line-height: 26px;
  width: 140px;
  overflow: hidden;
}
.index-doctors li .who .name{
  color: #62ab00;
  margin-right: 5px;
  font-weight: 600;
}
.index-doctors li .who span.hot{
  font-size: 12px;
  color: #fff;
  background: #e60012;
}
.index-doctors li .who .grade{
  font-size: 14px;
  color: #666;
}
.index-doctors li .stars:before{
  content: "\8bc4\5206\ff1a";
  font-size: 14px;
  color: #999;
}
.index-doctors li .stars i{
  color: #ffac2d;
  font-size: 12px;
}
.index-doctors li .where,.index-doctors li .grade,.index-doctors li .department{
  font-size: 14px;
  color: #999;
}
.index-doctors li > a{
  padding: 10px 18px;
  border: 1px dashed #e5e5e5;
  background: #f9f9f9;
  height: 88px;
  overflow: hidden;
}
.index-doctors li .summary{
  font-size: 14px;
  color: #999;
  line-height: 22px;
  white-space: normal;
}
.index-doctors li .doctor-btns a{
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
}
.index-doctors li .doctor-btns a:first-child{
  color: #fff;
  background: #62ab00;
}
.index-doctors li .doctor-btns a:last-child{
  color: #62ab00;
  border: 1px solid #62ab00!important;
}

/*閻ゅ墽姊鹃惌銉ㄧ槕*/
.index-disease{
  height: 380px;
}
.index-disease .left-two-imgs{
  width: 280px;
  flex-direction: column;
  height: 380px;
}
.index-disease .left-two-imgs:nth-child(2){
  margin-top: 20px;
}
.index-disease .left-two-imgs > a{
  height: 180px;
}
.index-disease .left-two-imgs > a:last-child{
  margin-top: 20px;
}
.index-disease .right-links{
  width: 850px;
  position: relative;
}

.index-disease .right-links .all-disease-articles{
  position: absolute;
  background: #fff;
  z-index: 99;
}
.index-disease .right-links .sub-column-articles{
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 1px;
  line-height: 0;
}
.index-disease .right-links .column-title{
  white-space: nowrap;
}
.index-disease .right-links .column-title span,ul.column-title li{
  display: inline-block;
  font-size: 14px;
  color: #666;
  background: #eef0f0;
  line-height: 32px;
  border-radius: 16px;
  margin-right: 2px;
}
.index-disease .right-links .column-title span a,ul.column-title li a{
  color: inherit;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  display: block;
}
.index-disease .right-links .column-title span:first-child,.index-disease .right-links .column-title span:not(:first-child):hover,ul.column-title li.cur,ul.column-title li:hover{
  color: #fff;
  background: #62ab00;
}
.index-disease .top-two-li{
  width: 850px;
  height: 104px;
}
.index-disease .top-two-li li{
  width: 48%;
  border-bottom: 1px dashed #e8e8e8;
}
.index-disease .top-two-li li:first-child{
  float: left;
}
.index-disease .top-two-li li:last-child{
  float: right;
}
.index-disease .top-two-li li > a{
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 30px;
}
.index-disease .top-two-li li > a:hover,.index-disease .top-two-li li p > a:hover,.index-disease ul.bottom-fourteen-li li a:hover{
  color: #62ab00;
}
.index-disease .top-two-li li p{
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.index-disease .top-two-li li p > a{
  color: #ff6e4a;
}
.index-disease ul.bottom-fourteen-li{
  width: 850px;
}
.index-disease ul.bottom-fourteen-li li{
  width: 48%;
  float: left;
}
.index-disease ul.bottom-fourteen-li li:nth-child(2n + 1){
  margin-right: 4%;
}
.index-disease ul.bottom-fourteen-li li a{
  color: #333;
  font-size: 14px;
  line-height: 30px;
}

/*閸栧娅屾搴ㄥ櫚*/
.index-mien{
  width: 1180px;
}
.index-mien li{
  width: 275px;
  height: 200px;
  float: left;
  margin-right: 20px;
}
span.img-title{
  transition: all .3s;
}
a:hover span.img-title{
  color: #62ab00;
}

/*缂冩垵寮哥拠鍕啈*/
.public-title > em{
  font-style: normal;
  font-size: 14px;
  color: #999;
  position: relative;
  top: 3px;
  left: 20px;
}
.index-says li{
  border-bottom: 1px dashed #e8e8e8;
}
.index-says li > img{
  width: 50px;
  height: 50px;
  opacity: .5;
}
.index-says li .says-wrap{
  width: 1092px;
}
.index-says li .says-info span,.index-says li .says-info dl.how dd:first-of-type{
  color: #ff6e4a;
  font-size: 14px;
  margin-right: 20px;
}
.index-says li .says-info span:before{
  color: #999;
}
.index-says li .says-info span.who:before{
  content: "\8bc4\8bba\6765\6e90\ff1a";
}
.index-says li .says-info span.where:before{
  content: "\0049\0050\5730\5740\ff1a";
}
.index-says li .says-info span.which:before{
  content: "\5c31\8bca\75be\75c5\ff1a";
}
.index-says li .says-info dl.how{
  margin-left: auto;
  color: #999;
  font-size: 14px;
}
.index-says li .says-info dl.how dd:not(:last-child){
  margin-right: 10px;
}
.index-says li .says-info dl.how dd,.index-says li .says-info dl.how dt{
  float: left;
}
.index-says .says-content{
  padding: 10px 20px;
  border: 2px solid #e5e5e5;
  background: #f9f9f9;
}
.index-says .says-content p{
  font-size: 14px;
  line-height: 22px;
  color: #666;
  white-space: normal;
}
.more-link{
  width: 100%;
  height: 42px;
  background: #f7fded;
  margin-bottom: 15px;
}
.more-link a{
  display: block;
  width: 100%;
  height: 100%;
  color: #62ab00;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
}

/*韫囶偅宓庨柅姘朵壕*/
.public-channel{
  height: 80px;
  margin-top: 50px!important;
}
.public-channel li{
  float: left;
  width: 20%;
}
.public-channel li img{
  margin-right: 10px;
  float: left;
}
.public-channel li .channel-text{
  margin-top: 14px;
}
.public-channel li dt{
  font-size: 18px;
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
  transition: all .3s;
}
.public-channel li dd{
  font-size: 14px;
  color: #999;
}
.public-channel li:first-child:hover dt{
  color: #6668be;
}
.public-channel li:nth-child(2):hover dt{
  color: #55b483;
}
.public-channel li:nth-child(3):hover dt{
  color: #c8765c;
}
.public-channel li:nth-child(4):hover dt{
  color: #68a3bc;
}
.public-channel li:nth-child(5):hover dt{
  color: #4aac96;
}

/*閸欏鍎忛柧鐐复*/
.friendly-links{
  overflow: hidden;
}
.friendly-links li{
  margin-right: 25px;
  line-height: 26px;
  float: left;
}
.friendly-links li a{
  color: #999;
  font-size: 14px;
}

/*footer*/
.footer-nav{
  background: #e9e9e9;
  height: 46px;
  line-height: 46px;
}
.footer-nav ul li{
  float: left;
  width: 14.28%;
  color: #999;
  text-align: center;
}
.footer-info{
  text-align: center;
}
.footer-info span.hospital-name{
  font-size: 24px;
  font-weight: 600;
  color: #62ab00;
  line-height: 30px;
  margin-bottom: 5px;
  display: inline-block;
}
.footer-info p{
  line-height: 28px;
  color: #999;
  font-size: 14px;
  text-align: center;
}
.footer-info p:first-of-type{
  color: #333;
}

/*閸熷棗濮熼柅姘癁閸旓拷*/
.swt-left-img,.swt-right-img{
  position: fixed;
  top: 22%;
  display: block;
}
.swt-left-img,.swt-right-img > a{
  display: block;
}
.swt-left-img{
  left: 20px;
}
.swt-right-img{
  right: 20px;
}


/*閸栧娅屾禒瀣矝*/
.bread-crumbs{
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.bread-crumbs li{
  float: left;
}
.bread-crumbs > img{
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.bread-crumbs li:not(:last-child):after{
  font-family: fontawesome;
  content: "\f105";
  padding: 0 10px;
}
.hospital-map img{
  width: 100%;
  height: auto;
}

.main .left-content{
  border: 1px solid #e8e8e8;
  padding: 30px;
}
.list-p > div{
  overflow: hidden;
}
.list-p > div > span{
  display: inline-block;
  margin: 15px 0 10px 0;
  line-height: 30px;
  float: left;
  width: 48px;
}
.list-p > div p{
  width: 730px;
  float: left;
}
.list-p p{
  color: #666;
  line-height: 30px;
  margin: 15px 0 10px 0;
}

/*閸欏厖鏅堕柅姘辨暏*/

.right-title span{
  font-size: 20px;
  font-weight: normal;
  line-height: 46px;
}
  /*閸栬崵鏁撻崶銏ゆЕ*/
.right-doctors{
  overflow: hidden;
  width: 300px;
  height: auto;
}
.right-doctors li .doctor-info{
  position: relative;
}
.right-doctors li{
  border: none;
  width: 100%;
  padding: 15px 0;
  height: 110px;
  margin: 0;
}
.right-doctors li:not(:last-child){
  border-bottom: 1px dashed #e8e8e8;
}
.right-doctors li .doc-photo{
  margin-right: 15px;
}
.right-doctors li .grade,.right-doctors li .department{
  font-size: 14px;
  color: #666;
}
.right-doctors li .grade:before{
  content: "\804c\79f0\ff1a";
  color: #999;
}
.right-doctors li .department:before{
  content: "\79d1\5ba4\ff1a";
  color: #999;
}
.right-doctors .doc-btn{
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size: 14px;
  color: #62ab00;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #62ab00;
}

  /*閻戭參妫弬鍥╃彿*/
.right-hot-articles li{
  font-size: 15px;
  color: #333;
  padding: 7px 0;
}

/*閸栬崵鏁撻崚妤勩€冩い锟�*/
ul.doc-list li{
  position: relative;
  padding: 30px 0;
  border-bottom: 1px dashed #e8e8e8;
}
ul.doc-list li:first-child{
  padding-top: 0;
}
ul.doc-list li:last-child{
  padding-bottom: 0;
  border: none;
}
ul.doc-list li a.doc-img{
  display: block;
  width: 180px;
  height: 180px;
  margin-right: 30px;
}
ul.doc-list li a.doc-img img{
  width: 100%;
  height: 100%;
}
ul.doc-list li .doc-info{
  float: left;
  width: 430px;
}
ul.doc-list li .doc-info .doc-goodAt{
  white-space: normal;
  line-height: 28px;
  margin-top: 5px;
}
ul.doc-list li .doc-info .doc-goodAt i{
  font-style: normal;
  float: left;
  width: 350px;
}
ul.doc-list li .doc-info .doc-name{
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
ul.doc-list li .doc-info span{
  display: block;
  line-height: 40px;
  color: #666;
}
ul.doc-list li .doc-info span em{
  color: #999;
  font-style: normal;
}
ul.doc-list li .doc-info .stars{
  color: #ffa626;
}
ul.doc-list li .doc-info .doc-goodAt a{
  color: #62ab00;
}
ul.doc-list li .doc-info .doc-goodAt a:hover{
  color: #ff6e4a;
}
ul.doc-list li .doc-btns{
  height: 90px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -45px;
  flex-direction: column;
}
ul.doc-list li .doc-btns a,.doc-card .doc-btns a{
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
}
ul.doc-list li .doc-btns a:first-of-type,.doc-card .doc-btns a:first-of-type{
  color: #fff;
  background: #62ab00;
}
ul.doc-list li .doc-btns a:last-of-type,.doc-card .doc-btns a:last-of-type{
  color: #62ab00;
  border: 1px solid #62ab00;
}

/*閸栬崵鏁撶拠锔藉剰妞わ拷*/
.doc-card{
  position: relative;
}
.doc-card .doc-img{
  width: 180px;
  height: 180px;
  margin-right: 30px;
}
.doc-card .doc-img img{
  width: 100%;
  height: 100%;
}
.doc-card .doc-info{
}
.doc-card .doc-info span{
  color: #666;
  display: block;
  line-height: 44px;
}
.doc-card .doc-info span em{
  font-style: normal;
  color: #999;
}
.doc-card .doc-info .doc-name{
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.doc-card .doc-info .doc-name i{
  font-size: 18px;
  color: #ffac2d;
}
.doc-card .doc-info .doc-name i:first-of-type{
  margin-left: 10px;
}
.doc-card .doc-btns{
  position: absolute;
  right: 50px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  flex-direction: column;
}

.doc-register{
  border: 1px solid #e8e8e8;
  border-bottom: none;
  font-size: 14px;
}
.doc-register ul li{
  float: left;
  width: 12.5%;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #e8e8e8;
  color: #666;
}
.doc-register ul li:not(:last-child){
  border-right: 1px solid #e8e8e8;
}
.doc-register ul li a{
  font-weight: 600;
  color: #62ab00;
}
.doc-register ul.title-line li{
  height: 50px;
  line-height: 50px;
}
.adv-under-article{
  float: left;
  padding: 0!important;
  border: none!important;
}
.other-doctors{
  width: 852px;
}
.other-doctors li .title-on-img img{
  width: 200px;
  height: 150px;
}
.other-doctors li{
  float: left;
  width: 200px;
  margin-right: 13px;
}

/*閻ゅ墽姊鹃惌銉ㄧ槕*/
.article-list li{
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.article-list li:first-child{
  padding-top: 0;
}
.article-list li > a{
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.article-list li > p{
  font-size: 14px;
  color: #999;
  white-space: normal;
  line-height: 26px;
}
.article-list li > p > a,.article-list li > a:hover,.article-list .list-info span a:hover{
  color: #62ab00;
}
.article-list li > p > a:hover,.article-list .list-info span a{
  color: #ff6e4a;
}
.article-list .list-info span{
  font-size: 14px;
  color: #bbb;
}

.list-pager{
  margin-top: 40px;
  width: auto;
  text-align: center;
}
.list-pager li{
  /*float: left;*/
  display: inline-block;
  color: #666;
  margin: 0 3px;
  border: 1px solid #e8e8e8;
}
.list-pager li.cur-page,.list-pager li:hover{
  background: #62ab00;
  border: 1px solid #62ab00;
  color: #fff;
}
.list-pager li a,.list-pager li strong{
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
}

/*閺傚洨鐝锋い锟�*/
.article-wrap h2{
  font-size: 28px;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 40px;
}
.article-wrap .article-info{
  text-align: center;
  margin-top: 10px;
}
.article-wrap .article-info span{
  color: #bbb;
  font-size: 14px;
}
.article-wrap .article-info span em{
  font-style: normal;
}
.article-wrap .article-p{
  margin-top: 30px;
}
.article-p p{
  color: #333;
}
.article-wrap .article-p p img{
  margin: 0 auto;
}
.prev-next{
  margin-top: 50px;
}
.prev-next > div{
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prev-next > div:last-child{
  text-align: right;
}
.prev-next span{
  color: #999;
}
.prev-next span + a{
  color: #62ab00;
}
.prev-next span + a.no-others{
  pointer-events: none;
  color: #999;
}
.other-articles li > a > span.img-title{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.other-article-nopic li{
  width: 50%;
  float: left;
  padding: 8px 0;
  font-size: 14px;
  color: #333;
}
/*閸栧娅岄悳顖氼暔*/
.list-enviroment li{
  width: 380px;
  float: left;
  margin-bottom: 18px;
}
.list-enviroment li a span{
  font-size: 16px!important;
}
.list-enviroment li:nth-child(2n + 1){
  margin-right: 18px;
}
.list-enviroment li:nth-last-child(-n + 2){
  margin-bottom: 0;
}

/*缂冩垵寮哥拠鍕啈*/
.says-list li .says-wrap{
  width: 710px;
}
.pub-says > .public-title span{
  font-weight: 600;
}
.pub-says-content{
  border: 1px solid #e8e8e8;
}
.pub-says-content .pleased{
  width: 100%;
  line-height: 24px;
}
.pub-says-content .pleased span{
  color: #666;
}
.pub-says-content .pleased ul li{
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #bbb;
  margin: 0 5px;
  cursor: pointer;
  color: #999;
}
.pub-says-content .pleased ul li.selected{
  color: #62ab00;
  border: 1px solid #62ab00;
}
.pub-says-content .pleased ul li span{
  color: inherit;
}
.pub-says-content textarea{
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  resize: none;
  padding: 10px;
}
.pub-says-content textarea:focus{
  outline: 1px solid #62ab00;
  border: none;
}
.says-bottom .word-surplus{
  font-size: 14px;
  line-height: 32px;
  color: #999;
}
.says-bottom .says-submit{
  width: 100px;
  height: 32px;
  background: #62ab00;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}







.top-banner > a{
display:block;
width:100%;
height:100%;
margin:auto;
}



















































.adb{}