body {
    background-color: #fff!important;
}
.wraps {
    width: 80%;
    margin: 20px auto 0px;
}
.detail_content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.detail_content_left{
    width: calc(100% - 330px);
    margin-top: 26px;
}
/*轮播图部分样式*/
.swiper {
    width: 100%;
    height: 490px;
    position: relative;
    top: 10px;
}
.img1 {
    width: 260px;
    height: 380px;
    position: relative;
    top: 22px;
    z-index: 2;
    object-fit: fill;
}
.img2 {
    width: 460px;
    position: absolute;
    left: 21%;
    z-index: 1;
}
.lunbo_content {
    width: 280px;
    height: 400px;
    position: absolute;
    top: 1%;
    left: 44%;
    z-index: 10;
}
.lunbo_newslist {
    font-size: 22px;
    color: #f8f6cc;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.lunbo_title {
    position: absolute;
    top: 23%;
    left: 10%;
    line-height: 28px;
    font-size: 19px;
    color: #f8f6cc;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.lunbo_time {
    position: absolute;
    top: 40%;
    left: 10%;
    font-size: 15px;
    color: #f8f6cc;
}
.lunbo_editor {
    position: absolute;
    top: 48%;
    left: 10%;
    font-size: 15px;
    color: #f8f6cc;
}

.more{
    width: 70px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    position: absolute;
    top: 74%;
    left: 10%;
    font-size: 15px;
    color: #f8f6cc;
    border: 1px solid #f8f6cc;
    border-radius: 5px;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 95%;
    margin-top: -20px;
    background-size: cover;
    cursor: pointer;
    z-index: 10;
}

.swiper-button-prev {
    left: 400px;
    background-image: url("../../image/linxiazhou/left-jiantou.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.swiper-button-next {
    right: 400px;
    background-image: url("../../image/linxiazhou/right-jiantou.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-pagination-fraction {
    font-size: 22px;
    color: #737373;
}
.swiper-pagination-current {
    font-size: 26px;
    font-weight: bold;
    color: #737373;
}
/*海报部分*/
.second-content{
    width: 100%;
    height: auto;
}
.poster {
    position: relative;
    margin-top: 50px;
}
/*第一部分长图*/
.longPoster_first {
    /*height: 450px;*/
    margin-bottom: 30px;
}
.longPoster_first_title {
    height: 45px;
}
.longPoster_first_title span {
    font-family:"思源黑体 Medium", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #0079e9;
    width: 100%;
    padding-left: 36px;
    text-align: left;
    position: relative;
}
.longPoster_first_title span:before {
    position: absolute;
    content: "";
    top: 20%;
    left: 0;
    width: 30px;
    height: 50px;
    background-image: url("../../image/linxiazhou/xinmeiti-biaotou.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.longPoster_first_image {
    display: flex;
    width: 100%;
    /*height: 380px;*/
    flex-direction: row;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: flex-start;
}
.longPoster_first_image .image_border {
    width: 220px;
    height: 370px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 2px 2px 1px 1px #edf5fd;
    overflow: hidden;
    margin-bottom: 30px;
}
.longPoster_first_image .image_border img {
    width: 230px;
    height: 330px;
    border-radius: 20px 20px 0 0;
    object-fit: fill;
    transition: all .5s;
}
.longPoster_first_image .image_border img:hover {
    transform-origin: center;
    transform: scale(1.05);
}
.longPoster_first_image .image_text {
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0 20px 0 20px;
}