@charset "utf-8";

.box1 {
    background: url(../image/back1.png) no-repeat right bottom;
    background-color: #fdf7f5;
}

.box1 .box {
    position: relative;
}

.box1 .list {
    position: relative;
}

.box1 .left {
    width: 40%;
}

.box1 .left .img {
    overflow: hidden;
}

.box1 .left .img img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.box1 .left .more {
    width: 78px;
    height: 78px;
    background: url(../image/index4.png) no-repeat center center;
    background-color: #9b0807;
    margin-left: auto;
    margin-right: 50px;
}

.box1 .left .more:hover {
    transition: all 0.4s;
    background-color: #ab4040;
}

.box1 .right {
    width: calc(60% + 50px);
    box-sizing: border-box;
    position: absolute;
    background: #ffffff;
    right: 0;
    bottom: 0;
    height: 470px;
    padding: 60px 70px;
}

.box1 .right1 {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.title1 {
    font-size: 40px;
    color: #9b0807;
    padding-left: 90px;
    position: relative;
    line-height: 50px;
    margin-bottom: 40px;
}

.title1::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background-color: #9b0807;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}

.more1 {
    text-align: center;
    padding: 0px 30px;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    text-align: right;
    float: right;
    margin-top: 40px;
    color: #222222;
}

.more2 {
    padding-left: 23px;
    line-height: 45px;
    background: url(../image/index86.png) no-repeat left center;
}

.more1:hover .more2 {
    background-image: url(../image/index861.png);
}

.more1:hover {
    border: 1px solid #9b0807;
    transition: all 0.4s;
    color: #9b0807;
}

.box1 .right .summary {
    -webkit-line-clamp: 5;
}

.box1 .right .summary p {
    line-height: 36px;
    color: #39302d;
    font-size: 20px;
}

.box2 {
    background: url(../image/back2.png) no-repeat left center;
    background-color: #ffffff;
}

.box2 .left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
    padding-top: 67px;
}

.box2 .left .summary p {
    line-height: 36px;
    color: #39302d;
    font-size: 20px;
}

.box2 .left .summary {
    -webkit-line-clamp: 6;
}

.box2 .right {
    width: 50%;
    overflow: hidden;
}

.box2 .right img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.box3 {
    background: url(../image/index94.png) no-repeat bottom right;
    background-color: #fdf7f5;
}

.box3 .title1 {
    float: left;
}

.box3 .more1 {
    float: right;
    margin-top: 10px;
    background-color: #ffffff;
}

.box3 .list {
    width: calc(100% + 30px);
}

.box3 .list .item {
    width: calc(33.33% - 30px);
    margin-right: 30px;
    float: left;
}

.box3 .list .item:nth-child(1),
.box3 .list .item:nth-child(2),
.box3 .list .item:nth-child(3) {
    border-bottom: 2px solid #e4dad7;
}

.box3 .list .img {
    overflow: hidden;
}

.box3 .list .img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.box3 .list .text {
    padding: 20px 0;
}

.box3 .list .date {
    color: #9b0807;
    font-size: 18px;
    line-height: 38px;
}

.box3 .list .title {
    line-height: 38px;
    color: #39302d;
    font-size: 23px;
    height: 114px;
}

.box3 .list .item:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box3 .list .item:hover {
    transition: all 0.4s;
    border-bottom: 2px solid #9b0807;
    color: #9b0807;
}

.box3 .list .item:hover .title {
    color: #9b0807;
}

.box3 .list .item:nth-child(4) .title,
.box3 .list .item:nth-child(5) .title,
.box3 .list .item:nth-child(6) .title {
    height: 76px;
    -webkit-line-clamp: 2;
}

.box3 .list .item:nth-child(4):hover,
.box3 .list .item:nth-child(5):hover,
.box3 .list .item:nth-child(6):hover {
    border-bottom: 0px solid #9b0807;
}

.title2 {
    padding-bottom: 10px;
}

.title2 .item {
    float: left;
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    margin-right: 50px;
    cursor: pointer;
    position: relative;
}

.title2 .item:hover {
    color: #9b0807;
}

.title2 .item.style {

    /* font-weight: 600; */
    color: #9b0807;
    background: url(../image/index93845.png) no-repeat bottom center;

}

.title2 .item.style::before {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #9b0807;
    content: '';
    bottom: 5px;
    left: 0;
}

.box4 {
    padding-bottom: 30px;
}

.box4 .lists {
    position: relative;
}

.box4 .list {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: 1;
}

.box4 .list.style {
    position: relative;
    z-index: 2;
    opacity: 1;
}

.box4 .list .slider {
    margin: 0px -15px;
}

.box4 .list .item {
    padding: 0 15px;

}


.box4 .list .item a {
    background-color: #fbf5f5;
    padding: 35px 20px;
    box-sizing: border-box;
    color: #201f1f;
}

.box4 .list .item .image {
    width: 220px;
    height: 220px;
    box-shadow: 0px 0px 8px 0px rgba(155, 8, 7, 0.1);
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 50%;
    margin: auto;
    /* max-width: 94%; */
}

.box4 .list .item .image1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: url(../image/index10.png) no-repeat center center;
    background-size: cover;
}

.box4 .list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.box4 .list .item .title {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.box4 .list .item .summary {
    line-height: 22px;
    font-size: 16px;
}

.box4 .list .item a:hover img {
    transform: scale(1.2);
    transition: all 0.4s;
}

.box4 .list .item a:hover {
    color: #9b0807;
}

/*@media screen and (max-width: 1350px) {
    .box3 .list .img img {
        height: 17.5vw;
    }

    .box4 .list .item .image {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 1260px) {}


@media screen and (max-width: 1000px) {
    .box2 .left {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
    }

    .box2 .right img {
        height: 67vw;
    }

    .box2 .right {
        width: 100%;
    }

    .box1 .left {
        width: 100%;

    }

    .box1 .left .img img {
        height: 84vw;
    }

    .box1 .right {
        position: static;
        width: 100%;
        height: auto;
    }

    .box1 .left .more {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .fade-2 .slick-dots {
        bottom: -22px;
    }

    .box3 .list .item:nth-child(1),
    .box3 .list .item:nth-child(2),
    .box3 .list .item:nth-child(3) {
        border-bottom: 0px solid #e4dad7;
    }

    .box3 .more1 {
        margin-top: 0px;
    }

    .title2 .item {
        margin-right: 20px;
        font-size: 14px;
    }

    .box1 .right {
        padding: 25px;
    }

    .more1 {
        padding: 0px 15px;
        font-size: 15px;
        margin-top: 25px;
    }

    .more2 {
        line-height: 35px;
    }

    .title1::after {
        width: 30px;
    }

    .title1 {
        font-size: 22px;
        padding-left: 43px;
        line-height: 34px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 700px) {

    .box3 .list .item {
        width: calc(100% - 30px);
    }

    .box3 .list .title {
        height: auto;
    }

    .box3 .list .img img {
        height: 62vw;
    }
}*/