/* ===== Detail Page ===== */
.detail-site-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 1.4rem;
    padding: .2rem .3rem .24rem;
    background: #fff;
    border-bottom: .01rem solid #e1e1e1;
}

.detail-site-logo img {
    width: 1.82rem;
    height: .96rem;
}

.detail-search {
    display: flex;
    align-items: center;
    width: 3.04rem;
    height: .44rem;
    border: .01rem solid #b8b8b8;
}

.detail-search input {
    flex: 1;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding-left: .14rem;
    color: #777;
    font-size: .24rem;
    outline: none;
}

.detail-search input::placeholder {
    color: #b4b4b4;
}

.detail-search button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .52rem;
    height: .42rem;
}

.detail-search button img {
    width: .26rem;
    height: .26rem;
}

.detail-header-actions {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    width: 1.62rem;
}

.detail-pc-link,
.detail-submit-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .42rem;
    font-size: .24rem;
    white-space: nowrap;
}

.detail-pc-link {
    align-self: flex-end;
    width: 1.22rem;
    color: #b6b6b6;
    background: #f3f3f3;
    border-radius: .04rem;
}

.detail-pc-link img {
    width: .23rem;
    height: .21rem;
    margin-right: .1rem;
}

.detail-submit-link {
    color: #fff;
    background: #0059ac;
    border-radius: .03rem;
}

.detail-submit-link img {
    width: .23rem;
    height: .18rem;
    margin-right: .12rem;
}

.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-font-size {
    display: flex;
    align-items: center;
    gap: .18rem;
    margin-left: auto;
}

.detail-font-size button {
    color: #999;
    cursor: pointer;
    font-size: .28rem;
}

.detail-font-size button.active {
    color: #0059ac;
    font-weight: 700;
}

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

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

.detail-main.font-medium {
    font-size: .4rem;
}

.detail-main.font-large {
    font-size: .58rem;
}

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

.detail-header h1 {
    color: #222;
    font-size: 1.25em;
    line-height: 1.4em;
    font-weight: 700;
}

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

.detail-body {
    padding: .3rem 0;
    color: #333;
    font-size: 1em;
    line-height: 1.75em;
}

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

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

.detail-body .img-caption {
    text-align: center;
    color: #999;
    font-size: .8125em;
    line-height: 1.54em;
    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: .75em !important;
    line-height: 1.5em !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: .8rem;
    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;
}
