﻿@charset "utf-8";
.pd-30{
  padding:20px 30px;
  box-sizing:border-box;
}
.expand-pd{
  height:320px;
  background-color: #01b4b8;
  padding:20px 30px;
  box-sizing:border-box;
}
.white-bg{
  background-color:#fff;
}
.main-wrap-bar{
  margin-top: -160px;
}

/*top-bar--start*/
.top-bar {
  color: #888;
  background-color: #fff;
  line-height: 36px;
  padding: 5px 0;
}
.top-bar a{
  color: #888;
  font-size: 0.875em;
}
.top-bar a:before{
  content: "/";
  padding: 0 5px;
}
.top-bar .english {
  color: #f15447;
}
.small-logo{
  display: none;
}
.four-links {
  float: left;
}
.four-links>a:first-child:before{
  display: none;
}
.version-links-bar{
  float: right;
}
.version-links{
  float: left;
  margin-right: 10px;
}
.login-others>ul>*:before {
  display:none!important;
}
/*top-bar--end*/

.logo-small{
  display:none;
}
.logo-nav-wrap{
  position:absolute;
  width:100%;
  top:100px;
}
.logo-bar img{
  display:block;
}

/*搜索--模块化*/
.find-bar {
  float: left;
  width: 175px;
  background: #ececec;
  border: none;
  position: relative;
  opacity: .93;
  filter: alpha(opacity = 93);
  border-radius: 20px;
  z-index:9;
}
.find-bar input[type="text"] {
  border: none;
  background-color: transparent;
  width:calc(100% - 36px);
  padding: 0 10px;
  box-sizing: border-box;
  outline: none;
  color: #666;
  border-radius: 20px 0 0 20px;
  height:34px;
}
.find-bar input[type="submit"] {
  float: right;
  width: 36px;
  line-height: 34px;
  padding: 0;
  outline: none;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABmUlEQVRIS7WTPUsDQRRFg0VACxPSiW3KtRdTip0/Ij8grX0K0TYggp0IiQSFdCJ+YC+IhWJvYWVnIdroeu74EDJvYxYZLxx25857d7Kbt5U8z/+VQjMlhWZKCs2UeCNSlmVrcAB38GjXPVi2kjG5PGeYCFiEc8jhCQbQgyE8g/xjaFhLkMtzBqJpART6Am2YCRsm1lXowBvcQ922fJ4zEA2XoPAsGBPEdgveoW+Wz4sNildBj9+2nl9F3YbVL2kd5zmDwn3Q6xl7LZNE3Ry8wrbWcZ4zKHyAQeguKeovhO7jPGdQqFHshc6Sov4QbnQf5zmDwlsYhs6Sov4KTnUf5zmDQn1EmvNq6J4i6uZBk9TVOs5zBoUroKnohIQpom4TPqGpdZznje+mI9BH1ArGBLG/Dh+wa5bPcwaioQH6QvXomvPZsGFirdeiX65wPe011LTn8pxhoqEOfQvQnGsUNS36Q3WwwndA4T+HuDxnRKJJ2oIzUMgJdCG8c64183XIyOU54w+yQ0bQdHmxkZpCMyWFZkoKzXTklS9kUDtLZI0a1QAAAABJRU5ErkJggg==) no-repeat center center;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0 20px 20px 0;
}
.find-bar em {
  display: none;
  line-height: 14px;
  font-size: 0.875em;
  color: #f00;
  font-style: normal;
  position: absolute;
  left: 6px;
  top: 44px;
}
.search-wrap {

}
.error {
  color: red;
}
@media screen and (max-width: 1230px) {
  .find-bar {
    position: absolute;
    left: 0;
    top: 124px;
    width: 195px;
  }
}

/*index .banner*/
.index .banner{
  height: 723px;
}
.index .banner ul li{
  height: 723px;
}
.index .banner .hd{
  display:none;
}

/*index-nav*/
.index-nav{
  position:relative;
}
.index-nav>li>a{
  display: block;
  text-align: center;
  position: relative;
  height: 100px;
  background-color: #fff;
  opacity: .92;
  filter: alpha(opacity=92);
}
.index-nav>li>.expand{
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom:100px;
  height:0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.index-nav>li:hover>.expand{
  display: block;
  height: 340px;
  bottom:100px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99;
}
.index-nav>li>.expand:after{
  content: "";
  display: block;
  height: 20px;
  bottom: 0;
  position: absolute;
  width: 100%;
  background-color: #999;
  opacity: 0;
  filter: alpha(opacity=0);
}
.index-nav>li>a>*{
  display:block;
}
.index-nav>li>a>span{
  border-bottom:1px solid #d1d0d2;
  padding-top:30px;
}
.index-nav>li>a>em{
  font-style:normal;
  color:#333;
}
.index-nav>li>a>em:before{
  content: "";
  display: block;
  background: url(../images/circular_gray.png) no-repeat;
  height: 12px;
  width: 12px;
  margin: 0 auto;
  margin-top: -6px;
  padding-top: 16px;
}
.index-nav>li.focus>a{
  background-color:#01b4b8;
}
.index-nav>li:hover>a{
  background-color:#01c8cc;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.index-nav>li.focus>a>span{
  border-bottom: 1px solid #39c4c8;
}
.index-nav>li:hover>a>span{
  border-bottom: 1px solid #3fd9de;
}
.index-nav>li:hover>a>em,.index-nav>li.focus>a>em{
  color:#fff;
}
.index-nav>li:hover>a>em:before,.index-nav>li.focus>a>em:before{
  background: url(../images/circular_white.png) no-repeat;
}

.box-tab.white-title-bg>dt{
  border-bottom:none;
}
.box-tab.white-title-bg>dt>ul>li>a{
  font-size: 0.9375em;
  padding: 0 10px;
  margin-left: 10px;
}
.box-tab.white-title-bg>dt>ul>li.focus>a{
  color: #01b4b8;
  background-color: #fff;
}
.box-tab.white-title-bg>dt>ul>li:first-child>a{
  margin-left:0;
}

/*信息报送*/
.box-tab.xxbs>dd{
  padding-top:0;
}
.xxbs table{
  width:100%;
  border-collapse:collapse;
}
.xxbs table th,.xxbs table td{
  color: #fff;
  border: 1px solid #76d4d6;
  text-align: center;
  padding: 2px 10px;
  box-sizing: border-box;
  font-family: Simsun;
  font-size:0.9375em;
}
.xxbs table th{
  border-top:none;
  font-weight:bold;
  font-size:1em;
  padding: 3px 10px;
}
.col-a-left{
  width: 480px;
}
.col-a-right{
  margin-left: 510px;
  overflow: hidden;
}

/*pic-list*/
.pic-list{
  margin-left: -2%;
  margin-top: 10px;
}
.pic-list>li{
  display:block;
  float:left;
}
.pic-list.col-3>li{
  width:31.3333%;
  margin-left:2%;
}
.pic-list>li>a{
  display:block;
  text-align:center;
  margin-bottom: 10px;
}
.pic-list>li>a>img{
  display:block;
  height:180px;
  margin:0 auto;
  width:100%;
}
.pic-list>li>a>em{
  display: block;
  font-style: normal;
  color: #fff;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more.more-center{
  display: block;
  text-align: center;
  background-color: #eee;
  padding: 8px 0;
}
.more.more-center:hover{
  background-color:#3db1ea;
  color:#fff;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.box-tab.online-service {
  position: relative;
}
.box-tab.online-service dt {
  position: absolute;
  right: 0;
  top: -58px;
}
.letter-btn{
  font-size: 0.875em!important;
  font-weight: normal!important;
  padding: 5px 10px;
  margin-top: 10px;
}
.letter-btn-white{
  background-color:white;
  color: red!important;
}
.letter-btn-red{
  color: white!important;
}
.letter-btn-red{
  background: red;
  color:#fff!important;
}
.letter-btn:hover{
  text-decoration:underline;
}

.index .news-list.date-right>li>a:before{
  color: #fff;
  font-weight: normal;
  font-size: 0.75em;
}
.index .news-list>li>a{
  color:#fff;
  padding: 12px 0;
}
.index .news-list>li>a:hover,.index .news-list>a:hover span{
  text-decoration: underline;
}
.index .icon-list a{
  color:#fff;
}
.news-list.special>li>a{
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.18);
  box-shadow: 0 3px 4px rgba(0,0,0,0.08);
  -webkit-transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  box-sizing: border-box;
  border:1px solid #e8e8e8;
  padding:0 30px;
  height:110px;
  margin-top: 30px;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.news-list.special>li h1{
  font-size: 1.125em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6em;
  color: #666;
  margin: 20px 0 0;
}
.news-list.special>li>a:hover{
  background-color:#01b4b8;
  text-decoration: none;
}
.news-list.special>li em{
  font-style:normal;
  font-size:0.75em;
  color:#999;
  font-weight:normal;
}
.news-list.special>li>a:hover>*{
  color:#fff;
}

.d-table>.col-half{
  width:50%;
}
.d-table-sub{
  display:table;
  table-layout:fixed;
  width:100%;
}
.d-table-sub>*{
  display:table-cell;
  vertical-align:top;
}
.d-table-sub>a{
  position:relative;
  height:300px;
  width: 325px;
}

/*友情链接*/
.select-links{
  margin-top: 80px;
}
.select-links select{
  float: left;
  display: block;
  margin-left: 1%;
  font-size: 0.875em;
  line-height: 35px;
  height: 35px;
  color: #666;
  cursor: pointer;
  width: 24.25%;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px #eaeaea solid;
  background-color: #fafafa;
}
.select-links select:first-child{
  margin-left:0;
}

/*sub-title-2*/
.sub-title-2{
  border-bottom:1px solid #e8e8e8;
  padding-top:0.5em;
}
.sub-title-2>*{
  display:block;
}
.sub-title-2>span{
  font-size: 1.125em;
  font-weight: bold;
  color: #444;
  height: 44px;
  line-height: 44px;
}
.sub-title-2>ul>li{
  display:block;
  float:left;
  margin-left: 30px;
}
.sub-title-2>ul>li>a{
  display: block;
  color: #444;
  height: 44px;
  line-height: 44px;
}
.sub-title-2>ul>li>a:hover{
  color:#01b4b8
}
.sub-title-2>ul>li.focus>a{
  border-bottom:2px solid #01b4b8;
}

/*单页排版*/
.article{
  color:#666;
  line-height: 1.8em;
  padding:0 10px;
}
.article .article-title{
  display:block;
  font-size: 1.25em;
  font-weight: bold;
  color: #333;
  padding:10px 0;
}
.article p{
  text-indent:2em;
  color: #333;
}

.index .copyright{
  background-color:#fff;
  margin-top: 0;
}

/*2020-05-08追加默认样式*/
.news_content_content>p,.news_content_content>div{
  text-indent:2em;
  line-height:1.875em;
}
.news_content_content>p img,.news_content_content>div img{
  display: block;
  margin:0 auto;
  max-width:78%;
  height:auto!important;
}
.news_content_content table{
  margin:10px auto;
  border-collapse: collapse;
}
/*顶部top-bar读取顺序*/
#pip-triggers-container {
  float: left;
}
.user{
  float: left!important;
}
.version-links .fk {
  float: left;
}
.pip-triggers>div>div>div {
  font-size:16px;
  line-height:20px;
  text-align:left;
}
.pip-triggers>em {
  line-height:26px;
}
.news-list>a {
  display:block;
  padding:0.55em 0;
}
.news-list>a:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.news-list>a>span {
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float:left;
  width:calc(100% - 6em);
  width:-moz-calc(100% - 6em);
  width:-webkit-calc(100% - 6em);
}
.news-list>a:hover {
  color: #ff7900!important;
}
.news-list>a>em {
  width:6em;
  float:
  right;
  color:#999;
  font-style: normal;
  font-size: 0.875em;
  font-family: Arial, Verdana;
  line-height: 1.82em;
  text-align:right;
}
.news-list.date-left>a>em{
  float:left;
  padding-top:10px;
  text-align:left;
}
.news-list.date-left>a>span{
  width:100%;
}
.news-list.special{
  margin-left: -3%;
}
.news-list.special>a {
  float:left;
  width:47%;
  margin-left:3%;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.18);
  box-shadow: 0 3px 4px rgba(0,0,0,0.08);
  -webkit-transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  box-sizing: border-box;
  border:1px solid #e8e8e8;
  padding:1.25em 1.875em;
  margin-top:1.875em;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.news-list.special>a>span {
  font-weight:bold;
  font-size:1.125em;
}
.news-list.special>a:hover{
  background-color:#01b4b8;
  text-decoration: none;
}
.news-list.special>a:hover>*{
  color:#fff;
}
/*带下划线的列表*/
.news-list.border-b a{
  border-top: 1px solid #e8e8e8;
  padding: 0.75em 0.5em;
}
.news-list.border-b a:first-child{
  border-top: none;
}
.index-nav .news-list>a>* {
  color:#fff;
}


/*1230以下*/
@media screen and (max-width:1230px){
  body{
  background-color:#fff;
  }
  .max-wrap{
  max-width:100%;
  min-width:inherit;
  }
  .main-wrap{
  width:auto;
  }
  .small-logo{
  display: block;
  padding-top: 60px;
  padding: 50px 10px 10px;
  }
  .small-logo img{
  height: 50px;
  display: block;
  max-width: 100%;
  }
  .four-links{
  display:none;
  }
  .version-links{
  position: absolute;
  top: 0;
  right: 0;
  }
  .main-nav-bar.fr{
  float: none;
  }
  .main-nav:after{
  width: 40px;
  height: 40px;
  background: url(../images/icon_list.png) center center no-repeat;
  top: 0;
  background-size: 55%;
  }
  .logo-bar img {
  display:none;
  }
  .logo-bar img{
  max-width:500px;
  }
  .logo-nav-wrap{
  position: unset;
  padding: 0;
  top: 0;
  }
  .logo-nav-wrap:after{
  content: "";
  display: block;
  height: 45px;
  line-height: 45px;
  background-color: #01b4b8;
  }
  .pic-list>li>a>img{
  display:none;
  }
  .pd-30{
  padding:10px;
  }
  .border{
  border:none;
  }
  .more.more-right{
  color:#999;
  }
  .box-tab>dt>ul>li>a, .box-tab>dt>ul>a{
  color:#666;
  }
  .letter-btn-red{
  color:#fff!important;
  }
  .col-a-left,.col-a-right{
  margin-top:10px;
  }
  .map{
  padding:10px!important;
  }
  .main-wrap-bar{
  margin-top: 0;
  padding: 0 10px;
  }
  .index-nav>li>a,.index-nav>li.focus>a{
  display:none!important;
  }
  .index-nav>li>ul{
  bottom: 0;
  position: relative;
  display: block;
  height: auto;
  background:none;
  }
  .select-links{
  display:none;
  }
  .d-table{
  display:block;
  }
  .d-table>*{
  display:block;
  }
  .d-table>.col-half{
  width:100%;
  }
  .d-table>.col-middle{
  display:none;
  }
  .d-table-sub>a{
  display:none;
  }
  .index .news-list>li>a{
  color:#666;
  }
  .icon-list a{
  background-color: #01b4b8!important;
  border: none;
  height: auto;
  padding: 6px 0;
  }
  .icon-list a:hover{
  background-color: #01b4b8!important;
  color:#fff!important;
  }
  /*信息发布*/
  .xxbs table th, .xxbs table td{
  color:#666;
  border:1px solid #e8e8e8;
  font-size:0.75em;
  padding:10px;
  }
  .box-tab>dt>ul>li.focus>a{
  color: #01b4b8;
  }
  .news-list.date-right>li>a:before,.index .news-list.date-right>li>a:before{
  color:#999;
  }
  .xxbs table{
  margin-bottom:10px;
  }
  .news-list.col-2 li{
  width:100%;
  }
  .news-list.col-2 li:nth-child(2n){
  margin-left:0;
  }
  /*pic-list*/
  .pic-list.col-3>li{
  width: 98%;
  }
  .pic-list>li>a{
  background-color: #01b4b8;
  margin-bottom: 10px;
  }
  .pic-list>li>a>em{
  white-space: inherit;
  padding: 20px 10px;
  }
  .copyright{
  padding:0;
  margin-top: 0;
  }
  .copyright table{
  display:none;
  }
  .small-copyright{
  display:block;
  }
  /*news-list*/
  .news-list>a{
  padding: 0.55em 15px!important;
  }
  .news-list.special>li>a{
  height: auto;
  padding: 12px 0px!important;
  margin: 0 10px!important;
  border: none;
  border-top: 1px solid #e8e8e8;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  -webkit-transition: inherit;
  transition: inherit;
  }
  .news-list.special>li:first-child>a{
  border-top:none;
  }
  .news-list.special>li h1{
  font-size: 1em;
  font-weight: normal;
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1em;
  }
  .sub-title-2{
  text-align:center;
  border-bottom: none;
  }
  .sub-title-2>span{
  float:none;
  }
  .sub-title-2>ul{
  float:none;
  display:inline-block;
  }
  .sub-title-2>ul>li>a{
  margin-bottom: 0;
  border:none;
  border-radius: 20px;
  background-color: #eee;
  color: #333;
  font-size: 0.875em;
  height: inherit;
  line-height: inherit;
  padding: 4px 10px;
  margin-top: 8px;
  }
  .sub-title-2>ul>li.focus>a{
  background-color: #01b4b8;
  color: #fff;
  border: none;
  }
  .sub-title-2>ul>li:first-child>a{
  margin-left:0;
  }
  .index-nav>li:hover>.expand{
  height: auto;
  bottom: inherit;
  }
  .index-nav>li>.expand{
  position: relative;
  height: auto;
  bottom: inherit;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
  }
  .expand-pd{
  background-color:#fff;
  height: auto;
  padding: 0;
  }
  .index-nav>li>.expand:after{
  display:none;
  }
  .box-tab.sub-box-c{
  padding-right:10px;
  }
  .news-list.special{
  margin-left:0;
  }
  .news-list.special>a {
  width:100%;
  margin-left:0;
  box-shadow:unset;
  padding:0.75em;
  margin-top:0;
  border:0;
  border-bottom:1px solid #ddd;
  }
  .news-list.special>a>span {
  font-weight:normal;
  }
  .index-nav .news-list>a>* {
  color:#666;
  }
  .main-wrap2 {
  width:auto;
  position:unset;
  }
}

/*1000以下*/
@media screen and (max-width:1000px){

  .main-wrap-bar{
  padding:0;
  }
  .box-tab>dt{
  display:none;
  }
  .box-tab>dd{
  padding-top:0;
  }
  .box-tab>dd>ul>li{
  display:block;
  }
  .news-list>li>a{
  padding: 12px 0px!important;
  margin: 0 10px;
  border-top: 1px solid #e8e8e8!important;
  color:#333;
  }
  .news-list>li:first-child>a{
  border-top:none!important;
  }
  .news-list.list-full>li>a{
  margin:0!important;
  padding: 10px 0 0!important;
  }
  .min-content-h .news-list>li>a{
  margin:0;
  }
  .more:after{
  display:none;
  }
  .col-a-left{
  float:none;
  width:100%;
  }
  .col-a-h,.col-c-h{
  height: auto;
  }
  .min-content-h{
  min-height:auto;
  }
  .col-b-h{
  height: 173px;
  }
  .pd-lr-20{
  padding:0;
  }
  .col-c-h .pd-lr-20{
  padding:0;
  }
  .pd-20{
  padding:15px;
  }
  .mt-20{
  margin-top:10px;
  }
  .col-c-h.mt-20{
  margin-top:0;
  }
  .pt-20{
  padding-top:0;
  }
  .more.more-mobile{
  padding:0 15px;
  font-size:0.75em;
  }
  .small-title{
  display: block;
  background-color: #ededed;
  height: 40px;
  line-height: 40px;
  border-left: 3px solid #01b4b8;
  padding-left: 10px;
  color: #333;
  }
  .col-a-right{
  margin-left:0;
  width:100%;
  margin-top: 10px;
  }
  .d-table-content .detail{
  float: left;
  position: relative;
  bottom: inherit;
  right: inherit;
  }
  /*1000以下左右结构变化*/
  .sub-nav-left{
  display:none;
  }
  .box-tab.sub-box-c .sub-title{
  display:block;
  }
  .box-tab.sub-box-c{
  padding: 0;
  border: none;
  }
  .box-tab.sub-box-d {
  padding: 0;
  }
  .box-tab.sub-box-c .sub-title .arrow-down {
  display: block;
  }
  .box-tab.sub-box-c .sub-title .arrow-down {
  display: block;
  }
  .box-tab.sub-box-c .sub-nav-block {
  display: block;
  }
  .box-tab .box-title-name.second-title {
  display:block;
  }
  .box-tab .third-title a.focus{
  background-color: #01b4b8;
  color: #fff;
  border-bottom:none;
  margin-bottom: 4px;
  }
  .box-tab .sub-title.second-title {
  display: block!important;
  }
  .box-tab .third-title{
  margin:10px;
  }
  span.box-title-name{
  padding-left: 10px;
  font-size: 0.9375em;
  }
  /*单页*/
  .article .article-title{
  padding:0;
  font-size:1.125em;
  }
  .article p{
  line-height:2em;
  }
  .box-tab.sub-box-c{
  padding-right:0;
  }
  .news_content_content>p img,.news_content_content>div img{
  max-width:100%!important;
  }
  .main-wrap2 {
  z-index:9;
  }
}
@media screen and (max-width:720px){
  .main-nav-bar.fr:before {
  display:block;
  }
  .main-nav-bar.fr:before {
  height:auto;
  }
  .news-list>a>span {
  width:100%;
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
  line-height:1.5em;
  float:none;
  }
  .news-list>a>em {
  display:none;
  }
}

/*480以下*/
@media screen and (max-width:480px){
  .main-wrap-bar{
  top:62px;
  }
  .icon-list a span{
  font-size: 0.875em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .news-list.date-right>li>a:before{
  display:none;
  }
  .col-b-h{
  height:165px;
  }
  .main-nav-bar.fr:before{
  font-size:1em;
  }
  .news-list.special>li em{
  display:none;
  }
  .col-a-left,.col-a-right{
  margin-top:0;
  }
  .suggestion_input_submit.disabled{
  width:100%;
  background: #ffffdb!important;
  margin:0;
  margin-top:10px;
  color: #ec642a!important;
  height: 36px;
  font-weight: inherit!important;
  }
}
/*320以下*/
@media screen and (max-width:320px){
  .main-nav-bar.fr:before{
  font-size:0.875em;
  }
}