﻿.wt
{
    width: 100%;
    height: 100%;
}
ul, li
{
    list-style: none;
}/* 主题样式 */
.banner_box
{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    min-width: 1350px;
    margin: auto;
    height: 657px;
    text-align: center;
    background: url('../image/d30426893d2043939080147ad09b83ba_wh1920x657.png') no-repeat;
    background-size: 100% 100%;
}
@media(max-width: 1700px)
{
    .banner_box
    {
        height: 530px;
    }
}
@media(max-width: 1550px)
{
    .banner_box
    {
        height: 480px;
    }
}
@media(max-width: 1400px)
{
    .banner_box
    {
        height: 450px;
    }
}
@media(max-width: 1200px)
{
    .banner_box
    {
        height: 450px;
    }
}
.wrapper
{
    width: 1200px;
    margin: 59px auto;
}
.concert_content
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_left
{
    width: 600px;
    height: 390px;
}
.content_left img
{
    width: 100%;
    height: 390px;
}/*  */
.content_rigth
{
    width: 543px;
    height: 384px;
    margin-top: 44px;
}
.content_rigth_items:first-child
{
    margin-bottom: 50px;
}
.content_rigth_top
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0 24px;
}
.rigth_top_title
{
    width: 122px;
    height: 28px;
    line-height: 22px;
    padding: 5px 0 3px 15px;
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0;
    color: #555;
    border-left: 2px solid #0099e7;
}
.rigth_top_more
{
    line-height: 22px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0;
    color: #666;
    cursor: pointer;
}
.content_rigth_bottom
{
    display: flex;/* justify-content: space-between; */
    margin-bottom: 18px;
}
.rigth_bottom_time
{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #999;
}
.rigth_bottom_main_title
{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 440px;
    margin: 0 0 0 26px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #555;
    cursor: pointer;
}
.rigth_bottom_main_title a
{
    color: #555;
}/* 视频回顾 */
.video_review
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 160px 0 0 8px;
}
.video_review_title
{
    width: 185px;
    padding: 0 0 0 18px;
    border-left: 2px solid #0099e7;
}
.review_title_chinese
{
    display: flex;
    justify-content: space-between;
    height: 29px;
    line-height: 29px;
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0;
    color: #555;
}
.review_title_chinese img
{
    width: 19px;
    height: 22px;
}
.review_title_english
{
    line-height: 22px;
    margin: 7px 0 0 0;
    font-size: 26px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0;
    color: #999;
}
.video_review_more
{
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0;
    color: #666;
    cursor: pointer;
}/* 轮播 */
.video_review_swiper
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1300px;
    margin: 72px auto 0;
    padding-bottom: 66px;
}
.video_review_swiper img
{
    width: 20px;
    height: 40px;
}
.carousel
{
    position: relative;
    overflow: hidden;
}
.carousel ul
{
    display: flex;
    align-items: self-end;
    width: 1164px;
    margin: auto;
}
.carousel ul li
{
    margin-right: 48px;
    border: solid 2px #0099e7;
}
.carousel ul li img, .carousel ul li video
{
    width: 231px;
    height: 140px;
    margin: 13px 10px;
}