/* 初始化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;
}
.template-table {
  font-size: 14px;
}
.template-table th {
  background-color: #F7F8FA;
}
.template-table td {
  color: #65696E;
}
.van-hairline--top,
.van-hairline--bottom {
  position: relative;
}
[class*='van-hairline']::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid #D5D7DB;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.van-hairline--top::after {
  border-top-width: 1px;
}
.van-hairline--bottom::after {
  border-bottom-width: 1px;
}
/* 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;
  }
  .banner-wrap {
    background: #006EEC;
  }
  .banner-wrap .banner {
    height: 300px;
    background: url(../images/pc/banner.jpg) no-repeat top center;
    background-size: auto 100%;
  }
  .dy-box {
    padding: 20px;
    margin: 24px 0;
    background: #F1F8FF;
    border-radius: 4px;
    font-size: 16px;
    line-height: 30px;
  }
  .dy-box p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .dy-box p:last-child {
    margin-bottom: 0;
  }
  .wap-footer {
    display: none;
  }
  .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;
    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 h3 a.red {
    color: #f93b3b;
  }
  .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;
  }
  .ksrk-con {
    margin-top: 4px;
  }
  .ksrk-con ul {
    display: flex;
  }
  .ksrk-con li {
    margin-right: 56px;
  }
  .ksrk-con li:last-child {
    margin-right: 0;
  }
  .ksrk-con li a {
    display: flex;
    align-items: center;
    color: #2B2E33;
  }
  .ksrk-con .icon {
    margin-right: 12px;
  }
  .ksrk-con .icon img {
    display: block;
    width: 50px;
    height: 50px;
  }
  .ksrk-con .text {
    font-size: 16px;
    line-height: 30px;
    flex-shrink: 0;
  }
  .ksrk-con .text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .ksrk-con .text p:last-child {
    margin-bottom: 0;
  }
  .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: 20px;
  }
  .remind-con .remind-time {
    position: relative;
    margin: 20px 12px 0 12px;
    border-radius: 6px;
    background: #FFFFFF;
  }
  .remind-con .link-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 10px 20px;
    text-decoration: none;
    color: #2B2E33;
  }
  .remind-con .link-btn .ch-icon {
    font-size: 32px;
    background: linear-gradient(180deg, #6BBDF0 0%, #238FED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .remind-con .value .title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .remind-con .value .content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  .remind-con .disabled-time .ch-icon {
    background: #D5D7DB;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .img-box {
    margin: 20px 0;
  }
  .img-box a {
    display: block;
    height: 78px;
    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;
  }
  .news-scroll {
    border: 1px solid #E8EAED;
    padding: 10px 5px;
    overflow: hidden;
  }
  .fsx-box {
    padding: 18px 12px;
    border-radius: 4px;
    background: #fff;
  }
  .fsx-box.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fsx-box + .fsx-box {
    margin-top: 24px;
  }
  .fsx-box .title {
    display: flex;
    align-items: center;
  }
  .fsx-box .title .icon {
    margin-right: 12px;
  }
  .fsx-box .title .icon img {
    display: block;
    width: 32px;
    height: 32px;
  }
  .fsx-box .title .text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  .fsx-box .year-list {
    display: flex;
    align-items: center;
  }
  .fsx-box .year-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 32px;
    margin-right: 20px;
    background: #F1F8FF;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #2B2E33;
  }
  .fsx-box .year-list a:first-child {
    color: #1887E0;
  }
  .fsx-box .year-list a:last-child {
    margin-right: 0;
  }
  .fsx-box .year-list a.disabled {
    color: #93989E;
    cursor: not-allowed;
    text-decoration: none;
  }
  .zhx-sch-list {
    margin-top: 18px;
  }
  .zhx-sch-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
  }
  .zhx-sch-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 12px;
    width: 280px;
    height: 48px;
    padding: 12px;
  }
  .zhx-sch-list ul li.blue-bg {
    background: #F1F8FF;
  }
  .zhx-sch-list ul li .sch {
    font-size: 16px;
    line-height: 24px;
  }
  .zhx-sch-list ul li .sch-year-list {
    flex-shrink: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .zhx-sch-list ul li .sch-year-list a {
    color: #2B2E33;
    margin-right: 6px;
  }
  .zhx-sch-list ul li .sch-year-list a:first-child {
    color: #1887E0;
  }
  .zhx-sch-list ul li .sch-year-list a:last-child {
    margin-right: 0;
  }
  .zhx-sch-list ul li .sch-year-list a.disabled {
    color: #93989E;
    cursor: not-allowed;
    text-decoration: none;
  }
  .wbgg-list {
    padding-top: 20px;
  }
  .wbgg-tab-wrapper .item-content {
    display: none;
    padding: 15px 20px;
    background-color: #F7F8FA;
  }
  .wbgg-tab-wrapper .active {
    display: block;
  }
  .wbgg-tab {
    position: relative;
    height: 38px;
    border-bottom: none;
  }
  .wbgg-tab .tab-item {
    float: left;
    border-top: 2px solid transparent;
    border-bottom: none;
    margin-right: 10px;
  }
  .wbgg-tab a {
    display: block;
    color: #65696E;
    font-size: 16px;
    padding: 4px 10px 8px;
  }
  .wbgg-tab a:hover {
    color: #65696E;
    text-decoration: none;
  }
  .wbgg-tab .selected {
    background-color: #F7F8FA;
    border-color: #1887E0;
  }
  .wbgg-tab .selected a {
    color: #65696E;
  }
  .wbgg-ss-list li {
    float: left;
    padding: 0 10px;
    margin-bottom: 5px;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
  }
  .wbgg-ss-list li.selected {
    color: #fff;
    background: #1887E0;
  }
  .title-highlight {
    color: #1887E0;
  }
  .wbgg-page-tip {
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
    color: #93989E;
  }
  .wbgg-default-content {
    padding: 60px 0;
    color: #93989E;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #E8EAED;
  }
  .wbgg-default-content .ch-icon {
    color: #B3B7BD;
    display: block;
    line-height: 80px;
    font-size: 60px;
    margin-bottom: 10px;
  }
  .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-30 {
    font-size: 0.4rem;
    line-height: 0.6133rem;
  }
  .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: #F1F8FF;
    min-width: 0;
  }
  .wap-container {
    padding: 0.433rem;
  }
  .banner img {
    display: block;
    width: 100%;
  }
  .common-title {
    display: flex;
    align-items: center;
    font-size: 0.43rem;
    line-height: 0.64rem;
    margin-bottom: 0.32rem;
    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;
  }
  .main-content {
    margin-bottom: 0.4333rem;
    padding: 0.32rem 0.27rem;
    border-radius: 0.11rem;
    background: #fff;
  }
  .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 h3 a.red {
    color: #f93b3b;
  }
  .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;
  }
  .img-box {
    margin: 0.4333rem 0;
  }
  .img-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .remind-time-con .remind-time {
    position: relative;
    margin-bottom: 0.27rem;
    border-radius: 0.11rem;
    background: #F7F8FA;
  }
  .remind-time-con .remind-time:last-child {
    margin-bottom: 0;
  }
  .remind-time-con .link-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.6rem;
    padding: 0.16rem 0.27rem;
    text-decoration: none;
    color: #2B2E33;
  }
  .remind-time-con .link-btn .ch-icon {
    font-size: 0.64rem;
    background: linear-gradient(180deg, #6BBDF0 0%, #238FED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .remind-time-con .value .title {
    font-size: 0.373rem;
    line-height: 0.5867rem;
    margin-bottom: 0.05rem;
    color: #65696E;
  }
  .remind-time-con .value .content {
    font-size: 0.4267rem;
    line-height: 0.64rem;
    font-weight: 700;
  }
  .remind-time-con .disabled-time .ch-icon {
    background: #D5D7DB;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .fsx-box {
    padding: 0.32rem 0.27rem;
    border-radius: 0.11rem;
    background: #F7F8FA;
  }
  .fsx-box.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fsx-box + .fsx-box {
    margin-top: 0.27rem;
  }
  .fsx-box .title {
    display: flex;
    align-items: center;
  }
  .fsx-box .title .icon {
    margin-right: 0.21rem;
  }
  .fsx-box .title .icon img {
    display: block;
    width: 0.5333rem;
    height: 0.5333rem;
  }
  .fsx-box .title .text {
    font-size: 0.4rem;
    line-height: 0.6133rem;
    font-weight: 700;
  }
  .fsx-box .year-list {
    display: flex;
    align-items: center;
  }
  .fsx-box .year-list a {
    margin-right: 0.43rem;
    font-size: 0.373rem;
    line-height: 0.5867rem;
    color: #2B2E33;
  }
  .fsx-box .year-list a:first-child {
    color: #1887E0;
  }
  .fsx-box .year-list a:last-child {
    margin-right: 0;
  }
  .fsx-box .year-list a.disabled {
    color: #93989E;
    cursor: not-allowed;
    text-decoration: none;
  }
  .zhx-sch-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.32rem 0;
  }
  .zhx-sch-list ul li .sch {
    font-size: 0.373rem;
    line-height: 0.5867rem;
  }
  .zhx-sch-list ul li .sch-year-list {
    flex-shrink: 0;
    font-size: 0.373rem;
    line-height: 0.5867rem;
  }
  .zhx-sch-list ul li .sch-year-list a {
    color: #2B2E33;
    margin-right: 0.43rem;
  }
  .zhx-sch-list ul li .sch-year-list a:first-child {
    color: #1887E0;
  }
  .zhx-sch-list ul li .sch-year-list a:last-child {
    margin-right: 0;
  }
  .zhx-sch-list ul li .sch-year-list a.disabled {
    color: #93989E;
    cursor: not-allowed;
    text-decoration: none;
  }
  .zhx-sch-list .more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.27rem;
    font-size: 0.373rem;
    line-height: 0.5867rem;
  }
  .zhx-sch-list .more .ch-icon {
    margin-left: 0.11rem;
  }
  .yzwb-cjcx-ss-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.21rem;
    margin-bottom: -0.27rem;
  }
  .yzwb-cjcx-ss-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 20%;
    max-width: calc((100% - 0.84rem) / 4);
    height: 0.85rem;
    margin-right: 0.21rem;
    margin-bottom: 0.27rem;
    border-radius: 0.05rem;
    font-size: 0.373rem;
    line-height: 0.5867rem;
    text-align: center;
    background: #F7F8FA;
  }
  .yzwb-cjcx-ss-list li.selected {
    background: #1887E0;
    color: #fff;
  }
  .yzwb-notice-bar {
    margin-top: 0.32rem;
    padding: 0.21rem;
    background: #E8F8FF;
    border-radius: 0.05rem;
    border: 0.01rem solid #BAE5F9;
    font-size: 0.32rem;
    line-height: 0.5333rem;
  }
  .yzwb-cjcx-sch-list li {
    padding: 0.32rem 0;
    font-size: 0.373rem;
    line-height: 0.5867rem;
    color: #65696E;
  }
  .yzwb-cjcx-sch-tip {
    margin-top: 0.27rem;
    font-size: 0.32rem;
    line-height: 0.5333rem;
    color: #93989E;
  }
  .author {
    font-size: 0.373rem;
    line-height: 0.5867rem;
    text-align: right;
  }
  .wap-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .footer-wrapper {
    display: none;
  }
}
