@charset "utf-8";
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsisMore {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.crumbs {
    width: 1170px;
    margin: 0 auto;
    padding: 10px;
}
.crumbs a {
    padding: 20px 0 20px 0;
    font-size: 14px;
    color: #333333 !important;
}
.crumbs .back_list:after,
.crumbs .back_list:before {
    color: #CCCCCC;
    content: ">";
    padding: 0 5px;
}
.crumbs .active {
    font-size: 14px;
    color: #2196f3 !important;
}
.wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #F5F6F9;
}
.wrap .detail_title {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
    padding: 46px 0 20px 0;
}
.wrap .detail_title .active_name {
    font-size: 18px;
    font-weight: 600;
    color: #010101;
}
.wrap .detail_title .active_time_city {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
}
.wrap .detail_title .active_time_city img {
    margin-right: 10px;
    vertical-align: bottom;
}
.swiper-container {
    width: 1170px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.video_slide {
    width: 750px;
    height: 420px;
}
.video_slide .mask {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
    background: #000000;
    opacity: 0.5;
    width: 750px;
    height: 420px;
    margin: 0 auto;
    z-index: 99;
}
.video_slide .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 50px;
}
.swiper-slide {
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 1170px;
    height: 460px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(205,207,208,0.3);
    border-radius: 5px;
    padding: 20px 0;
}
.swiper-slide video {
    width: 750px;
    height: 420px;
}
.prev {
    left: 80px !important;
    background: url("../../activeV2/img/d_left.png") no-repeat !important;
}
.next {
    right: 80px !important;
    background: url("../../activeV2/img/d_right.png") no-repeat !important;
}
.tab-container {
    width: 1170px;
    background-color: #ffffff;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 120px;
}
.tab-container span.tab {
    font-size: 16px;
    color: #010101;
    margin-right: 90px;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 10px;
}
.tab-container span.tab.active {
    border-bottom: 4px solid #1E88E5;
}
.related_img_con {
    width: 1174px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.related_img_con li {
    cursor: pointer;
    padding-top: 30px;
    margin-right: 47px;
}
.related_img_con li:nth-child(3n) {
    margin-right: 0 !important;
}
.related_img_con li img {
    width: 360px;
    height: 240px;
}
.see_more_img {
    font-size: 20px;
    font-weight: 400;
    color: #1E88E5;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}
.see_img_all {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #278DE6;
    border: 0px solid #FFFFFF;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 54px auto 0 auto;
    text-align: center;
    cursor: pointer;
}
.see_img_all img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 10px;
}
.modal {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
}
.btn_close {
    text-align: center;
    color: #fff;
    background-color: #1e88e5;
    border-color: #1e88e5;
    padding: 8px;
    width: 80px;
    font-size: 16px;
    margin: 20px auto 0 auto;
    cursor: pointer;
}
.swiper-prev {
    left: 80px !important;
}
.swiper-next {
    right: 80px !important;

}
.back_video {
    margin: 0 auto 15px auto;
}
.back_video .outter {
    display: none;
}
.back_video .prism-setting-btn,
.back_video .prism-play-btn.playing,
.back_video .prism-play-btn,
.back_video .prism-fullscreen-btn {
    height: 24px !important;
    width: 24px !important;
}
.back_video .prism-setting-btn {
    background: url("../../activeV2/img/setting.png") center no-repeat !important;
    background-size: contain !important;
}
.back_video .prism-play-btn.playing {
    background: url("../../activeV2/img/smallpause.png") no-repeat !important;
    background-size: contain !important;
}
.back_video .prism-play-btn {
    background: url("../../activeV2/img/smallplay.png") no-repeat !important;
    background-size: contain !important;
}
.back_video .prism-cc-btn {
   display: none;
}
.back_video .prism-fullscreen-btn {
    background-image: url("../../activeV2/img/fullscreen.png") !important;
    background-repeat: no-repeat;
}
.back_video .volume-icon {
    background: url("../../activeV2/img/volume.png") !important;
    background-size: contain !important;
}
.project_hg {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    padding: 10px 0;
}
.project_hg .hg_title {
    text-align: center;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #010101;
}

.hg_title::after {
    content: '';
    display: block;
    width: 38px;
    height: 4px;
    background: #1E88E5;
    margin: 6px auto 0 auto;
}
.project_hg .hg_con {
    padding: 20px 30px 10px 45px;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    border: none;
    background: #fff;
    overflow: hidden;
    white-space: pre-wrap; /* 保留空格和换行，并允许自动换行 */
    word-wrap: break-word; /* 长词换行 */
    overflow-wrap: break-word; /* 支持较新的浏览器 */
    text-indent: 2em;
}
