.index .page-title {
    font-size: 0.42rem;
    color: #000000;
    font-weight: bold;
    height: 1.24rem;
    line-height: 1.24rem;
    border-bottom: 0.01rem solid #000;
}

.in_tabnav ul {
    display: flex;
    justify-content: space-around;
    font-size: 0.38rem;
    color: #1a1a1a;
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: 0.02rem solid #e8f0f5;
}

.in_tabnav ul li.on {
    position: relative;
    font-size: 0.38rem;
    color: #013d83;
    font-weight: bold;
}

.in_tabnav ul li.on::after {
    position: absolute;
    content: "";
    width: 0.7rem;
    height: 0.05rem;
    background: #1c63b0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.in_ywdt_r.tab_nr {
    display: none;

}

.in_ywdt_r.tab_nr.active {
    display: block;
    padding-top: 0.2rem;
}

.in_ywdt_r.tab_nr .bt {
    font-size: 0.3rem;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 0.54rem;
    /* float: left; */
    display: inline;
    margin-bottom: 0.2rem;
}

.in_ywdt_r.tab_nr .time {
    font-size: 0.26rem;
    color: #6e7d96;
    float: right;
    line-height: 0.54rem;
    display: inline;
}

.in_ywdt_r.tab_nr li {
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.in_ywdt_r.tab_nr li .clear {
    margin-top: 0.1rem;
}

.in_ywdt_r.tab_nr li .imgs {
    float: left;
    width: 3.5rem;
    height: 2.08rem;
    margin-right: 0.3rem;
}

.in_ywdt_r.tab_nr li .text {
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #6e7d96;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 限制显示为4行 */
    line-clamp: 4;
    overflow: hidden;
}

.page-item .more a {
    display: block;
    height: 0.84rem;
    line-height: 0.84rem;
    font-size: 0.3rem;
    color: #1b62af;
    border: 0.02rem solid #bad9f3;
    width: 6.9rem;
    text-align: center;
    border-radius: 0.06rem;
}

.page2 .h1 .bt {
    font-size: 0.42rem;
    line-height: 0.63rem;
    font-weight: bold;
    color: #1b62af;
    text-align: center;
    padding: 0.3rem 0;
}

.page2 .t_li li .time {
    display: block;
    font-size: 0.3rem;
    line-height: 0.54rem;
    color: #6e7d96;
}

.page2 .t_li li a {
    font-size: 0.3rem;
    line-height: 0.54rem;
    color: #333333;
}

.page3 .xsjl_li,
.page2 .kydt_li {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    border-top: 0.02rem solid #e8f0f5;
}


.page3 .xsjl_li .bt,
.page2 .kydt_li .bt {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 0.3rem;
    line-height: 0.54rem;
}

.page4 .gh_list .time,
.page3 .xsjl_li .bt .time,
.page2 .kydt_li .bt .time {
    line-height: 0.54rem;
    font-size: 0.26rem;
    color: #6e7d96;
    font-weight: normal;
    float: right;
}

.page3 .xsjl_li li,
.page2 .kydt_li li {
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.page3 .xsjl_li li .li_info,
.page2 .kydt_li li .li_info {
    display: none;
}

.page3 .xsjl_li li .text,
.page2 .kydt_li li .text {
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.page3 .xsjl_li li .imgs,
.page2 .kydt_li li .imgs {
    float: left;
    width: 3.5rem;
    height: 2.1rem;
}

.page3 .xsjl_li li .t,
.page2 .kydt_li li .t {
    float: right;
    width: 3.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 限制显示为4行 */
    line-clamp: 4;
    overflow: hidden;
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #6e7d96;
}

.page3 .xsjl_li {
    border-top: 0;
    padding-top: 0;
}

.page4 .in_tabnav {
    border-top: 0.08rem solid #000;
    margin-top: 0.7rem;
}

.in_gh_r.tab_nr2 {
    display: none;
}

.in_gh_r.tab_nr2.active {
    display: block;
}

.page4 .gh_list .bt {
    display: inline;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 0.3rem;
    line-height: 0.54rem;
}

.page4 .gh_list li {
    overflow: hidden;
    margin: 0.3rem 0;
}

.page4 .gh_list .text {
    font-size: 0.28rem;
    color: #6e7d96;
    line-height: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示为4行 */
    line-clamp: 2;
    overflow: hidden;
}

.page4 .gh_list li:nth-child(n+4) {
    display: none;
}

.page5 {
    margin-top: 0.5rem;
}

.page5 .link_img img {
    display: block;
    width: 100%;
}

.page5 .link_img li {
    margin-bottom: 0.2rem;
}