﻿@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?2z3o0y');
  src:url('fonts/icomoon.eot?#iefix2z3o0y') format('embedded-opentype'),
    url('fonts/icomoon.woff?2z3o0y') format('woff'),
    url('fonts/icomoon.ttf?2z3o0y') format('truetype'),
    url('fonts/icomoon.svg?2z3o0y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
  padding: 0;
  margin:0;
  font-size: 18px;
  -webkit-text-size-adjust: none;
  font-family: "Microsoft Yahei";
  position: relative;
}
body *{
  transition-property:transform, color, background, opacity, border, display, height!important;
}
.body{
  position: relative;
}
dt,dl,dd,ul,li,form {
  margin:0px;
  padding:0px;
}
li{
  list-style-type:none;
}
img{
  border:0px;
}
.clearfix{
  zoom:1;
}
.clearfix:after{
  content:" ";
  display:block;
  clear:both;
  height:0;
}
a{
  text-decoration:none
}
.min-wrap{
  width: 100%;
  min-width:1003px;
}
.main-wrap{
  margin:0px auto;
  width:1003px;
}
.mobile-menu {
  display:none;
}

/*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;
}
.news_content_content table p{
  text-indent:0;
}

@media screen and (max-width: 1003px){
  body{
    font-size:16px;
  }
  .min-wrap{
    width: 100%;
    min-width:inherit;
  }
  .main-wrap{
    width:auto;
  }
  .news_content_content>p>img,.news_content_content>div>img{
    max-width:100%!important;
  }
}

/*头图*/
.top-banner {
  background: url(../images/top_banner.jpg) no-repeat center bottom;
  height: 288px;
}
.top-banner .top-bar {
  background-color: #c3151f;
  font-size: 14px!important;
  color: #f1f0f5;
  line-height: 40px;
  height: 40px;
}
.top-banner .top-bar a {
  color: #e8babc;
  display: inline-block;
  padding-left: 5px;
}
.top-banner .top-bar .mail-login:before {
  content:"A";
  font-family:"icomoon";
  color:#e8babc;
  display:inline-block;
  padding-right:3px;
  vertical-align: middle;
  font-size:14px;
}
.top-banner .top-bar a.mail-login:hover:before {
  color: #fff;
}
.top-banner .four-links {
  float: left;
}
.top-banner .four-links:first-child {
  padding-left: 0;
}
.top-banner .logo {
  padding-top:28px;
}
@media screen and (max-width: 1003px) {
  .top-banner-none {
    display: none;
  }
  .top-banner .top-bar {
    background:none;
  }
  .top-banner {
    height: 100px;
    /*background-size: cover;*/
    background: none;
  }
  .top-banner .logo {
    padding-top: 0;
    position: absolute;
    top: 35px;
    left: 15px;
    width: auto;
  }
  .top-banner .logo img {
    width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .top-banner {
    height: 100px;
  }
  .top-banner .logo img {
    width: 250px;
  }
}
/*广告位*/
.ad a{
  display: block;
}
.banner-pic{
  width: 100%;
  display: block;
  margin:20px 0;
}
.banner-pic img{
  width:100%;
  display:block;
}

/*导航*/
.main-nav-bar {
  background-color: #f0f0f0;
  border-top: 3px #c3151f solid;
}
.main-nav {
  float: left;
  font-family: "Microsoft Yahei";
  width: calc(100% - 190px);
  width: -webkit-calc(100% - 190px);
  width: -moz-calc(100% - 190px);
}
.main-nav>li {
  position: relative;
  z-index: 2;
  float: left;
  width: 12.5%;
}
.main-nav>li>a {
  display: block;
  color: #000;
  line-height: 1.5em;
  padding: 0.45em 0;
  text-align: center;
}
.main-nav>li>a.location-focus {
  background-color: #fff;
}
.main-nav>li>a.focus {
  background-color: #f8f8f8;
}
.main-nav>li>a:hover {
  background-color: #f8f8f8;
  color: #333;
}
.main-nav dl {
  display: none;
  left: 0;
  position: absolute;
  padding: 0 0 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.main-nav .dl_block {
  display: block;
}
.main-nav dl a {
  display: block;
  padding: 10px 0;
  font-size: .875em;
  color: #333;
  text-align:center;
}
.main-nav dl a:hover {
  color: #fff;
  background-color: #c3151f;
}

/*搜索*/
.find-bar {
  float: right;
  width: 130px;
  margin-top: 9px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}
.find-bar input[type="text"] {
  border: none;
  background-color: transparent;
  height: 2em;
  line-height: 2em;
  width: 100%;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
  color: #666666;
}
.find-bar input[type="submit"] {
  position: absolute;
  height: 2em;
  width: 30px;
  padding: 0;
  outline: none;
  cursor: pointer;
  background:#fff 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;
}
.find-bar em {
  display: none;
  line-height: 1.25em;
  font-size: 0.75em;
  color: red;
  font-style: normal;
  position: absolute;
}
.error {
  color: red;
}
/*导航1000*/
@media screen and (max-width: 1003px){
  .main-nav-bar{
    background-color:#c3151f;
    height: 45px;
    border-top: none;
  }
  .main-wrap {
    position: relative;
    width: auto;
  }
  .mobile-menu {
    content: "";
    display: block;
    background: #a3161e url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADImlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNkREM0FENUU4REUxMUU0QjMxRUMyQjAzRjI2NTJFMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkREM0FENkU4REUxMUU0QjMxRUMyQjAzRjI2NTJFMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA2REQzQUQzRThERTExRTRCMzFFQzJCMDNGMjY1MkUzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA2REQzQUQ0RThERTExRTRCMzFFQzJCMDNGMjY1MkUzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kFQEUgAAAVlJREFUeF7t2kEOhDAMwED+/+lCD7zBkTJIe45kr1soPOecx69jAH78BySAgC7/CUuvAhSgABWEFYAfwr97EAEE2AO+ElwVgbsEuUICBITw72gCCIgJxOMVQEBMIB6vAAJiAvF4RxGOIhxFqCCsAPwQvuPoGD4BBOzegBWgAAW4C4orIICA3cuQAhSgABWEFYAfwvcgFsMngIDdG7ACFKAAd0FxBQQMEBB/GbN7vC/jYv8EEBATiMcrgICYQDxeAQTEBOLxCiAgJhCPdxQx4CiChFAC+CF8L2Ri+AQQ4I2YPSCugAACdi9DClCAAlQQVgB+CN+DWAyfAAJ2b8AKUIAC3AXFFRBAwO5lSAEKUIAKwgrAD+F7EIvh/wLij/N2j/dxbuyfAAJiAvF4BRAQE4jHK4CAmEA8XgEDBDiOCJ+IwQ/hOwuK4RNAwO6XMQpQgALcBcUVEBALeAGtuRBrABk+JgAAAABJRU5ErkJggg==) no-repeat center center;
    background-size: 24px 24px;
    height: 45px;
    width: 48px;
    cursor: pointer;
    float: right;
  }
  .main-nav-bar .main-nav {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background-color: #f0f0f0;
    box-shadow: -2px 2px 4px rgba(0,0,0,0.2);
    width: 7em;
    z-index: 101;
    height: auto;
  }
  .main-nav-bar .main-nav-block{
    display: block;
  }
  .main-nav-bar .main-nav li{
    float: none;
    width: 100%;
  }
  .main-nav-bar .main-nav>li>a {
    color: #666;
    padding: 0.65em 10px;/*保证高度能手指头点的住*/
    border-right: 0;
    border-top: 1px solid #ddd;
  }
  .main-nav .dl_block{
    display: none;
  }
  /*搜索*/
  .find-bar {
    float:left;
    border: none;
    left: 0;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    border-radius: 0;
    background: #c3151f;
    margin-top:0;
  }
  .find-bar input[type="text"]{
    height: 45px;
    line-height: 45px;
    padding: 0 60px 0 10px;
    color: #fff;
  }
  .find-bar input[type="submit"]{
    width: 60px;
    height: 45px;
    background: #c3151f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAB8ElEQVRIS63WsUuVURjHcdNCJCNKo6BsKEEw0MGIoKF/QISabGmSCix0VHQ1ECdd3UVaDFFCBxFEioYaXJ3EoeaGhobT9/fY83Le43u7eu79wedyz3Oe+x7f9577vraEEP7nEh5jChtQfmIJL3ATVZ8rqSyiHZM4S/bxAFXHMVXFHsQZx310ohU6uxt4gk/wzOMCTh0zLQzB8xoXkfak7uEYymfoDyn1xIPb8PQhnqtHB16GsoPSfNzk6Uep6RxWoLxEUfc3/iXPopjM0AaPvjur6yU+i1PXM8MwlFFYTS+PVCEziJtz+R+tzWA1vUyrQrRL4uZGbELR780WWbVhCFeRNud6BaULtsh3G0ZfVBM8g9ILW2TXhiF0IG3Opfuacge2yIINQ7iFtDnXIpTLsEWe2zCEEaTNuf5AsXuZCldsGMIR0uYcd6HobKzmE7rfKA/htVy+kbphNZ+4DkWn2cgu0yVX1lDU44YJKAeofC7UMQjlEKXbU9wkfhfVc0HfVTpfi5+B8g2l+dLgHz3hPGOotZjuuAPYg/ILX0/e2m+vuBrpB91T+DZUtPPm8Abv8AFx3kOL6rPrKpBt2GVLDx5Tg57jH1GV33iLYhdFtqBop7Wlk7XoWa9/JLQLr6HeLUiX6guUH1UNzaKFOKMQ/gIhWcevD2OpnAAAAABJRU5ErkJggg==)no-repeat center center;
    background-size: 36%;
  }
}
/*第一屏*/
.left-wrap{
  float: left;
  width: 39%;
  padding-right:3%;
}
.right-wrap{
  float: right;
  width: 58%;
}
.right-wrap>.focus-pic{
  width: 100%;
  overflow: hidden;
}
/*第一屏MAX1000*/
@media screen and (max-width: 1003px){
  .box-01 em{
    display: none;
  }
  .right-wrap{
    float: right;
    width: 58%;
  }
  .left-wrap{
    float: left;
    width: 39%;
    padding-right:3%;
  }
  .right-wrap>.focus-pic{
    width: 100%;
    overflow: hidden;
  }
}
.box-01 .small-title{
  display: none;
  border-top: 2px #c3151f solid;
  background-color: #f0f0f0;
}
.box-01 .small-more{
  display: none;
  background: #f8f8f8;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  color: #333;
  margin-bottom: 10px;
}
.box-01 .small-more a{
  color: #333;
}
.box-01 .box-title-bg{
  border-bottom:1px solid #ECECEC;
}
.box-01 .box-title-name{
  font-family: "Microsoft YaHei";
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  float: left;
}
.box-01 .box-title-name.second-title{
  display: none;
}
.box-01 .small-title .third-focus{
  color:#ff7900;
  border-bottom: solid #ff7900 1px;
}
.box-01 .small-title .third-title {
  float: left;
  color: #3c3c3c;
  height: auto;
  line-height: 1.5em;
  padding: 10px 0;
  margin: 0 15px;
}
.box-01 .small-third-title{
  display: none;
  padding: 10px 10px 0 25px;
  border-bottom: 1px #ececec solid;
}
.box-01 .small-third-title a{
  float: left;
  display: block;
  padding: 0 12px;
  margin: 0 10px 10px 0;
  height: 30px;
  line-height: 30px;
  font-size: .75em;
  border-radius: 15px;
  background-color: #f9f9f9;
  border: 1px #dedede solid;
  color: #333;
}
.box-01 .small-third-title .third-focus{
  background-color: #c3151f;
  border-color: #c3151f;
  color: #fff;
}
@media screen and (max-width: 720px){
  .box-01 .box-title-name.second-title{
    display: block;
  }
  .box-01 .small-title .third-title{
    display: none;
  }
  .box-01 .small-third-title{
    display: block;
  }
}
.box-01>.box-title-bg>.tab-title{
  float: left;
}
.box-01>.box-title-bg>.tab-title>.tab-node{
  height: 36px;
  font-size: 1em;
  color: #000;
  font-family: "Microsoft Yahei";
  float: left;
  line-height: 36px;
  padding: 0 14px;
}
.box-01>.box-title-bg>.tab-title>.tab-node.node-focus{
  background-color:#c3151f;
  color:#FFF;
  position: relative;
}
.box-01.box-c>.box-title-bg>.tab-title>.tab-node.node-focus {
    background-color: #c3151f;
    color: #FFF;
    position: static;
}
.box-01>.box-title-bg>.tab-title>.tab-node.node-focus>.triangle{
  width: 0;
    height: 0;
    border-left:3px solid transparent;
    border-right:3px solid transparent;
    border-top:5px solid #c3151f;
    position: absolute;
    left: 50%;
}
.box-01 .tab-content .tab-node{
  display:none;
}
.box-01 .tab-content .node-focus{
  display:block;
}
.box-c .box-content .tab-node{
  display:none;
}
.box-c .box-content .node-focus{
  display:block;
}
.box-01 .box-title-more{
  color:#999;
  float:right;
  line-height:36px;
  cursor: pointer;
  font-size: .75em;
}
.box-01 .box-title-more a{
  color:#999;
}
.box-01 .box-title-more a:hover{
  color:#ff7900 !important;
}
.box-01.box-b {
  margin-top: 25px;
}
.box-01.box-b .box-title-bg {
  color: #cce7f5;
  border-top: 2px solid #c3151f;
  background-color: #f5f6f5;
}
.box-01.box-b .tab-content {
  padding:15px 15px 0px 15px;
  padding-left: 0;
}
.box-01.box-b>.box-title-bg>.tab-title{
  float: left;
}
.box-01.box-b >.box-title-bg>.tab-title>.tab-node{
  height: 40px;
  font-size: 1em;
  color: #000;
  line-height: 40px;
  background-color: #f5f6f5;
  border-left: 1px #f5f6f5 solid;
  border-right: 1px #ececec solid;
  margin-top:1px;
}
.box-01.box-b >.box-title-bg>.tab-title>.tab-node.node-focus{
  color:#ff7900;
  background-color: #FFF;
  border-left: 1px #ececec solid;
  border-right: 1px #ececec solid;
  position: relative;
}
.box-01.box-b >.box-title-bg>.tab-title>.tab-node.node-focus:after{
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  left: 0;
}
.box-01.box-b .box-title-more{
  color:#999;
  float:right;
  line-height:36px;
  cursor: pointer;
  font-size: .75em;
  padding-right: 10px;
}
@media screen and (max-width: 1003px){
  .box-01 .box-title-bg{
    display: none;
  }
  .box-01 .box-title-more{
    display: none;
  }
  .box-01 .small-more{
    display: block;
  }
  .box-01 .small-title{
    display: block;
    margin-top: 0;
  }
  .box-01.sub-box-c .box-title-name{
    padding: 10px 15px!important;
    padding-right:50px!important;/*移动端下给右侧上下箭头预留位置*/
  }
  .box-01>.tab-content>.tab-node{
    display: block;
  }
  .banner-pic{
    display: none;
  }
  .ad {
    display:none !important;
  }
  .right-wrap{
    width: 100%;
  }
  .left-wrap{
    width: 100%;
    padding-right: 0;
  }
  .right-wrap>.focus-pic{
    width: 100%;
    overflow: hidden;
  }
  .box-01.box-b{
    display: block;
    margin-top: 0;
  }
}
.three-list>div:last-child{
  margin-right: 0;
}
.box-01.box-c{
  border:1px #ececec solid;
  width: 390px;
  margin-right: 24px;
  float: left;
}
.box-01.box-c.box-d{
  width: 100%;
  height:auto;
  margin-right: 0;
  float: none;
  margin-top: 10px;
}
.box-01.box-c.box-d .box-content{
  padding: 0 10px;
}
.service-b-wrap.box-c{
  width: 170px;
  float: left;
}

@media screen and (max-width: 1003px){
  .box-01.box-c{
    border:1px #ececec solid;
    width: 48%;
    margin: 25px 1% 0 1%;
    float: left;
    box-sizing:border-box;
  }
  .box-01.box-c.box-d{
    width: 98%;
  }
}
.box-01.box-c .box-title-bg {
  color: #cce7f5;
  border-top: 2px solid #c3151f;
  background-color: #fff;
  border-bottom: 0;
}
.box-01.box-c .box-title-more{
  padding-right: 15px;
}
.box-01.box-c .box-content {
  padding:15px;
  padding-top: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 720px){
  .box-01.box-c{
    border:0;
    width: 100%;
    height:auto;
    margin: 0;
    box-sizing:border-box;
  }
  .box-01.box-c.box-d{
    margin: 0;
    width: 100%;
  }
  .box-01.box-c .box-title-more{
    display: block;
  }
}
.m-top{
  margin-top: 25px;
}
@media screen and (max-width: 1003px){
  .m-top{
    margin-top: 0;
  }
}
/*首页--five-button*/
.button{
  margin-top: 15px;
  margin-left: -1%;
}
.button .wrap{
  background-color: #f0f0f0;
  color: #666;
  display: block;
  width: 24%;
  margin-left: 1%;
  padding: 23px 0;
  float: left;
}
.button .wrap:hover{
  background-color: #c3151f;
  color: #FFF;
}
.button .wrap .title{
  font-family: "Microsoft Yahei";
  text-align: center;
  font-size: .75em;
}
.button .wrap .icon{
  text-align: center;
}
.button .wrap .icon:before{
  content:attr(icon);
  font-family: "icomoon";
  font-size: 1.25em;
}
.button .color-bule{
  background-color: #c3151f;
}
.button .color-bule.wrap .title{
  color: #fff;
  letter-spacing:0.25em;
  padding:4px 0;
}
.button.col-2 .wrap{
  width:49%;
}
/*右侧--service-button*/

.service-button{
  margin-left: -1.5%;
}
.service-button .wrap {
  background-color: #f0f0f0;
  color: #666;
  display: block;
  width: 48.5%;
  margin-left: 1.5%;
  padding: 20px 0;
  float: left;
  margin-top: 5px;
}
.service-button .wrap .icon{
  text-align: center;
}
.service-button .wrap .icon:before {
  content: attr(icon);
  font-family: "icomoon";
  font-size: 1.25em;
}
.service-button .wrap .title {
  font-family: "Microsoft Yahei";
  text-align: center;
  font-size: .75em;
}
.service-button .wrap:hover {
  background-color: #c3151f;
  color: #FFF;
}
.service-button .wrap.color-bule{
  background-color: #c3151f;
  color: #fff;
}
.service-button .wrap.color-bule .title{
  padding-top: 8px;
}

@media screen and (max-width: 1003px){
  .service-b-wrap.box-c{
    width:100%;
    float:none;
  }
  .service-button .wrap.color-bule{
    display: none;
  }
  .service-button .wrap:nth-child(6){
    width: 98.5%;
  }
}
.copyright{
  background-color: #c3151f;
  text-align: center;
  color: #e9bdbe;
  font-size: .75em;
  line-height: 2em;
  margin-top: 20px;
  padding: 15px 0;
}
.copyright a {
  color: #e9bdbe;
  padding: 0 5px;
}
.copyright a:hover {
  text-decoration: underline;
}
#_ideConac img{
  padding-top:25px!important;
  vertical-align: bottom;
}
#_span_jiucuo img{
  padding-top:25px!important;
  vertical-align: bottom;
}
.small-copyright{
  display: none;
  background-color: #c3151f;
  text-align: center;
  color: #e9bdbe;
  font-size: .75em;
  padding: 0.5em 10px;
  box-sizing: border-box; 
}
@media screen and (max-width: 1003px){
  .copyright{
    display: none;
  }
  .small-copyright{
    display: block;
  }
}
.link{
  margin: 20px auto -20px;
  background: #f0f0f0;
  padding: 0.875em 0;
}

.link .box-title-name {
  border-left: 10px solid #c3151f;
  float: left;
  color: #000000;
  font-family: "Microsoft Yahei";
  line-height: 1em;
  padding-left: 15px;
  padding-right:10px;
  margin-top:7px;
}
.link .link-conternt{
  float: left;
  width:890px;
}
.link .link-conternt a{
  float: left;
  display: block;
  padding: 0 10px;
  font-size: .75em;
  line-height: 2em;
  padding-top: 3px;
  color: #999;
}
.link .link-conternt a:hover{
  color: #ff7900;
}
@media screen and (max-width: 1003px){
  .link{
    height: auto;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom:0;
  }
  .link .box-title-name {
    margin-bottom: 5px;
  }
  .link .link-conternt{
    width: 86%;
    float: left;
  }
  .link .link-conternt a{
    padding: 0 10px;
    font-size: .75em;
    line-height: 1.5em;
    padding-top: 3px;
    color: #999;
  }
}
@media screen and (max-width: 720px){
  .link{
    display: none;
  }
}
@media screen and (max-width: 1003px){
  .box-01.box-c.box-d{
    display: block;
  }
}

.sub-left-wrap {
  float: left;
  width: 186px;
}
.sub-right-wrap {
  margin-left: 206px;
  overflow: hidden;
}
/*sub-button start*/
.sub-button .wrap{
  background-color: #f0f0f0;
  color: #666;
  display: block;
  margin-bottom: 1px;
  padding: 1.25em 15px;
  box-sizing: border-box;
}
.sub-button .wrap:hover{
  background-color: #c3151f;
  color: #FFF;
}
.sub-button .focus{
  background-color: #c3151f;
  color: #fff;
}
.sub-button .wrap .title{
  font-family: "Microsoft Yahei";
  line-height: 1.4em;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  font-size: .875em;
}
.sub-button .wrap .icon{

  text-align: center;
}
.sub-button .wrap .icon:before{
  content:attr(icon);
  font-family:"icomoon";
  font-size:1.25em;
}
.sub-button .color-bule{
  background-color: #c3151f;
}

.sub-button .color-bule.wrap .title{
  color: #fff;
  line-height: 1.5em;
  letter-spacing:0.25em;
  width: 40px;
    margin-left: 75px;
}


/*sub-button media*/
@media screen and (max-width: 1003px){
  .sub-button .wrap{
    width: 100%;
  }
  .sub-button .color-bule.wrap .title{
    padding-left:0;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 720px){
  .sub-left-wrap{
    display: none;
  }
}
/*翻页*/
.page-tile {
  border: 1px solid #eee;
  border-width: 1px 1px 0 1px;
  font-family: Verdana, Arial;
}
.page-tile:after {
  display: block;
  content: "";
  clear: both;
}
.page-tile>*{
  color: #888;
  display: block;
  float: left;
  padding: 0 .5em;
  min-width: 1.5em;
  text-align: center;
  border-right: 1px solid #eee;
  font-size: .75em;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.page-tile > em{
  display: none;
}
.page-tile>*:before {
  font-size: 1.25em;
}
.page-tile .more:before {
  content: "…";
}
.page-tile a.first:before {
  content: "\2039"
}
.page-tile a.prev:before {
  content: "\2039"
}
.page-tile a.next:before {
  content: "\203A"
}
.page-tile a.last:before {
  content: "\203A\203A"
}
.page-tile .focus {
  background-color: #e8e8e8;
}
@media screen and (max-width: 1000px){
  .page-tile a, .page-tile span{
    display: none;
  }
  .page-tile>* {
    float: none;
  }
  .page-tile{
    padding-bottom:0;
    text-align: center;
    padding: 0;
    background: #efefef;
  }
  .page-tile a.prev,.page-tile a.next{
    display: inline-block;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    color: #333;
    border:none;
  }
  .page-tile a.prev:before {
    content: "上一页";
  }
  .page-tile a.next:before {
    content: "下一页";
  }
}
/*翻页--结束*/
.box-notice {
  overflow: hidden;
}
.pic-wrap{
  padding-left:3%;
  padding-top:25px;
  padding-bottom:25px;
}
ul.pic-list a{
  display: block;
  width: 22%;
  float: left;
  font-size: .875em;
  color: #666;
  margin-right:3%;
  margin-bottom: 25px;
}
ul.pic-list a>span{
  display: block;
  font-size: .875em;
  color: #666666;
  line-height:2.571em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.pic-list a>span:hover{
    color: #ff7900;
}
ul.pic-list a>img{
  display: block;
  width: 100%;
}
@media screen and (max-width: 720px){
  .pic-wrap{
    padding-left:3%;
    padding-top:25px;
    padding-bottom:25px;
  }
  ul.pic-list a{
    display: block;
    width: 47%;
  }
}
@media screen and (max-width: 360px){
  ul.pic-list a{
    margin-bottom:5px;
  }
  .pic-wrap{
    padding-left:3%;
    padding-right: 3%;
    padding-top:25px;
    padding-bottom:25px;
  }
  ul.pic-list a{
    display: block;
    width: 100%;
  }
}
.public-left-wrap{
  float: left;
  width: 260px;
  padding-right:25px;
}
.public-right-wrap{
  float: right;
  width: 718px;
}
.sub-button.public-button .wrap{
  width: 130px;
  height: 65px;
  border-right: 1px #fff solid;
  box-sizing:border-box;
  float: left;
  margin-right: 0;
}
.public-button .color-bule{
  background-color: #c3151f;
}
.sub-button.public-button .wrap .title{
  text-align: center;
  padding: 0;
  font-size: .75em;
}
.sub-button.public-button .icon{
  display: none;
}
.sub-button.public-button .color-bule.wrap .title{
  letter-spacing:0.25em;
  width: 100%;
    margin-left: 0;
    text-align: center;
}
@media screen and (max-width: 1003px){
  .public-left-wrap{
    float: left;
    width: 24%;
    padding-right:3%;
  }
  .public-right-wrap{
    float: right;
    width: 73%;
  }
  .sub-button.public-button .wrap{
    width: 50%;
  }
  .sub-button.public-button .color-bule.wrap .title{
    padding-left:0;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1003px){
  .sub-left-wrap{
    display:none;
  }
  .sub-right-wrap{
    margin-left:0;
    width:100%;
  }
  .sub-button .wrap{
    width: 50%;
    float: left;
    border: 1px #fff solid;
    box-sizing:border-box;
    margin-right: 0;
  }
  .sub-button .color-bule.wrap .title{
    padding-left:0;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .sub-button .wrap .icon{
    display: none;
  }
}
.box-01.sub-box-c{
  border:1px #ececec solid;
}
.box-01.sub-box-c .box-content{
  padding: 15px 30px;
}
.box-01.sub-box-c .small-title{
  display: block;
  height: auto;
  line-height: inherit;
  border-top: none;
  position: relative;
}
.box-01.sub-box-c .box-title-name{
  float: left;
  color: #3c3c3c;
  height: auto;/*父级高度自由*/
  line-height: 1.5em;
  padding: 13px 30px;/*保障栏目条的高度50px*/
  margin-top: 0;
}
.box-01.sub-box-c .sub-nav{
  padding: 0 25px;
  display: none;
  background: #f0f0f0;
  border: 1px #dadada solid;
  border-width: 1px 0;
  width: 100%;
  box-sizing:border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
.box-01.sub-box-c .sub-nav a{
  display: block;
  padding: 0 15px 20px 5px;
  font-size: .875em;
  float: left;
  color: #333;
}
.box-01.sub-box-c .small-title .arrow-down{
  display: none;
  content: "";
  width: 48px;
  height: 44px;
  background: url(../images/arrow-down.png) no-repeat center 17px;
  background-size: 24px 24px;
  cursor: pointer;
  float: right;
  position: absolute;
  right: 0;
}
.box-01.sub-box-c .small-title .arrow-up{
  background: url(../images/arrow-up.png) no-repeat center 17px;
  background-size: 24px 24px;
}
/*读音顺序--先标题后时间*/
.news-list>a{
  display: block;
  line-height:1.5em;
  padding: 0.25em 0;
  color: #666;
}
.news-list>a>span {
  float: left;
  display: block;
  font-size: .875em;
  width: calc(100% - 6em);
  width: -webkit-calc(100% - 6em);
  width: -moz-calc(100% - 6em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list>a>em {
  float: right;
  display:block;
  font-size: 0.875em;
  font-style: normal;
  text-align: right;
  position: relative;
  color: #999;
}
.news-list>a:after{
  display:block;
  content:"";
  height:0;
  clear:both;
}
.news-list>a:hover{
  color: #ff7900;
}
.news-list.list-line>a{
  border-top: 1px #ececec solid;
  padding: 0.425em 0;
}
.news-list.list-line>a:first-child{
  border-top:none;
}
.news-list.list-line>a>span{
  float:none;
  width:100%;
}
/*top-news*/
.news-list.top-news>li{
  border-top: 1px solid #f0f0f0;
  padding: 5px 0;
}
.news-list.top-news>li:first-child{
  border-top:none;
}
.news-list.top-news>li>a{
  display: block;
  line-height: 1.5em;
  padding: 0.25em 0;
  color: #000;
}
.news-list.top-news>li>a:hover{
  color: #ff7900;
}
.news-list.top-news>li>a>span{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list.top-news>li>a>em{
  display: none;
}
/*top-news的概要+时间*/
.news-list.top-news>li>span{
  color: #999;
  font-size: .75em;
  line-height: 1.7em;
  display: block;
  overflow: hidden;
  height: 3.5em;
}
.news-list.top-news>li>span>em{
  padding-left: 10px;
  font-style: normal;
  float: right;
  font-family: arial;
}
@media screen and (max-width: 1003px){
  .news-list.top-news>li{
    border-top:none;
    padding: 2px 0;
  }
  .news-list.top-news>li>a{
    color:#666;/*改变top-news的颜色*/
    margin-bottom:0;
    padding: 0.65em 15px!important;
  }
  .news-list.top-news>li>a>span{
    font-size: 0.875em;
  }
  .news-list.top-news>li>span{
    display:none;/*隐藏概要*/
  }
  .news-list>a,.news-list.top-news>li>a{
    padding: 0.65em 15px!important;
  }
  .news-list>a>span{
    float: none!important;
    width: 100%!important;/*移动端下宽度100%*/
  }
  .news-list>a>em{
    display:none;/*隐藏时间*/
  }
}
/*二级列表*/
.box-01.sub-box-c .news-list.list-line>a{
  padding: 0.6em 0;
}
.box-01.sub-box-c .news-list.list-line>a>span{
  float: left;
  display: block;
  font-size: .875em;
  color: #666;
  width: calc(100% - 6em);
  width: -webkit-calc(100% - 6em);
  width: -moz-calc(100% - 6em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1003px){
  .box-01.sub-box-c{
    position: relative;
  }
  .box-01.sub-box-c .sub-nav{
    padding-top:20px;
    display: none;
    position: absolute;
    z-index: 100;
  }
  .box-01.sub-box-c .sub-nav-block{
    display: block;
  }
  .box-01.sub-box-c .small-title .arrow-down{
    display: block;
  }
  .box-01.sub-box-c .small-title .arrow-up{
    display: block;
  }
  .box-c .box-content .tab-node {
    display: block;
  }
  /*清理边距*/
  .box-01.sub-box-c .box-content{
    padding: 0;
  }
  .box-01.box-b .tab-content{
    padding: 0;
  }
  .box-01.box-c .box-content{
    padding: 0;
  }
}
@media screen and (max-width: 720px){
  .public-left-wrap{
    display: none;
  }
  .public-right-wrap{
    float: none;
    width: 100%;
  }
}
.single-ariticle{
  font-size: 0.875em;
  line-height: 2.2em;
  text-indent: 2em;
}
.small-page{
  display: none;
  text-align: center;
  font-size: .875em;
  line-height: 2.2em;
  background: #f0f0f0;
}
.small-page span{
  padding: 0 15px;
}
.small-page span a{
  color: #333;
}
.small-page .no-click{
  color: #aaa;
}
@media screen and (max-width: 1003px){
  .small-page{
    display: block;
  }
}
.suggestion_input_wrap{
  background-color: #f6f6f6;
}
.suggestion_input_title {
  font-size: .875em;
  color: #666;
  line-height: 2em;
  padding-bottom: 10px;
}
.suggestion_input_area {
  display: block;
  border: 1px solid #ddd;
  width: 100%;
  height: 80px;
}
.suggestion_input_submit_wrap {
  text-align: right;
  padding: 10px 0;
  font-size: .875em;
}
.suggestion_input_captcha_img {
  vertical-align: top;
  height: 30px;
  cursor: pointer;
}
.suggestion_input_captcha {
  width: 60px;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 22px;
  padding: 3px;
}
.suggestion_input_submit {
  margin-left: 10px;
  border: none;
  background-color: #c3151f;
  height: 28px;
  padding: 0 10px;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}
.suggestion_list_wrap {
  padding-bottom: 32px;
}
.suggestion_list>li {
  border-top: 1px solid #eaeaea;
  margin: 15px 0;
  padding: 15px 0;
}
.suggestion_list>li>em {
  font-style: normal;
  font-size: .875em;
  line-height: 2em;
  margin-left: 5px;
  color: #169fa5;
}
.suggestion_list>li>b {
  font-weight: normal;
  font-size: .875em;
  line-height: 2em;
  color: #aaa;
}
.suggestion_list>li>div {
  font-weight: normal;
  font-size: .875em;
  line-height: 1.75em;
}
.suggestion_list>li>span {
  font-weight: normal;
  font-size: .875em;
  line-height: 1.75em;
  color: #FF790A;
  display: block;
}
.suggestion_content_replay {
  font-size: .875em;
  color: #ff4c00;
  border: 1px dotted #ccc;
  background-color: #f3f3f3;
  line-height: 1.75em;
  padding: 5px 15px;
  margin: 5px 5px 20px;
  border-radius: 5px;
}

.sub-content{
  border: 1px #ececec solid;
  padding: 10px 30px;
  font-size: .875em;
  line-height: 1.875em;
}
.sub-content .big-title{
  padding: 0.5em 0;
  font-size: 1.5em;
  line-height: 1.25em;
  text-align: center;
  color: #333;
  font-family: "Microsoft Yahei";
}
.sub-content .vice-title{
  margin: 0 auto 10px;
  text-align: center;
  color: #333;
  font-family: "Microsoft Yahei";
}
.sub-content .small-title{
  font-size: .875em;
  text-align:center;
  color:#999;
  line-height:1.25em;
  border-bottom:1px #eaeaea solid;
  padding-bottom: 1.25em;
}
/*location当前位置*/
.location {
  color: #555;
  font-size: 0.75em;
  font-family: Simsun;
  cursor: default;
  line-height: 1.25em;
  padding: 0.625em 0;
}
.location:before {
  content: "B";
  display: inline-block;
  font-family:"icomoon";
}
.location>a {
  color: #999;
}
.location>span {
  color: #000;
}
.location>a:before {
  content: " > ";
}
.location>span:before {
  content: " > ";
}
.location a:first-child:before {
  content: "";
}
@media screen and (max-width: 720px){
  .sub-content .big-title{
    font-size: 1.45em;
    text-align: left;
  }
  .sub-content .small-title{
    text-align:left;
  }
}
.news_content_description {
  font-size: .875em;
  color: #888;
  border: 1px dotted #ccc;
  background-color: #f3f3f3;
  line-height: 1.75em;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 5px;
}
.news_content_description:before {
  content: "摘要: ";
}
.news_content_content {
  line-height: 1.875em;
}
/*附件*/
.news_content_attachments a {
  font-size: .875em;
  color: #666;
}
.news_content_attachments a:hover {
  text-decoration: underline;
}
.news_content_attachments a:before {
  content: "";
  display: inline-block;
  background: url(../images/down-ico.png) no-repeat center center;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
/*打印*/
.news_content_other {
  padding: 10px 30px;
}

.news-content-function {
  float: right;
  font-size: .875em;
}
.news-content-function>span {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}
.news-content-function>span:hover {
  text-decoration: underline;
}

.news-content-function>span:before {
  content: "[";
}

.news-content-function>span:after {
  content: "]";
}
@media screen and (max-width: 1003px){
  .news_content_other{
    display: none;
  }
}
.news-content-share {
  float: left;
}
@media screen and (max-width: 1003px) {
  .news-content-share {
    display:none;
  }
  #qr-code {
    display:none;
  }
}
@media screen and (max-width: 520px) {
  .suggestion_input_submit.disabled{
    width:100%;
    background: #ffffdb!important;
    margin:0;
    margin-top:10px;
    color: #ec642a!important;
    height: 36px;
    font-weight: inherit!important;
  }
}
#_ideConac img{
  padding-top:10px;
}
#_span_jiucuo img{
  padding-top:10px;
}
/*网站地图页 start*/
.map-box.content-box {
  font-size: 1em;
}
.map-box>.location {
  font-size: .75em;
  height: 2em;
    margin-top: 10px;
}
.map>li {
    border-top: 1px solid #e8e8e8;
    padding: 10px 5px;
    font-family: "Microsoft Yahei";
    line-height: 2.4em;
}
.map>li:first-child {
    border-top: none;
}
.map>li .wrap {
    padding: 5px 0;
}
.map>li .title {
    display: block;
    color: #333;
    border-left: 8px solid #FF4F4F;
    padding-left: 10px;
    margin: 10px 0;
    line-height: 16px;
}
.map>li .node {
    display: inline-block;
    color: #4095ce;
    font-size: 0.875em;
    line-height: 2em;
    padding-right: 25px;
    margin-left: 19px;
}
.map>li .list {
    line-height: .75em;
    margin-bottom: 5px;
    padding-left: 19px;
}
.map>li .sub-node {
    display: inline-block;
    color: #888;
    font-size: 0.75em;
    line-height: 2em;
    padding-right: 10px;
    font-family: Simsun;
}
.map>li .sub-node:before {
    content: ">";
    font-family: Simsun;
    padding-right: 5px;
}
.map a:hover {
    color: #ff7900;
}
/*网站地图页end*/


/*适老+登录css*/
.top-link{
  float:right;
}
#pip-triggers-container{
  float:left;
  padding-left:10px;
}
.top-banner .version-links {
  float: left;
}
.user{
  float: left!important;  
}
.pip-triggers{
  line-height:20px;
}
.top-banner .version-links a{
  padding:0;
}
.top-banner .user > a{
  padding:0;
}
.top-banner .version-links a:before{
  content: "|";
  padding-left: 7px;
  padding-right: 7px;
  font-family: Simsun;
}
.top-banner .version-links a:first-child:before{
  display: none;
}
.user .login:before{
  content: "|";
  padding-left: 7px;
  padding-right: 7px;
  font-family: Simsun;
}
.pip-triggers>em>i{
  color:#fff;
}
@media screen and (max-width: 1003px) {
  #pip-triggers-container{
    padding-right: 10px;
    padding-left: 0;
  }
  .top-banner .top-bar a{
    color:#333;
  }
  .top-banner .four-links{
    display:none;
  }
  .pip-triggers>em>i{
    color:#333;
  }
}
/*登录弹框*/
@media screen and (min-width:1001px){
  /*登录后图标颜色*/
  .login-others > span > svg path{
  fill:#fff !important;
  }
}
.login-others > ul > a{
  color: #666!important;
}
.login-others > ul > a:hover{
  color:#fff!important;
}