@import url('style.css');
/* 导航栏 */

body {
    font-family: Arial, Helvetica, sans-serif;
    /* background-color: #FFF; */
    background-color: #F3F3F3;
    /* margin: 0px; */
}

.header {
    background: #fff;
    height: 134px;
}

/* content */
.v_img {
    object-fit: cover!important;
    width: 100%;
    height: 100%;
}

/* spiper */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper_text {
    display: flex;
    flex-direction: column;
    /*height: 148px;*/
    height: 171px;
    justify-content: space-around;
    padding-right: 20px;
    padding-left: 10px;
    cursor: pointer;
    padding-top: 23px;
}
.swiper_text .cc_title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 3rem;
}

.swiper_text .cc_text {
    margin: 0;
    margin-bottom: 28px;
    /* justify-content:space-around!important; */
}

.bannerBox .swiper-slide-thumb-active2 {
    color: #FFFFFF;
    text-align: left;
}

.bannerBox .cc_text .cc_text_info {
    color: unset;
}

.swiper-slide {
    text-align: center;
    font-size: 2.2rem;
    background: #fff;
    font-weight: 500;
    /* height: 200px; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: center;
    cursor: pointer;
    /* margin-top: 2px; */
    border-radius: 2px;
}

/* content1 */

#content {
    max-width: 1168px;
    margin: 30px auto auto auto;
    min-height: 600px;
}

.crumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2rem;
    color: #A0A0A0;
}

.crumbs a {
    color: #A0A0A0;
}

.c_swipe_pics {
    height: fit-content;
    background-color: violet;
    margin: auto;
    width: 100%;
}

.c_title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    /* margin-right: 16px; */
}

.c_topic {
    margin-right: 0;
}

.c_title .ct_title {
    color: #333333;
    font-weight: bold;
    font-size: 1.8rem;
}

.c_title .ct_more, .c_title .ct_more a {
    color: #A0A0A0;
    font-size: 1.5rem;
}

.c_title_page {
    /* margin-right: 8px;
    margin-left: 8px; */
}

.c_content1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.video_object_pos{
    object-position: top;
}


.c_content1::after {
    content: '';
    flex: auto;
}

.c_card {
    width: 276px;
    min-height: 270px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    cursor: pointer;
    margin-right: 2rem;
    width: -webkit-calc((100% - 0.55rem*4)/ 4);
    width: calc((100% - 2rem*4)/ 4);
}

.c_card:hover, .c_card2 a {
    -webkit-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.c_card:hover, .c_card2 a:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
    -webkit-transform: translate(0, -7px) !important;
    transform: translate(0, -7px) !important;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

/* .c_content1_page {
    justify-content: flex-start;
} */

.c_content1_page .c_card {
    /* margin-right: 8px;
    margin-left: 8px; */
    margin-right: 2rem;
    width: -webkit-calc((100% - 0.55rem*4)/ 4);
    width: calc((100% - 2rem*4)/ 4);
}

.cc_play_icon {
    position: relative;
}

.cc_play_icon img {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.7;
    z-index: 100;
    border-radius: 45px;
    left: 43%;
    margin-top: 21%;
}

.cc_img {
    width: 100%;
    height: 142px;
    overflow: hidden;
}

.cc_text {
    margin: 12px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: flex-end;
}

.cc_text2{
    justify-content: center;
}

.noimg_content {
    position: relative;
    top: -13px;
    font-size: 1.4rem;
    color: #A0A0A0;
    min-height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.cc_text .cc_text_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #212121;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 54px;
}

.cc_text .cc_text_info {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 1.2rem;
    color: #A0A0A0;
}

.cc_text .cc_text_info_name {
    margin-right: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.cc_text .cc_text_info_time {
    margin-right: 10px;
    white-space:nowrap
}
.cc_text .original {
    margin-right: 10px;
    color: #CB383A;
    white-space:nowrap
}

.line {
    width: 100%;
    height: 1px;
    background-color: #EDEBEB;
    margin-top: 20px;
    margin-bottom: 7px;
}
.line2 {
    width: 100%;
    height: 1px;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 7px;
}

/* content2 */

.content2 {
    display: flex;
    justify-content: flex-start;
}

.content2 .c2_1 {
    /* flex: 3 1 auto; */
    /* margin-right: 15px; */
    display: flex;
    flex-direction: column;
    min-width: 795px;
}

.content2 .c2_1_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content2 .c2_1_con::after {
    content: '';
    width: 31.8%;
}

.content2 .c2_1_con_page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content2 .c2_1_con_page::after {
    content: '';
    flex: auto;
}

.content2 .c2_2 {
    /* flex: 1 1 auto; */
    margin-left: 30px;
    text-align: center;
    min-width: 345px;
}

.c_card2 a{
    width: 253px;
    min-height: 262px;
    background-color: #FFFFFF;
    margin-bottom: 16px;
    /* margin-right: 16px; */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.c_card2_page {
    width: 253px;
    min-height: 250px;
    background-color: #FFFFFF;
    margin-bottom: 16px;
    /* margin-right: 16px; */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
    width: -webkit-calc((100% - 0.55rem*4)/ 4);
    width: calc((100% - 2rem*4)/ 4);
    justify-content: flex-end;
}

.content2 .c2_2_con {
    min-width: 345px;
}

.content2 .c2_2_con::after {
    content: '';
    width: 100%;
}

.c_card_topic {
    width: 345px;
    height: 194px;
    margin-bottom: 16px;
}

.sl_topic {
    margin-bottom: 16px;
}

.cc_img_topic {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.cc_img_topic .van-image {
    height: 194px;
    object-fit: cover;
}

.cc_text_topic {
    color: #A0A0A0;
    font-size: 1.54em;
}

.van-image img {
    object-fit: cover !important;
}

.van-image {
    height: 100%;
    object-fit: cover;
}


/* more */

.more {
    width: 795px;
    height: 52px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.more_page {
    width: 98.5%;
    /* margin-right: 8px; */
    /* margin-left: 8px; */
}

.loading_btn {
    color: #CB383A;
    font-size: 1.6rem;
}

.footer {
    background: #fff;
    height: 285px;
    margin-top: 60px;
    border-top: solid 2px #CB383A;
}

/* special */

.c_bar, .c_bar a {
    cursor: pointer;
    align-items: center;
    margin: 0px 0 10px;
    color: #A0A0A0;
}

.specialDetail-con {
    width: 100%;
    background: white;
    margin-top: 20px;
}

.specialDetail-con .coverImg {
    width: 100%;
    min-height: 456px;
    max-height: 500px;
    object-fit: cover;
}

.spd-title {
    color: #212121;
    font-size: 3.8rem;
    margin: 38px 30px;
    font-weight: 600;
}

.spd-tag {
    display: flex;
    margin: 38px 30px;
    font-size: 1.8rem;
    flex-wrap: wrap;
    width: 80%;
}

.spd-tag a {
    margin: 10px;
    font-size: 1.8rem;
    border-radius: 1px;
    padding: 12px 16px;
    color: #333333;
    border: 1px solid #A0A0A0;
    font-weight: 500;

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}
.spd-tag a:hover {
    box-shadow: 0 0 6px rgb(0 0 0 / 60%);
}