/* 初始化CSS */
body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
  margin: 0;
  padding: 0;
}
body {
  color: #2B2E33;
  background: #fff;
  text-align: left;
  font: 14px/1.8 "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, "SimSun", "sans-serif";
}
ul,
ol,
li {
  list-style: none;
}
select,
input {
  outline: none;
  vertical-align: middle;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, "SimSun", "sans-serif";
}
img {
  border: 0;
}
p {
  text-indent: 0;
}
textarea {
  resize: none;
  outline: none;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, "SimSun", "sans-serif";
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a {
  color: #1887E0;
}
[v-cloak] {
  display: none;
}
.hide {
  display: none;
}
.color-red {
  color: #f93b3b;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* PC */
@media screen and (min-width: 1001px) {
  .font-12 {
    font-size: 12px;
    line-height: 20px;
  }
  .font-14 {
    font-size: 14px;
    line-height: 22px;
  }
  .font-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .font-18 {
    font-size: 18px;
    line-height: 26px;
  }
  .font-20 {
    font-size: 20px;
    line-height: 28px;
  }
  .font-24 {
    font-size: 24px;
    line-height: 32px;
  }
  .font-28 {
    font-size: 28px;
    line-height: 38px;
  }
  .font-36 {
    font-size: 36px;
    line-height: 48px;
  }
  .font-48 {
    font-size: 48px;
    line-height: 64px;
  }
  .font-p-14 {
    font-size: 14px;
    line-height: 24px;
  }
  .font-p-14 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .font-p-14 p:last-child {
    margin-bottom: 0;
  }
  .font-p-16 {
    font-size: 16px;
    line-height: 30px;
  }
  .font-p-16 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .font-p-16 p:last-child {
    margin-bottom: 0;
  }
  .font-p-18 {
    font-size: 18px;
    line-height: 32px;
  }
  .font-p-18 p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 18px;
  }
  .font-p-18 p:last-child {
    margin-bottom: 0;
  }
  .wap-footer {
    display: none;
  }
  .yz-header-banner-wrapper {
    margin-bottom: 30px;
    background: linear-gradient(179deg, #2094f0, #1887E0 53%);
  }
  .yz-header-banner-wrapper .banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 200px;
    line-height: 200px;
    background: url("https://t2.chei.com.cn/yz/assets/images/header-banner-2x.jpg") no-repeat top;
    background-size: auto 100%;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .yz-header-banner-wrapper h1 {
    line-height: 46px;
    font-size: 38px;
    font-weight: 700;
  }
  .yz-header-banner-wrapper .ch-sub-title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }
  .common-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 36px;
    margin: 0 auto;
    padding: 40px 0;
    color: #2B2E33;
    font-weight: bold;
  }
  .main-content {
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .bg-gray {
    background: #F1F8FF;
  }
  .zdgz-item {
    margin-bottom: 32px;
    overflow: hidden;
    border-radius: 0;
    width: 820px;
    height: 360px;
    background: #F7F8FA;
  }
  .zdgz {
    display: flex;
    justify-content: space-between;
  }
  .zdgz-left {
    position: relative;
    padding-bottom: 76px;
    width: 820px;
  }
  .zdgz-right {
    width: 320px;
  }
  .newsfocus {
    padding-bottom: 20px;
  }
  .newsfocus + .newsfocus {
    border-top: 1px solid #E8EAED;
  }
  .newsfocus h3 {
    margin-top: 19px;
    margin-bottom: 12px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  .newsfocus h3 .line {
    width: 2px;
    height: 22px;
    margin: 0 10px;
    background: #2B2E33;
    display: block;
    vertical-align: middle;
  }
  .newsfocus h3 a {
    color: #2B2E33;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsfocus .related-news {
    font-size: 16px;
    line-height: 24px;
    color: #65696E;
    display: flex;
  }
  .newsfocus .related-news .news-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 84px;
    height: 26px;
    line-height: 26px;
    padding-right: 5px;
    color: #FAA614;
    text-align: center;
    font-size: 14px;
    background: url("../images/pc/news-bg.svg") no-repeat 0 0;
    box-sizing: border-box;
  }
  .newsfocus .related-news a {
    line-height: 26px;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #65696E;
  }
  .zyjs-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 12px 20px;
    margin-top: 8px;
    background: #F1F8FF;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .zyjs-con .title {
    display: flex;
    align-items: center;
    margin-right: 32px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
  }
  .zyjs-con .title img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .zyjs-con .content {
    flex: 1;
    min-width: 0;
  }
  .zyjs-con .content ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -8px;
  }
  .zyjs-con .content li {
    width: 25%;
    padding-right: 10px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .zyjs-con .content a {
    color: #2B2E33;
  }
  .remind-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    border-radius: 14px 14px 0px 0px;
    background: linear-gradient(180deg, #6BBDF0 0%, #238FED 100%);
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
  .remind-title .icon {
    position: absolute;
    top: -12px;
    display: inline-block;
    width: 24px;
    height: 40px;
    background: url("../images/pc/icon-tjtx.svg") no-repeat 0 0;
  }
  .remind-title .icon1 {
    left: 58px;
  }
  .remind-title .icon2 {
    right: 58px;
  }
  .remind-con {
    margin-top: 12px;
    background: #F1F8FF;
    border-radius: 14px 14px 10px 10px;
    padding-bottom: 12px;
  }
  .remind-con .remind-time {
    position: relative;
    margin: 8px 12px 0;
    padding: 12px;
    border-radius: 6px;
    box-sizing: border-box;
    background: #FFFFFF;
  }
  .remind-con .time-item {
    font-size: 14px;
    line-height: 24px;
    padding-left: 18px;
    color: #2B2E33;
    position: relative;
  }
  .remind-con .time-item p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .remind-con .time-item p:last-child {
    margin-bottom: 0;
  }
  .remind-con .time-item + .time-item {
    margin-top: 12px;
  }
  .remind-con .time-item:last-child::before {
    display: none;
  }
  .remind-con .time-item::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: calc(100% - 8px);
    background: #1887E0;
    position: absolute;
    left: 5px;
    top: 21px;
  }
  .remind-con .time-item::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #1887E0;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 6px;
  }
  .enter-btn {
    height: 60px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FECB62 0%, #F9AA06 100%, #F6AB22 100%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  }
  .enter-btn:hover {
    opacity: 0.9;
    text-decoration: none;
  }
  .enter-btn .ch-icon {
    font-size: 20px;
    margin-right: 8px;
  }
  .rdtj-con {
    margin: 20px 0;
    padding: 12px 20px;
    background: #F1F8FF;
    border-radius: 4px;
  }
  .rdtj-con .title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
  }
  .rdtj-con .title img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .rdtj-con .content {
    max-height: 172px;
    overflow: hidden;
  }
  .rdtj-con .content li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rdtj-con .content li:last-child {
    margin-bottom: 0;
  }
  .rdtj-con .content a {
    color: #2B2E33;
  }
  .link-list {
    display: flex;
    justify-content: space-between;
  }
  .link-list a {
    display: block;
    width: 93px;
    height: 76px;
    border-radius: 4px;
    overflow: hidden;
  }
  .link-list a:hover img {
    transform: scale(1.1);
  }
  .link-list img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
  }
  .img-box {
    margin-top: 20px;
  }
  .img-box a {
    display: block;
    height: 56px;
    border-radius: 4px;
    overflow: hidden;
  }
  .img-box a:hover img {
    transform: scale(1.1);
  }
  .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
  }
  .bklc {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    padding: 40px 30px;
    box-sizing: border-box;
  }
  .bklc .step-box li,
  .bklc .step-box ul {
    position: relative;
    display: flex;
  }
  .bklc .step-box ul {
    justify-content: center;
  }
  .bklc .step-box li {
    align-items: center;
    padding-right: 65px;
  }
  .bklc .step-box li::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 26px;
    display: block;
    width: 13px;
    height: 17px;
    background: url('../images/pc/arrow-blue.svg') no-repeat 0 0;
    background-size: 100%;
    transform: translate(50%, -50%);
  }
  .bklc .step-box li:last-child {
    padding-right: 0;
  }
  .bklc .step-box li:last-child:after {
    display: none;
  }
  .bklc .step-box .index {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    background: linear-gradient(180deg, #6bbdf0, #238fed);
    border: 6px solid #dae7ff;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
  }
  .bklc .step-box .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  .bklc .step-box .info {
    font-size: 12px;
    line-height: 20px;
    color: #65696E;
  }
  .cjwt li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 42px 20px 34px;
    background: #F1F8FF;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .cjwt li::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 100%;
    background: linear-gradient(180deg, #6BBDF0 0%, #238FED 100%), #1887E0;
  }
  .cjwt li:nth-child(even) {
    background: #FFFAE8;
  }
  .cjwt li:nth-child(even)::before {
    background: linear-gradient(180deg, #FDD22D 0%, #FAA614 100%);
  }
  .cjwt li:last-child {
    margin-bottom: 0;
  }
  .cjwt .img-con {
    margin-right: 28px;
  }
  .cjwt .img-con img {
    display: block;
    width: 56px;
    height: 56px;
  }
  .cjwt .value-con {
    flex: 1;
    min-width: 0;
  }
  .cjwt .value-con .title {
    margin-bottom: 6px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 700;
  }
  .cjwt .value-con .content {
    font-size: 16px;
    line-height: 30px;
    color: #65696E;
  }
  .cjwt .value-con .content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .cjwt .value-con .content p:last-child {
    margin-bottom: 0;
  }
  .cjwt .tip {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #93989E;
  }
  .zxzx-con {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .zxzx-con .zxzx-item {
    flex: 1;
    min-width: 40%;
    height: 260px;
    padding: 24px 24px 16px 24px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: url('../images/pc/zxzx-bg.png') no-repeat 0 0;
    background-size: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-sizing: border-box;
  }
  .zxzx-con .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
  }
  .zxzx-con .title a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #93989E;
  }
  .zxzx-con .title a .ch-icon {
    margin-left: 4px;
    line-height: 1;
    font-size: 14px;
  }
  .zxzx-con .list li {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .zxzx-con .list li::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #1887E0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    transform: translate(0, -50%);
  }
  .zxzx-con .list li:last-child {
    margin-bottom: 0;
  }
  .zxzx-con .list li.no-data {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 24px;
    text-align: center;
    color: #65696E;
  }
  .zxzx-con .list li.no-data::before {
    display: none;
  }
  .zxzx-con .list li.no-data img {
    width: 160px;
  }
  .zxzx-con .list li a {
    color: #2B2E33;
  }
  .author {
    width: 1180px;
    font-size: 14px;
    text-align: right;
    margin: 24px auto 16px;
  }
  .wap-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
}
/* 移动 */
@media screen and (max-width: 1000px) {
  .font-20 {
    font-size: 0.2667rem;
    line-height: 0.48rem;
  }
  .font-24 {
    font-size: 0.32rem;
    line-height: 0.5333rem;
  }
  .font-28 {
    font-size: 0.373rem;
    line-height: 0.5867rem;
  }
  .font-32 {
    font-size: 0.4267rem;
    line-height: 0.64rem;
  }
  .font-36 {
    font-size: 0.48rem;
    line-height: 0.6933rem;
  }
  .font-40 {
    font-size: 0.5333rem;
    line-height: 0.7467rem;
  }
  .font-48 {
    font-size: 0.64rem;
    line-height: 0.8533rem;
  }
  .font-p-28 {
    font-size: 0.3733rem;
    line-height: 0.64rem;
  }
  .font-p-28 p {
    font-size: 0.3733rem;
    line-height: 0.64rem;
    margin-bottom: 0.3733rem;
  }
  .font-p-28 p:last-child {
    margin-bottom: 0;
  }
  .font-p-32 {
    font-size: 0.4267rem;
    line-height: 0.8rem;
  }
  .font-p-32 p {
    font-size: 0.4267rem;
    line-height: 0.8rem;
    margin-bottom: 0.4267rem;
  }
  .font-p-32 p:last-child {
    margin-bottom: 0;
  }
  .font-p-36 {
    font-size: 0.48rem;
    line-height: 0.8533rem;
  }
  .font-p-36 p {
    font-size: 0.48rem;
    line-height: 0.8533rem;
    margin-bottom: 0.48rem;
  }
  .font-p-36 p:last-child {
    margin-bottom: 0;
  }
  body {
    background: #F7F8FA;
  }
  .yz-header-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0.4267rem;
    min-height: 4rem;
    background: #1887E0 url(https://t1.chei.com.cn/yz/wap/assets/images/nav-banner-large.jpg) no-repeat;
    background-size: cover;
    color: #fff;
  }
  .yz-header-banner h1 {
    margin: 0;
    line-height: 0.88rem;
    font-size: 0.6667rem;
    font-weight: 700;
    text-shadow: 0 0.0267rem 0.0267rem rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .yz-header-banner .tip {
    margin-top: 0.1067rem;
    font-size: 0.3733rem;
    line-height: 0.5867rem;
    text-align: center;
    color: hsla(0, 0%, 100%, 0.8);
  }
  .common-title {
    display: flex;
    align-items: center;
    font-size: 0.43rem;
    line-height: 0.64rem;
    padding: 0.53rem 0 0.43rem;
    color: #2B2E33;
    font-weight: bold;
  }
  .common-title::before {
    content: '';
    width: 0.08rem;
    height: 0.43rem;
    background: linear-gradient(180deg, #6BBDF0 0%, #238FED 100%);
    border-radius: 0.07rem;
    display: block;
    margin-right: 0.16rem;
  }
  .has-more {
    justify-content: space-between;
  }
  .has-more::before {
    display: none;
  }
  .has-more span {
    display: flex;
    align-items: center;
  }
  .has-more span::before {
    content: '';
    width: 0.08rem;
    height: 0.43rem;
    background: linear-gradient(180deg, #6BBDF0 0%, #238FED 100%);
    border-radius: 0.07rem;
    display: block;
    margin-right: 0.16rem;
  }
  .has-more .more {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    line-height: 0.44rem;
    font-weight: normal;
    color: #1887E0;
  }
  .has-more .more .ch-icon {
    font-size: 0.32rem;
    margin-left: 0.05rem;
  }
  .main-content {
    padding: 0 0.43rem 0.53rem;
    margin: 0 auto;
    background: #fff;
  }
  .main-content.only-content {
    padding: 0.53rem 0.43rem;
  }
  .main-content + .main-content {
    margin-top: 0.27rem;
  }
  .enter-btn {
    margin-top: 0.43rem;
    height: 1.17rem;
    font-size: 0.37rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.59rem;
    background: linear-gradient(180deg, #FECB62 0%, #F9AA06 100%, #F6AB22 100%);
    border-radius: 0.11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .enter-btn:hover,
  .enter-btn:active {
    opacity: 0.9;
    text-decoration: none;
  }
  .enter-btn .ch-icon {
    font-size: 0.43rem;
    margin-right: 0.11rem;
    color: #FFFFFF;
  }
  .remind-time,
  .bklc-con {
    position: relative;
    padding: 0.27rem;
    border-radius: 0.11rem;
    background: #F1F8FF;
  }
  .time-item {
    font-size: 0.3733rem;
    line-height: 0.64rem;
    padding-left: 0.51rem;
    color: #2B2E33;
    position: relative;
  }
  .time-item p {
    font-size: 0.3733rem;
    line-height: 0.64rem;
    margin-bottom: 0.3733rem;
  }
  .time-item p:last-child {
    margin-bottom: 0;
  }
  .time-item + .time-item {
    margin-top: 0.37rem;
  }
  .time-item:last-child::before {
    display: none;
  }
  .time-item::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: calc(100% - 0.1rem);
    background: #1887E0;
    position: absolute;
    top: 0.53rem;
    left: 0.11rem;
  }
  .time-item::after {
    content: '';
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    border: 0.04rem solid #1887E0;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.18rem;
  }
  .bklc-item {
    display: flex;
    font-size: 0.3733rem;
    line-height: 0.64rem;
    padding-left: 0.51rem;
    color: #2B2E33;
    position: relative;
  }
  .bklc-item p {
    font-size: 0.3733rem;
    line-height: 0.64rem;
    margin-bottom: 0.3733rem;
  }
  .bklc-item p:last-child {
    margin-bottom: 0;
  }
  .bklc-item + .bklc-item {
    margin-top: 0.21rem;
  }
  .bklc-item:last-child::before {
    display: none;
  }
  .bklc-item::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: calc(100% - 0.2rem);
    background: #1887E0;
    position: absolute;
    top: 0.49rem;
    left: 0.11rem;
  }
  .bklc-item::after {
    content: '';
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    border: 0.04rem solid #1887E0;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.18rem;
  }
  .bklc-item .title {
    width: 1.87rem;
    margin-right: 0.43rem;
  }
  .bklc-item .info {
    flex: 1;
    min-width: 0;
    color: #65696E;
  }
  .lc-more {
    font-size: 0.32rem;
    color: #1887E0;
    line-height: 0.53rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .lc-more .ch-icon {
    font-size: 0.37rem;
    margin-left: 0.11rem;
  }
  .newsfocus {
    border-bottom: 1px solid #E8EAED;
    padding-bottom: 0.32rem;
    margin-bottom: 0.32rem;
  }
  .newsfocus:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .newsfocus h3 {
    margin-bottom: 0.16rem;
    height: 0.59rem;
    font-size: 0.373rem;
    line-height: 0.5867rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsfocus h3 a {
    color: #2B2E33;
  }
  .newsfocus .related-news {
    font-size: 0.32rem;
    line-height: 0.5333rem;
  }
  .newsfocus .related-news a {
    color: #65696E;
  }
  .newsfocus .related-news a::after {
    content: '';
    position: relative;
    top: 0.05rem;
    display: inline-block;
    width: 1px;
    height: 0.32rem;
    margin: 0 0.21rem;
    background: #65696E;
  }
  .newsfocus .related-news a:last-child::after {
    display: none;
  }
  .newsfocus .news-icon {
    display: none;
  }
  .newsfocus .news-icon + a {
    margin-left: 0;
  }
  .rdtj-con {
    display: flex;
    align-items: center;
    padding: 0.2667rem;
    margin-top: 0.4267rem;
    border-radius: 0.2133rem;
    background: #FFFAE8;
  }
  .rdtj-con .img-con {
    margin-right: 0.2rem;
  }
  .rdtj-con .img-con img {
    display: block;
    width: 1.39rem;
    height: 1.39rem;
  }
  .rdtj-con .value-con {
    flex: 1;
    min-width: 0;
    height: 1.28rem;
    overflow: hidden;
  }
  .rdtj-con .value-con a {
    display: block;
    margin-bottom: 0.1067rem;
    font-size: 0.373rem;
    line-height: 0.5867rem;
    color: #2B2E33;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rdtj-con .value-con a:last-child {
    margin-bottom: 0;
  }
  .link-list {
    display: flex;
    align-items: center;
    margin-bottom: 0.27rem;
  }
  .link-list .link-list-item {
    flex: 1;
    margin-right: 0.27rem;
  }
  .link-list .link-list-item:last-child {
    margin-right: 0;
  }
  .link-list .link-list-item img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .img-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .cjwt li {
    position: relative;
    background: #F1F8FF;
    border-radius: 0.11rem;
    overflow: hidden;
    margin-bottom: 0.43rem;
  }
  .cjwt li .title {
    display: flex;
    align-items: center;
    padding: 0.21rem 0.27rem;
    line-height: 0.51rem;
    font-size: 0.4rem;
    color: #fff;
    text-shadow: 0 0.0266rem 0.0133rem rgba(0, 0, 0, 0.1);
    font-weight: 700;
    background: linear-gradient(270deg, #B3DAF8 0%, #238FED 100%);
  }
  .cjwt li .title img {
    width: 0.69rem;
    height: 0.69rem;
    margin-right: 0.16rem;
  }
  .cjwt li:nth-child(even) .title {
    background: linear-gradient(270deg, #FFE19C 0%, #FFB928 100%);
  }
  .cjwt li:last-child {
    margin-bottom: 0;
  }
  .cjwt li .content {
    padding: 0.27rem 0.35rem;
    font-size: 0.3733rem;
    line-height: 0.64rem;
  }
  .cjwt li .content p {
    font-size: 0.3733rem;
    line-height: 0.64rem;
    margin-bottom: 0.3733rem;
  }
  .cjwt li .content p:last-child {
    margin-bottom: 0;
  }
  .cjwt .tip {
    margin-top: 0.43rem;
    font-size: 0.32rem;
    line-height: 0.5333rem;
    text-align: center;
    color: #93989E;
  }
  .zyjs-con ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.27rem;
    margin-bottom: -0.27rem;
  }
  .zyjs-con li {
    width: calc((100% - 0.54rem)/2);
    height: 1.07rem;
    background: #F1F8FF;
    border-radius: 0.11rem;
    margin-right: 0.27rem;
    margin-bottom: 0.27rem;
  }
  .zyjs-con li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0.5333rem;
    font-size: 0.373rem;
    line-height: 0.5867rem;
    color: #2B2E33;
    box-sizing: border-box;
  }
  .zxzx-con {
    padding: 0.32rem 0.27rem;
    background: #F1F8FF;
    border-radius: 0.11rem;
  }
  .zxzx-con .tab-list {
    display: flex;
  }
  .zxzx-con .tab-list li {
    position: relative;
    padding-bottom: 0.19rem;
    margin-right: 0.53rem;
    font-size: 0.373rem;
    line-height: 0.5867rem;
    color: #93989E;
  }
  .zxzx-con .tab-list li:last-child {
    margin-right: 0;
  }
  .zxzx-con .tab-list li.active {
    font-size: 0.4267rem;
    line-height: 0.64rem;
    color: #2B2E33;
    font-weight: 700;
  }
  .zxzx-con .tab-list li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0.48rem;
    height: 0.08rem;
    background: #1887E0;
    border-radius: 0.08rem;
    transform: translateX(-50%);
  }
  .zxzx-con .zxzx-list li {
    padding: 0.32rem 0;
    font-size: 0.373rem;
    line-height: 0.5867rem;
    box-sizing: border-box;
    border-bottom: 1px solid #E8EAED;
  }
  .zxzx-con .zxzx-list li:last-child {
    border-bottom: none;
  }
  .zxzx-con .zxzx-list li.no-data {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0.5333rem;
    text-align: center;
    color: #65696E;
  }
  .zxzx-con .zxzx-list li.no-data img {
    width: 4.2667rem;
  }
  .zxzx-con .zxzx-list a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #2B2E33;
  }
  .zxzx-con .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    line-height: 0.5333rem;
    color: #93989E;
  }
  .zxzx-con .more a .ch-icon {
    margin-left: 0.05rem;
    font-size: 0.32rem;
  }
  .author {
    padding: 0.32rem 0.43rem;
    font-size: 0.373rem;
    line-height: 0.5867rem;
    text-align: right;
  }
  .wap-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .footer-wrapper {
    display: none;
  }
}
