/* ===== Detail Page ===== */
.detail-site-header {
    position: relative;
    height: 1rem;
    background: #0059ac;
}

.detail-back {
    position: absolute;
    top: 0;
    left: .28rem;
    display: flex;
    align-items: center;
    height: 100%;
}

.detail-back img {
    width: .15rem;
    height: .29rem;
}

.detail-site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detail-site-logo img {
    width: 1.49rem;
    height: .64rem;
}

.detail-breadcrumb {
    display: flex;
    align-items: center;
    gap: .18rem;
    height: .65rem;
    padding: 0 .28rem;
    color: #999;
    border-bottom: .01rem solid #e1e1e1;
    font-size: .28rem;
    white-space: nowrap;
}

.detail-page .detail-main {
    padding: .5rem .15rem .5rem;
}

.detail-main {
    padding: .3rem .3rem .5rem;
}

.detail-header {
    padding-bottom: .3rem;
    border-bottom: .01rem solid #ebebeb;
}

.detail-header h1 {
    color: #222;
    font-size: .4rem;
    line-height: .56rem;
    font-weight: 700;
}

.detail-meta {
    display: flex;
    align-items: center;
    gap: .2rem;
    margin-top: .2rem;
    color: #aaa;
    font-size: .24rem;
}

.detail-body {
    padding: .3rem 0;
    color: #333;
    font-size: .32rem;
    line-height: .56rem;
}

.detail-body p {
    margin-bottom: .24rem;
    text-indent: 2em;
}

.detail-body img {
    width: 100%;
    margin: .2rem 0;
    border-radius: .08rem;
}

.detail-body .img-caption {
    text-align: center;
    color: #999;
    font-size: .26rem;
    line-height: .4rem;
    margin-top: -.1rem;
    margin-bottom: .24rem;
    text-indent: 0;
}

.detail-body .content_author,
.detail-body .content_editor,
.detail-body .shenhe,
.detail-body .content_source {
    font-size: .24rem !important;
    line-height: .36rem !important;
    text-indent: 0 !important;
    margin-bottom: .06rem !important;
}

.detail-nav {
    display: flex;
    justify-content: space-between;
    padding: .3rem 0;
    border-top: .01rem solid #ebebeb;
    margin-top: .2rem;
}

.detail-nav a,
.detail-nav .prev-link,
.detail-nav .next-link {
    color: #0059ac;
    font-size: .28rem;
    line-height: .44rem;
    max-width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}

.detail-nav a:hover {
    text-decoration: underline;
}

.detail-nav .disabled {
    color: #999;
    cursor: default;
}

html {
    scroll-behavior: smooth;
}

.detail-float-tools {
    position: fixed;
    right: max(.2rem, calc((100vw - 7.5rem) / 2 + .2rem));
    bottom: .6rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: .1rem;
}

.detail-float-tools a,
.detail-float-tools img {
    display: block;
    width: .68rem;
    height: .68rem;
}

.news-list{width:100%;}
.top-temp2{border-top:1px solid #bdbdbd;}
.top-temp {
    height: .7rem;
    line-height: .7rem;
    background: #e8e8e8;
    padding-left: .3rem;
}
.top-temp h2{ font-size: .34rem; font-weight: bold;}
.picList2 {
    margin: .05rem  .3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.picList2 li {
    float: left;
    width: 48%;
    height: 1.66rem;
    margin: .16rem 0 0;
    position: relative;
}
.picList2 li a {
    display: block;
    width: 100%;
    height: 1.66rem;
    overflow: hidden;
}
.picList2 li img {
    margin: 0 auto;
    width: 100%;
}
.picList2 .img-tit {
    width: 100%;
    padding: 0 .2rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .28rem;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.cont-list3 {
    padding: .16rem .3rem 0;
}
.cont-list3 li {
    height: .7rem;
    line-height: .7rem;
    font-size: .28rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    background: url(https://www.voc.com.cn/CommonFiles/mobile/images/list-ico1.png) right center no-repeat;
    background-size: .16rem .3rem;
}
.cont-list3 li a {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 96%;
    color: #555;
}

.pic_middle, .font_row {
    display: none;
}