﻿@charset "UTF-8";
/*
    index style
*/
/*
    global variable for sass
*/
a {
  text-decoration: none;
}

.am-slider a {
  position: relative;
  display: block;
}
.am-slider p {
  position: absolute;
  line-height: 46px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  color: #802721;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0; 
  margin: 0;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.am-slider-default .am-control-nav li {
  margin: 0 3px;
}
.am-slider-default .am-control-nav li a {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #949494;
}
.am-slider-default .am-control-nav li a.am-active {
  background-color: #dd4b40;
  width: 20px;
}

/*tab切换*/
.tab_tag1 {
  clear: both;
  background: #edf6ff;
  height: 50px;
}
.tab_tag1 > ul {
  padding-top: 0;
}
.tab_tag1 > ul li {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.tab_tag1 > ul li.switchOn {
  color: #056290;
  position: relative;
  text-align: center;
  top: -1px;
}
.tab_tag1 > ul li.switchOn a, .tab_tag1 > ul li.switchOn a:hover {
  color: #fff;
  background-color: #417dc5;
}
.tab_tag1 > ul a {
  color: #1a2e5f;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 10px;
  text-align: center;
}
.tab_tag1.border-bottom-tab {
  height: 48px;
  background: none;
}
.tab_tag1.border-bottom-tab > ul {
  border-bottom: 2px solid #2076cd;
}
.tab_tag1.border-bottom-tab > ul li.switchOn {
  position: relative;
  top: 0;
}
.tab_tag1.border-bottom-tab > ul li.switchOn a, .tab_tag1.border-bottom-tab > ul li.switchOn a:hover {
  color: #fff;
  text-align: center;
  background-color: #2076cd;
}
.tab_tag1.border-bottom-tab > ul a {
  height: 48px;
  line-height: 48px;
}
.tab_tag1.border-bottom-1px-tab {
  height: 49px;
  background: none;
}
.tab_tag1.border-bottom-1px-tab > ul {
  border-bottom: 1px solid #ccc;
}
.tab_tag1.border-bottom-1px-tab > ul li.switchOn {
  position: relative;
  top: 0;
}
.tab_tag1.border-bottom-1px-tab > ul li.switchOn a, .tab_tag1.border-bottom-1px-tab > ul li.switchOn a:hover {
  color: #2076cd;
  text-align: center;
  border-left: 2px solid #2076cd;
  background: none;
}
.tab_tag1.border-bottom-1px-tab > ul a {
  height: 20px;
  line-height: 20px;
  margin: 15px 0;
  padding: 0 15px;
}

/*列表样式*/
.box_list {
  position: relative;
}
.box_list ol, .box_list ul {
  padding: 10px 6px 6px;
}

    .box_list ol li, .box_list ul li {
        line-height: 40px;
        padding-left: 12px;
        font-size: 14px;
        position: relative;
    }    
.box_list ol li:before, .box_list ul li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 18px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #dd6c68;
}
.box_list ol li a, .box_list ul li a {
  color: #666;
  padding-left: 0;
}
.box_list ol li a:hover, .box_list ul li a:hover {
  text-decoration: underline;
}
.box_list ol li span, .box_list ul li span {
  float: right;
  color: #999;
  height: 40px;
  text-align: right;
}
.box_list ol li {
  padding-left: 0;
  margin-left: 18px;
}
.box_list ol li:before {
  content: none;
}

[class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}

.img_list_col2 ul {
  margin-top: 10px;
}
.img_list_col2 li {
  padding: 6px;
}
.img_list_col2 li a img {
  width: 100%;
  height: auto;
}
.img_list_col2 li a:hover, .img_list_col2 li a:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.left-col {
  padding-left: 0;
}

.jl-title {
  padding: 10px 6px 0 0;
  border-bottom: 3px solid #2076cd;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
}
.jl-title.side {
  border-bottom: 1px solid #ccc;
  padding: 5px 6px 0 0;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
}
.jl-title.side span {
  border: 0;
}
.jl-title span {
  float: left;
  width: 120px;
  height: 40px;
  text-indent: 8px;
  display: inline-block;
  font-size: 20px;
  color: #2076cd;
  position: relative;
  bottom: -3px;
  border-bottom: 3px solid orange;
}
.jl-title a.more {
  float: right;
}

.ft-info dl {
  font-size: 16px;
  padding: 6px 0;
}
.ft-info dl dt {
  display: inline;
  color: #dd4b40;
}
.ft-info dl dd {
  display: inline;
  color: #999;
  line-height: 1.6em;
}

.position {
  font-size: 18px;
  color: #2076cd;
  margin-bottom: 20px;
}

.side-qr-wrap {
  background-color: #f1f8ff;
  padding: 10px 10px;
  text-align: center;
}
.side-qr-wrap li {
  display: inline-block;
}
.side-qr-wrap li span {
  display: block;
  color: #2076cd;
  font-size: 16px;
  padding: 10px 0;
}

.tongji-info-list {
  text-align: left;
}
.tongji-info-list li {
  text-align: left;
  font-size: 14px;
  color: #2076cd;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
}
.tongji-info-list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #4f98f0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.news-detail-box {
  background: url('../images/content-box-bg.jpg?1577262615') repeat-x;
  margin-top: 10px;
}
.news-detail-box .content-header {
  color: #2076cd;
  border-bottom: 1px solid #ccc;
}
.news-detail-box .content-header h1 {
  text-align: center;
  color: #2076cd;
  font-size: 24px;
  padding: 20px 10px;
  margin-top: 30px;
  line-height: 1.6em;
}
.news-detail-box .content-main-body {
  padding: 1rem;
  line-height: 1.8em;
  font-size: 1.6rem;
}
.news-detail-box .content-main-body p {
  /*text-indent: 2em;*/
  margin: 6px 0;
}

.search-box {
  padding: 30px 6px;
  border: 1px solid #ccc;
  width:65% !important;
}
.search-box form div {
  margin-bottom: 6px;
  padding: 0;
}
.search-box form select {
  width: 90px;
  height: 28px;
}
.search-box form input[type="text"] {
  height: 28px;
  line-height: 28px;
  width: 96%;
  border: 1px solid #ccc;
  background: url("../images/icon-search.gif") no-repeat right;
}
.search-box form button {
  background-color: #2076cd;
  color: #fff;
  padding: 4px 10px;
  border: none;
}
.search-box .form-box {
  width: 90%;
  float: left;
}
.search-box .btn-box {
  width: 10%;
  float: left;
}

.pagenation {
    padding: 15px;
    text-align: center;
}
.pagenation a {
  display: inline-block;
  text-align: center;
  padding: 0 6px;
}
.pagenation span {
  padding: 0 6px;
}

.content-main-body table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}
.content-main-body table tr:nth-child(odd) {
  background-color: #eef8fd;
}
.content-main-body table td, .content-main-body table th {
  border: 1px solid #b8dae9;
  padding: 15px 2px;
  text-align: center;
}
.content-main-body table td.t-left {
  text-align: left;
}
.content-main-body table th {
  font-weight: bold;
}

.title-1 {
  color: #2076cd;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
}
.title-1 span {
  font-size: 20px;
  padding-left: 10px;
  border-left: 2px solid #2076cd;
}

.leader-list {
  padding: 0 6px;
}
.leader-list li {
  line-height: 36px;
  border-bottom: 1px solid #f0f0f0;
  color: #6ba9e8;
  font-size: 14px;
}
.leader-list li:last-child {
  border-bottom: none;
}
.leader-list li b {
  width: 70px;
  display: inline-block;
  margin-right: 0;
  text-align: justify-all;
  font-weight: normal;
}

.zfxx-box {
  margin-top: 8px;
}
.zfxx-box .zfxx-row {
  padding: 10px 0  10px 6px;
  background-color: #ebf9fe;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWJmOWZlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ebf9fe), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(top, #ffffff, #ebf9fe, #ffffff);
  background: -webkit-linear-gradient(top, #ffffff, #ebf9fe, #ffffff);
  background: linear-gradient(to bottom, #ffffff, #ebf9fe, #ffffff);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.zfxx-box .zfxx-row a {
  font-size: 12px;
}

.icon-title-ul li {
  padding: 3px 10px;
}

.icon-title {
  display: inline-block;
  background-color: #eef2ff;
  padding: 7px 20px;
  width: 90%;
}
.icon-title i {
  vertical-align: middle;
}
.icon-title span {
  vertical-align: middle;
}

.zhuanlan-side-nav li.current a {
  background-color: #f2cfd9;
}
.zhuanlan-side-nav li a {
  display: block;
  line-height: 42px;
  padding-left: .5rem;
  padding-right: .5rem;
  height: 42px;
  color: #a00720;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.zhuanlan-side-nav li a:hover {
  background-color: #fff;
}

.zl-side-wrap, .zl-side {
  height: 100%;
}

.sitemap-title {
  font-size: 20px;
  padding: 12px 0 12px 20px;
  color: #2076cd;
  font-weight: bold;
  background-color: #e9f6ff;
}

.sitemap-body {
  padding: 20px 0;
}
.sitemap-body li {
  display: inline-block;
  padding: 10px 36px;
}
.sitemap-body li a {
  font-size: 18px;
  color: #949494;
}

.contact-us {
  background: url("../images/contact-bg.jpg") no-repeat right bottom;
  padding: 0 50px !important;
}
.contact-us p {
  line-height: 2.4em;
  font-size: 18px;
}

.contact-footer-box {
  background-color: #f0f0f0;
  padding: 10px 20px;
  margin-top: 70px;
}
.contact-footer-box a {
  display: inline-block;
  font-size: 14px;
  color: #10200a;
  margin-right: 20px;
}

@media screen and (max-width: 800px) {
  .sitemap-body li {
    display: inline-block;
    padding: 10px 6px;
  }

  .contact-us {
    background: none;
    padding: 0 10px !important;
  }
  .contact-us p {
    line-height: 1.4em;
    font-size: 14px;
  }

  .tab_tag1 ul {
    display: -webkit-flex;
    display: flex;
  }
  .tab_tag1 ul li {
    -webkit-flex: 1;
    flex: 1;
  }
  .tab_tag1 ul li i {
    display: none;
  }
  .tab_tag1.no-flex ul {
    display: block;
  }

  .left-col, .right-col {
    padding-left: 0;
    padding-right: 0;
  }

  .news-detail-box .content-header h1 {
    font-size: 2rem;
  }

  .search-box .form-box {
    width: 100%;
    float: left;
  }
  .search-box .btn-box {
    width: 100%;
    float: left;
  }

  .flex-container-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex-container-box #mainCol {
    order: 0;
  }
  .flex-container-box #leftSideCol {
    order: 1;
  }
  .flex-container-box #rightSideCol {
    order: 2;
  }
}


.bd-box{
    min-height:280px;
}
.header .nav li {
    width: 195px;
}
#wsdc_list li{
    /*line-height: 18px;
    padding: 10px 0;*/
    font-size: 14px;
    position: relative;
}
.screen-box {
    padding: 10px;
    text-align: right;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    display:none;
}
    .screen-box .searchbtn {
        background-color: #417dc5;
        color: #ffffff;
        border-radius: 3px;
        border: 1px solid #417dc5;
        padding: 2px 10px;
    }
.inherit > p{
    display: inherit;
}
.ftjj > p{
    text-indent:20px;
    line-height:20px;
}
.advert-box{
    width:260px;
    position:fixed;
    right:30px;
    bottom:10px;
}
.app-bg {
    max-width: 1200px;
    margin: 0 auto;
    background: url('../images/app.jpg') no-repeat;
    height:650px;
    position:relative;
}
.ani{
    width:200px;
    height:200px;
    position:absolute;
    right:245px;
    top:360px;
}
.ani img{
    width:100%;
    height:100%;
}
.bsLogoLink{
    width:100% !important;
}
.bsLogoLink .bsLogo:nth-child(1),.bsLogoLink .bsLogo:nth-child(4),.bsLogoLink .bsLogo:nth-child(5),.bsLogoLink .bsLogo:nth-child(6),.buzzButton{
            display:none !important;
        }
