.news-show-content .news-video {
    width: 66%;
}
.news-show-content .news-pic-list {
    width: 32%;
}
.news-content {
    line-height: 1.8rem;
    color: var(--gray-color);
}
.news-content img {
    max-width: 100%;
}
.zhanyao {
    font-size: .875rem;
    line-height: 1.8rem;
    color: var(--gray-color);
}
.home-adv {
    max-height: 160px;
    overflow: hidden;
}
.home-adv img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.home-adv span {
    position: absolute;
    top: 0;
    right: .7rem;
    padding: 0 .5rem;
    background: var(--light-gray-color);
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.list-adv-biaoqian {
    position: relative;
}
.list-adv-biaoqian span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 .5rem;
    background: var(--light-gray-color);
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.news-box-pic-txt {
    width: 64%;
}
.news-box-item {
    width: 32%;
}
.news-box-pic {
    width: 56%;
}
.news-box-txt {
    width: 40%;
}
.news-box-tl h3 {
    margin-bottom: 0;
}
.news-box-item .list-group-item-line:last-child {
    border-bottom: none;
}
.news-box-item .list-group-item {
    padding: 0 0 1.5rem 0;
}
.w-tougao-72 {
    width: 72%;
}
.w-tougao-28 {
    width: 28%;
}
.w-lg-74 {
    width: 64%;
}
.w-lg-26 {
    width: 36%;
}
@media (min-width: 768px) {
    .wm-50 {
        width: 50%;
    }
    .w-60 {
        width: 60%;
    }
    .w-65 {
        width: 65%;
    }
    .w-40 {
        width: 40%;
    }
    .w-70 {
        width: 70%;
    }
    .w-30 {
        width: 30%;
    }
    .w-32 {
        width: 32%;
    }
    .w-28 {
        width: 32%;
    }
}
@media (max-width: 991px) {
    .w-28 {
        width: 40%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .w-70 {
        width: 60%;
    }
    .w-30 {
        width: 40%;
    }
    .w-32 {
        width: 48%;
    }
}
/*活动*/
.bg-gray {
    background: var(--light-gray-color);
}



@media (min-width: 768px) {
    .h54 {
        min-height: 54px;
    }
}
@media (max-width: 767px) {
    .news-show-content .news-video, .news-show-content .news-pic-list, .news-box-pic-txt,.news-box-item,.news-box-pic,.news-box-txt {
        width: 100%;
    }
    .w-32 {
        width: 100%;
    }
}
@media (max-width: 990px) and (min-width:768px) {
    .news-box-pic-txt,.news-box-item {
       width: 100%;
    }
    .news-box-pic {
        width: 34%;
    }
    .news-box-txt {
        width: 62%;
    }
}
@media (max-width: 991px) {
    .border-start {
        border: 0 !important;
    }
}
@media (min-width: 1024px) {
    .
}
/****************************通用**********************************/
.news-box-tl-more a {
    display: flex;
    border: 1px solid var(--line-color);
    border-radius: 5px;
    padding: .5rem 1rem;
    font-size: .875rem;
}
.news-box-tl-more a i {
    width: 1.2rem;
    height: 1.2rem;
}
.news-box-tl-more a:hover {
    border: 1px solid var(--light-red-color);
    color: var(--dark-red-color);
}




/*标题上线*/
.title-top-line {
    display: flex;
}
.title-top-line:before{
    content: "";
    display: block;
    height: 5px;
    width: 3rem;
    background: linear-gradient(135deg, var(--light-red-color) calc(86%), transparent calc(86%));
}
.title-top-line:after{
    content: "";
    display: block;
    height: 5px;
    width: calc(100% - 3rem);
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
}
/*标签*/
.tags {
    display: inline-block;
    background: var(--light-green-color);
    font-size: .75rem;
    border-radius: 5px;
}
.tags span {
    display: inline-block;
    padding: .1rem .8rem;
    margin: 0;
    white-space: nowrap;
}
.tags span.active {
    background: var(--light-red-color);
    border: 1px solid var(--dark-red-color);
    border-radius: 5px;
    color: #fff;
}
/*信息与日期*/
.info{
    font-size: .8125rem;
    white-space: nowrap;
    color: var(--gray-color);
}
.info span i {
    color: var(--gray-color);
    margin-right: .2rem;
}
.info-underline span:first-child {
    border-bottom: 1px solid var(--lighter-red-color);
}
.info-underline2 span {
    border-bottom: 1px solid var(--lighter-red-color);
}
.info-underline-0 span {
    border-bottom: none;
}
/****************************右侧栏开始**********************************/

/*右侧热门新闻模板一*/
.right-hot-news {
    background: var(--light-gray-color);
}
.right-hot-news-title a{
    color: var(--right-tl-color);
}
.right-hot-news-title a:hover {
    color: var(--title-color);
}
.list-unstyled li.right-hot-news-item {
    border-bottom: 1px solid var(--line-color);
    padding: 1.4rem 0;
}
.list-unstyled li:first-child {
    padding-top:1.5rem
}
.list-unstyled li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.list-unstyled li.right-hot-news-item .right-hot-news-img {
    width: 6.4rem;
}
.list-unstyled li.right-hot-news-item .right-hot-news-img2 {
    width: 50%;
}





/*右侧热门新闻模板二*/
.ol-list-unstyled li {
    margin-bottom: 1rem;
}
.ol-list-unstyled li:last-child {
    margin-bottom: 0;
}
.list-group-item-bg {
    background: var(--light-gray-color);
}
.list-group-item-line {
    border-bottom: 1px solid var(--line-color);
}
.list-group-item {
    padding:.5rem 1rem 1rem 1rem;
}
.list-group-numbered>.list-group-item::before {
    padding-top:.2rem;
    font-size: 1.5rem;
    color: var(--gray-color);
}
.img-1-1 {
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
}
.img-3-2 {
    aspect-ratio: 3/2;
    width: 100%;
    overflow: hidden;
}
.img-4-3 {
    aspect-ratio: 4/3;
    width: 100%;
    overflow: hidden;
}
.img-3-4,.adv-img-3-4 {
    aspect-ratio: 3/4;
    width: 100%;
    overflow: hidden;
}
.img-5-4 {
    aspect-ratio: 5/4;
    width: 100%;
    overflow: hidden;
}
.img-16-9 {
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden;
}
.othervideo iframe, .othervideo embed {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-9-16 {
    aspect-ratio: 9/16;
    width: 100%;
    overflow: hidden;
}
.img-1-1 img,.img-3-4 img,.img-4-3 img,.img-16-9 img,.img-9-16 img,.img-3-2 img,.img-5-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-3-2 video,
.img-4-3 video,
.img-16-9 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.adv-img-3-4 img {
    width: 100%;
    max-height: 100%;
}
/*图片上的了解更多按钮*/
.pic-more {
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white-color);
    border-radius: 20px;
    padding: .3rem 1.5rem;
    color: var(--text-color);
    font-size: .875rem;
}
.pic-more:hover {
    background: var(--light-red-color);
    color: var(--white-color);
}
/****************************右侧栏结束**********************************/
.home-read-info {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.6rem 1.4rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.home-read-info .news-title a{
    color: var(--white-color);
}
.home-read-info .info span,
.home-read-info .info span i{
    color: var(--gray-color);
}

/* 图片文字联动轮播样式 */
.photoImg-swiper {
    width: 68%;
    height: 415px;
}
.photoImg-swiper .swiper-button-next,
.photoImg-swiper .swiper-button-prev{
    color: var(--white-color);
}
.photoTxt-swiper {
    width: 32%;
    height: 415px;
}

.photoImg-swiper .swiper-slide {
    overflow: hidden;
}

.photoImg-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photoTxt-swiper .swiper-slide {
    background: var(--light-gray-color);
    border: 1px solid var(--line-color);
}
.photoTxt-swiper .swiper-slide .photoTxt-pic {
    width: 50%;
    height: 100%;
    padding: .2rem;
}
.photoTxt-swiper .swiper-slide .photoTxt-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%); /* 降低亮度，从而加深颜色 */
}
.photoTxt-swiper .swiper-slide .photoTxt-tl {
    width: 50%;
}
.photoTxt-swiper .swiper-slide .news-title {
    color: var(--gray-color);
    margin-left: .2rem;
    margin-right: .2rem;
    font-size: 1rem;
}
.photoTxt-swiper .swiper-slide.swiper-item-active {
    border: 1px solid var(--light-red-color);
}
.photoTxt-swiper .swiper-slide.swiper-item-active > .news-title {
    color: var(--title-color) ;
}
.photoTxt-swiper .swiper-slide.swiper-item-active > .photoTxt-pic img {
    filter: brightness(100%); /*恢复 */
}


@media (max-width: 767px) {
    .photoImg-swiper {
        width: 100%;
        height: 320px;
    }
    .photoTxt-swiper {
        width: 100%;
        height: 90px;
    }
    .photoTxt-swiper .swiper-slide .photoTxt-pic {
        width: 40%;
    }
}

/*pic-pp-show*/
.pic-pp-show {
    width: 30%;
}
.pic-pp-show > div > img {
    border: 1px solid var(--text-color);
}
@media (max-width: 767px) {
    .pic-pp-show {
        width: 100%;
    }
}
.read-touGao {
    background: var(--light-red-color);
}
.read-touGao-box > div {
    width: 48%;
}
.read-touGao-box > div:nth-child(even) {
    margin: 0 calc(100% - 98%);
}
.read-touGao-box > div:nth-child(n+3) {
    margin-top: 2rem;
}
.read-touGao-box > div.read-touGao-item > div:first-child {
    width: 40%;
}
.read-touGao-box > div.read-touGao-item > div:last-child {
    width: 60%;
}
.read-touGao h3 span {
    width: 2rem;
    height: .2rem;
}
@media (max-width: 767px) {
    .read-touGao-box > div {
        width: 100%;
    }
    .read-touGao-box > div:nth-child(even) {
        margin: 0;
    }
    .read-touGao-box > div:nth-child(n+2) {
        margin-top: 1rem;
    }
}
.employment-swiper {
    width: 78%;
    height: 400px;
    overflow: hidden;
}
.employment-swiper-abbr {
    width: 20%;
    height: 400px;
}
.photoInfo-swiper {
    width: 100%;
    height: 620px;
    overflow: hidden;
}
.photoInfo-imgshow img{
    object-fit:scale-down;
}
.photoInfo-swiper-abbr {
    height: 620px;
}
.employment-swiper .swiper-slide,
.photoInfo-swiper .swiper-slide{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.employment-swiper .swiper-slide > div {
    background: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.photoInfo-swiper .swiper-slide{
    border-radius: 0;
}

.employment-swiper .swiper-slide img,
.photoInfo-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.photoInfo-swiper .swiper-slide img {
    max-width: 100%;
    height: 500px;
}

.employment-swiper-abbr .swiper-slide,
.photoInfo-swiper-abbr .swiper-slide {
    box-sizing: border-box;
    padding-left: 15px;
    transition: border 0.3s ease;
    border-radius: 4px;
}
.photoInfo-swiper-abbr .swiper-slide {
    border-radius: 0;
}
.employment-swiper-abbr .swiper-slide img,
.photoInfo-swiper-abbr .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    filter: brightness(50%); /* 降低亮度，从而加深颜色 */
}
.photoInfo-swiper-abbr .swiper-slide img{
    border-radius: 0;
}
/* 就业板块缩略图激活状态样式 */
.employment-swiper-abbr .swiper-slide.swiper-item-active,
.photoInfo-swiper-abbr .swiper-slide.swiper-item-active{
    position: relative;
}
.employment-swiper-abbr .swiper-slide.swiper-item-active img,
.photoInfo-swiper-abbr .swiper-slide.swiper-item-active img{
    border: 2px solid var(--light-red-color);
    border-radius: 4px;
    filter: brightness(100%); /* 恢复 */
}
.photoInfo-swiper-abbr .swiper-slide.swiper-item-active img{
    border-radius:0;
}
/* 过渡效果 */
.employment-swiper-abbr .swiper-slide,
.photoInfo-swiper-abbr .swiper-slide{
    transition: border 0.3s ease;
}
.employment-swiper-abbr .swiper-slide.swiper-item-active:before,
.photoInfo-swiper-abbr .swiper-slide.swiper-item-active:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 12px solid var(--light-red-color);
}
.photoInfo-swiper-abbr .swiper-slide.swiper-item-active:before{
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-right: 15px solid var(--light-red-color);
}
@media (min-width: 768px) and (max-width: 991px) {

    .photoInfo-swiper,
    .photoInfo-swiper-abbr {
        height: 480px;
    }
    .photoInfo-swiper-abbr .swiper-slide.swiper-item-active:before {
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
    }
    .photoInfo-swiper .swiper-slide img {
        max-width: 100%;
        height: 370px;
    }
}
@media (max-width: 767px) {
    .employment-swiper,
    .photoInfo-swiper {
        height: 300px;
    }
    .photoInfo-swiper {
        height: 500px;
    }
    .photoInfo-swiper .swiper-slide img {
        max-width: 100%;
        height: 360px;
    }
    .employment-swiper-abbr,
    .photoInfo-swiper-abbr{
        height: 80px;
    }
    .employment-swiper-abbr .swiper-slide,
    .photoInfo-swiper-abbr .swiper-slide {
        padding-left: 0;
        padding-top: 15px;
    }
    .employment-swiper-abbr .swiper-slide.swiper-item-active:before,
    .photoInfo-swiper-abbr .swiper-slide.swiper-item-active:before {
        left: 50%;
        top: -55px;
        transform: translate(-50%,0);
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 10px solid var(--light-red-color);
    }
    .photoInfo-swiper-abbr .swiper-slide.swiper-item-active:before {
        top: -65px;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
    }
}


.employment-left-box > div.employment-item {
    width: 48%;
}
.employment-left-box > div.employment-item:nth-child(even) {
    margin-left: calc(100% - 96%);
}
.employment-item {
    /*background: var(--light-gray-color);*/
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--light-green-color);
}
.employment-right-item-box .employment-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.employment-item > div:first-child {
    width: 66%;
}
.employment-item > div:last-child {
    width: 30%;
}

@media (max-width: 767px) {
    .employment-left-box > div.employment-item {
        width:100%;
    }
    .employment-left-box > div.employment-item:nth-child(even) {
        margin-left: 0;
    }
    .employment-swiper {
        width:100%;
    }
    .employment-swiper-abbr {
        width: 100%;
    }
}

.c-light-red {
    color: var(--light-red-color);
}
/*自定义checkbox*/
.read-touGao-form > input {
    border-radius: 6px;
    line-height: 2rem;
    text-align: center;
}
.read-touGao-form > button {
    background: var(--lighter-red-color);
    color: var(--title-color);
    border-radius: 6px;
    width: 100%;
    font-weight: 600;
    line-height: 2rem;
    text-align: center;
}
.read-touGao-form > button:hover {
    background: var(--moredark-red-color);
    color: var(--white-color);
}
.read-touGao-form > input::placeholder {
    color: var(--gray-color);
}
.read-touGao-form > div > .file-icon {
    background: url("../images/file-icon.png") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 2.6rem;
}
.file-label {
    color: rgba(255,255,255,0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-check {
    display: inline-block;
}
.form-check-input {
    background-color: var(--light-red-color);
    border-color: var(--white-color);
}
.form-check-input:checked {
    background-color: var(--light-red-color);
    border-color: var(--white-color);
    box-shadow: none;
    outline: none;
}
.form-check-input:focus {
    box-shadow: none;
    border-color: var(--white-color);

}
/*自定义checkbox end*/
.slider-next,.slider-prev {
    border: 1px solid var(--line-color);
    border-radius: 3px;
    color: var(--light-red-color);
    font-size: 1.6rem;
    line-height: 1rem;
    padding: .2rem;
}
.slider-next:hover,.slider-prev:hover {
    border: 1px solid var(--light-red-color);
    color: var(--dark-red-color);
}
@media (max-width: 767px) {
    .sm-col-mb > div {
        margin-bottom: 1.5rem;
    }
    .sm-col-mb > div:last-child {
        margin-bottom: 0;
    }
    .sm-border {
        border-top: 1px solid var(--line-color);
        border-bottom: 1px solid var(--line-color);
    }
}
/*新闻页面轮播按钮*/
.newSwiper-arrow {
    position: absolute;
    bottom: 1rem;
    right: 0;
    z-index: 10;
}
/*新闻列表*/
.news-synopsis {
    color: var(--gray-color);
    line-height: 1.8rem;
}
.news-content p {
    line-height: 1.8rem;
}
.news-content img {
    display: block;
    margin: 1rem auto;
    max-width: 100%;
}
/*page*/
.music-pagination {
    display: flex;
    flex-wrap: nowrap;
}
.music-pagination li.page-item {
    margin-left: 1rem;
}
.music-pagination li.page-item:hover .page-link,
.music-pagination li.page-item:hover .page-link-prev,
.music-pagination li.page-item:hover .page-link-next {
    background: var(--lighter-red-color);
    border: 1px solid var(--dark-red-color);
}
.music-pagination li.page-item .page-link  {
    border: 1px solid var(--line-color);
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    line-height: 2.3rem;
    border-radius: 50%;
    color: var(--dark-blue-color);
}
.music-pagination li.page-item .page-link-prev,
.music-pagination li.page-item .page-link-next {
    display: block;
    border: 1px solid var(--line-color);
    width: 4.8rem;
    height: 2.4rem;
    text-align: center;
    line-height: 2.3rem;
    border-radius: 25px;
    color: var(--dark-blue-color);
}
.music-pagination li.disabled .page-link,
.music-pagination li.disabled:hover .page-link {
    color: var(--gray-color);
    background: none;
    border: 1px solid var(--line-color);
    pointer-events: none;
}
.music-pagination li.active .page-link {
    color: var(--white-color);
    background: var(--light-red-color);
    border: 1px solid var(--dark-red-color);
}

/*page end*/
.newsInfo-about {
    row-gap: 1rem;
    column-gap: 2%;
}
.videoInfo-about {
    row-gap: 20px;
    column-gap: 2%;
}
.videoInfo-about li {
    padding: 1rem;
}
.blue-ln {
    border-bottom: 1px solid var(--dark-blue-color);
}
.blue-ln:hover {
    border-bottom: 1px solid var(--light-red-color);
    color: var(--dark-red-color);
}

.news-tags {
    gap: 1rem;
}
.news-tags a.tag-item {
    padding: .6rem 2rem;
    background: var(--light-gray-color);
    letter-spacing: .1rem;
    font-weight: 600;
}
.read-tags {
    gap: 2.5%;
}
.read-tags a.tag-item {
    display: block;
    text-align: center;
    width: 18%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 2rem;
    background: var(--light-gray-color);
    letter-spacing: .1rem;
    font-weight: 600;
}
.news-tags a.active,
.read-tags a.active{
    background: var(--light-red-color);
    color: var(--white-color);
}

.pic-list-box {
    column-gap: 2%;
    row-gap: 3rem;
}
.pic-list-box .pic-list {
    width: 32%;
    background: var(--light-gray-color);
    padding: 1.2rem 1.2rem 0 1.2rem;
    box-sizing: border-box;
}

.border-red {
    border-bottom: 1px solid var(--light-red-color);
}
.video-list-box {
    column-gap: calc(7% / 2);
    row-gap: 3rem;
}
.video-list-box .video-list {
    width: 31%;
}
.read-first-main {
    width: 60%;
}
.read-first-txt {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.read-first-txt a,
.read-first-txt .info {
    color: var(--white-color);
}
.read-first-part {
    width: 38%;
    margin-left: 2%;
    column-gap: 4%;
    row-gap: 1.2rem;
}
.read-first-part > div {
    width: 48%;
}
.read-right-list > div {
    border-bottom: 1px solid var(--line-color);
}
.read-right-list > div:last-child {
    border-bottom: none;
}
/*active-info*/
.activeInfoEventState {
    background: var(--lighter-red-color);
}
.activeInfoEventState span {
    display: block;
    padding: .4rem .8rem;
    border-radius: 50%;
    background: var(--light-red-color);
    color: var(--white-color);
    text-align: center;
}
.activeInfoEventState span i {
    font-size: 1.6rem;
}
.news-f-title {
    color: var(--gray-color);
    letter-spacing: 1px;
    font-size: .875rem;
}
.activeInfoEventBaoMing > div:first-child {
    width: 90px;
}
.activeInfoEventBaoMing > div > a {
    display: block;
    padding: .2rem 1.2rem;
    text-align: center;
}
.btn-bm {
    background: var(--light-red-color);
    color: var(--white-color);
}
.btn-bm:hover {
    background: var(--moredark-red-color);
    color: var(--white-color);
}
.activeListSwiper {
    height: 360px;
}
.activeListSwiper-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}
.top {
    top: -2.4rem;
}
.activeListSwiper-arrow div {
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    border-radius: 50%;
}
.activeListSwiper-arrow i {
    font-size: 1.2rem;
}
.activeListSwiper-arrow .swiper-next ,
.activeListSwiper-arrow .swiper-prev {
    color: var(--dark-red-color);
}
.activeListSwiper-arrow  .swiper-button-disabled {
    color: var(--line-color);
}
/* wp */
.conlogo img {
    max-width: 160px;
    max-height: 70px;
    aspect-ratio: 16/7;
    object-fit: scale-down;
}
.activeInfoAbout-content .activeInfoAbout-txt img{
    max-width: 100%;
}
.activeInfoAboutImg .img-3-4 img{
    max-width: 397px;
    max-height: 529px;
}
.imgcontain img{
    object-fit: contain;
}
.event-content img{
    max-width: 100% !important;
    object-fit: scale-down;
}
.event-check-input {
    background-color: #dee2e6;
    border-color: var(--white-color);
}
/* wp */
/*list*/
.active-list-group .list-group-item {
    border-bottom: 1px solid var(--line-color);
    line-height: 0;
}
.activeListSwiper .list-group-item a {
    display: block;
    color: var(--gray-blue-color);
    font-size: 1.4rem;
    font-weight: bolder;
    border-bottom: 1px solid var(--line-color);
    text-align: center;
    padding: 1.2rem 0;
}

.active-list-group .list-group-item a {
    display: block;
    height: 100%;
    line-height: 2.4rem;
    color: var(--gray-blue-color);
    font-size: 1.2rem;
    font-weight: bolder;
    padding-top:.6rem;
}
.activeListSwiper .list-group-item {
    padding: 0;
}
.activeListSwiper .list-group-item a:hover {
    color: var(--title-color);
    background: var(--light-gray-color) url("../images/y-arrow.png") no-repeat  12% center;
    background-size: 2rem;
    border-radius: 6px;
    border-bottom: none;
}
.active-list-group .list-group-item a > i {
    opacity: 0;
}
.active-list-group .list-group-item.active {
    display: flex;
    background: var(--light-gray-color);
    border-bottom: 0;
}
.active-list-group .list-group-item.active a > i {
    opacity: 1;
}
.custom-arrow svg {
    width: 28px;
    height: 28px;
}
@media (min-width: 768px) and (max-width: 991px){
    .activeListSwiper {
        height: 220px;
    }
}
@media (max-width: 767px) {
    .activeListSwiper {
        height: 60px;
    }
    .yearBox {
        border-top: 1px solid var(--line-color);
        border-bottom: 1px solid var(--line-color);
    }
}
@media (max-width: 991px) {
    .activeListSwiper .list-group-item a:hover {
        background: var(--light-gray-color);
    }
}
@media (max-width: 418px) {
    .activeListSwiper .custom-arrow {
        display: none;
    }
    .activeListSwiper .list-group-item {
        border-bottom: 0;
        padding-top: 20px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .activeListSwiper {
        height: 310px;
    }
}
.activeInfoAbout,
.activeInfoCourseIntro {
    background: var(--light-gray-color);
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.activeInfoAbout-content {
    position: relative;
    width: 70%;
}
.activeInfoAbout-content h1,
.activeInfoAbout-content h2,
.activeInfoAbout-content .activeInfoAbout-txt,
.activeInfoAbout-content .activeInfoAbout-btn {
    width: 70%;
}

.activeInfoAbout-content h1 {
    font-size: 3.6rem;
    letter-spacing: 8px;
    font-weight: 1000;
    text-align: center;
    color: var(--dark-blue-color);
}
.activeInfoAbout-content h2 {
    color: var(--dark-blue-color);
    font-weight: 800;
    font-size: 1.6rem;
}
.activeInfoAbout-float1,
.activeInfoAbout-float2 {
    position: absolute;
    right: -100px;
    background: var(--white-color);
    padding: 1rem;
}
.float1-left span {
    display: block;
    color: var(--dark-blue-color);
}
.float1-left span:first-child {
    color: var(--gray-color);
}
.activeInfoAbout-float1 {
    top: 80px;
}
.activeInfoAbout-float2 {
    bottom: 140px;
}
.activeInfoAbout-content .activeInfoAbout-txt {
    background: url("../images/about-line.png") no-repeat  center top;
    background-size: 100% auto;
    padding-top: 90px;
    font-weight: 500;
    line-height: 2rem;
}
.activeInfoAbout-content .activeInfoAbout-btn a {
    padding: 1.4rem 2rem;
    font-size: 1.1rem;
    font-weight: 800;
}
.activeInfoAbout-content .activeInfoAbout-btn a > i {
    font-size: 1.8rem;
    vertical-align: middle;
}
/*赛区*/
.activeInfoAreaSwiper .swiper-slide > .AreaImg {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.activeInfoAreaSwiper .swiper-slide > .AreaImg > span {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--moredark-red-color);
    color: var(--white-color);
    padding: .5rem 1rem;
    border-top-left-radius: 5px;
}

/*比赛章程*/
.activeInfoRules {
    background: var(--light-gray-color);
    padding: 3rem 0;
}
.list-rules-item {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid var(--line-color);
    color: var(--gray-blue-color);
    font-weight: 500;
}
.list-rules-item.active {
    background: var(--light-red-color);
    color: var(--white-color);
}
.list-rules-item:last-child {
    border-bottom: none;
}
.scrollspy-rules {
    height: 560px;
    overflow-y: scroll;
}
.scrollspy-rules > div > h4 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}
.scrollspy-rules > div > h4:first-child {
    margin-top: 0;
}
.scrollspy-rules-content,.scrollspy-rules-content p {
    line-height: 2rem;
}
.list-group > .list-rules-item{
    width: 250px;
}
@media (max-width: 767.98px) {
    .list-group {
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        -ms-overflow-style: none;  /* IE 隐藏滚动条 */
        scrollbar-width: none;     /* Firefox 隐藏滚动条 */
    }
    .list-group > .list-rules-item {
        border-bottom: none;
        background: var(--lighter-red-color);
    }
    .list-group::-webkit-scrollbar {
        display: none; /* Chrome/Safari 隐藏滚动条 */
    }
    .list-group > .list-rules-item.active {
        background: var(--light-red-color);
    }

}


/*评委及课程*/
.activeInfoCourse-pills {
    gap: 2rem;
}
.activeInfoCourse-pills li a {
    background: var(--line-color);
    color: var(--text-color);
    font-weight: 500;
    border-radius: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    cursor: pointer;
}
.activeInfoCourse-pills li a.active {
    background: var(--moredark-red-color);
    color: var(--white-color);
}
.coursePerson > .img-1-1{
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.courseCounty {
    width: 36%;
    border-radius: 50%;
    overflow: hidden;
}
.coursePersonBtn span {
    display: block;
    width: 80%;
    margin: 5px auto;
    text-align: center;
    padding: .3rem 2rem;
    color: var(--gray-blue-color);
    background: var(--lighter-red-color);
}
.coursePersonBtn span:first-child {
    font-weight: 600;
    color: var(--title-color);
    background: none;
    border-top: 1px solid var(--line-color);
}

.img-bg {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,1));
    border-radius: 8px;
}
.img-intro {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    color: var(--white-color);
}
.img-intro a {
    font-size: 1.2rem;
}
.img-intro p {
    margin: .5rem 0;
    text-align: center;
}
.img-intro .winner-no {
    color: var(--dark-red-color);
}
.CourseIntro-pills {
    background: var(--white-color);
    width: 400px;
    padding: 1rem;
    margin: 0  auto;
    border-radius: 8px;
}
@media (max-width: 767.98px) {
    .CourseIntro-pills {
        width: 100%;
    }
}
.CourseIntro-pills li {
    width: 50%;
}
.CourseIntro-pills li a {
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
    color: var(--title-color);
    cursor: pointer;
}
.CourseIntro-pills li a.active {
    background: var(--light-red-color);
    color: var(--white-color);
}
.CourseIntro-pills li a:hover {
    color: var(--dark-blue-color);
}
.CourseIntro-pills li a.active:hover {
    color: var(--lighter-red-color);
}
@media (max-width: 767.98px) {
    .CourseIntro-pills {
        width: 100%;
    }
}
    /*论坛*/
.forum-title {
    color: var(--text-color);
    margin-top: 3rem;
}
.forumImgTop {
    width: 90%;
    margin-top: 5rem;
}
.forumImgBottom {
    float: right;
    width: 70%;
    margin-top: 3rem;
}
.tableForum table thead tr th {
    line-height: 3rem;
    color: var(--text-color);
    border-bottom: none;
    font-size: 1.125rem;
}
.tableForum table tr td {
    color: var(--gray-blue-color);
}
.tableForum table tr td:first-child {
    padding: 2rem 2rem;
}
.tableForum table tr td:nth-child(2) {
    padding: 2rem 2rem;
}
.tableForum table tr td {
    text-align: center;
    vertical-align: middle;
}
.tableForum table tr td h6 {
    font-weight: 400;
}

.tableForum table tr:last-child td {
    border-bottom: none;
}
.winner-Swiper-pagination {
    width: 60px;
    text-align: center;
}
.activeInfoAward-arrow .slider-prev.swiper-button-disabled,
.activeInfoAward-arrow .slider-next.swiper-button-disabled {
    opacity: .35;
    color: #666;
    pointer-events: none;
}
.swiper-pagination-fraction {
    font-size: 1.2rem;
    color: #666;
}
.swiper-pagination-current {
    font-size: 1.2rem;
    color: #e52124;
}

.award-wrapper {
    background: url("../images/line.jpg") repeat-y center;
    row-gap: 3rem;
}
.award-tl {
    background: var(--lighter-red-color);
}
.award-box > div {
    column-gap: 3.3%;
    row-gap: 1rem;
}
.award-box-item {
    width: 31%;
    background: var(--lighter-gray-color);
    padding: .5rem;
}
.award-box-item > .img-3-4 {
    width: 90px;
}
.award-box-item-info {
    width: calc(100% - 90px);
}
.award-mc,.award-name {
    font-weight: 500;
}
.award-mc {
    color: var(--light-red-color);
}
.award-name {
    color: var(--title-color);
}

.offer-wrap {
    column-gap: 2%;
    row-gap: 1.6rem;
}
.offer-wrap .offer-box {
    width: 49%;
    padding: 1rem;
    border-radius: 9px;
    background: var(--lighter-gray-color);
}
.offer-sch {
    width: 140px;
}
.offer-name-wrap {
    width: calc(100% - 140px);
}
.offer-sch-img {
    width: 100%;
    height: 90px;
    line-height: 85px;
    text-align: center;
    border-radius: 5px;
    background: var(--white-color);
    border: 1px solid var(--line-color);
}
.offer-sch-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.offer-sch h4 span {
    color: var(--gray-color);
    font-size: .875rem;
}

.offer-name-box {
    border-bottom: 1px solid var(--line-color);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.offer-name-wrap .offer-name-box:last-child {
    border-bottom: none;
}
.offer-name-fz {
    display: block;
    width: 6.2rem;
    text-align: center;
    background: var(--light-red-color);
    color: var(--white-color);
    text-wrap: nowrap;
    border-radius: .5rem;
    padding: .2rem;
}
.w-90 {
    width: 90px;
}
.offer-name {
    width: calc(100% - 110px);
}
.offer-name span {
    font-weight: bolder;
    color: var(--title-color);
    margin-right: .5rem;
    text-wrap: nowrap;
}
/* 轨道背景 */
::-webkit-scrollbar { width: 10px;}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: var(--line-color);
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    background-clip: padding-box;
}
/* 悬停状态 */
.activeInfoOffer-content::-webkit-scrollbar-thumb:hover {
    background: var(--gray-blue-color);
}
.activeInfoOffer-content li {
    width: 50%;
    padding: .5rem 1rem;
}
@media (max-width: 767px) {
    .activeInfoAreaSwiper .news-title {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .activeInfoAbout, .activeInfoCourseIntro {
        padding-bottom: 1rem;
    }
    .activeInfoCourse-pills {
        column-gap: 6px;
        row-gap: 15px;
    }
    .activeInfoCourse-pills li a {
        padding: .5rem 1.6rem;
    }
    .img-intro a {
        font-size: 1rem;
    }
    .forumImgTop {
        margin: 1rem auto;
    }
    .forumImgBottom {
        float: none;
        width: 90%;
        margin: 1rem auto;
    }
    .forum-title {
        margin-top: 1rem;

    }
    .tableForum table tr td:first-child {
        padding: 1rem .5rem;
    }
    .tableForum table tr td:nth-child(2) {
        padding: 1rem .5rem;
    }
    .offer-wrap .offer-box,.offer-sch,.offer-name-wrap {
        width: 100%;
    }

    .offer-box .offer-sch {
        /*border-top: 5px solid var(--light-gray-color);
        padding-top: 1.5rem;*/
    }
    .award-box-item {
        width: 48%;
    }
}
@media (max-width: 991px) {
    .award-wrapper {
        background: none;
    }
    .offer-sch,.offer-name-wrap {
        width: 100%;
    }
    .offer-sch-img {
        width: 120px;
    }
    .offer-sch h4 {
        width: calc(100% - 120px);
        margin-left: .5rem;
    }
    .offer-name-box ul {
        width: 100%;
    }
    .award-wrapper {
        row-gap: 1rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .offer-sch,.offer-name-wrap {
        width: 100%;
    }
    .offer-sch-img {
        width: 160px;
    }
    .offer-sch h4 {
        width: calc(100% - 160px);
        margin-left: .5rem;
    }
}
@media (min-width: 921px) and (max-width: 1280px) {
    .activeInfoAbout-content {
        width: 70%;
    }
    .activeInfoAboutImg {
        display: flex;
        align-items: end;
        width: 30%;
    }
    .activeInfoAboutImg div {
        vertical-align: middle;
    }

    .activeInfoAbout-content h1,
    .activeInfoAbout-content h2,
    .activeInfoAbout-content .activeInfoAbout-txt,
    .activeInfoAbout-content .activeInfoAbout-btn {
        width: 80%;
    }
    .activeInfoAbout-content h1 {
        text-align: center;
        font-size: 4.2rem;
        letter-spacing: 6px;
        font-weight: 1000;
        color: var(--dark-blue-color);
    }
}
@media (max-width: 920px) {
    /*about*/
    .activeInfoAboutImg {
        display: none;
    }
    .activeInfoAbout-content {
        width: 100%;
    }
    .activeInfoAbout-content h1,
    .activeInfoAbout-content h2,
    .activeInfoAbout-content .activeInfoAbout-txt,
    .activeInfoAbout-content .activeInfoAbout-btn {
        width: 68%;
    }
    .activeInfoAbout-content h1 {
        text-align: center;
        font-size: 3.2rem;
    }
    .activeInfoAbout-float1,
    .activeInfoAbout-float2 {
        right: 0;
    }
    .activeInfoAbout-float1 {
        top: 150px;
    }
    .activeInfoAbout-float2 {
        bottom: 100px;
    }
}
@media (max-width: 576px) {
    /*about*/
    .activeInfoAbout-float1,
    .activeInfoAbout-float2 {
        position: static;
        margin-top: 1.5rem;
    }
    .activeInfoAbout-content h1,
    .activeInfoAbout-content h2,
    .activeInfoAbout-content .activeInfoAbout-txt,
    .activeInfoAbout-content .activeInfoAbout-btn {
        width: 100%;
    }
    .activeInfoAbout-content h1 {
        text-align: center;
        font-size: 3.2rem;
        letter-spacing: 2px;
        font-weight: 1000;
        color: var(--dark-blue-color);
    }
    .activeInfoAbout-content h2 {
        color: var(--dark-blue-color);
        font-weight: 800;
        font-size: 1.6rem;
    }

    .activeInfoAbout-content .activeInfoAbout-btn a {
        display: block;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .news-tags a.tag-item {
        padding: .6rem 1rem;
        letter-spacing: 0;
    }
    .pic-list-box .pic-list,
    .video-list-box .video-list {
        width: 100%;
    }
    .pic-list-box .pic-list,
    .video-list-box .video-list {
        width: 100%;
    }
    .read-tags {
        row-gap: 1rem;
        column-gap: 5%;
    }
    .read-tags a.tag-item {
        width: 30%;
    }
    .list-group .w-25 {
        width: 100% !important;
    }
    .list-group .w-75 {
        width: 100% !important;
    }
    .list-group .img-4-3{
        aspect-ratio: 16 / 9;
        width: 100%;
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .read-first-main {
        width: 100%;
    }
    .read-first-part {
        width: 100%;
        margin-left: 0;
        margin-top: 1.2rem;
    }
}
/*@media (max-width: 1199px) {*/
/*    .activeInfoEvent .img-4-3{*/
/*        aspect-ratio: 16 / 9;*/
/*        width: 100%;*/
/*        overflow: hidden;*/
/*    }*/
/*}*/
@media (min-width: 768px) and (max-width: 991px) {
    .video-list-box {
        column-gap: 4%;
        row-gap: 3rem;
    }
    .video-list-box .video-list {
        width: 48%;
    }
    .activeInfoCourse-pills {
        column-gap: 16px;
    }
    /*.forum-title {*/
    /*    margin-top: 0;*/
    /*}*/
    .forumImgTop {
        width: 100%;
        margin-top: 2rem;
    }
    .forumImgBottom {
        width: 100%;
        margin-bottom: 2rem;
    }
    .forumImgTop img,.forumImgBottom img {
        width: 100%;
    }
}
.active-swiper-arrow,
.video-swiper-arrow {
    right: 1rem;
    z-index: 10;
}
.active-swiper-arrow > div,
.video-swiper-arrow > div{
    background: var(--white-color);
}
.active-swiper-arrow {
    bottom: 120px;
}
.video-swiper-arrow {
    bottom: 130px;
}
@media (max-width: 767px) {
    .video-swiper-arrow {
        bottom: 160px;
    }
}
.right-pic-box-txt {
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5rem;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    color: var(--white-color);
}
.right-pic-box-txt a {
    color: var(--white-color);
}
.right-tuiJian li {
    margin-top: 1.5rem;
}
/*就业*/
.employ-pic-right {
    row-gap: .9rem;
}

.employ-banner img {
    width: 100%;
    min-height: 160px;
    max-height: 360px;
}

.employ-list {
    row-gap: 1.5rem;
}
.employ-list-box {
    background: var(--light-gray-color);
}
.em-logo-img {
    background: var(--white-color);
}
.em-logo-img img {
    object-fit: contain;
}
.employ-tab {
    background: var(--white-color);
    padding: .3rem;
    color: var(--dark-gray-color);
}
.new-employ-right a {
    display: block;
}
.new-employ-right i {
    width: 1.2rem;
    height: 1.2rem;
}
.f-txt {
    color: var(--text-color);
}
.f-darkblue {
    color: var(--title-color);
}
.f-dark-gray {
    color: var(--dark-gray-color);
}
.employInfo-content {
    line-height: 2.4rem;
}
.employInfo-content h3 {
    border-left: 5px solid var(--light-red-color);
    padding-left: 1.5rem;
    line-height: 1.2rem;
    margin-top: 3rem;
}
.employInfo-content h4 {
    font-size: 1rem;
    margin-top: 2rem;
}
.employInfo-content img{
    max-width: 100%;
}
.about-section {
    background: var(--light-gray-color);
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.about-box {
    background: var(--white-color);
    padding: 1.5rem 3rem;
}
.about-nav {
    margin-top: 1rem;
}
.about-nav a {
    display: flex;
    justify-content: space-between;
    color: var(--dark-blue-color);
    margin: 1em 0;
    cursor: pointer;
}
.about-nav a:hover {
    color: var(--title-color);
}
.about-nav a > i {
    display: none;
}
.about-nav a.active {
    color: var(--light-red-color);
}
.about-nav a.active > i {
    display: block;
}
@media (max-width: 767px) {
    .about-box {
        padding: 1.5rem 1.5rem;
    }
    .about-nav {
        justify-content: space-between;
        gap: 1rem;
    }
    .about-nav a {
        display: block;
        width: 30%;
        text-align: center;
        border-radius: 5px;
        padding-top: .5rem;
        padding-bottom: .5rem;
        color: var(--dark-gray-color);
        background: var(--lighter-red-color);
    }
    .about-nav a.active {
        background: var(--dark-red-color);
        color: var(--white-color);
        font-weight: 500;
    }
    .about-nav a.active > i {
        display: none;
    }

}
/*新修改新闻*/
.new-news-list {
    column-gap: 4%;
}
.new-news-list .news-list-box {
    width: 48%;
    border-bottom: 1px solid var(--line-color);
}
.new-news-list .news-list-box:nth-last-child(2),
.new-news-list .news-list-box:nth-last-child(1){
    border-bottom: none;
}
.new-news-list .news-list-box .news-list-pic {
    width: 34%;
}
.new-news-list .news-list-box .news-list-txt {
    width: 66%;
}
/*新修改活动*/
.new-active-list {
    column-gap: 1%;
}
.new-active-list-box {
    width: 32.6%;
}
.new-active-list-txt {
    border-left: 1px solid var(--line-color);
}
/*新改切换导航栏*/
.home-tab {
    display: flex;
    /*flex-wrap: wrap;*/
}
@media (max-width: 767px) {
    .home-tab {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
.home-tab .nav-item {
    text-align: center;
}
.home-tab .nav-item .nav-link{
    padding: .2rem 0;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--dark-gray-color);
    border-right: 1px solid var(--gray-color);
}
.home-tab .nav-item:last-child .nav-link {
    border-right: none;
}
.home-tab .nav-item .active {
    color: var(--title-color);
    background: var(--lighter-red-color);
    border-bottom: 1px solid var(--light-red-color);
}
.new-video-list {
    column-gap: 2%;
    row-gap: 3.5rem;
}
.new-video-list  .new-video-list-box {
    width: 32%;
}
.new-read-news-list {
    column-gap: 8%;
    row-gap: 3rem;
    padding-left: 1.5rem;
}
.new-read-news-list li {
    width: 46%;
    list-style: square;
}
.new-read-news-list li::marker {
    color: var(--gray-color);
    font-size: 1.5rem;
}
.new-right-pic-list {
    column-gap: 8%;
    row-gap: 2rem;
}
.new-right-pic-list div {
    width: 46%;
}
.new2-employment {
    column-gap: 2%;
}
.new2-employment > div {
    width: 32%;
}
.new2-em-logo {
    aspect-ratio: 16 / 9;
    width: 30%;
    overflow: hidden;
}
.new2-em-logo img {
    width: 100%;
    object-fit: contain;
}
.new-photo-list {
    row-gap: 1.8rem;
}
.new-photo-list-item {
    position: relative;
}

.new-photo-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(0,0,0,0.5);
}
.new-photo-info > div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@keyframes moveUp {
    from {
        top: 100%;
    }
    to {
        top: 0;
    }
}
.new-photo-list-item > .new-photo-info {
    opacity: 0;
    /*transition: all 1s;*/
}
.new-photo-list-item:hover > .new-photo-info  {
    opacity: 1;
    top: 0;
    animation: moveUp 1s forwards; /* 应用动画，持续1秒 */
}
@media (max-width: 767px) {
    .new-photo-list-item > .new-photo-info {
        opacity: 1;
        top: 0;
        background: linear-gradient(to bottom , rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%  );
    }
}
.w-md-20 {
    width: 20%;
}
.w-33 {
    width: 33.3%;
}
.w-68 {
    width: 66%;
}
.w-md-32 {
    width: 32%;
}
.swiper-container {
    width: 100%;
    height: 90%;
}
.tougo-slide-txt  {
    padding-left: 3rem;
}
.tougo-slide-pic > div {
    box-shadow: 3px 3px 8px rgba(0,0,0,0.6);
    height: 90%;
}
.tougo-slide-pic > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tougao-swiper-pagination {
    text-align: right;
}
.swiper-pagination-bullet-active {
    background: var(--title-color);
    width: 2rem;
    border-radius: 10px;
}
.tougao-swiper-prev,
.tougao-swiper-next {
    position: absolute;
    z-index: 10;
    font-size: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
.tougao-swiper-next {
    right: 1rem;
    background: rgba(0,0,0,0.5);
    color: var(--white-color);
    border-radius: 50%;
    padding: 0 .5rem;
}
@media (max-width: 767px) {
    .new-news-list .news-list-box {
        width: 100%;
    }
    .new-active-list-box {
        width: 32.6%;
    }
    .new-video-list  .new-video-list-box {
        width: 100%;
    }
    .new-read-news-list li {
        width: 100%;
    }
    .new2-employment > div {
        width: 100%;
    }
    .w-sm-30 {
        width: 38% !important;
    }
    .w-sm-49 {
        width: 49%;
    }
    .tougo-slide-txt {
        padding: 1.5rem;
    }
    .tougao-swiper-prev,
    .tougao-swiper-next {
        top: 70%;
    }
    .tougao-swiper-prev {
        left: 1rem;
        background: rgba(0,0,0,0.5);
        color: var(--white-color);
        border-radius: 50%;
        padding: 0 .5rem;
    }
    .w-lg-26,
    .w-lg-74 {
        width: 100%;
    }
    .w-68{
        width: 100%;
    }
    .wm-50 {
        width: 100%;
    }

}
.cursor-pointer {
    cursor: pointer;
}
.activeInfoPhotoSwiper .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
}
.activeInfoPhotoSwiper .swiper-slide:hover{
    transform: scale(1);
}

/*活动新*/
.activeStatus {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.activeStatus span {
    padding: .6rem;
    margin-right: .6rem;
    border-radius: 50%;
    text-align: center;
}
.activeStatus span i {
    font-size: 1.4rem;
}
.as-01 {
    background: var(--light-red-color);
    color: var(--white-color);
}
.as-01 span {
    background: rgba(255,255,255,0.8);
    color: var(--light-red-color);
}
.as-02 {
    background: var(--lighter-red-color);
    color: var(--light-red-color);
}
.as-02 span {
    background: var(--light-red-color);
    color: var(--light-red-color);
}
.as-02 span i {
    color: var(--white-color);
}
.as-03 {
    background: var(--line-color);
    color: var(--text-color);
}
.as-03 span {
    background: var(--gray-color);
    color: var(--white-color);
}
.as-03 span i {
    color: var(--white-color);
}
.activeZb {
    font-size: 1rem;
    line-height: 1.5rem;
    height: 85px;
    overflow-y: auto;
}
.activeZb p{
    margin:0 auto;
}
.activeZb-left {
    white-space: nowrap;
}
.activeZb-right a {
    display: block;
}
.activeAdd,.activeDate{
    width: 48%;
    padding: 1rem .2rem;
    border: 1px solid var(--lighter-red-color);
}
.activeAdd > div:first-child,.activeDate > div:first-child{
    width: 3.5rem;
    font-size: 1.6rem;
    color: var(--gray-color);
    text-align: center;
}
.activeAdd > div:last-child span,.activeDate > div:last-child span{
    display: block;
    font-weight: 500;
}
.bmtd-tl {
    letter-spacing: .3rem;
}
.bmtd-tl i {
    color: var(--gray-color);
    font-size: 1.3rem;
    vertical-align: middle;
}
.bmtd > div {
    border: 1px solid var(--lighter-red-color);
}
.bmtd-code {
    width: 100px;
}
.bmtd-btn {
    width: calc(100% - 100px);
}
.bmtd-btn a {
    font-size: 1.125rem;
    font-weight: 500;
    word-spacing: .2rem;
    padding: .5rem 1rem;
    color: var(--white-color);
    cursor: pointer;
}
.bmtd-btn a i {
    color: var(--white-color);
}
.bm-01 {
    background: var(--gray-color);
}
.bm-01:hover {
    cursor: not-allowed;
}
.bm-02 {
    background: var(--light-red-color);
}
.bm-02:hover {
    background: var(--dark-red-color);
}
/*播放按钮*/
/*活动详情播放按钮*/
.play-lg-btn {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.play-lg-btn > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: rgba(244,120,108,0.5);
    border: 1px solid #fff;
}
.play-lg-btn > div:before {
    content: '';
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 7rem;
    height: 7rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
}
.play-lg-btn > div i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 3.2rem;
    color: var(--white-color);
}
.play-lg-btn:hover > div {
    background: rgba(218,64,47,0.5);
    transition: all .5s;
}
/*其它*/
.playVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.playVideo .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.playVideo .play-icon i {
    color: var(--white-color);
}
.psize-5 > i {
    font-size: 4.8rem;
}
.psize-4 > i {
    font-size: 3.8rem;
}
.psize-3 > i {
    font-size: 2.8rem;
}
.psize-2 > i {
    font-size: 1.8rem;
}
.wplay-5 {
    width: 5rem;
}
.wplay-4 {
    width: 4rem;
}
.wplay-3 {
    width: 3rem;
}
.wplay-2 {
    width: 2rem;
}
.wplay-1 {
    width: 1rem;
}