@font-face {
    font-family: "思源黑体 Medium";/*思源黑体 */
    src: url("../../fonts/SOURCEHANSANSSC-MEDIUM.OTF");
}
@font-face {
    font-family: "思源黑体 light";/*思源黑体 */
    src: url("../../fonts/SOURCEHANSANSSC-LIGHT.OTF");
}
@font-face {
    font-family: "思源黑体 Bold";/*思源黑体 */
    src: url("../../fonts/SOURCEHANSANSSC-BOLD.OTF");
}
/*轮播图部分样式*/
.swiper {
    width: 1400px;
    height: 580px;
    position: relative;
    top: 200px;
}
.img1 {
    width: 325px;
    height: 480px;
    position: relative;
    top: 10px;
    z-index: 2;
}
.img2 {
    position: absolute;
    left: 21%;
    z-index: 1;
}
.lunbo_content {
    width: 300px;
    height: 450px;
    position: absolute;
    top: 9%;
    left: 50%;
    z-index: 10;
}
.lunbo_newslist {
    font-family:"思源黑体 Medium", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    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%;
    font-family:"思源黑体 Medium", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    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-family:"思源黑体 light", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #f8f6cc;
}
.lunbo_editor {
    position: absolute;
    top: 48%;
    left: 10%;
    font-family:"思源黑体 light", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #f8f6cc;
}
.lunbo_view {
    position: absolute;
    top: 56%;
    left: 10%;
    font-family:"思源黑体 light", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #f8f6cc;
}
.more{
    width: 70px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    position: absolute;
    top: 80%;
    left: 10%;
    font-family:"思源黑体 light", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    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: 500px;
    background-image: url("../../image/jiuquanshi/rongmei/left.png");
}

.swiper-button-next {
    right: 500px;
    background-image: url("../../image/jiuquanshi/rongmei/right.png");
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-pagination-fraction {
    font-size: 22px;
    color: #863426;
}
.swiper-pagination-current {
    font-size: 26px;
    font-weight: bold;
    color: #863426;
}

/*  海报部分样式*/
.poster {
    position: relative;
    top: 100px;
    margin-top: 100px;
    height: 1750px;
}
.poster_title {
    height: 100px;
    line-height: 100px;
    background: url("../../image/jiuquanshi/rongmei/poster_title.png")no-repeat center;
    font-family:"思源黑体 Bold", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #863426;
    text-align: center;
}
.poster_content {
    height: auto;
}
/*第一部分横图*/
.shortPoster_first {
    height: 275px;
    margin-bottom: 30px;
}
.shortPoster_first_title {
    height: 65px;
    background: url("../../image/jiuquanshi/rongmei/second_title.png")no-repeat left;
}
.shortPoster_first_title p {
    font-family:"思源黑体 Medium", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #863426;
    width: 500px;
    text-align: center;
}
.shortPoster_first_more a{
    font-size: 16px;
    color: #863426;
    float: right;
    font-weight: bold;
}
.shortPoster_first_image {
    display: flex;
    width: 1200px;
    height: 180px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.shortPoster_first_image .image_border {
    width: 230px;
    height: 180px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 10px #f3f0ee;
    overflow: hidden;
}
.shortPoster_first_image .image_border img {
    width: 230px;
    height: 130px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    transition: all .5s;
}
.shortPoster_first_image .image_border img:hover {
    transform-origin: center;
    transform: scale(1.05);
}
.shortPoster_first_image .image_text {
    line-height: 50px;
    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;
}
/*第一部分长图*/
.longPoster_first {
    height: 450px;
    margin-bottom: 30px;
}
.longPoster_first_title {
    height: 65px;
    background: url("../../image/jiuquanshi/rongmei/second_title2.png")no-repeat left;
}
.longPoster_first_title p {
    font-family:"思源黑体 Medium", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #863426;
    width: 550px;
    text-align: center;
}
.longPoster_first_more a{
    font-size: 16px;
    color: #863426;
    float: right;
    font-weight: bold;
}
.longPoster_first_image {
    display: flex;
    width: 1200px;
    height: 380px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.longPoster_first_image .image_border {
    width: 230px;
    height: 380px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 10px #f3f0ee;
    overflow: hidden;
}
.longPoster_first_image .image_border img {
    width: 230px;
    height: 330px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    transition: all .5s;
}
.longPoster_first_image .image_border img:hover {
    transform-origin: center;
    transform: scale(1.05);
}
.longPoster_first_image .image_text {
    line-height: 50px;
    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;
}
/*第二部分长图*/
.longPoster_second {
    height: 450px;
    margin-bottom: 30px;
}
.longPoster_second_title {
    height: 65px;
    background: url("../../image/jiuquanshi/rongmei/second_title3.png")no-repeat left;
}
.longPoster_second_title p {
    font-family:"思源黑体 Medium", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #863426;
    width: 670px;
    text-align: center;
}
.longPoster_second_more a{
    font-size: 16px;
    color: #863426;
    float: right;
    font-weight: bold;
}
.longPoster_second_image {
    display: flex;
    width: 1200px;
    height: 380px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.longPoster_second_image .image_border {
    width: 230px;
    height: 380px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 10px #f3f0ee;
    overflow: hidden;
}
.longPoster_second_image .image_border img {
    width: 230px;
    height: 330px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    transition: all .5s;
}
.longPoster_second_image .image_border img:hover {
    transform-origin: center;
    transform: scale(1.05);
}
.longPoster_second_image .image_text {
    line-height: 50px;
    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;
}
/*第二部分横图*/
.shortPoster_second {
    height: 275px;
    margin-bottom: 30px;
}
.shortPoster_second_title {
    height: 65px;
    background: url("../../image/jiuquanshi/rongmei/second_title4.png")no-repeat left;
}
.shortPoster_second_title p {
    font-family:"思源黑体 Medium", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #863426;
    width: 500px;
    text-align: center;
}
.shortPoster_second_more a{
    font-size: 16px;
    color: #863426;
    float: right;
    font-weight: bold;
}
.shortPoster_second_image {
    display: flex;
    width: 1200px;
    height: 180px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.shortPoster_second_image .image_border {
    width: 230px;
    height: 180px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 10px #f3f0ee;
    overflow: hidden;
}
.shortPoster_second_image .image_border img {
    width: 230px;
    height: 130px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    transition: all .5s;
}
.shortPoster_second_image .image_border img:hover {
    transform-origin: center;
    transform: scale(1.05);
}
.shortPoster_second_image .image_text {
    line-height: 50px;
    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;
}
/*H5部分样式*/
/*  海报部分样式*/
.H5 {
    position: relative;
    height: 700px;
}
.H5_title {
    height: 100px;
    line-height: 100px;
    background: url("../../image/jiuquanshi/rongmei/poster_title.png")no-repeat center;
    font-family:"思源黑体 Bold", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #863426;
    text-align: center;
    margin-bottom: 20px;
}
.H5_content {
    height: auto;
}
.H5_longPoster {
    height: 450px;
    margin-bottom: 30px;
}
.H5_longPoster_image {
    display: flex;
    width: 1200px;
    height: 380px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.H5_longPoster_image .image_border {
    width: 230px;
    height: 380px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 10px #f3f0ee;
    overflow: hidden;
}
.H5_longPoster_image .image_border img {
    width: 230px;
    height: 330px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    transition: all .5s;
}
.H5_longPoster_image .image_border img:hover {
    transform-origin: center;
    transform: scale(1.05);
}
.H5_longPoster_image .image_text {
    line-height: 50px;
    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;
}