@charset "utf-8";

/* **** 快讯 **** */
.contentBox {
    margin-top: 140px;
}
.dayBox {
    position: absolute;
    /* right: calc(100% + 30px); */
    left: -130px;
    padding: 0px 28px 28px 0px;
    border-right: 1px solid #E5E5E5;
    font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,微软雅黑,STHeitiSC-Light,simsun,宋体,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
    /* display: none; */
}
.day {
    margin-bottom: 4px;
    font-size: 48px;
    text-align: right;
    color: var(--themeColor);
}
.yearMonth {
    font-size: 16px;
    white-space: nowrap;
    color: #999999;
}
.articleItem {
    left: 0px;
    /* width: 660px; */
    width: 628px;
    padding: 0 0 30px;
    border-bottom: 1px solid #E5E5E5;
}
.articleItem::before {
    display: none;
}
.articleItem:hover {
    box-shadow: none;
}
/* .articleItem:first-child .dayBox {
    position: fixed;
    display: block;
    left: 50%;
    margin-left: -650px;
} */
.articleItemWrap {
    width: 100%;
}
.articleItemTitle {
    margin-bottom: 15px;
    font-weight: bold;
}
.articleItemTitle:hover {
    color: #252525;
}
.articleItemSummary {
    margin-bottom: 15px;
}
.articleItemTime, .articleItemShares {
    display: inline-block;
    vertical-align: middle;
}
.articleItemShares {
    margin-left: 20px;
}
.articleItemTime {
    margin-right: 0px;
    padding-left: 0px;
    background: none;
}
.articleItemShareCaption, .articleItemShare {
    display: inline-block;
    vertical-align: middle;
}
.articleItemShareCaption {
    margin-right: 10px;
    font-size: 12px;
    color: #aaaaaa;
}
.articleItemShare {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.articleItemShareIcon {
    width: 100%;
    height: 100%;
}
.articleItemShareIcon_Wechat {
    background: url(img/expShareWeixin1.svg) center center/auto 20px no-repeat;
}
.articleItemShareIcon_Webo {
    background: url(img/expShareWeibo1.svg) center center/auto 20px no-repeat;
}
.articleItemShareIcon_QQ {
    background: url(img/expShareQQ1.svg) center center/auto 20px no-repeat;
}
.articleItemShare:hover .articleItemShareIcon_Wechat {
    background: url(img/expShareWeixin2.svg) center center/auto 20px no-repeat;
}
.articleItemShare:hover .articleItemShareIcon_Webo {
    background: url(img/expShareWeibo2.svg) center center/auto 20px no-repeat;
}
.articleItemShare:hover .articleItemShareIcon_QQ {
    background: url(img/expShareQQ2.svg) center center/auto 20px no-repeat;
}
.articleItemShareWechatBox {
    position: absolute;
    top: 20px;
    left: -50px;
    padding-top: 10px;
    z-index: 10;
    display: none;
}
.articleItemShareWechatWrap {
    position: relative;
    width: 280px;
    padding: 10px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
    font-size: 0px;
    border-radius: 4px;
    background-color: #FFFFFF;
}
.articleItemShareWechatWrap::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 55px;
    height: 10px;
    width: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 2px #ddd;
    transform: rotate(-135deg);
}
.articleItemShareCodeBox, .articleItemShareWechatDesc {
    display: inline-block;
    vertical-align: middle;
}
.articleItemShareCodeBox {
    width: 100px;
    margin-right: 10px;
}
.articleItemShareCodeBox canvas, .articleItemShareCodeBox img {
    width: 100%;
}
.articleItemShareWechatDesc {
    width: calc(100% - 110px);
    font-size: 12px;
    color: #999999;
}
/* .articleItemShare:hover .articleItemShareWechatBox {
    display: block;
} */
.articleItemDesc {
    display: block;
    min-height: auto;
    margin-bottom: 25px;
    -webkit-line-clamp: unset
}
.articleItemDesc p {
    margin-bottom: 20px;
}
.articleItemDesc p:only-child {
    margin-bottom: 0px;
}
.articleItemDesc a {
    display: inline-block;
    color: var(--themeColor);
}
.articleItemDesc ul, .articleItemDesc li {
    list-style: disc;
}
.articleItemDesc ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.articleItemDesc li {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.articleItemDesc figure {
    margin-left: auto;
    margin-right: auto;
}
.expressPics {
    position: relative;
    display: flex;
    width: 150px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.expressVideoBox {
    width: 400px;
}
.expressVideo {
    width: 100%;
}
.expressPic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.expressPicNums {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 20px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}
.originLink {
    margin-top: 25px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    background: url(img/expressOriginIcon.svg) left center/auto 16px no-repeat;
    color: var(--themeColor);
}

/* **** 图册浮层 **** */
.atlas {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: none;
}
.atlasBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.atlasBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1030px;
    height: 715px;
    transform: translate(-50%, -50%);
}
.closeAtlas {
    position: absolute;
    right: -40px;
    width: 40px;
    height: 40px;
    background: url(img/close.svg) center center no-repeat;
    background-size: 20px auto;
    cursor: pointer;
}
.atlasLeft {
    position: relative;
    width: 920px;
    height: 715px;
    background-color: #000000;
}
.atlasPreview {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.atlasPreviewImg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}
.atlasPaginationBox {
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    transform: translateX(-50%);
    background-color: #313131;
    border-radius:4px;
    color: #FFFFFF;
}
.atlasPagination {
    font-size: 14px;
}
.atlasRight {
    box-sizing: border-box;
    position: relative;
    width: 110px;
    height: 715px;
    padding: 0 8px;
    background-color: #252525;
}
.atlasArrow {
    width: 94px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px;
    cursor: pointer;
}
.atlasPrev {
    background-image: url(img/atlasPrev.svg);
}
.atlasNext {
    background-image: url(img/atlasNext.svg);
}
.atlasThumbsWrap {
    display: flex;
    height: 535px;
    align-items: center;
    overflow: hidden;
    overflow-y: scroll;
}
.atlasThumbsWrap::-webkit-scrollbar {
    display: none;
}
.atlasThumbItem {
    box-sizing: border-box;
    width: 94px;
    height: 94px;
    margin-bottom: 16px;
    border: 2px solid transparent;
    overflow: hidden;
    cursor: pointer;
}
.atlasThumbItem.active {
    border-color: #FFFFFF;
}
.atlasThumbImg {
    height: 100%;
}
.atlasThumb {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.articleItemTags {
    display: block;
    margin-bottom: 26px;
    font-size: 0px;
}
.articleItemTag:hover {
    background: var(--themeLinearColor);
    color: #ffffff;
}
.articleItemTag {
    margin: 0 10px 0 0;
    padding: 0 8px;
    line-height: 20px;
    background-color: #F5F5F5;
    color: #666666;
}

@media screen and (max-width: 1536px) {
    .atlasBox {
        width: 960px;
        height: 500px;
    }
    .atlasLeft {
        width: 850px;
        height: 500px;
    }
    .atlasRight {
        height: 100%;
    }
    .atlasThumbsWrap {
        height: 320px;
    }
}