@charset "utf-8";

/* ========== banner ==========*/

.banner {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.banner a {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 580px;
}

.banner a img {
    display: block;
    width: 100%;
    height: 100%;
}


/* 中心部分 */

.article {
    width: 1390px;
    margin: 0 auto;
}

.navigation {
    font-size: 20px;
    color: #212121;
    margin-top: 60px;
    margin-bottom: 71px;
}

.navigation img {
    vertical-align: middle;
    margin-right: 8px;
}

.navigation i {
    color: #b0904f;
}

.article-left {
    float: left;
    width: 358px;
    margin-bottom: 51px;
}

.article-right {
    float: right;
    width: 920px;
    background-color: #f4f2f2;
    text-align: center;
    margin-bottom: 51px;
}

.article-right h1 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.source {
    font-size: 18px;
    color: #999999;
}

.article-content {
    width: 843px;
    margin: 0 auto;
    padding-top: 33px;
    font-size: 18px;
    color: #343434;
    border-top: 1px dashed #b5b5b5;
    margin-top: 26px;
    text-align: left;
    text-indent: 2em;
}

.article-content p {
    line-height: 35px;
    margin-bottom: 55px;
}


/* .article-content p:last-of-type {
    margin-bottom: 0;
} */

.approach {
    font-size: 18px;
    color: #343430;
    width: 843px;
    margin: 0 auto;
    /* margin-top: 218px; */
    margin-bottom: 48px;
}

.approach a {
    color: #343430;
}

.approach-left {
    float: left;
    width: 48%;
    word-break: keep-all;
    /* 不换行 */
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 内容超出宽度时隐藏超出部分的内容 */
}

.approach-right {
    float: right;
    width: 48%;
    word-break: keep-all;
    /* 不换行 */
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 内容超出宽度时隐藏超出部分的内容 */
}


/* 左侧栏目 */

.trends {
    width: 100%;
}

.trends h3 {
    width: 100%;
    height: 60px;
    background: url(../img/article/trends_01.jpg) no-repeat;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
}

.trends ul {
    margin-top: 27px;
}

.trends ul li {
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #777777;
    margin-bottom: 9px;
    font-size: 20px;
    color: #343434;
    box-sizing: border-box;
}

.trends ul li:last-of-type {
    margin-bottom: 0;
}

.trends ul li img {
    vertical-align: sub;
    margin-right: 13px;
}


/* 文章列表 */

.correlation {
    width: 100%;
    margin-top: 58px;
    border: 1px solid #c1a66f;
}

.correlation h3 {
    width: 100%;
    height: 60px;
    background: url(../img/article/trends_02.jpg) no-repeat;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
}

.correlation ul {
    width: 315px;
    margin: 0 auto;
    margin-top: 9px;
    padding-bottom: 7px;
}

.correlation ul li {
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px dashed #626262;
    font-size: 18px;
    color: #343434;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
}

.correlation ul li span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #a0a0a0;
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 5px;
}

.correlation ul li:last-of-type {
    border-bottom: 0;
}


/* 从未见过你 */

.seen {
    position: relative;
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.seen-img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    background: url(../img/seen_01.png) no-repeat;
}

.source span {
    display: inline-block;
    margin-right: 20px;
}


/* 同步首页banner部分 */

.banner {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.banner .banner-layer {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
}

.banner-layer .bd {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-layer ul li {
    width: 100%;
    height: 100%;
}

.banner-layer ul li img {
    width: 100%;
    height: 100%;
    transition: all 3s;
}

.banner-layer ul li img:hover {
    transform: scale(1.1);
}

.banner-layer .hd {
    position: absolute;
    left: 50%;
    top: 96%;
    transform: translate(-50%, -50%);
    width: 172px;
    height: 5px;
    z-index: 999;
}

.banner-layer .hd ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.banner-layer .hd ul li {
    width: 53px;
    height: 100%;
    background-color: #333333;
}

.banner .banner-layer .on span {
    animation-name: banner-on;
    -webkit-animation-name: banner-on;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    display: block;
}

@keyframes banner-on {
    0% {
        width: 0;
        height: 100%;
        background-color: #808080;
    }
    100% {
        width: 100%;
        height: 100%;
        background-color: #808080;
    }
}