/* 初始化CSS */

body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
    margin: 0;
    padding: 0;
}

body {
    color: #333333;
    background: #fff;
    text-align: left;
    font: 14px/1.8 "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, 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, 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, sans-serif;
}

/* a,
a:link,
a:visited {
    color: #333;
    text-decoration: none;
} */

a:hover {
    color: #333;
    text-decoration: underline;
}

.clearfix:after {
    content: '\0020';
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clearFloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gray-bg {
    background: #F5F5F5;
    border-radius: 6px;
}

[v-cloak] {
    display: none;
}

.hide {
    display: none;
}

body {
    min-width: 1200px;
}

body.wap {
    margin: 0 auto;
    min-width: 375px;
    max-width: 750px;
    background: #f5f5f5;
}

.wbgg-list {
    padding-top: 20px;
}

.wbgg-tab-wrapper .item-content {
    display: none;
    padding: 15px 20px;
    background-color: #f7f9fa;
}

.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: #666;
    font-size: 16px;
    padding: 4px 10px 8px;
}

.wbgg-tab a:hover {
    color: #666;
    text-decoration: none;
}

.wbgg-tab .selected {
    background-color: #f7f9fa;
    border-color: #1787e0;
}

.wbgg-tab .selected a {
    color: #666;
}

.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: #1787e0;
}

.title-highlight {
    color: #1787e0;
}

.wbgg-page-tip {
    padding: 20px 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.ch-table {
    width: 100%;
    line-height: 25px;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
}

.ch-table tr:hover {
    background: #f7f9fa;
}

.ch-table tr:hover a {
    color: #1787e0;
}

.ch-table tr:hover a.ch-table-detail {
    color: #333;
}

.ch-table th {
    padding: 12px 10px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.ch-table th.ch-table-center {
    text-align: center;
}

.ch-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    color: #666;
    text-align: left;
}

.ch-table td.ch-table-center {
    text-align: center;
}

.ch-table td.ch-table-right {
    text-align: right;
}

.ch-table td a {
    color: #333;
}

.ch-table td a.ch-table-link {
    color: #1787e0;
}

.ch-table .ch-table-tag {
    display: inline-block;
    width: 34px;
    height: 20px;
    line-height: 20px;
    background: #6aa5e9;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.ch-table .ch-table-tag-empty {
    background: 0 0;
}

.ch-table .ch-litle-text {
    font-size: 14px;
}

.ch-table .ch-table-tick {
    font-size: 20px;
}

.ch-table .ch-table-more {
    font-size: 14px;
    margin-left: 3px;
    vertical-align: middle;
}

.ch-table .ch-table-pass {
    margin-left: -5px;
    font-size: 26px;
    color: #4cbc96;
    vertical-align: middle;
}

.ch-table .ch-table-underway {
    margin-left: -5px;
    font-size: 26px;
    color: #3681d7;
    vertical-align: middle;
}

.ch-table .ch-table-fail {
    margin-left: -5px;
    font-size: 26px;
    color: #ff2126;
    vertical-align: middle;
}

.ch-table .ch-table-not-started {
    margin-left: -5px;
    font-size: 26px;
    color: #ccc;
    vertical-align: middle;
}

.van-cell {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0.32rem;
    box-sizing: border-box;
    line-height: 0.64rem;
    position: relative;
    background-color: #fff;
    color: #333;
    font-size: 0.453rem;
    overflow: hidden;
}

.van-cell:not(:last-child):after {
    left: 0;
    right: 0;
    width: auto;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-bottom-width: 1px;
}

.van-cell__title,
.van-cell__value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.jqr {
    display: block;
    width: 50px;
    height: 77px;
    margin-bottom: 10px;
    background: url('https://t1.chei.com.cn/yz/images/jqr.png') no-repeat 0 0;
    cursor: pointer;
}

.jqr:hover {
    background-position: -52px 0;
    text-decoration: none;
}

.right-bar {
    bottom: 10%;
    left: 50%;
    margin-left: 615px;
    position: fixed;
    width: 50px;
    z-index: 300;
}

.right-bar li a {
    background: rgba(0, 0, 0, 0) url("https://t1.chei.com.cn/yz/images/yztj/icon.png?v=1501057106397") no-repeat scroll 0 0;
    display: block;
    height: 50px;
    margin-bottom: 10px;
}

.right-bar li.nav-1 a {
    background-position: 0 0;
}

.right-bar li.nav-1 a:hover {
    background-position: -72px 0;
}

.right-bar li.nav-2 a {
    background-position: 0 -60px;
}

.right-bar li.nav-2 a:hover {
    background-position: -72px -60px;
}

.right-bar li.nav-3 a {
    background-position: 0 -120px;
}

.right-bar li.nav-3 a:hover {
    background-position: -72px -120px;
}

.right-bar li.nav-4 a {
    background-position: 0 -180px;
}

.right-bar li.nav-4 a:hover {
    background-position: -72px -180px;
}

[class*=van-hairline] {
    position: relative;
}

[class*=van-hairline]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    box-sizing: border-box;
    border: 0 solid #e5e5e5;
}


/* 移动端 */

.wap-nav-bar {
    position: relative;
    z-index: 1;
    height: 1.17rem;
    display: flex;
    align-items: center;
}

.wap-nav-bar .wap-nav-bar__left {
    padding: 0.2rem 0.37rem;
}

.wap-nav-bar .wap-nav-bar__right {
    padding: 0 0.43rem;
}

.wap-nav-bar .iconfont {
    font-size: 0.48rem;
    color: #000;
}

.wap-nav-bar .wap-nav-bar__left .iconfont {
    font-weight: 700;
}

.wap img {
    max-width: 100%;
}


/* pc端 */

.banner {
    height: 420px;
    background: url("../images/banner.png") no-repeat top center;
}

.wap-banner {
    height: 3.28rem;
    background: url("../images/wap/banner.jpg") no-repeat top center;
    background-size: contain;
}

.main {
    width: 1200px;
    margin: 40px auto;
}

.wap-main {
    font-size: 0.37rem;
}

.dy-box {
    display: flex;
    height: 90px;
    margin-bottom: 40px;
    align-items: center;
}

.dy-box .title {
    display: flex;
    width: 110px;
    height: 110px;
    background: #167FF0;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.dy-box .value {
    display: flex;
    text-indent: 2em;
    flex: 1;
    height: 110px;
    padding: 0 20px;
    line-height: 32px;
    font-size: 16px;
    align-items: center;
    box-sizing: border-box;
    background: #F1F1F1;
}

.wap-dy-box {
    display: flex;
    margin: 0.24rem 0;
    padding: 0.43rem;
    background: #fff;
}

.wap-dy-box .title {
    display: flex;
    width: 0.64rem;
    height: 1.08rem;
    line-height: 0.48rem;
    margin-right: 0.31rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.4rem;
    font-weight: 400;
    color: #fff;
    background: #0087EB;
}

.wap-dy-box .value {
    flex: 1;
    line-height: 0.45rem;
    font-size: 0.27rem;
}

.con-box {
    margin: 40px 0;
}

.con-box .col-two-type-one {
    display: flex;
    justify-content: space-between;
}

.con-box .col-two-type-one .item {
    width: 820px;
}

.con-box .col-two-type-one .item:last-child {
    width: 320px;
}

.con-box .col-two-type-one .boderb {
    border-bottom: 1px solid #f1f1f1;
}

.con-box .pic-turns {
    height: 360px;
    margin-bottom: 25px;
}

.con-box .pic-turns img {
    height: 360px;
    width: 820px;
}

.con-box .newsfocus h3 {
    line-height: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con-box .related-news {
    line-height: 28px;
    margin: 10px 0 15px;
    color: #666;
}

.con-box .newsfocus .related-news .news-icon {
    display: inline-block;
    width: 75px;
    height: 28px;
    padding-right: 15px;
    color: #fff;
    text-align: center;
    background: url('https://t1.chei.com.cn/yz/images/yztj/icon.png?v=1501057106397') no-repeat -20px -234px;
}

.con-box .flow-chart {
    margin-bottom: 20px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background: #0087eb;
    font-size: 20px;
}

.con-box .flow-chart a {
    color: #fff;
    display: block;
}

.con-box .flow-chart a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.con-box a.one {
    color: #fff;
}

.con-box .news-scroll {
    border: 1px solid #dbdbdb;
    padding: 10px 5px;
}

.con-box .second-nav-list {
    margin-top: 35px;
}

.con-box .second-nav-list li {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 164px;
}

.con-box .second-nav-list li a {
    color: #666;
    display: block;
    font-size: 16px;
    padding-left: 50px;
    position: relative;
}

.con-box .second-nav-list li a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.con-box .second-nav-list li span {
    background: rgba(0, 0, 0, 0) url("https://t1.chei.com.cn/yz/images/custom/2017/nav-list.png?v=20210224") no-repeat scroll 0 0;
    display: inline-block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.con-box .second-nav-list li span.wbgg {
    background-position: -54px -51px;
}

.con-box .second-nav-list li span.zyml {
    background-position: -6px -5px;
}

.con-box .second-nav-list li span.yxk {
    background-position: -6px -51px;
}

.con-box .second-nav-list li span.zyk {
    background-position: -54px -5px;
}

.con-box .second-nav-list li span.xzpt {
    background-position: -6px -97px;
}

.con-box .remind-title1 {
    background: #fc7f8f none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
}

.con-box .remind-title1 .icon {
    background: rgba(0, 0, 0, 0) url("https://t1.chei.com.cn/yz/images/custom/2017/icon-remind.png?v=1501057106397") no-repeat scroll 0 0;
    cursor: default;
    display: inline-block;
    height: 39px;
    position: absolute;
    top: 0;
    width: 18px;
}

.con-box .remind-title1 .icon1 {
    left: 30px;
}

.con-box .remind-title1 .icon2 {
    right: 30px;
}

.con-box .remind-time1 {
    background: #f4f9fc;
    font-size: 14px;
    padding: 22px 15px;
    text-align: center;
}

.con-box .remind-time1:last-child {
    margin-top: -1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.con-box .remind-time1 .bigfont {
    font-size: 20px;
    font-weight: 700;
}

.con-box .remind-time1 .tip {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #999999;
}

.con-box .remind-time1 a {
    color: #333;
}

h3.title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 60px auto;
    height: 25px;
    line-height: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #ff6700;
}

h3.title::before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 20px;
    margin-right: 15px;
    background: url("../images/icon-left.png") no-repeat 0 0;
}

h3.title::after {
    content: "";
    display: inline-block;
    width: 37px;
    height: 20px;
    margin-left: 15px;
    background: url("../images/icon-right.png") no-repeat 0 0;
}

.con-box .second-title {
    margin-top: -20px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.con-box .cjhz-con h4 {
    height: 18px;
    line-height: 18px;
    margin-top: 42px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.con-box .cjhz-con .year-list {
    line-height: 1;
    margin-bottom: -5px;
    text-align: center;
}

.con-box .cjhz-con .year-list a {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.con-box .cjhz-con .year-list a:first-child {
    color: #0087EB;
}
/* .con-box .cjhz-con .year-list a:nth-child(2) {
    color: #0087EB;
} */
.con-box .cjhz-con .year-list a+a {
    margin-left: 10px;
}

.con-box .zhx-sch-list li {
    float: left;
    display: flex;
    width: 365px;
    height: 40px;
    padding: 0 12px;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.con-box .zhx-sch-list li.mid {
    width: 450px;
    padding: 0 54px;
}

.con-box .zhx-sch-list .sch {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con-box .zhx-sch-list .sch-year-list a {
    color: #000;
}

.con-box .zhx-sch-list .sch-year-list a:first-child {
    color: #0087EB;
}
.con-box .zhx-sch-list .sch-year-list .hui{
    color: #999 !important;
}
/* .con-box .zhx-sch-list .sch-year-list a:nth-child(2) {
    color: #0087EB;
} */
.con-box .zhx-sch-list .sch-year-list a.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}

.con-box .zhx-sch-list .sch-year-list a+a {
    margin-left: 10px;
}

.wap-con-box {
    padding: 0 0.43rem;
    margin: 0.24rem 0;
    background: #fff;
}

.wap-con-box .col-two-type-one {
    margin: 0 -0.43rem;
    background: #f5f5f5;
}

.wap-con-box .col-two-type-one .item {
    padding: 0 0.43rem;
    margin: 0.24rem 0;
    background: #fff;
    padding-bottom: 0.48rem;
}

.wap-con-box .col-two-type-one .item:last-child {
    padding: 0;
}

.wap-con-box .col-two-type-one h3 {
    padding: 0.4rem 0;
    line-height: 0.64rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #000000;
}

.wap-con-box .col-two-type-one .related-news {
    margin: -0.16rem 0;
    line-height: 0.64rem;
    font-size: 0.32rem;
}

.wap-con-box .col-two-type-one .related-news .news-icon {
    display: none;
}

.wap-con-box .col-two-type-one .second-nav-list {
    display: none;
}

.wap-con-box .col-two-type-one .flow-chart {
    margin-bottom: 0.24rem;
    height: 1.33rem;
    line-height: 1.33rem;
    text-align: center;
    color: #fff;
    background: #0087eb;
    font-size: 0.48rem;
    font-weight: bold;
}

.wap-con-box .col-two-type-one .flow-chart a {
    color: #fff;
    display: block;
}

.wap-con-box .col-two-type-one .flow-chart a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.wap-con-box .col-two-type-one .remind-title1 {
    position: relative;
    height: 1.33rem;
    line-height: 1.33rem;
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #fc7f8f none repeat scroll 0 0;
}

.wap-con-box .col-two-type-one .remind-title1 .icon {
    position: absolute;
    top: 0;
    display: inline-block;
    height: 0.9rem;
    width: 0.48rem;
    background: rgba(0, 0, 0, 0) url("https://t1.chei.com.cn/yz/images/custom/2017/icon-remind.png?v=1501057106397") no-repeat 0 0;
    background-size: contain;
}

.wap-con-box .col-two-type-one .remind-title1 .icon1 {
    left: 2rem;
}

.wap-con-box .col-two-type-one .remind-title1 .icon2 {
    right: 2rem;
}

.wap-con-box .col-two-type-one .remind-time1 {
    line-height: 1.6;
    padding: 0.24rem 0;
    text-align: center;
}

.wap-con-box .col-two-type-one .remind-time1:last-child {
    margin-top: -1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wap-con-box .col-two-type-one .remind-time1 .bigfont {
    font-size: 0.48rem;
    font-weight: 700;
}

.wap-con-box .col-two-type-one .remind-time1 .tip {
    margin-left: 0.16rem;
    font-size: 0.32rem;
    font-weight: 700;
    color: #999999;
}

.wap-con-box .col-two-type-one .remind-time1 a {
    font-size: 0.32rem;
    color: #333;
}

.wap-con-box h3.title {
    display: flex;
    padding: 0.43rem 0;
    line-height: 0.64rem;
    justify-content: center;
    font-size: 0.48rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.wap-con-box h3.title::before {
    content: "";
    display: inline-block;
    width: 0.49rem;
    height: 0.27rem;
    margin-right: 0.36rem;
    margin-top: 0.18rem;
    background: url("../images/icon-left.png") no-repeat 0 0;
    background-size: contain;
}

.wap-con-box h3.title::after {
    content: "";
    display: inline-block;
    width: 0.49rem;
    height: 0.27rem;
    margin-left: 0.36rem;
    margin-top: 0.18rem;
    background: url("../images/icon-right.png") no-repeat 0 0;
    background-size: contain;
}

.wap-con-box .cjhz-con {
    margin: 0 -0.43rem;
    line-height: 0.95rem;
}

.wap-con-box .cjhz-con h4 {
    padding: 0 0.43rem;
    font-size: 0.37rem;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #e9e9e9;
}

.wap-con-box .cjhz-con .year-list {
    padding: 0 0.43rem;
    font-size: 0.37rem;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
}

.wap-con-box .cjhz-con .year-list a {
    color: #000;
}

.wap-con-box .cjhz-con .year-list a:first-child {
    color: #0087EB;
}

.wap-con-box .cjhz-con .year-list a+a {
    margin-left: 0.16rem;
}

.wap-con-box .zhx-sch-list li {
    display: flex;
    padding: 0 0.43rem;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    font-size: 0.37rem;
}

.wap-con-box .zhx-sch-list .sch {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wap-con-box .zhx-sch-list .sch-year-list a {
    color: #000;
}

.wap-con-box .zhx-sch-list .sch-year-list a:first-child {
    color: #0087EB;
}

.wap-con-box .zhx-sch-list .sch-year-list a.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}

.wap-con-box .zhx-sch-list .sch-year-list a+a {
    margin-left: 0.16rem;
}

.wap-con-box .zhx-sch-list .more {
    line-height: 1.15rem;
    font-size: 0.32rem;
    text-align: center;
    color: #0087EB;
}

.wap-con-box .zhx-sch-list .more .iconfont {
    margin-left: 0.16rem;
    font-size: 0.37rem;
}

.wap-con-box .second-title {
    margin-top: -0.24rem;
    margin-bottom: 0.24rem;
    line-height: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #999999;
    text-align: center;
}

.wap-con-box .yzwb-cjcx-ss-list {
    padding: 0.293rem;
    padding-bottom: 0.026rem;
    background: #fff;
    margin: 0 -0.43rem;
}

.wap-con-box .yzwb-cjcx-ss-list .van-col {
    margin-bottom: 0.267rem;
}

.wap-con-box .yz-block-ss {
    text-align: center;
    height: 0.86rem;
    line-height: 0.86rem;
    font-size: 0.373rem;
    border: 1px solid #e4e4e4;
}

.wap-con-box .selected .yz-block-ss {
    color: #fff;
    border-color: #2893e9;
    background: #2893e9;
}

.wap-con-box .yzwb-cjcx-sch-list {
    margin: 0 -0.43rem;
}

.wap-con-box .yzwb-cjcx-sch-list .van-cell {
    color: #999;
    font-size: 0.373rem;
}

.wap-con-box .yzwb-cjcx-sch-list a {
    color: #2893e9;
}

.wap-con-box .yzwb-cjcx .yzwb-alert {
    padding-top: 0.667rem;
}

.wap-con-box .yzwb-cjcx .yzwb-alert .yzwb-alert-icon {
    margin-bottom: 0.373rem;
    font-size: 1.48rem;
}