.nav-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
  padding: 20px 25px 0;
}

.nav-top-content .item-tabs .top-common {
  margin-bottom: 17px;
}

.nav-top-content .item-tabs .top-common:last-child {
  margin-bottom: 0;
}

.main-content {
  background: #FFFFFF;
}

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-img-bg {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.footer-img-bg img {
  margin-left: -8px;
  width: 1116px !important;
}

.detail-crumbs-bg {
  background: transparent;
}

.detail-container-wrap {
  margin: auto;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.detail-container-wrap .list-inline-item a {
  color: #212529;
}

.file-wrap {
  border: 1px solid #f3f3f3;
  padding: 5px 10px;
  border-radius: 4px;
}

.file-wrap li {
  padding: 6px 0;
}

.file-wrap a {
  color: #656A72;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file-wrap img {
  width: 14px;
}

.download-btn {
  float: right;
  background: none !important;
  color: #0054d2;
  border-radius: 2px;
  font-size: 14px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.tag-wrap a {
  border-radius: 20px;
  border: 1px solid #0054d2;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 20px;
  padding: 0 10px;
  font-size: 14px;
  color: #0054d2;
  margin-right: 10px;
}

.channel-left-wrap {
  background: #fff;
  padding: 0;
  min-height: calc(100vh - 300px);
  border-radius: 4px;
  border: 1px solid #dddddd;
  width: 260px;
}

.channel-right-wrap {
  background: #fff;
  margin-left: 20px;
  padding: 20px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  border: 1px solid #dddddd;
  position: relative;
}

.channel-right-wrap .no-message {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.channel-ol-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.channel-ol-wrap li {
  height: 38px;
  width: 100%;
  line-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 0 !important;
  position: relative;
  padding-left: 15px;
}

.channel-ol-wrap li:hover {
  background: #E6EEFB;
}

.channel-ol-wrap li:hover a {
  color: #30363E;
}

.channel-ol-wrap li a {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  padding: 0;
  text-align: left;
  width: 100%;
}

.channel-ol-wrap li:hover:after {
  border-left: 6px solid #60666E !important;
}

.channel-ol-wrap li.list-inline-item:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 6px solid #60666E;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin: 100px auto;
  position: absolute;
  right: 10px;
}

.channel-ol-wrap li.channel-left-li-primary:after {
  border-left: 6px solid #ffffff;
}

li.channel-left-li-primary {
  background: #2B589C;
}

.channel-ol-t {
  position: relative;
}

.channel-ol-wrap .channel-ol-t a {
  font-size: 20px;
  color: #202328;
  font-weight: bold;
}

.channel-ol-t:before {
  content: "";
  width: 3px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  background: #2B589C;
}

.channel-li-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
  background: #DDE5EC;
}

.channel-left-li-primary .channel-li-dot {
  background: #0074ff;
}

.channel-ol-wrap .channel-left-li-primary a {
  color: #fff;
}

.channel-right-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.channel-right-li .list-time {
  color: #7A7E95;
  font-size: 12px;
}

.channel-right-li li a {
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  white-space: nowrap;
  max-width: 600px;
  color: #212529;
}

.list-unstyled .channel-right-li:last-child {
  border-bottom: none;
}

.channel-right-li-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.channel-right-li-index span {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #242424;
  margin-right: 18px;
  background: #DFDFDF;
}

.channel-right-li-index .dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #2B5493;
  line-height: 24px;
  margin-right: 10px;
}

.container-wrap .special-wrap {
  margin: 15px 0;
  padding: 0;
}

div.swiper-wrap {
  width: 400px;
  /*height: 240px;*/
  height: auto;
  /*padding:0; margin: 20px 0;*/
}

.swiper-wrap .swipertop {
  height: 246px;
}

.main-content div.swiper-wrap {
  width: 34.33%;
}

.swipertop img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.swipertop .desc-replace {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 6px 10px;
  font-size: 14px;
}

.swipertop .desc-replace p {
  width: calc(100% - 40px);
}

.swipertop .swiper-slide {
  position: relative;
}

.swipertop .swiper-pagination {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
  left: auto;
  width: auto;
}

.swipertop .swiper-pagination-current {
  color: #ff0000;
}

.nav-top-content .leader-wrap {
  height: auto !important;
}

.leader-wrap.item-tabs .top-title a {
  font-weight: bold;
}

/*.leader-wrap .recent .item-title{margin: 36px 0 4px 0;}*/
.main-content .item-tabs {
  width: 33.3333%;
}

.breadcrumb {
  background: none;
}

.hot-wrapper {
  width: 100% !important;
  border-top: 1px dashed #B4BFCF;
}

.hot-wrapper .item-title {
  font-size: 20px;
}