.logo {
    width: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.logobox {
    width: 1250px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}



.logo .home {
    height: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FF3233;
    line-height: 18px;
    text-align: justify;
    font-style: normal;
    margin-left: 100px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 150px;
}

.conone {
    display: flex;
    width: 100%;
}

.conone .left {
    width: 812px;
    height: 470px;
    background: #D8D8D8;
    border-radius: 6px;
}

.conone .left .swiper {
    width: 100%;
    height: 100%;
}

.conone .left .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conone .left .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conone .right {
    margin-left: 40px;
    width: 349px;
    height: 470px;
}

.conone .right .title {
    height: 26px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    margin-bottom: 32px;
}

.conone .right .alist {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    justify-content: space-between;
}

.conone .right .alist:last-child {
    margin-bottom: 0;
}

.conone .right img {
    max-width: 133px;
    height: 76px;
    margin-right: 20px;
}

.conone .right .info {
    width: 196px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.conone .right .info .titles {
    width: 100%;
    height: 54px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    text-align: justify;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conone .right .info .look {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.conone .right .info .look img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.conone .right .info .look span {
    height: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    text-align: left;
    font-style: normal;
}

.contwo {
    margin-top: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contwo .twobox {
    width: 384px;
}

.contwo .twobox .title {
    height: 26px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    margin-bottom: 32px;
}

.contwo .twobox .bigimg {
    width: 384px;
    height: 260px;
    position: relative;
    margin-bottom: 24px;
}

.contwo .twobox .bigimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.contwo .twobox .bigimg p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 63px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: justify;
    font-style: normal;
    background: linear-gradient(360deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
}

.contwo .twobox .twoimg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contwo .twobox .ttimg {
    width: 184px;
    height: 104px;
}

.contwo .twobox .twoimg img {
    width: 100%;
    height: 100%;
}

.contwo .twobox .twoimg p {
    width: 100%;
    height: 48px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: right;
    left: unset;
    right: 30px;
    bottom: 30px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 60px;
    height: 60px;
    background: url("../image/p2.png") no-repeat;
    background-size: cover;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
    width: 60px;
    height: 60px;
    background: url("../image/p1.png") no-repeat;
    background-size: cover;
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 60px;
}