@charset "utf-8";

.title1 {
    position: relative;
    text-align: center;
    font-family: 'SourceHanSerifSCBold';
    height: 72px;
    box-sizing: border-box;
    padding-top: 6px;
    margin-bottom: 40px;
}

.title1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}

.title1 .t1 {
    font-size: 30px;
    white-space: nowrap;
}

.title1 .t1 span {
    color: #6a1a1b;
}


.title1 .t2 {
    font-size: 14px;
    color: #6a1a1b;
    margin-top: 6px;
    white-space: nowrap;
}

.box1 {
    background: url(../image/b_gzdt.png);
    background-size: cover;
}

.box1 .left {
    width: 53%;
    font-family: 'SourceHanSerifSCBold';
    position: relative;
    z-index: 0;
}

.box1 .left .item {
    position: relative;
    /* padding-bottom: 47px; */
}

.box1 .left .img {
    transform: translateX(20px);
}

.box1 .left .img img {
    width: 100%;
    height: 456px;
}

.box1 .left .back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(../image/index32.png);
    z-index: -1;
}

.box1 .left .date {
    width: 95px;
    height: 95px;
    background-color: #701f25;
    color: #ffffff;
    text-align: center;
    padding-top: 9px;
    float: left;
    margin-left: 30px;
    margin-top: -23px;
    position: relative;
}

.box1 .left .date1 {
    font-size: 36px;
}

.box1 .left .date2 {
    font-size: 18px;
    margin-top: 10px;
}

.box1 .left .title {
    font-size: 24px;
    padding: 25px 20px;
    padding-bottom: 60px;
}

.box1 .left .slick-list {
    overflow: visible;
}

.box1 .left .slick-arrow {
    display: none !important;
}

.box1 .left .fade-1 .slick-dots {
    bottom: 35px;
}

.box1 .left .fade-1 .slick-dots li {
    background-color: #b5b5b5;
    margin: 0 7px !important;
}

.box1 .left .fade-1 .slick-dots li.slick-active {
    width: 11px;
    background-color: #701f25 !important;
}

.box1 .right {
    position: relative;
    z-index: 1;
    width: 47%;
    box-sizing: border-box;
    padding-left: 60px;
}

.box1 .right .a1 {
    padding: 6px 0;
}

.box1 .right .a1 .title {
    font-size: 18px;
    margin-bottom: 15px;
    /* padding: 20px 0; */
    line-height: 20px;
}

.box1 .right .a1 .date {
    float: left;
    font-size: 14px;
    padding-left: 20px;
    background: url(../image/index24.png) no-repeat left center;
    line-height: 18px;
}

.box1 .right .a1 .line {
    float: right;
    width: calc(100% - 120px);
    margin-top: 7px;
}

.box1 .right .a2 {
    color: #ffffff;
    padding: 0px 20px;
    display: none;
}

.box1 .right .a2 .text {
    padding-top: 10px;
}

.box1 .right .a2 .date {
    float: left;
    text-align: center;
    margin-right: 15px;
}

.box1 .right .a2 .date1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 7px;
}

.box1 .right .a2 .date2 {
    line-height: 18px;
}

.box1 .right .a2 .title {
    font-size: 18px;
    margin-bottom: 17px;
}

.box1 .right .a2 .summary {
    color: #af3b3f;
    font-size: 14px;
}

.box1 .right .item {
    padding: 16px 0;
    border-radius: 10px;
}

.box1 .right .item:hover {
    background-color: #6a1a1b;
}

.box1 .right .item:hover .a2 {
    display: block;
}

.box1 .right .item:hover .a1 {
    display: none;
}

.box2 {
    background: url(../image/b_tzgg.png);
    background-size: cover;
    position: relative;
}

.box2::before {
    content: '';
    position: absolute;
    left: 0;
    top: -48px;
    width: 100%;
    height: 93px;
    background: url(../image/tzgg_top.png);
    background-position: center center;
}

.box2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -46px;
    width: 100%;
    height: 93px;
    background: url(../image/tzgg_bottom.png);
    background-position: center center;
}

.box2 .top .title1 .t1,
.box2 .top .title1 .t2 {
    color: #ffffff;
}

.box2 .top .list {
    width: calc(100% + 50px);
}

.box2 .top .list .item {
    box-sizing: border-box;
    margin-right: 50px;
    width: calc(33.33% - 50px);
    float: left;
    position: relative;
    margin-bottom: 50px;
}

.box2 .top .list .item1 {
    border-radius: 10px;
    background: url(../image/index34.png);
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 30px 20px;
    border-bottom: 2px solid #ffa82b;
    position: relative;
    z-index: 3;
    transition: all 0s;
}

.box2 .top .list .item1 .date {
    float: left;
    color: #701f25;
    width: 100px;
}


.box2 .top .list .item1 .date1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.box2 .top .list .item1 .date2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}

.box2 .top .list .item1 .title {
    line-height: 28px;
min-height: 56px;
}

.box2 .top .list .item1:hover {
    color: #7d0000;
    font-weight: 600;
}

/* .box2 .top .list .item1:hover .date {
    color: #ffffff;
} */

.box2 .top .list .item2,
.box2 .top .list .item3 {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 6px;
}

.box2 .top .list .item3 {
    z-index: 1;
    top: 12px;
}

.box2 .bottom .zttitle {
    position: relative;
    font-family: 'SourceHanSerifSCBold';
    transform: translateX(-50px);
}

.box2 .bottom .zttitle .img {}

.box2 .bottom .zttitle .name {
    position: absolute;
    top: 105px;
    left: 0;
    font-size: 36px;
    color: #701f25;
}

.box2 .bottom .zttitle .name span {
    font-size: 30px;
    margin-top: 30px;
}

.box2 .bottom .zttitle .ename {
    position: absolute;
    top: 165px;
    left: 76px;
    width: 160px;
    line-height: 39px;
    color: #ffffff;
    font-size: 12px;
    box-sizing: border-box;
    padding-left: 12px;
}

.box2 .bottom .blocks {
    width: calc(100% + 40px);
    box-sizing: border-box;
    padding-left: 13px;
}

.box2 .bottom .block {
    width: calc(25% - 40px);
    margin-right: 40px;
    border-radius: 30px;
    overflow: hidden;
    float: left;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.box2 .bottom .block:nth-child(1),
.box2 .bottom .block:nth-child(3) {
    transform: translateY(-70px);
}

.box2 .bottom .lmtitle {
    position: relative;
    color: #ffffff;
    background: url(../image/index5.png);
    background-size: cover;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 25px;
}

.box2 .bottom .lmtitle .count {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 80px;
    line-height: 80px;
    color: rgba(214, 63, 74, 0.4);
    font-weight: 600;
}

.box2 .bottom .lmtitle .img {
    margin: auto;
    height: 55px;
    object-fit: contain;
}

.box2 .bottom .lmtitle .lm1 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.box2 .bottom .lmtitle .lm2 {
    font-size: 12px;
}

.box2 .bottom .list {
    background-color: #ffffff;
    text-align: center;
    padding: 70px 40px;
}

.box2 .bottom .list .item {
    color: #7d0000;
    line-height: 70px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.box3 .title1 .t_name {
    width: 316px;
    margin: auto;
}

.box3 .title1 .t_item {
    float: left;
    width: 50%;
}

.box3 .title1 .t_item1 {
    width: 20px;
    height: 10px;
    float: left;
}

.box3 .title1 .t_item2 {
    float: right;
}

.box3 {
    background: #f1f8ff
}

.box3 .list {
    /* width: calc(100% + 40px); */
    width: 97%;
    margin: auto;

}

.box3 .list .item {
    /* margin-right: 40px; */
    position: relative;
    float: left;
    box-sizing: border-box;
}

.box3 .list .item1,
.box3 .list .item0 {
    width: calc(21%);
    height: 280px;
    margin-top: 10px;
}

.box3 .list .item2,
.box3 .list .item3 {
    width: calc(29%);
    height: 300px;
}

.box3 .list .item a {
    width: 100%;
    height: 100%;
    /* transform-style: preserve-3d; */
    perspective: 500px;
    width: 110%;
    transform: translateX(-5%);
}

.box3 .list .img {
    width: 100%;
    height: 100%;
    transform: rotateY(20deg);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.box3 .list .item3 .img,
.box3 .list .item0 .img {
    transform: rotateY(-20deg);
}

.box3 .list .img1 {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.box3 .list .img1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(133, 17, 17, 0.3);
    left: 0;
    top: 0;
    display: none;
}


.box3 .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box3 .list .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.box3 .list .text1 {
    position: relative;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 14%;
    box-sizing: border-box;
}

.box3 .item2 .text1 {
    padding-left: 17%;
    padding-right: 13%;
}

.box3 .item3 .text1 {
    /* padding-left: 17%; */
    /* padding-right: 10%; */
    padding-left: 13%;
    padding-right: 16%;
    padding-top: 38px;
}

.box3 .item0 .text1 {
    padding-left: 14%;
    padding-right: 12px;
    padding-top: 30px;
}

.box3 .list .fbt {
    border-radius: 5px;
    color: #ffffff;
    line-height: 30px;
    padding: 0px 12px;
    display: inline-block;
    font-size: 15px;
}

.box3 .list .fbt {
    background-color: #f09d28;
}

.box3 .item2 .fbt {
    background-color: #28c445;
}

.box3 .item3 .fbt {
    background-color: #f16c8d;
}

.box3 .item0 .fbt {
    background-color: #2c5ed0;
}

.box3 .list .title {
    font-size: 25px;
    margin: 20px 0;
    display: none;
}

.box3 .list .summary {
    font-size: 14px;
    -webkit-line-clamp: 4;
    line-height: 18px;
    display: none;
}

.box3 .list .more {
    font-size: 14px;
    line-height: 27px;
    padding: 0px 13px;
    color: #7d0000;
    background: #ffffff;
    border-radius: 50px;
    display: none;
}

.box3 .list .bt {
    font-size: 18px;
    /* width: 100%; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80%;
    /* width: 80%; */
}

.box3 .list .more,
.box3 .list .bt {
    position: absolute;
    bottom: 24px;
    left: 12px;
}

.box3 .item2 .bt,
.box3 .item3 .bt {
    max-width: 70%
}

.box3 .item2 .more,
.box3 .item2 .bt {
    left: 17%;
}

.box3 .item3 .more,
.box3 .item3 .bt {
    left: auto;
    right: 17%;
}

.box3 .item0 .more,
.box3 .item0 .bt {
    left: auto;
    right: 12px;
}

/* .box3 .item1 .img1 {
    transform: translateX(7%);
} */

.box3 .item2 .img1 {
    transform: translateX(14%);
}

.box3 .item3 .img1 {
    transform: translateX(-14%);
}

/* .box3 .item0 .img1 {
    transform: translateX(-7%);
} */
.box3 .item:hover .img1::before,
.box3 .item:hover .more,
.box3 .item:hover .title {
    display: block;
}

.box3 .item:hover .summary {
    display: block;
    -webkit-line-clamp: 4;
    height: 72px;
}

.box3 .item:hover .bt {
    display: none;
}

/* *** */
.box3 .slick-list {
    overflow: visible !important;
}

.box3 .list .block {
    opacity: 0;
    transition: all 0.6s;
}

.box3 .block.slick-current {
    opacity: 1;
}

@media screen and (max-width: 1550px) {
    .box2 .bottom .zttitle {
        transform: translateX(0px);
    }

    .box2 .bottom .lmtitle .count {
        font-size: 40px;
        line-height: 40px;
    }

    .box2 .bottom .blocks {
        padding-left: 0px;
    }

    .box2 .bottom .lmtitle .lm1 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1300px) {
    .box2 .top .list .item1 .date {
        width: 70px;
    }

    .box2 .bottom .list {
        padding: 40px 20px;
    }

    .box2 .bottom .list .item {
        line-height: 50px;
        font-size: 16px;
    }

    .box2 .bottom .lmtitle {
        padding-top: 40px;
    }

    .box2 .bottom .block {
        border-radius: 20px;
    }
}

@media screen and (max-width: 1000px) {

    .box2 .bottom .block:nth-child(1),
    .box2 .bottom .block:nth-child(3) {
        transform: translateY(0px);
    }

    .box2 .bottom .block {
        width: calc(50% - 40px);
        margin-top: 40px;
    }

    .box2 .top .list .item {
        width: calc(100% - 50px);
    }

    .box1 .left {
        width: calc(100% - 20px);
    }

    .box1 .right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0px;
    }

    .box1 .left .img img {
        height: calc(94vw/74*45);
    }

    /* ########## top */
    /* .box3 .list {
        width: calc(100% + 30px);
    }

    .box3 .item .img1 {
        transform: translateX(0%);
    }

    .box3 .list .item {
        width: calc(50% - 30px);
        margin-right: 30px;
        height: calc(94vw/2/3*2);
        margin-top: 30px;
    }

    .box3 .list .item .img {
        transform: rotateY(0deg);
    }

    .box3 .list .item a {
        perspective: 0px;
        width: 100%;
        transform: translateX(0);
    }

    .box3 .item .text1 {
        padding: 15px !important;
    }

    .box3 .list .more,
    .box3 .list .bt {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: auto;
    }

    .box3 .list .title {
        font-size: 18px;
        margin: 12px 0;
    } */

    /* ########## middle */
    .box3 .list .item {
        width: calc(49%);
        height: 300px;
        margin-top: 0px;
    }

    .box3 .item2 .bt,
    .box3 .item3 .bt {
        max-width: 80%;
    }

    .box3 .list .item a {
        width: 100%;
        transform: translateX(0%);
    }

    .box3 .item .img1 {
        transform: translateX(0%);
    }

    .box3 .list {
        width: 100%;
        transform: translateX(3.5%);
    }

    .box3 .list .item3,
    .box3 .list .item0 {
        transform: translateX(-14%);
        margin-top: 40px;
    }

    .box3 .list .item2,
    .box3 .list .item0 {
        float: right;
    }

    .box3 .item2 .text1 {
        padding-left: 4%;
        padding-right: 12%;
    }

    .box3 .item2 .more,
    .box3 .item2 .bt {
        left: 4%;
    }

    .box3 .item3 .text1 {
        padding-right: 2%;
    }

    /* ########## bottom */
}

@media screen and (max-width: 800px) {
    .box2 .bottom .zttitle .name span {
        font-size: 21px;
        margin-top: 30px;
    }

    .box2 .bottom .zttitle .name {
        top: 62px;
        font-size: 26px;
    }

    .box2 .bottom .zttitle .ename {
        top: 99px;
        left: 46px;
        width: auto;
        line-height: 28px;
        font-size: 12px;
        padding-left: 12px;
        background: #701f25;
        padding-right: 12px;
    }

    .box2 .bottom .zttitle .img {
        width: 150px;
    }

    .box1 .right .a2 .date1 {
        font-size: 30px;
    }

    .box2 .top .list .item {
        margin-bottom: 30px;
    }

    .box1 .left .date2 {
        font-size: 12px;
        margin-top: 5px;
    }

    .box1 .left .date {
        width: 65px;
        height: 62px;
        padding-top: 7px;
    }

    .box1 .left .title {
        font-size: 18px;
        padding: 11px 15px;
        padding-bottom: 40px;
    }

    .box1 .left .fade-1 .slick-dots {
        bottom: 25px;
    }

    .box1 .left .date1 {
        font-size: 22px;
    }

    .box3 .title1 .t_name {
        width: 226px;
    }

    .title1 .t1 {
        font-size: 22px;
    }

    .title1 {
        height: 52px;
        margin-bottom: 18px;
    }

    .title1 .t2 {
        font-size: 12px;
        margin-top: 3px;
    }

    .box2::after {
        background-size: auto 100%;
        background-position: center center;
        bottom: -18px;
        height: 43px;
    }

    .box2::before {
        background-size: auto 100%;
        background-position: center center;
        top: -22px;
        height: 43px;
    }

    /* ########## top */
    .box3 .list {
        transform: translateX(2.5%);
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .box3 .list .item3,
    .box3 .list .item0 {
        transform: translateX(-10%);
        margin-top: 25px;
    }

    /* ########## bottom */

}

@media screen and (max-width: 550px) {
    .fade-2 .slick-dots { 
    bottom: -10px; 
}
    .box2 .bottom .blocks {
        width: 100%;
    }

    .box2 .bottom .block {
        width: 100%;
        max-width: 260px;
        float: none;
        margin: auto;
        margin-top: 30px;
    }

    /* ########## top */
    .box3 .list .fbt {
        border-radius: 5px;
        line-height: 23px;
        padding: 0px 7px;
        font-size: 12px;
    }

    .box3 .list .img,
    .box3 .list .img1 {
        border-radius: 5px;
    }

    .box3 .list .title {
        font-size: 16px;
        margin: 10px 0;
    }

    .box3 .list .summary {
        -webkit-line-clamp: 3;
        line-height: 16px;
    }

    .box3 .item:hover .summary {
        height: 48px;
    }

    .box3 .list .more {
        font-size: 12px;
        line-height: 23px;
        padding: 0px 9px;
    }

    .box3 .list .bt {
        font-size: 16px;
    }

    .box3 .list .item {
        height: 200px;
    }

    .box3 .list .item3,
    .box3 .list .item0 {
        transform: translateX(-6%);
        margin-top: 18px;
    }

    .box3 .list {
        transform: translateX(1.5%);
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .box3 .item .text1 {
        padding-top: 24px;
    }

    /* ########## bottom */
}