@charset "utf-8";
/*ydu ,xlzhu*
* @name: 公共型样式
* @function: 包含文本、浮动、清除浮动、表格、间距等样式
**/
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.ml-130 {
  margin-left: -130px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px!important;
}
.mr40 {
  margin-right: 40px;
}
.mt20 {
  margin-top: 20px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml55 {
  margin-left: 55px;
}
.pr0 {
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.pl15 {
  padding-left: 15px;
}
.pl80 {
  padding-left: 80px;
}
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mb30 {
  margin-bottom: 30px;
}
.pr30 {
  padding-right: 30px!important;
}
.pl0 {
  padding-left: 0;
}
.pl25 {
  padding-left: 25px!important;
}
.w300 {
  width: 300px!important;
}
.mt50 {
  margin-top: 50px;
}
.p50 {
  padding: 50px;
}
.w1em {
  width: 1em;
}
.w70 {
  width: 70px;
}
.w115 {
  width: 115px;
}
.w100 {
  width: 100px;
}
.w130 {
  width: 130px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w380 {
  width: 380px;
}
.min-w700 {
  min-width: 700px;
}
.h100p {
  height: 100%;
}
.h50 {
  height: 50px;
}
.h150 {
  height: 150px;
}
.h190 {
  height: 190px;
}
.h200 {
  height: 200px;
}
.minh105 {
  min-height: 105px;
}
.minh500 {
  min-height: 500px;
}
.mr1point25 {
  margin-right: 1.25%;
}
.vertical-top {
  vertical-align: top;
}
.vertical-middle {
  vertical-align: middle;
}
.lh2em {
  line-height: 2em;
}
.red-star {
  color: #f00;
  margin: 0 2px;
}
.text-bold {
  font-weight: bold;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.red {
  color: red;
}
.gray {
  color: #999;
}
.keyword {
  color: #db3338;
}
.c333 {
  color: #333;
}
.c999 {
  color: #999;
}
.c666 {
  color: #666;
}
.cccc {
  color: #ccc;
}
.text-required {
  color: #db3338;
}
.text-indent2 {
  text-indent: 2em;
}
.relative {
  position: relative;
}
.display-none {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
/*去除IE浏览器中输入框的清除样式(X)*/
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
.table-fixed {
  table-layout: fixed;
}
/*意见反馈*/
.btn-feedback {
  position: fixed;
  right: 10px;
  bottom: 25%;
  z-index: 1059;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../images/feedback.png) center center no-repeat;
  margin-top: -25px;
}
.btn-feedback:after {
  content: '意见反馈';
  display: block;
  width: 60px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: -3px;
  font-weight: bold;
  font-family: '微软雅黑';
}
.feedback-modal .modal-title {
  font-weight: bold;
}
.feedback-modal .c-selectex-container {
  width: 100%;
}
.feedback-modal .control-label {
  font-size: 16px;
  font-weight: normal;
  width: 130px;
  float: left;
  text-align: right;
  padding-top: 6px;
}
.feedback-modal .c-selectex-container {
  border: 1px solid #ccc;
}
.feedback-modal .c-selectex-container .c-selectex-btn.dropdown-btn {
  height: 34px;
}
.feedback-modal .c-selectex-btn-text {
  line-height: 34px;
  height: 34px;
}
.feedback-modal .form-control,
.feedback-modal .btn {
  border-radius: 0;
}
.feedback-modal .feedbackconarea {
  margin-left: 150px;
  margin-right: 30px;
}
.feedback-modal .modal-body .form-group {
  margin-left: 0;
  margin-right: 0;
}
.feedback-modal .question .form-control {
  border: none;
}
.feedback-modal .question .form-control:focus {
  border: none;
  outline: none;
}
.feedback-modal .key-title .form-control {
  padding-top: 0;
  padding-bottom: 0;
}
.feedback-modal .feedbackconarea.yanzhengma .form-control {
  width: 130px;
  float: left;
  margin-right: 10px;
}
.feedback-modal .modal-footer .btn-primary {
  background: #5573aa;
}
.feedback-modal .c-selectex-btn-text {
  font-size: 14px;
}
.feedback-modal .description span {
  line-height: 1.5em!important;
}
.feedback-modal .modal-body {
  position: relative;
}
.feedback-modal .show-message {
  width: 260px;
  display: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  background: darkorange;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -130px;
  margin-top: -10px;
}
@media (max-width: 520px) {
  .feedback-modal .control-label {
    width: 100px;
  }
  .feedback-modal .feedbackconarea {
    margin-left: 120px;
    margin-right: 10px;
  }
  .feedback-modal .feedbackconarea.yanzhengma .form-control {
    width: 100px;
  }
}
@media (max-width: 400px) {
  .feedback-modal .control-label {
    text-align: left;
    float: none;
    padding-top: 2px;
  }
  .feedback-modal .feedbackconarea {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.footer-feedback {
  display: inline-block;
  text-decoration: underline;
  font-style: italic;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}
.index_body .g-locationnav {
  display: none;
}
@media (max-width: 768px) {
  body:before {
    display: none;
  }
}
/*意见反馈end*/
.right-html .des {
  overflow: auto;
}
/*公共样式*/
.low_version {
  background: #db3338;
  border-bottom: 1px solid #f00;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000000;
  position: fixed;
}
.low_version .inner {
  position: relative;
}
.low_version .low_close {
  position: absolute;
  color: #fff;
  right: 0;
  top: 0px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-normal {
  font-family: "microsoft yahei", "宋体", Arial;
  font-weight: normal;
  font-size: 14px;
}
.more .glyphicon-menu-right {
  font-size: 12px;
}
.simpletop-body {
  padding-top: 0;
}
.simpletop-wrap {
  background: #fff;
  padding: 10px 0;
}
.simpletop-wrap .navbar-brand {
  padding: 0;
  height: 80px;
}
.simpletop-wrap .nav-logo {
  height: 100%;
}
.error-wrap img {
  max-width: 100%;
}
.text-container .tabs {
  margin-top: 10px;
}
.item-szsehome a {
  padding-left: 25px;
  background: url(../icon/homeicon.png) no-repeat left center;
}
.childsite-logo-tit {
  padding-top: 40px;
  font-size: 20px;
  color: #000;
  float: left;
  font-weight: bold;
  margin-left: 10px;
}
.childsite-logo-tit a {
  color: #000;
  border-left: 1px solid #ccc;
  padding: 10px 15px;
}
.childsite-logo-tit a:hover {
  text-decoration: none;
}
/*footer*/
/*footer end*/
/*modal*/
@media (max-width: 768px) {
  .simpletop-wrap .navbar-brand {
    height: 44px;
  }
  .simpletop-wrap .nav-logo {
    height: 60px;
  }
  .modal-dialog {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-loginregist-item .top-menu-list .item a {
    color: #fff;
  }
}
/*公共弹框message*/
#c-modal-messagebox .modal-dialog {
  width: 450px;
}
#c-modal-messagebox .modal-body {
  min-height: 160px;
  padding: 30px 40px 20px 30px;
}
/*reset szsewebui*/
.c-combobox-container .menu-down {
  padding-right: 43px!important;
}
/*reset end*/
/*左侧菜单导航*/
.menu-container h2.title {
  text-align: left;
  margin: 0px;
  margin-bottom: 1px;
  padding: 15px 25px 15px;
  font-size: 20px;
  color: #fff;
  background-color: #162e64;
  border-left: 3px solid #db3338;
  background-size: contain;
  font-weight: bold;
  position: relative;
}
.menu-container .g-ernav {
  width: 29px;
  height: 19px;
  background: url("../icon/menu.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.menu-container .g-ernavclose {
  background: url("../icon/menupr.png") no-repeat;
}
.side-menu-con {
  padding: 7px 0;
  background-color: #162e64;
}
.side-menu-con li,
.side-menu-con li a {
  color: #fff;
}
.side-menu-con li > ul {
  display: none;
}
.side-menu-con li.active > ul {
  display: block;
}
.side-menu-con li > a {
  display: block;
  position: relative;
  padding: 8px 25px;
  cursor: pointer;
}
.side-menu-con li > a .caret {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -2px;
}
.side-menu-con li.last > a {
  padding-right: 2px;
}
.side-menu-con li.level1 {
  font-size: 16px;
  background: url("../icon/g-icon01.png") no-repeat 10px 18px;
}
.side-menu-con li.level1 .caret {
  color: #fff;
}
.side-menu-con li.level1.active.last {
  background: url("../icon/g-icon01-active.png") no-repeat 10px 18px;
  text-decoration: underline;
}
.side-menu-con li.level2 {
  font-size: 14px;
  background-color: #fff;
}
.side-menu-con li.level2 a {
  color: #333;
}
.side-menu-con li.level2 .caret {
  color: #666;
}
.side-menu-con li.level3 {
  font-size: 12px;
  background-color: #f7f7f7;
}
.side-menu-con li.level3 > a {
  color: #333;
}
.side-menu-con li.level3 .caret {
  color: #999;
}
.side-menu-con li.last:hover {
  text-decoration: underline;
}
.side-menu-con li.last.active > a {
  color: #db3338;
}
.side-menu-con li.last.level1.active > a {
  color: #fff;
}
/*左侧菜单导航 end*/
/*文章列表模版(公共部分) start*/
.article-list-paginator {
  height: 50px;
  position: relative;
  margin-top: 20px;
}
.article-list-paginator .current-page {
  position: absolute;
  left: 0;
  top: 8px;
  height: 34px;
  line-height: 34px;
}
#aticle-datepicker {
  width: auto;
}
/*文章列表模版(公共部分) end*/
/*文章列表（新闻） */
/*
   类名                    类型
.newslist               新闻列表
.date-left              date left
.data-right             no date
:hover                  移上效果
.hot                    热点新闻
*/
.newslist.date-left .time {
  left: 0px;
  background-color: #5573aa;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  width: 80px;
  text-align: center;
}
.newslist.date-left .title a {
  padding-left: 94px;
  display: block;
  text-decoration: none;
}
.newslist.date-left .title a:active,
.newslist.date-left .title a:visited {
  text-decoration: none;
}
.newslist.date-right .time {
  right: 0px;
}
.newslist.date-right .title {
  padding-right: 94px;
}
.newslist.date-right .title a {
  max-width: 100%;
  display: inline-block;
  text-decoration: none;
}
.newslist.date-right .title a:active,
.newslist.date-right .title a:visited {
  text-decoration: none;
}
.newslist li {
  font-size: 12px;
  position: relative;
  display: block;
  color: #666;
  padding: 12px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.newslist li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.newslist li .time {
  position: absolute;
  top: 14px;
  line-height: 16px;
  font-size: 12px;
  color: #999;
}
.newslist li .article {
  color: #a3a3a3;
}
.newslist li .title a {
  font-size: 16px;
  color: #666;
}
.newslist li .title a:hover {
  color: #db3338;
  text-decoration: none;
}
/*文章列表 end*/
/*公共样式*/
/*pagination*/
.current-page {
  color: #999;
}
.current-page .num-cur,
.current-page .num-all {
  margin: 0 2px;
}
.current-page .num-cur {
  color: #db3338;
}
/*pagination end*/
.mainquery-container {
  font-size: 12px;
}
.mainquery-container .searchcon-label-range {
  color: #999;
}
.mainquery-container:after {
  content: '';
  display: table;
  clear: both;
}
.mainquery-container label {
  font-weight: normal;
}
.mainquery-container .form-group {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
.mainquery-container .form-group:last-child {
  margin-right: 0;
}
.mainquery-container .form-group input[type=checkbox],
.mainquery-container .form-group input[type=radio] {
  margin: -2px 0 1px;
  vertical-align: middle;
}
.mainquery-container .conditionclkradio {
  margin-top: 5px;
  height: 26px;
}
.mainquery-container .c-selectex-container .c-selectex-btn.dropdown-btn {
  width: 160px;
}
.mainquery-container .c-typeahead-container {
  display: inline-block;
}
.mainquery-container .c-typeahead-container .dropdown-menu {
  max-height: 480px;
}
.mainquery-container .searchcon-label-range {
  margin-right: 8px;
  margin-left: -2px;
  height: 26px;
  display: inline;
}
.btn-query-primary,
.btn-query-default {
  min-width: 70px;
  height: 26px;
  text-align: center;
  border: none;
  /*margin-left:-4px;*/
  margin-right: 5px;
  padding-left: 12px;
  padding-right: 12px;
}
.btn-query-primary {
  background: #db3338;
  color: #fff;
}
.btn-query-primary:hover {
  color: #fff;
}
.btn-query-default {
  background: #162e64;
  color: #fff;
}
.btn-query-default:hover,
.btn-query-default:focus {
  color: #fff;
}
a.btn-query-primary,
a.btn-query-default {
  display: inline-block;
  line-height: 26px;
  text-decoration: none;
  vertical-align: top;
}
.btn-default-hasicon {
  padding: 0 17px 0 36px;
  height: 24px;
  line-height: 24px;
  color: #db3338;
  border: 1px solid #eee;
  text-decoration: none;
  display: inline-block;
}
a.btn-default-hasicon {
  text-decoration: none;
  color: #db3338;
}
.btn-default-excel {
  background: url("../images/icon-download.png") no-repeat 17px center;
}
.btn-default-refresh {
  background: url("../images/icon-refresh.png") no-repeat 17px center;
}
.report-nodata,
.list-nodata {
  text-align: center;
  padding: 30px 0 30px;
  border: 1px solid #eee;
}
.report-nodata .nodata-text,
.list-nodata .nodata-text {
  display: inline-block;
  padding-left: 50px;
  line-height: 40px;
  background: url("../images/icon-nodata.png") no-repeat left center;
}
/*头部公共搜索建议 start*/
.sh-searchhint-container .searchhint-list {
  z-index: 100;
  display: none;
  min-width: 160px;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  color: #333;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.sh-searchhint-container .searchhint-list li {
  padding: 5px 12px;
  line-height: 1.42857143;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.sh-searchhint-container .searchhint-list li.hover {
  background-color: #337ab7;
  color: #fff;
}
.sh-searchhint-container .searchhint-list li.hover .keyword {
  color: #fff;
  font-weight: bold;
}
.sh-searchhint-container.open .searchhint-list {
  display: block;
}
/*search 建议 end*/
/*公共样式 end*/
.m-bind-on-account .head {
  font-weight: bold;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 35px;
}
.m-bind-on-account .body .content {
  margin-bottom: 70px;
  color: #666;
}
.m-bind-on-account .body .img {
  margin-left: 300px;
  height: 60px;
  background: url("../images/account-bind.png") no-repeat;
}
.m-bind-on-account .body .btn {
  margin-left: 291px;
  margin-top: 10px;
  width: 80px;
  height: 35px;
  border: 1px solid #db3338;
  color: #db3338;
  border-radius: 0;
}
/*top*/
.top-header-container {
  background-color: #fff;
}
.top-menu-list {
  padding-top: 14px;
}
.top-menu-list .item {
  font-size: 12px;
  color: #999;
  display: inline-block;
  float: left;
  line-height: 26px;
  margin: 0 5px;
}
.top-menu-list .item a {
  color: #999;
}
.top-menu-list .item a:hover {
  color: #162e64;
  text-decoration: underline;
}
.top-menu-list .item .link-home {
  padding-left: 25px;
  margin-right: 20px;
  background: url(../icon/homeicon.png) no-repeat left center;
}
.top-menu-list .item .link-login {
  padding-left: 20px;
  background: url(../icon/login-name.png) no-repeat left center;
}
.top-menu-list .item .link-loginout {
  margin-left: 10px;
}
.top-menu-list .item-home {
  display: none;
}
.childsite-body .top-menu-list .item-home,
.szse-navbar-mobile .top-menu-list .item-home,
.subnav-navbar-mobile .top-menu-list .item-home {
  display: inline-block;
}
.szsenavbarmobile .top-menu-list .item-home {
  display: none;
}
.languageswitch {
  margin: 0 0 0 11px;
}
.languageswitch .btn-goenglish {
  background: #ffffff url(../icon/language-turn.png) no-repeat 8px center;
  padding-left: 30px;
  display: block;
}
.languageswitch .c-selectex-container {
  width: auto;
  min-width: 80px;
}
.languageswitch .c-selectex-container .c-selectex-btn {
  color: #999999;
  background: #ffffff url(../icon/language-turn.png) no-repeat 8px center;
  border: 0;
  box-shadow: 0 0 0 #ffffff;
}
.languageswitch .c-selectex-container .c-selectex-btn:focus,
.languageswitch .c-selectex-container .c-selectex-btn:hover {
  color: #162e64;
  text-decoration: underline;
}
.languageswitch .c-selectex-container .c-selectex-btn-text {
  height: 26px;
  line-height: 26px;
  padding: 0 6px 0 22px;
}
.languageswitch .c-selectex-container .glyphicon {
  border-style: solid dashed dashed dashed;
  border-color: #999999 transparent transparent transparent;
  border-width: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  top: 11px;
  margin: 0;
}
.languageswitch .c-selectex-container .open .c-selectex-btn {
  color: #162e64;
  text-decoration: underline;
}
.languageswitch .c-selectex-container .open .glyphicon {
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #999999 transparent;
  border-width: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  top: 6px;
}
.languageswitch .c-selectex-container .dropdown-menu li {
  text-align: center;
}
.languageswitch .c-selectex-container .navbar-right .list-inline .m-box .c-selectex-container li.active > a,
.languageswitch .c-selectex-container .navbar-right .list-inline .m-box .c-selectex-container li.active > a:focus,
.languageswitch .c-selectex-container .navbar-right .list-inline .m-box .c-selectex-container li.active > a:hover {
  color: #ffffff;
  background: #21438f;
}
.top-search-el {
  text-align: left;
}
.szse-navbar-pc .top-search-el {
  padding-top: 10px;
  padding-bottom: 12px;
  float: right;
}
.szse-navbar-pc .top-search-el .search-form {
  position: relative;
  padding-right: 46px;
  border: 1px solid #5573aa;
  height: 38px;
  line-height: 38px;
}
.szse-navbar-pc .top-search-el .search-form .clear-keyword {
  display: none;
  position: absolute;
  top: -2px;
  right: 47px;
  font-size: 26px;
  cursor: pointer;
  font-weight: bold;
  color: #9a9494;
}
.szse-navbar-pc .top-search-el .search-input {
  border: none;
  background: none;
  width: 294px;
  height: 36px;
  margin-right: 20px;
  line-height: 36px\9;
  vertical-align: middle;
  line-height: 1;
  padding-top: 0px;
  overflow: hidden;
  padding-left: 5px;
  float: left;
}
.szse-navbar-pc .top-search-el .search-input:focus {
  outline: none;
  outline-offset: 0;
}
.szse-navbar-pc .top-search-el .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 38px;
  width: 46px;
  border: none;
  color: #fff;
  background-color: #5573aa;
  padding: 0;
}
/*navmobile*/
.navmobile {
  height: 72px;
  padding: 0;
  text-align: center;
}
.dl-menuwrapper .dl-phmenu {
  width: 30px;
  height: 20px;
  margin: 27px 15px;
  background: url(../icon/navmenu.png) no-repeat center center;
  background-size: 100% 100%;
}
.dl-menuwrapper button:hover {
  background: url(../icon/navmenu.png) no-repeat center center;
  background-size: 100% 100%;
}
.dl-menuwrapper button.dl-active {
  background: url(../icon/menunavclose.png) no-repeat center center;
}
.dl-menuwrapper .dl-phmenu:after {
  display: none;
}
.mobile-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}
.mobile-search_container {
  width: 100%;
  background: #ffffff;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
}
.mobile-search_form {
  margin: 0 20px;
}
.mobile-search_input {
  margin-top: 20px;
  width: 85%;
  border: none;
  border-bottom: 2px solid #162e64;
  height: 36px;
  line-height: 1;
  font-size: 16px;
  color: #666666;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
}
.mobile-search_close {
  width: 19px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  position: absolute;
  right: 20.3px;
  top: 25px;
  vertical-align: middle;
}
.search-hot {
  text-align: left;
  margin-top: 8px;
}
.search-hot a {
  vertical-align: top;
  cursor: pointer;
  color: #999;
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #ddd;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
}
.search-hot a:first-child {
  padding-left: 0px;
  border-left: none;
}
.search-hot a:hover {
  color: #db3338;
}
.g-locationnav .banner-wrap {
  text-align: center;
  height: 230px;
  overflow: hidden;
  margin-top: 0px;
}
.g-locationnav .banner-wrap img {
  height: 100%;
}
/*banner*/
.swiper-device {
  position: relative;
}
.swiper-device .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 10px;
  width: 100%;
  z-index: 10;
  margin: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eeeff6;
  margin: 0px 5px 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #db3338;
  width: 14px;
  height: 14px;
  margin-bottom: 3px;
}
.indexbanner-wrap .swiper-container .swiper-slide a {
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}
/*banner end*/
/*common*/
/*common end*/
/*文章详情（新闻） */
.article-body .g-banner-txt p {
  display: none;
}
.article-special-body .szse-navbar .navbar-nav > li,
.article-special-body .dl-trigger {
  display: none!important;
}
.news-detail-con {
  padding: 80px 150px;
}
.news-detail-con .des-header .title {
  font-size: 32px;
  text-align: center;
  word-break: break-all;
}
.news-detail-con .des-header .sub-title {
  margin-top: 20px;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
}
.news-detail-con .des-header .sub-title span {
  display: inline-block;
  width: 90%;
  word-break: break-all;
  margin-left: 10px;
}
.news-detail-con .des-header .sub-title i {
  float: left;
}
.news-detail-con .des-header .time {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.news-detail-con .des-header .abstract {
  padding: 14px;
  margin-top: 24px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  border: 1px solid #e5d9c2;
}
.news-detail-con .des-header .abstract .art-abstract {
  width: 95%;
  word-wrap: break-word;
  word-break: normal;
  margin-left: 10px;
}
.news-detail-con .des-content {
  overflow-x: auto;
  padding: 30px 0 40px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5em;
  word-break: break-all;
}
.news-detail-con .des-content img {
  max-width: 100%;
}
.news-detail-con .des-content p {
  margin: 0;
}
.news-detail-con .des-footer .article-page {
  padding: 16px 22px;
  background: #f7f7f7;
  font-size: 16px;
  position: relative;
}
.news-detail-con .des-footer .article-page .recent-item {
  margin: 12px 0;
  line-height: 26px;
}
.news-detail-con .des-footer .article-page .title {
  margin-left: 65px;
  margin-right: 80px;
}
.news-detail-con .des-footer .article-page .title a {
  color: #000;
  display: block;
}
.news-detail-con .des-footer .article-page .title a:hover {
  color: #db3338;
}
.news-detail-con .des-footer .article-page .time {
  color: #999;
  float: right;
  font-size: 12px;
}
.news-detail-con .des-footer .article-page .tag {
  float: left;
  color: #db3338;
}
.news-detail-con .des-footer .article-btn {
  margin-top: 50px;
  text-align: center;
}
.news-detail-con .des-footer .article-btn a.btn-gray {
  min-width: 70px;
  padding: 12px 20px 12px 40px;
  text-align: center;
  border: none;
  background: #eeeeee;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 20px 13px;
  color: #666666;
}
.news-detail-con .des-footer .article-btn a.art-print {
  background-image: url(../icon/icon_print.png);
}
.news-detail-con .des-footer .article-btn a.art-collect {
  background-image: url(../icon/icon_collect.png);
}
.news-detail-con .des-footer .article-btn a.art-close {
  background-image: url(../icon/icon_close.png);
}
/*文章详情 end*/
/*行情*/
.sectooltip-container i {
  float: right;
  font-style: normal;
}
.sectooltip-container .name {
  display: inline-block;
  width: 46px;
}
.sectooltip-container .name.newest {
  font-size: 14px;
  line-height: 28px;
}
.sectooltip-container .new-down.value,
.sectooltip-container .new-down.name,
.sectooltip-container .average-down.value,
.sectooltip-container .open-down.value,
.sectooltip-container .close-down.value,
.sectooltip-container .high-down.value,
.sectooltip-container .low-down.value,
.sectooltip-container .delta-down.value {
  color: #22ac38;
}
.sectooltip-container .new-up.value,
.sectooltip-container .new-up.name,
.sectooltip-container .average-up.value,
.sectooltip-container .open-up.value,
.sectooltip-container .close-up.value,
.sectooltip-container .high-up.value,
.sectooltip-container .low-up.value,
.sectooltip-container .delta-up.value {
  color: #db3338;
}
.MA-wrap {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  display: table;
  padding-left: 8%;
  font-size: 12px;
  visibility: hidden;
  z-index: -1;
}
.MA-wrap > li {
  display: table-cell;
  width: 1%;
}
.MA-wrap > li.MA5 {
  color: #319e26;
}
.MA-wrap > li.MA10 {
  color: #2c52e1;
}
.MA-wrap > li.MA20 {
  color: #db3338;
}
/**/
.reporttboverfow-in .table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0px;
}
/*底部法律声明*/
@media (min-width: 1180px) {
  .mincontent-height {
    min-height: 900px;
    background-color: #fff;
  }
}
@media (max-width: 1024px) {
  .reporttboverfow-out {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .reporttboverfow-in {
    width: 868px;
  }
  .report-nodata,
  .list-nodata {
    text-align: left;
    padding-left: 30px;
  }
}
@media (max-width: 940px) {
  .article-list-paginator {
    height: auto;
  }
  .article-list-paginator .current-page {
    position: relative;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .swiper-device .pagination {
    bottom: 0;
  }
  .swiper-pagination-switch {
    width: 6px;
    height: 6px;
  }
  .swiper-active-switch {
    margin-bottom: 5px;
  }
  .news-detail-con {
    padding: 10px 10px 30px;
  }
  .news-detail-con .des-header .title {
    font-size: 20px;
  }
  .news-detail-con .des-header .time {
    margin-top: 0;
  }
  .news-detail-con .des-content {
    padding: 10px 0 10px;
  }
  .news-detail-con .des-footer .article-btn {
    margin-top: 30px;
  }
  .news-detail-con .des-footer .article-page {
    padding: 10px;
  }
  .news-detail-con .des-footer .article-page .next {
    margin-top: 0;
  }
  .menu-container .g-ernav {
    display: block;
  }
  .article-btn a.art-print,
  .article-btn a.art-close {
    display: none;
  }
}
@media (max-width: 640px) {
  .newslist li .title a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .newslist.date-left .time {
    display: none;
  }
  .newslist.date-left .title a {
    padding-left: 8px;
  }
  .newslist.date-left .title a:after {
    width: 3px;
    height: 3px;
    background: #5573aa;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
  }
}
/**/
