@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Regular", "Microsoft YaHei", "宋体";
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  color: #333;
  background: none;
}

button {
  border-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover, a:focus {
  color: #333;
  text-decoration: none;
}

img {
  display: inline-block;
  border: none;
}

li {
  list-style: none;
}

.cursor {
  cursor: pointer;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.main-w {
  width: 1200px;
  margin: 0 auto;
}

/*面包屑*/
.crumbs {
  line-height: 46px;
  padding-left: 14px;
  display: flex;
  border: 1px solid #e6e6e6;
  background: #f9fbfc;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 16px;
  color: #666;
  height: 0;
  opacity: 0;
}

.crumbs li {
  flex-shrink: 0;
}

.crumbs li img {
  vertical-align: sub;
  margin-bottom: 2px;
  margin-right: 15px;
}

.crumbs li:after {
  display: inline-block;
  content: '//';
  letter-spacing: -2px;
  color: #999;
  margin: 0 20px;
  text-align: center;
}

.crumbs li:last-child:after, .crumbs li:first-child:after {
  display: none;
}

.crumbs li:last-child a {
  color: #0d68e2;
}

.crumbs li a {
  color: #666;
}

.has-crumbs .crumbs {
  height: 46px;
  opacity: 1;
}

/*滚动条样式*/
.scroll-container {
  overflow-y: auto;
}

.scroll-container::-webkit-scrollbar {
  width: 10px;
  height: 0;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
  background: #f2f2f2;
}

.pagination {
  text-align: center;
  padding: 30px 0 25px;
}

.pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #196ad7 !important;
}

.pagination .layui-laypage a, .pagination .layui-laypage span {
  font-size: 14px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #196ad7 !important;
}

.layui-laypage a:hover {
  color: #196ad7 !important;
}

.zt-title {
  margin-top: 47px;
  margin-bottom: 30px;
}

.zt-title .title-text {
  vertical-align: text-top;
  font-size: 34px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #0051c0;
  margin-right: 10px;
  font-style: italic;
}

.zt-title img {
  vertical-align: text-top;
  margin-right: 10px;
}

.zc-list {
  position: relative;
  margin-bottom: 30px;
}

.zc-list li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  line-height: 40px;
}

.zc-list li:before {
  position: absolute;
  left: 0;
  top: 19px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #0050bd;
}

.zc-list li:last-child {
  margin-bottom: 0;
}

.zc-list li a {
  display: block;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e1e1e;
}

.zc-list li a:hover {
  color: #0050bd;
}

.zc-list li a:hover ~ span {
  color: #fff;
  background: #0051c0;
}

.zc-list li span {
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 30px;
  border-radius: 15px;
  color: #666;
  background: #efefef;
}

.zc-list li .hide-text {
  width: 0;
  height: 0;
  z-index: -999;
  overflow: hidden;
}

.zt-card-list {
  border: 4px solid #eeeeee;
  padding: 10px 36px 15px 30px;
}

.zt-card-list li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  line-height: 40px;
}

.zt-card-list li:before {
  position: absolute;
  left: 0;
  top: 19px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #0050bd;
}

.zt-card-list li:last-child {
  margin-bottom: 0;
}

.zt-card-list li a {
  display: block;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e1e1e;
}

.zt-card-list li a:hover {
  color: #0050bd;
}

.zt-card-list li span {
  display: inline-block;
  min-width: 66px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 30px;
  border-radius: 15px;
  color: #666;
}

.two-card-wrap {
  display: flex;
  margin-bottom: 30px;
}

.two-card-left {
  width: 580px;
}

.two-card-left .two-card-list-l-pic {
  width: 100%;
  height: 360px;
}

.two-card-left .two-card-list-l-tit {
  display: block;
  margin: 10px 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #0051c0;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.two-card-left .two-card-list-l-text {
  line-height: 24px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.two-card-mid {
  width: 50px;
}

.two-card-right {
  width: 580px;
  flex: 1;
}

.zc {
  display: flex;
  padding: 15px 35px 30px 30px;
  margin-bottom: 15px;
  border-top: 4px solid #0051c0;
  background: #f6f6f6;
}

.zc-left {
  width: 500px;
}

.zc-left .zc-more {
  position: absolute;
  right: 0;
  bottom: -28px;
  font-size: 14px;
  color: #666;
}

.zc-left .zc-more .zc-more-text {
  vertical-align: middle;
}

.zc-left .zc-more .zc-more-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  padding-left: 2px;
  border: 1px solid #666;
  border-radius: 50%;
  line-height: 11px;
  font-size: 12px;
  color: #666;
}

.zc-mid {
  width: 50px;
}

.zc-right {
  width: 580px;
  flex: 1;
  max-height: 300px;
  display: flex;
  flex-direction: column;
}

.zc-right .zc-r-title {
  display: block;
  min-height: 32px;
  max-height: 72px;
  line-height: 36px;
  font-weight: 700;
  font-size: 24px;
  color: #0051c0;
  margin-bottom: 15px;
  overflow: hidden;
}

.zc-right .zc-r-text {
  overflow: hidden;
  line-height: 32px;
  max-height: 128px;
}

/*专题二级列表样式*/
.zt-list-data {
  margin-top: 15px;
  font-size: 16px;
}

.zt-list-data li {
  display: flex;
  position: relative;
  padding-left: 20px;
  line-height: 46px;
}

.zt-list-data li:before {
  position: absolute;
  left: 0;
  top: 22px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #0050bd;
}

.zt-list-data li:nth-child(5n) {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.zt-list-data li:last-child {
  margin-bottom: 0;
}

.zt-list-data li a {
  display: block;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e1e1e;
}

.zt-list-data li a:hover {
  color: #0050bd;
}

.zt-list-data li span {
  display: inline-block;
  min-width: 90px;
  margin-left: 30px;
  color: #666;
}

@media screen and (max-width: 1200px) {
  .mobile-box, .main-w {
    display: block !important;
    float: none !important;
    width: 100%;
    padding: 0 5px;
  }
  .mobile-none {
    display: none !important;
  }
  .mobile-img {
    width: 100% !important;
    height: auto !important;
  }
  .pc-none {
    display: flex;
  }
  #outBox {
    width: 90% !important;
  }
  #outBtnBox {
    padding-top: 8px !important;
  }
}

@media screen and (max-width: 1200px) {
  .two-card-list-left .two-card-list-l-pic {
    height: auto;
  }
  .zc-right {
    margin-top: 50px;
  }
  .zc-r-text {
    max-height: 100px;
  }
  .zt-card-list {
    padding: 0 10px;
  }
}
