body {
    margin: 0px;
}

.header {
    width: 100%;
    height: 660px;
    background: url(../img/header.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.meeting {
    width: 100%;
    height: 701px;
    /* background: linear-gradient(0deg, #D9EFFF 0%, #FFE2DE 100%); */
}

.meeting .title {
    padding-top: 70px;
    padding-bottom: 47px;
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #D71412;
}

.meeting .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.meeting .content .left {
    position: absolute;
    top: 42px;
    width: 580px;
    height: 400px;
    /* background: url(../img/header.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    z-index: 2;
}

img {
    width: 100%;
    height: 100%;
}

.meeting .content .auto {
    position: absolute;
    right: 17px;
    top: 0;
    width: 644px;
    height: 464px;
    border: 4px solid #D71412;
    opacity: 0.6;
    z-index: 1;
}

.meeting .content .right {
    position: absolute;
    right: 0;
    top: 18px;
    width: 642px;
    height: 462px;
    border: 2px solid #D71412;
    opacity: 0.6;
    z-index: 1;
}

.meeting .content .right .textbox {
    padding-left: 60px;
    padding-top: 43px;
}

.meeting .content .right .textbox .tab {
    width: 530px;
    height: 48px;
    background: #F2F2F2;
    border-radius: 6px;
}

.meeting .content .right .textbox .tab .text {
    float: left;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #6A6A6A;
    line-height: 47px;
    padding-left: 31px;
    padding-right: 31px;
    cursor: pointer;
}

.characters {
    width: 530px;
    height: 197px;
    font-size: 18px;
    font-weight: 400;
    color: #6A6A6A;
    line-height: 32px;
    overflow: hidden;
    margin-top: 32px;
    position: relative;
}

.charactersTitle {
    color: #6b6b6b;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.charactersContent {
    text-overflow: ellipsis;
    display:-webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; 
    text-indent: 4ch;
}

.btn {
    position: absolute;
    right: 0;
    bottom: 5px;
    cursor: pointer;
    color: red;
    background-color: #fff;
}

.botton {
    width: 100px;
    height: 30px;
    border: 1px solid #D71412;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #D71412;
    margin-top: 30px;
    margin-left: 420px;
}

.meeting .content .right .textbox .tab .chenge {
    height: 48px;
    background: linear-gradient(270deg, #FACC22 0%, #E40102 100%);
    border-radius: 6px;
    color: #FFFFFF;
}

.dwgzh {
    width: 100%;
    height: 1160px;
    background: url(../img/gzh_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dwgzhTitle {
    width: 646px;
    height: 34px;
    font-size: 36px;
    font-weight: bold;
    /* background-color: red; */
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 48px;
}

.titleColor {
    color: #6A6A6A;
    font-size: 30px;
    cursor: pointer;
}

.titleColorChange {
    color: #D71412 !important;
    font-size: 36px !important;
}

.contertBox {
    width: 1200px;
    height: 992px;
    background: #FFFFFF;
    margin: 0 auto;
}

.commentLeft {
    width: 600px;
    height: 360px;
    float: left;
}

.commentRight {
    width: 600px;
    height: 360px;
    float: right;
}

.fangtan {
    /* width: 48px; */
    width: 300px;
    height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: transparent;
    /* line-height: 47px; */
    background: linear-gradient(0deg, #F83600 0%, #FACC22 30.70703125%);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    padding-left: 30px;
    padding-top: 48px;
}

.zdh {
    font-size: 24px;
    font-weight: bold;
    color: transparent;
    /* line-height: 47px; */
    background: linear-gradient(0deg, #F83600 0%, #FACC22 70.70703125%);
    -webkit-background-clip: text;
}

.interview {
    width: 1200px;
    height: 632px;
    /* height: 554px; */
    position: relative;
}

.pic {
    position: absolute;
    width: 420px;
    height: 250px;
    background: #FFFFFF;
    border-radius: 6px;
    left: 139px;
    top: 50px;
}

.jdt {
    position: absolute;
    width: 6px;
    height: 80px;
    background: linear-gradient(180deg, #FACC22 0%, #E40102 100%);
    border-radius: 2px;
    left: 595px;
    top: 160px;
}

.faibiao {
    position: absolute;
    top: 170px;
    left: 623px;
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #D71412;
}

.zhiwei {
    position: absolute;
    top: 210px;
    left: 623px;
    height: 19px;
    font-size: 20px;
    font-weight: 400;
    color: #6A6A6A;
}

.leftArrow {
    position: absolute;
    width: 26px;
    height: 50px;
    left: 26px;
    top: 47px;
    cursor: pointer;
}

.lb {
    position: absolute;
    /* width: 1105px; */
    width: 1065px;
    /* height: 164px; */
    height: 160px;
    border-radius: 6px;
    /* background-color: red; */
    /* left: 58px; */
    left: 70px;
    overflow: hidden;
}

.mrxzstyle {
    /* width: 210px !important; */
    width: 270px !important;
    /* height: 164px !important; */
    height: 160px !important;
    margin-right: 11px !important;
    margin-top: 0px !important;
}

.startstyle {
    float: left;
    /* width: 200px; */
    width: 250px;
    /* height: 144px; */
    height: 150px;
    border-radius: 6px;
    margin-right: 15px;
    margin-top: 5px;
    /* cursor: ; */
    cursor: pointer;
}

.rightArrow {
    position: absolute;
    width: 26px;
    height: 50px;
    right: 26px;
    top: 47px;
    cursor: pointer;
}

.floot {
    background-color: #BF0806;
    height: 160px;
    width: 100%;
}

.floot .text {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #FFF5DE;
    line-height: 30px;
}

.block {
    display: block;
}

.none {
    display: none;
}

.content_echo {
    width: 1200px;
    height: 579px;
    margin: 0 auto;
}

.echo_title {
    text-align: center;
}

.echo_title span {
    display: inline-block;
    margin-top: 86px;
    width: 212px;
    height: 34px;
    font-size: 36px;
    font-weight: bold;
    color: #D71412;
    font-family: AlimamaShuHeiTi-Bold;
    line-height: 14px;
}

.echo_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.echo_content_spacing {
    cursor: pointer;
    margin-bottom: 20px;
}

.spacing {
    margin-top: 40px;
}

.echo_content_spacing span {
    width: 519px;
    position: absolute;
    margin-left: -538px;
    height: 66px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #6A6A6A;
    line-height: 66px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.echo_footer {
    margin-top: 30px;
}

.echo_footer_bt {
    cursor: pointer;
    margin: 0 auto;
    width: 140px;
    height: 42px;
    background: #D71412;
    border: 1px solid #D71412;
    border-radius: 6px;
    text-align: center;
}

.echo_footer_bt span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
}

.centent_scene_pic {
    background-image: url(../img/dh_bg.png);

}

.centent_scene {
    width: 1200px;
    height: 820px;
    margin: 0 auto;

}

.scene_pic_item {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.pic_item_left {
    width: 860px;
    height: 573px;
    border: 12px solid #E9D7AC;
    border-radius: 20px;
    overflow: hidden;
}

.pic_item_left img {
    /* cursor: pointer; */
    width: 860px;
    height: 573px;
    background: #FFFFFF;
}

.pic_item_right {
    width: 272px;
    height: 573px;
    background: #E9D7AC;
    border: 12px solid #E9D7AC;
    border-radius: 20px;
}

.pic_firstone {
    width: 21px;
    height: 40px;
    margin: 0 auto;
    margin-top: -10px;

}

.pic_firstone img {
    cursor: pointer;
    width: 21px;
    height: 40px;
    transform: rotate(90deg);
}

.pic_lastone {
    margin: 0 auto;
    width: 21px;
    height: 40px;
    margin-top: -2px;

}

.pic_lastone img {
    cursor: pointer;
    width: 21px;
    height: 40px;
    transform: rotate(270deg);
}

/* ul */
.pic_cent {
    height: 512px;
    overflow: hidden;
    padding-inline-start: 0px;
    position: relative;
    margin: 0;
}

/* li */
.pic_centent {
    margin: 0;
    list-style-type: none;
}

.pic_item_right .pic_centent img {
    /* cursor: pointer; */
    width: 276px;
    height: 160px;
    background: #FDFAF3;
    margin-bottom: 10px;
}

.zzc {
    width: 276px;
    height: 176px;
    opacity: 0.4;
}



a {
    text-decoration: none;
}

.meeting .content .right .textbox .tab {
    display: flex;
    justify-content: space-between;
}

.meeting .content .right .textbox .tab .text {
    padding: 0 30px;
}

.botton a {
    color: #D71412;
}

.echo_content_spacing span a {
    color: #6A6A6A;
}

.echo_footer_bt span a {
    color: #FFFFFF;
}

.echo_footer_bt {
    display: inline-block;
}

.echo_footer {
    width: 1200px;
    text-align: center;
}

video {
    width: 100%;
    height: 335px;
    overflow: hidden;
    background-size: cover;
}

.rightArrow {
    transform: rotate(180deg);
}

.zdh a {
    color: transparent;
}

.allpelpol_title {
    width: 48px;
    height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: transparent;
    /* line-height: 47px; */
    background: linear-gradient(0deg, #F83600 0%, #FACC22 30.70703125%);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    padding-left: 30px;
    padding-top: 48px;
}

.VideoBtn {
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 10;
}