@charset "utf-8";

body {
    overflow-x: hidden;
}

/* 组件ID */

#info_news_1600_018 {
    font-size: 16px;
}

/* 标题 */
.title {
    position: relative;
    z-index: 1;
    text-align: center;
}

.tit-c {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.tit-c p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    font-family: Philosopher;
    font-size: 54px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.06);
    width: 535px;
    text-align: center;
}

.tit-c h3 {
    font-family: Source Han Serif CN;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #1D1D1D;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.tit-c h3::before {
    content: '';
    display: block;
    margin-right: 10px;
    width: 36px;
    height: 16px;
    background: url(../images/tit-l.png) no-repeat;
    background-size: 100% 100%;
}

.tit-c h3::after {
    content: '';
    display: block;
    margin-left: 10px;
    width: 36px;
    height: 16px;
    background: url(../images/tit-r.png) no-repeat;
    background-size: 100% 100%;
}


.more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.more a {
    display: block;
    width: 107px;
    height: 32px;
    background: url(../images/more.png) no-repeat right bottom;
    background-size: 100% auto;
    text-align: left;
    font-size: 20px;
    color: #666666;
    transition: all 0.5s;
}

.more a:hover {
    color: #8F000B;
}


/* 组件样式 */

.info_news_1600_018 {
    padding: 72px 0 99px 0;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t {
    margin-top: 40px;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.info_news_1600_018 .infonews16-18-wid ul li {
    width: 30%;
    border: 1px solid rgba(143, 0, 11, .2);
    transition: all .5s;
}

.info_news_1600_018 .infonews16-18-wid ul li:hover {
    width: 32.85%;
    border: 1px solid #8F000B;
    box-shadow: inset 0px 0 10px 0px rgba(143, 0, 11, .2);
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t {
    height: 547px;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li {
    margin: 30px 0 0 0;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li:hover {
    margin: 0;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a {
    position: relative;
    display: block;
    height: 100%;
    padding: 68px 33px 50px 33px;
    transition: all 0.5s;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a .date {
    top: 20px;
    position: absolute;
    left: -22px;
    background: #fff;
    padding: 5px 0;
    font-family: Arial;
}

.info_news_1600_018 .infonews16-18-wid ul li a .date::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    width: 8px;
    height: 8px;
    background: #8F000B;
    border-radius: 50%;
}

.info_news_1600_018 .infonews16-18-wid ul li a .date::after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: #8F000B;
    border-radius: 50%;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a .date span {
    display: inline-block;
    font-size: 36px;
    color: #8F000B;
    font-weight: bold;
    vertical-align: middle;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a .date i {
    display: inline-block;
    padding-left: 14px;
    font-size: 18px;
    color: #B8B8B8;
    font-style: normal;
    vertical-align: middle;
}

.info_news_1600_018 .infonews16-18-wid ul li a h2 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #3D3D3D;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    transition: all 0.5s;
}

.info_news_1600_018 .infonews16-18-wid ul li:hover a h2 {
    font-weight: bold;
    color: #8F000B;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a p {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 20px;
    line-height: 30px;
    height: 30px;
    color: #9F9F9F;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li:hover a p {
    color: #878787;
    opacity: .8;
    -webkit-line-clamp: 2;
    height: 60px;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a .pic {
    position: relative;
    padding-top: 66.86%;
    overflow: hidden;
    transition: all 0.5s;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a .more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -34.5px;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    padding: 9px;
    background: rgba(187, 26, 26, .2);
    opacity: 0;
    transition: all .5s;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li:hover a .more {
    opacity: 1;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a .more span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #8F000B url(../images/info_news_1600_018-more.png) no-repeat center center;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-d {
    margin-top: 54px;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li {
    width: 31%;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a {
    position: relative;
    padding: 25px 45px;
    display: block;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a .date {
    position: absolute;
    text-align: center;
    top: 16px;
    left: -28px;
    background: #fff;
    padding: 10px 0;
    font-family: Arial;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a .date::before,
.info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a .date::after {
    left: 50% !important;
    transform: translateX(-50%);
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a .date p {
    font-size: 32px;
    line-height: 1;
    color: #9EA4AA;
    font-weight: bold;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li:hover a .date p {
    color: #8F000B;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a .date span {
    font-size: 16px;
    color: #888;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a .text h2 {
    margin-top: 0;
    line-height: 30px;
}

.info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a .text p {
    margin-top: 10px;
    font-size: 16px;
    color: #878787;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1370px) {
    .info_news_1600_018 .infonews16-18-wid .infonews16-18-t {
        height: 527px;
    }
}

@media screen and (max-width: 1200px) {
    .info_news_1600_018 .infonews16-18-wid .infonews16-18-t {
        height: 475px;
    }
}

@media screen and (max-width: 1024px) {
    .info_news_1600_018 {
        padding: 30px 0 30px 0;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li {
        margin: 0;
        width: 31%;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-t {
        height: auto;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a .date span {
        font-size: 22px !important;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a .date i {
        padding-left: 5px;
        font-size: 14px;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a .date {
        top: 10px !important;
        left: -13px !important;
    }

    .info_news_1600_018 .infonews16-18-wid ul li a .date::before,
    .info_news_1600_018 .infonews16-18-wid ul li a .date::after {
        left: 9px !important;
    }

    .info_news_1600_018 .infonews16-18-wid ul li a h2 {
        margin-top: 5px !important;
        font-size: 16px;
        line-height: 26px !important;
        height: 52px;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li a {
        padding: 45px 20px 20px 20px;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-d {
        margin-top: 25px;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a .date span {
        font-size: 14px;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a .date p {
        font-size: 22px !important;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a {
        padding: 18px 35px;
        padding-right: 15px;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li a .text p {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li {
        width: 100%;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-t ul li+li {
        margin-top: 20px;
    }

    .info_news_1600_018 .infonews16-18-wid ul li a h2 {
        height: auto;
        max-height: 52px;
    }

    .info_news_1600_018 .infonews16-18-wid ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-d {
        padding-left: 20px;
        margin-top: 0;
    }

    .info_news_1600_018 .infonews16-18-wid .infonews16-18-d ul li {
        width: 100%;
        margin-bottom: 0;
        margin-top: 20px;
    }
}
















/* section3 */
.section3 {
    padding-top: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 95%;
    background: url(../images/section3-bg.png) no-repeat center top;
    background-size: 100% 100%;
    z-index: -1;
}

.section3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: calc(5% + 38px);
    width: 220px;
    height: 304px;
    background: url(../images/s3-lt.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 16px;
}

.s3-c .title {
    text-align: left;
    margin-bottom: 60px;
}

.title.white .tit-c h3 {
    color: #fff;
}

.title.white .tit-c p {
    width: auto;
    color: rgba(255, 255, 255, 0.06);
}

.title.white .tit-c h3::before {
    background: url(../images/tit-l2.png) no-repeat;
    background-size: 100% 100%;
}

.title.white .tit-c h3::after {
    background: url(../images/tit-r2.png) no-repeat;
    background-size: 100% 100%;
}

.title.white .more a {
    color: #fff;
    background: url(../images/more2.png) no-repeat right bottom;
    background-size: 100% auto;
}

.s3-l {
    width: 59.64%;
    position: relative;
    z-index: 1;
}

.s3-l::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #DFB386 0%, rgba(223, 179, 134, 0) 100%);
    z-index: -1;
}

.s3-lk {
    background-color: #fff;
    border-radius: 0 80px 0 0;
    padding: 45px 30px 23px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-ll {
    width: 41.67%;
}

.s3-lr {
    width: 47.42%;
}

.s3-ll a {
    display: block;
}

.s3-ll .pic {
    padding-top: 62.06%;
    padding-top: 0;
    height: 216px;
}

.s3-ll .text span {
    display: block;
    margin-top: 24px;
    font-family: Arial;
    font-size: 16px;
    line-height: 16px;
    color: #8F000B;
}

.s3-ll .text h3 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #292929;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    transition: all 0.5s;
}

.s3-ll .tx {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #DFB386;
    position: relative;
    z-index: 1;
}

.s3-ll .tx::before {
    content: '';
    position: absolute;
    top: -3px;
    right: -6px;
    width: 4px;
    height: 4px;
    border: 1px solid #DFB386;
    border-radius: 50%;
}

.s3-ll .tx::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 76px;
    height: 2px;
    background-color: #8F000B;
    transition: all 0.5s;
}

.s3-ll .tx p {
    font-size: 16px;
    line-height: 28px;
    height: 112px;
    color: #4F4F4F;
    opacity: 0.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.s3-ll a:hover .tx::after {
    width: 100%;
}

.s3-ll a:hover .text h3 {
    font-weight: bold;
    color: #8F000B;
}

.s3-lr ul {
    margin-top: -20px;
}

.s3-lr ul li a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.s3-lr ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: linear-gradient(90deg, #F6E4E4 0%, rgba(255, 255, 255, 0.32) 96%);
    z-index: -1;
    transition: all 0.5s;
}

.s3-lr ul li a span {
    display: block;
    width: 102px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #8F000B;
    border-radius: 0 20px 20px 0;
    position: relative;
    z-index: 1;
    font-family: Arial;
    font-size: 16px;
    color: #FFFFFF;
}

.s3-lr ul li a span::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #fff;
}

.s3-lr ul li a h3 {
    font-size: 18px;
    line-height: 1;
    color: #2F2F2F;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
    transition: all 0.5s;
}

.s3-lr ul li:hover a::before {
    width: 100%;
}

.s3-lr ul li:hover a h3 {
    color: #8F000B;
    font-weight: bold;padding-left: 0.8rem;
}


.s3-r {
    width: 37.42%;
    position: relative;
    z-index: 1;
}

.s3-r::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: calc((100vw - 1400px)/2 + 100%);
    height: 5px;
    background: linear-gradient(270deg, #DFB386 0%, rgba(223, 179, 134, 0) 100%);
}

.s3-r ul {
    position: relative;
    z-index: 1;
    padding: 26px 0 26px 35px;
}

.s3-r ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100vw - 1400px)/2 + 100%);
    background: url(../images/s3-rbg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    border-radius: 80px 0 0 0;
}

.s3-r ul li a {
    display: flex;
    align-items: center;
}

.s3-r ul li .date {
    width: 54px;
    height: 48px;
    border: 1px solid rgba(154, 52, 51, 0.4);
    text-align: center;
    font-family: Arial;
    padding-top: 2px;
    margin-right: 48px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.s3-r ul li .date::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(154, 52, 51, 0.4);
    transform: rotate(45deg);
}

.s3-r ul li .date b {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #8F000B;
}

.s3-r ul li .date span {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #DB8383;
}

.s3-r ul li .tx {
    flex: 1;
    min-width: 0;
    padding: 22px 0 22px 43px;
    position: relative;
    z-index: 1;
}

.s3-r ul li .tx::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(246, 98, 109, 0.2) 0%, rgba(143, 0, 11, 0) 98%);
    transition: all 0.5s;
}

.s3-r ul li .tx::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 1px solid #EED9D0;
    z-index: -1;
}

.s3-r ul li:first-child .tx::after {
    top: 50%;
}

.s3-r ul li:last-child .tx::after {
    bottom: 50%;
}

.s3-r ul li .tx .y {
    position: absolute;
    left: -4.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #8F000B;
}

.s3-r ul li .tx .y::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
    background: rgba(143, 0, 11, 0.15);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
}

.s3-r ul li .tx h3 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #333333;
    position: relative;
    transition: all 0.5s;
}


.s3-r ul li:hover .date {
    background-color: #8F000B;
    color: #fff;
}

.s3-r ul li:hover .date::before {
    border-color: #8F000B;
}

.s3-r ul li:hover .date b,
.s3-r ul li:hover .date span {
    color: #fff;
}

.s3-r ul li:hover .tx .y::before {
    opacity: 1;
}

.s3-r ul li:hover .tx::before {
    width: 100%;
}

.s3-r ul li:hover .tx h3 {
    font-weight: bold;
    color: #8F000B;
}

/* 侧边导航 */
#asideNav {
    position: fixed;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    transition: all 0.5s;
}

#asideNav a {
    display: block
}

.asideNav-logo {
    width: 90px;
    height: 180px;
    background: url(../images/zcl-t.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.5s;
}

.asideNav-logo::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed #8F000B;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.asideNav-logo p {
    font-family: Source Han Serif CN;
    font-size: 32px;
    color: #fff;
    writing-mode: tb-rl;
    line-height: 75px;
    padding-top: 40px;
    padding-left: 20px;
}

#asideNav.on {
    right: 0;
}


@media screen and (max-width: 1400px) {

    .s3-r ul::before,
    .s3-r::before {
        width: calc(100% + 15px);
    }

    .asideNav-logo {
        width: 70px;
        height: 140px;
    }

    .asideNav-logo::after {
        width: 160px;
        height: 160px;
    }

    .asideNav-logo p {
        font-size: 26px;
        line-height: 58px;
        padding-top: 30px;
        padding-left: 15px;
    }

}

@media screen and (max-width: 1024px) {
    #asideNav {
        display: none
    }

    .tit-c p {
        font-size: 30px;
        width: 295px;
    }

    .tit-c h3 {
        font-size: 26px;
    }

    .tit-c h3::before,
    .tit-c h3::after {
        width: 26px;
        height: 12px;
    }

    .more a {
        font-size: 14px;
        width: 70px;
        height: 22px;
    }

    .section3 {
        padding-top: 40px;
    }

    .section3::after {
        content: none;
    }

    .s3-c .title {
        margin-bottom: 30px;
    }

    .s3-l {
        width: 100%;
    }

    .s3-lk {
        padding: 20px;
        border-radius: 0;
    }

    .s3-ll .text span {
        font-size: 14px;
    }

    .s3-ll .text h3 {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }

    .s3-ll .tx p {
        font-size: 14px;
        line-height: 26px;
        height: 104px;
    }

    .s3-r {
        width: 100%;
        margin-top: 50px;
    }

    .s3-r ul::before {
        border-radius: 0;
    }

    .s3-l::before,
    .s3-r::before {
        height: 3px;
    }

    .s3-lr {
        width: 54.42%;
    }

    .s3-lr ul li a span {
        width: 90px;
        font-size: 14px;
    }

    .s3-lr ul li a h3 {
        font-size: 16px;
        margin-top: 15px;
    }

    .s3-r ul li .tx h3 {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }

    .s3-r ul li .date b {
        font-size: 26px;
    }

    .s3-r ul li .date span {
        font-size: 12px;
    }

    .s3-r ul {
        padding: 20px;
    }

}

@media screen and (max-width: 768px) {
    .title {
        text-align: left;
    }

    .s3-ll {
        width: 100%;
    }

    .s3-ll .pic {
        padding-top: 62.06%;
        height: auto;
    }

    .s3-ll .text h3 {
        height: auto;
        max-height: 52px;
    }

    .s3-ll .tx p {
        height: auto;
        max-height: 104px;
    }

    .s3-lr {
        width: 100%;
        margin-top: 20px;
    }
}