/* ----------------------------------------------------------------- */

.content-head {
    width: 100%;
    position: relative;
    padding-bottom: 75px;
    background-color: linear-gradient(0deg, #F3F3F3 0%, rgba(243, 243, 243, 0) 100%);
    background-image: url(../img/content-head-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.content-head .container {
    position: relative;
    z-index: 99;
}

.content-head::before {
    content: '';
    width: 100%;
    height: 100%;
    min-height: 484px;
    background: url(../img/head-mark.png) center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.column .title {
    font-size: 32px;
    font-weight: bold;
    color: #2F2F2F;
    position: relative;
}

.column .title::after {
    content: '';
    height: 5px;
    width: 65px;
    /* background: url() no-repeat; */
    background: #EE1C25;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.column .more {
    color: #8D8D8D;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.column .more::before {
    content: '';
    width: 45px;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #8D8D8D;
    margin-right: 10px;
}

.column .more:hover {
    color: #EE1C25;
}

.column .more:hover::before {
    border-bottom: 1px solid #EE1C25;
}


/* ---------------------------------------------------------------------------------- */

.tzggSlide2 {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EE1C25;
}

.tzggSlide2 .bd li {
    width: 100%;
    text-align: center;
}

.tzggSlide2 .bd li .title {
    font-size: 38px;
    font-weight: bold;
    color: #EE1C25;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ttSlide {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 40px 225px;
    padding: 30px 0 30px 0;
    overflow: hidden;
}

.ttSlide .swiper-container {
    width: 100%;
}

.ttSlide .swiper-slide {
    width: 100%;
}

.ttSlide .swiper-slide .title {
    width: 100%;
    color: #EE1C25;
    font-size: 28px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ttSlide .swiper-slide:hover .title {
    color: #EE1C25;
}

.newBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.newBox .column {
    padding: 20px 0 20px 0;
    margin-bottom: 35px;
}

.gsyw,
.xyxw {
    width: calc((100% - 40px) / 2);
}

.gsywlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gsywlist .box {
    width: calc((100% - 20px) / 2);
    height: 192px;
    box-shadow: 0px 0px 14.89px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    position: relative;

}

.gsywlist .box .box1 {
    height: 100%;
    box-sizing: border-box;
    padding: 25px 20px;
    position: relative;
    z-index: 9;
    background: url(../img/gsyw-box-bg.jpg) center no-repeat #fff;
    background-size: cover;
    display: flex;
    align-items: center;
}

.gsywlist .box5,
.gsywlist .box6 {
    margin-bottom: 0;
}

.gsywlist .box a {
    position: relative;
    z-index: 9;
}

.gsywlist .box .dete {
    color: #323232;
    opacity: 0.5;
    display: flex;
    align-items: center;
}

.gsywlist .box .dete::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/dete-000.png) center no-repeat;
    background-size: cover;
    margin-right: 5px;
}

.gsywlist .box .title {
    color: #323232;
    line-height: 30px;
    height: 90px;
    margin-top: 10px;
}

.gsywlist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 2px solid #DBB97C;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.5s ease-in-out;
}

.gsywlist .box::after {
    content: '';
    width: 0;
    height: 0;
    background: linear-gradient(180deg, #E5C07F 1%, rgba(255, 255, 255, 0) 88%);
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 0;
}

.gsywlist .box:hover::before {
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}

.gsywlist .box:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.gsywlist .box:hover .dete {
    color: #EE1C25;
    opacity: 1;
}

.gsywlist .box:hover .dete::before {
    background: url(../img/dete-ico2.png) center no-repeat;
    background-size: cover;
}

.gsywlist .box:hover .title {
    font-weight: bold;
    color: #EE1C25;
}

.xyxwlist {
    margin-top: 35px;
}

.xyxwlist .box {
    width: 100%;
    height: 82.5px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
}

.xyxwlist .box::before {
    content: '';
    width: 3.6px;
    height: 100%;
    background: linear-gradient(0deg, #A40007 15%, #FF7245 50%, #A60208 93%);
    background: #EE1C25;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.xyxwlist .box .title {
    color: #323232;
    line-height: 25px;
    height: 25px;
    margin-bottom: 8px;
}

.xyxwlist .box .dete {
    color: #323232;
    opacity: 0.5;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.xyxwlist .box .dete::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/dete-000.png) center no-repeat;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.xyxwlist .box:hover {
    background: url(../img/xyxw-box-bg.jpg) center no-repeat;
    background-size: cover;
}

.xyxwlist .box:hover .title {
    color: #fff;
    font-weight: bold;
}

.xyxwlist .box:hover .dete {
    color: #fff;
}

.xyxwlist .box:hover .dete::before {
    background: url(../img/dete-fff.png) center no-repeat;
    background-size: cover;
}


.banlist {
    width: 100%;
    position: relative;
    margin: 0 0 46px 0;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
    display: block;
}

.banlist .banlist-btn {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 24px;
    z-index: 9;
}

.banlist .swiper-pagination1 {
    height: 26px;
    line-height: 26px;
    border-radius: 10000px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    display: inline-block;
    width: auto;
    padding: 0 10px;
}

.banlist .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 4px;
}

.banlist .swiper-pagination-bullet-active {
    background: #A70409;
}

.banlist .swiper-next,
.banlist .swiper-prev {
    width: 34px;
    height: 58px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}

.xxjxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, #FFF3DC 0%, #F0DDBB 100%);
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 0 50px;
}

.xxjxs .box1 img {
    height: 60px;
}

.xxjxs .box a {
    width: 100%;
    display: flex;
    align-items: center;
}

.xxjxs .box .ico {
    width: 31px;
    height: 31px;
    box-sizing: border-box;
    border: 0.5px solid #845E16;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.xxjxs .box .ico img {
    width: 15px;
}

.xxjxs .box .title {
    width: calc(100% - 31px);
    font-size: 16px;
    color: #845E16;
    margin-left: 8px;
    /* flex: 1; */
}

.xxjxs .xian {
    width: 0;
    height: 100%;
    opacity: 0.2;
    display: inline-block;
    border-left: 1px solid #B06B00;
}

.tzgg {
    width: 100%;
    padding-top: 60px;
}

.tzgg .column {
    padding: 20px 0 20px 0;
    margin-bottom: 35px;
}

.tzgglist {
    width: 100%;
}

.tzgglist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzgglist ul li {
    width: calc((100% - 60px) / 3);
    height: 114px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    box-sizing: border-box;
    padding: 17px 15px;
    position: relative;
}

.tzgglist ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #EE1C25;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.tzgglist ul li:hover::before {
    width: 100%;
}

.tzgglist ul li a {
    display: flex;
    align-items: center;
}

.tzgglist ul li .dete {
    width: 127px;
    height: 80px;
    background: url(../img/tzgg-bg.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 15px;
}

.tzgglist ul li .d {
    font-size: 28px;
    color: #EE1C25;
}

.tzgglist ul li .y {
    font-size: 16px;
    color: #EE1C25;
}

.tzgglist ul li .title {
    flex: 1;
    line-height: 35px;
    height: 70px;
    text-align: justify;
    color: #242424;
}

.tzgglist ul li:hover .dete {
    background: url(../img/tzgg-bg2.png) center no-repeat;
    background-size: 100% 100%;
}

.tzgglist ul li:hover .d,
.tzgglist ul li:hover .y {
    color: #fff;
}

.tzgglist ul li:hover .title {
    font-weight: bold;
    color: #EE1C25;
}

.advImg {
    width: 100%;
    margin-top: 75px;
    position: relative;
}

.advImg .swiper-slide a,
.advImg .swiper-slide img {
    width: 100%;
    display: block;
}

.advImg .swiper-next,
.advImg .swiper-prev {
    width: 34px;
    height: 58px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.advImg .swiper-next {
    left: auto;
    right: 0;
}

/* -------------------------------------------------- */

.content2 {
    width: 100%;
    background: url(../img/content2Bg.png) top center no-repeat;
    background-size: 100% auto;
    padding-bottom: 95px;
    padding-top: 80px;
    overflow: hidden;
}

.jypx_kyzk {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jypx_kyzk .column {
    display: none;
}

.jypx,
.kyzk {
    width: calc((100% - 45px) / 2);
    box-sizing: border-box;
    border: 1.2px solid #FFD5D5;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
}

.column-col {
    width: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 25px 0;
    background: url(../img/column-col-bg.png) center no-repeat;
    background-size: cover;
}

.column-col .name {
    width: 65px;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
}

.column-col .name a {
    color: #2F2F2F;
    /* 文字竖向 */
    writing-mode: vertical-rl;
    text-decoration: none;

}

.column-col .name::before {
    content: '';
    width: 6px;
    height: 78px;
    display: inline-block;
    background: #EE1C25;
    position: absolute;
    left: 0;
    top: 5px;
}

.column-col .more img,
.column-col2 .more img {
    width: 20px;
    opacity: 0;
}

.column-col2 .more a,
.column-col .more a {
    display: inline-block;
    background: url(../img/more-ico.png) center no-repeat;
    background-size: cover;
}

.column-col2 .more:hover a,
.column-col .more:hover a {
    background: url(../img/more-ico2.png) center no-repeat;
    background-size: cover;
}

.jypxlist {
    flex: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 0 20px 20px 0;
    box-sizing: border-box;
    padding: 25px;
}

.jypxlist ul li {
    width: 100%;
    height: 65px;
    line-height: 65px;
    box-sizing: border-box;
    padding: 0 25px;
}

.jypxlist ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jypxlist ul li .title {
    color: #323232;
    line-height: 30px;
    height: 30px;
    flex: 1;
}

.jypxlist ul li .dete {
    color: rgba(50, 50, 50, .5);
}

.date_ico {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/dete-000.png);
    opacity: .5;
    background-size: cover;
    margin-right: 3px;
}

.jypxlist ul li:hover .date_ico {
    background: url(../img/dete-fff.png);
    background-size: cover;
    opacity: 1;
}

.jypxlist ul li:hover {
    background: url(../img/xyxw-box-bg.jpg) center no-repeat;
    background-size: cover;
}

.jypxlist ul li:hover .title {
    color: #fff;
    font-weight: bold;
}

.jypxlist ul li:hover .dete {
    color: #fff;
}

.content2 .ztzl {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0 80px 0;
    position: relative;
    display: flex;
}

.ztzl .column {
    display: none;
}


.ztzl-name {
    width: 17.6%;
    position: relative;
    z-index: 9;
    margin-top: 30px;
}

.ztzl-name .column-col {
    width: 100%;
    height: 100%;
    background: url(../img/ztzl-name-bg.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 25px 70px 25px 35px;
    align-items: flex-start;
    position: relative;
}

.ztzl-name .column-col .more {
    position: absolute;
    right: 70px;
    bottom: 55px;
}

.ztzlSlide {
    width: 82.4%;
    box-sizing: border-box;
    padding: 0 55px;
    position: relative;
    z-index: 11;
}

.ztzlSlide .swiper-slide .img {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.ztzlSlide .swiper-slide a,
.ztzlSlide .swiper-slide img {
    width: 100%;
    border-radius: 20px;
}

.ztzlSlide .swiper-slide .more {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ztzlSlide .swiper-slide .more::before {
    content: '';
    width: 52px;
    height: 0;
    display: inline-block;
    border-top: 1.2px solid #FFFFFF;
    margin-right: 5px;
}

.ztzlSlide .swiper-container {
    padding-top: 30px;
}

.ztzlSlide .swiper-slide {
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.ztzlSlide .swiper-slide:hover {
    top: -30px;
    transition: all 0.5s ease-in-out;
}

.ztzlSlide .swiper-slide:hover .more {
    opacity: 1;
}

.ztzl::before {
    content: '';
    width: 100%;
    height: 110px;
    display: inline-block;
    background: url(../img/ztBg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: 1;
    border-radius: 0 0 0 50px;
}

.jcdx-djgz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jcdx {
    width: 37.65%;
    box-sizing: border-box;
    border: 1.2px solid #FFD5D5;
    border-radius: 20px;
    overflow: hidden;
}

.jcdx .column {
    width: 100%;
    height: 100px;
    background: url(../img/column-jcdx-bg.jpg) center no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    padding: 0 30px;
}

.jcdx .column .title::after {
    bottom: -28px;
}

.jcdxlist {
    width: 100%;
    box-sizing: border-box;
    padding: 35px;
    background: url(../img/jcdxlist-bg.png) center no-repeat;
    background-size: cover;
}

.jcdxlist li {
    width: 100%;
    margin-bottom: 35px;
}

.jcdxlist li:last-of-type {
    margin: 0;
}

.jcdxlist li .title {
    color: #323232;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.jcdxlist li .dete {
    color: #EE1C25;
}

.jcdxlist li .dete img {
    height: 16px;
    margin-right: 3px;
    margin-top: -3px;
}

.jcdxlist li:hover .title {
    color: #EE1C25;
    font-weight: bold;
}

.djgz {
    width: calc((100% - 37.65% - 37px));
    box-sizing: border-box;
    border: 1.2px solid #FFD5D5;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}

.djgz .column {
    display: none;
}

.djgz .column-col {
    height: 100%;
    background: url(../img/column-col-bg2.png) center no-repeat;
    background-size: cover;
}

.djgz .jcdxlist {
    flex: 1;
    background: #fff;
}

/* --- 校园映像 --- */
.content5 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 180px;
    position: relative;
    background: url(../img/content5Bg.png) bottom center no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.content5 .xyyx {
    width: 130px;
    position: absolute;
    left: 15%;
    top: 90px;
    z-index: 99;
}

.xyyxSlide {
    width: 100%;
    position: relative;
}

.xyyxSlide .swiper-slide {
    width: 56%;
}

.xyyxSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.xyyxSlide .swiper-slide-prev {
    transform: translateX(-130px);
}

.xyyxSlide .swiper-slide .picImg {
    width: 100%;
    position: relative;
    padding-top: 56.36%;
}

.xyyxSlide .swiper-slide img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.xyyxSlide .swiper-prev,
.xyyxSlide .swiper-next {
    width: 53px;
    height: 53px;
    box-sizing: border-box;
    border: 1px solid #EE1C25;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 44%;
    margin-top: 52px;
    background: #fff;
}

.xyyxSlide .swiper-next {
    left: auto;
    right: 44%;
}

.xyyxSlide .swiper-slide .title {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 60px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

/* -------------------------------- */

.content4 {
    width: 100%;
    background: url(../img/content4Bg.png) center bottom no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 90px;
    overflow: hidden;
}

.tabCount .item {
    display: none;
    box-sizing: border-box;
    padding-top: 45px;
}

.tabCount .item.active {
    display: flex;
    justify-content: space-between;
}

.tab_right {
    width: 480px;
    background: url(../img/jzjtBg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 35px 35px 35px;
    border-radius: 20px;
}

.tab_right .name {
    width: 100%;
    height: 105px;
    background: url(../img/jzjt-name-bg.png) center no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 38px;
    color: #2F2F2F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jzjtlist .box .text {
    width: 100%;
    height: 165px;
    border-radius: 20px;
    background: rgba(238, 28, 37, .6);
    box-sizing: border-box;
    padding: 25px 20px;
    color: #fff;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.jzjtlist .box .text .title {
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    margin-bottom: 15px;
}

.jzjtlist .box .text .desc {
    line-height: 30px;
}

.jzjtlist .box .text .desc p {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.jzjtlist .box .text .desc img {
    width: 14px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.jzjtlist .box .img img {
    width: 100%;
    /* height: 555px; */
    border-radius: 20px;
}


.content4 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab_left {
    width: calc(100% - 480px);
    box-sizing: border-box;
    padding-right: 50px;
}

.tab_left_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tab_left_top .box {
    width: calc((100% - 3px) / 4);
    height: 108px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.tab_left_top .box .ico {
    width: 74.4px;
    height: 74.4px;
    background: url(../img/25.png) center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
    display: none;
}

.tab_left_top .box::before {
    content: '';
    width: 57px;
    height: 35px;
    display: inline-block;
    background: url(../img/sjx.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    opacity: 0;
}

.tab_left_top .box .name {
    font-size: 38px;
    color: #2F2F2F;
    text-align: center;
}

.tab_left_top .box.on {
    background: #fff;
}

.tab_left_top .box.on .name {
    color: #EE1C25;
    font-weight: bold;
}

.tab_left_top .box.on::before {
    opacity: 1;
}

.tab_left_top .box.on .ico {
    display: flex;
}


.tab_left_top .box1 {
    border-radius: 20px 0 0 0;
}

.tab_left_top .box4 {
    border-radius: 0 20px 0 0;
}

.tab_left_item {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 0px 20px 20px;
    backdrop-filter: blur(10px);
    margin-top: 50px;
}

.tab_left_item .item {
    display: none;
    box-sizing: border-box;
    padding: 40px;
    height: 782px;
    /* height: 820px; */
    overflow: hidden;
    flex-direction: column;
}

.tab_left_item .item.active {
    display: flex;
    flex-direction: column;
}

.item_jsfc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leftList {
    width: calc(100% - 410px);
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
}


.leftList .swiper-slide {
    box-sizing: border-box;
    padding-top: 60px;
    position: relative;
}

.leftList .swiper-slide::before {
    content: '';
    width: 111px;
    height: 120px;
    display: inline-block;
    background: url(../img/icon10.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: calc((100% - 200px) / 2);
}

.leftList .swiper-slide a {
    width: 100%;
    height: 100%;
    display: inline-block;
    /* box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15); */
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 75px 32px;
    border: 1px solid #f2f2f2;
}

.leftList .swiper-slide .title {
    font-size: 28.8px;
    font-weight: bold;
    color: #2F2F2F;
    text-align: center;
}

.leftList .swiper-slide .title2 {
    width: 146px;
    height: 40px;
    margin: 15px auto;
    line-height: 40px;
    text-align: center;
    color: #EE1C25;
    font-size: 20px;
    border-radius: 6px;
    background: #FCE4E4;
}

.leftList .swiper-slide .desc {
    color: #9E9E9E;
    line-height: 40px;
    height: 320px;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.leftSilde {
    width: 410px;
    position: relative;
    background: linear-gradient(180deg, #FCE2E2 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 1.2px solid #FFD5D5;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.leftSilde .swiper-slide {
    box-sizing: border-box;
    padding: 55px 45px;
    opacity: 0 !important;
}

.leftSilde .swiper-slide a {
    width: 100%;
}

.leftSilde .swiper-slide-active {
    opacity: 1 !important;
}

.leftSilde .swiper-slide .img {
    box-sizing: border-box;
    padding: 0 35px;
}

.leftSilde .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 3/4;
}

.leftSilde .swiper-slide .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -27px;
    position: relative;
    z-index: 5;
}

.leftSilde .swiper-slide .title {
    height: 52px;
    line-height: 52px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    background: #fff;
    color: #2F2F2F;
    font-weight: bold;
}

.leftSilde .swiper-slide .title2 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    background: #FCE4E4;
    color: #EE1C25;
    box-sizing: border-box;
    padding: 0 40px;
    margin: 15px 0;
}

.leftSilde .swiper-slide .desc {
    width: 100%;
    line-height: 35px;
    color: #2F2F2F;
    height: 105px;
    text-align: center;
}

.leftSilde .swiper-next,
.leftSilde .swiper-prev {
    width: 53px;
    height: 53px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EE1C25;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -26px;
    z-index: 99;
    left: 100px;
    cursor: pointer;
}

.leftSilde .swiper-prev {
    background: url(../img/jt-l2.png) center no-repeat #fff;
}

.leftSilde .swiper-next {
    left: auto;
    right: 100px;
    background: url(../img/jt-r2.png) center no-repeat #fff;
}

.leftSilde .swiper-next:hover {
    background: url(../img/jt-r2-on.png) center no-repeat #EE1C25;
}

.leftSilde .swiper-prev:hover {
    background: url(../img/jt-l2-on.png) center no-repeat #EE1C25;
}

.tab_left_item .item_spzt,
.tab_left_item .item_qnlt {
    padding: 40px;
}

.item_qnlt ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_qnlt ul li {
    width: calc((100% - 30px) / 2);
    height: 213px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid rgba(253, 205, 205, .6);
    background: #fff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 30px;
}

.item_qnlt ul li:nth-child(5),
.item_qnlt ul li:nth-child(6) {
    margin-bottom: 0;
}

.item_qnlt ul li .title {
    line-height: 35px;
    height: 70px;
    color: #323232;
    margin: 12px 0;
}

.item_qnlt ul li .date {
    color: #323232;
    opacity: 0.5;
}

.item_qnlt ul li .date::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/dete-000.png) center no-repeat;
    background-size: cover;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.item_qnlt ul li .more {
    color: rgba(24, 24, 24, .3);
    position: relative;
}

.item_qnlt ul li .more::before {
    content: '';
    width: 7px;
    height: 14px;
    display: inline-block;
    background: url(../img/jt-icon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
}

.item_qnlt ul li:hover {
    border: 1px solid rgba(238, 28, 37, .6);
}

.item_qnlt ul li:hover .title {
    font-weight: bold;
    color: #EE1C25;
}

.item_spzt ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_spzt ul li {
    width: calc((100% - 35px) / 2);
    margin-bottom: 35px;
}

.item_spzt ul li a {
    width: 100%;
    display: inline-block;
    position: relative;
}


/* .item_spzt ul li:nth-child(3),
.item_spzt ul li:nth-child(4) {
    margin-bottom: 0;
} */

.item_spzt ul li .img {
    overflow: hidden;
    position: relative;
}

.item_spzt ul li .picImg {
    width: 100%;
    /* height: 290px; */
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.item_spzt ul li .img img {
    width: 100%;
    display: none;
}

.item_spzt ul li .title {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    color: #fff;
}

.item_spzt ul li:hover .picImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.item_spzt ul li:hover .title {
    background: #EE1C25;
    color: #fff;
    font-weight: bold;
}

.item_spzt ul li.li5,
.item_spzt ul li.li6 {
    display: none;
}






.tab_left_item .item_xsqk {
    padding: 40px 80px 40px 60px;
}

.item_xsqk ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_xsqk ul li {
    width: 33.3%;
    box-sizing: border-box;
    padding-left: 53px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.item_xsqk ul li.li7,
.item_xsqk ul li.li8 {
    display: none;
}

.item_xsqk ul li:nth-child(3n) {
    margin-right: 0;
}

.item_xsqk ul li .img {
    /* overflow: hidden; */
    box-sizing: border-box;
    padding: 5px;
    background: #FFB0B0;
    position: relative;
}

.item_xsqk ul li a {
    position: relative;
}

.item_xsqk ul li .img::before {
    content: '';
    width: 54px;
    height: 93px;
    display: inline-block;
    background: url(../img/xsqk-icon.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: -54px;
}

.item_xsqk ul li .picImg {
    width: 200px;
    height: 260px;
    /* padding-bottom: 56.25%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.item_xsqk ul li .img img {
    width: 100%;
    display: none;
}

.item_xsqk ul li .title {
    color: #2F2F2F;
    margin-top: 15px;
    text-align: center;
}

.item_xsqk ul li a::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 2px solid #EE1C25;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    transition: all 0.5s ease-in-out;
    z-index: 6;
}

.item_xsqk ul li:hover .title {
    color: #EE1C25;
    font-weight: bold;
}

.item_xsqk ul li:hover a::before {
    width: 100%;
}

.xyyxSlide .swiper-pagination1 {
    text-align: center;
    margin-top: 20px;
    justify-content: center;
}

.xyyxSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #D8D8D8;
    opacity: 1;
}

.xyyxSlide .swiper-pagination-bullet-active {
    background: #EE1C25;
}

/* 头条移动端 */

.ttSlide_mb {
    display: none;
    margin-bottom: 10px;
}

.ttSlide_mb ul li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #EE1C25;
}

.ttSlide_mb ul li:last-of-type {
    border: none;
}

.ttSlide_mb ul li a {
    font-size: 18px;
    color: #EE1C25;
}

.ttSlide_mb ul li .title {
    line-height: 30px;
    text-align: center;
}

/* 讲座讲堂新 */

.tabHead-jzjt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px 0;
}

.tabHead-jzjt .item {
    width: auto;
    color: #2F2F2F;
    border-radius: 50px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    margin: 0 10px;
    padding: 0 15px;
    cursor: pointer;
}

.tabHead-jzjt .item.active {
    background: #EE1C25;
    color: #fff;
}

.tabCount-jzjt .item {
    display: none;
    position: relative;
}

.tabCount-jzjt .item.active {
    display: block;
}

.jzjt-slide {
    width: 100%;
    height: 590px;
    border-radius: 20px;
    background: url(../img/jzjt-slide-bg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 70px 35px;
    align-items: flex-start;
}

.jzjt-slide a {
    display: block;
    width: 100%;
}

.jzjt-slide .box {
    padding: 20px 0;
    display: flex;
    color: #2F2F2F;
    border-bottom: 1px solid rgba(111, 111, 111, .1);
}

.jzjt-slide .box:last-of-type {
    padding-bottom: 0;
    border: none;
}

.jzjt-slide .box .l {
    width: 36px;
    line-height: 30px;
    font-weight: bold;
    margin-right: 18px;
}

.jzjt-slide .box .r {
    flex: 1;
    line-height: 30px;
    text-align: justify;
}

/* .jzjt-slide:hover .box:first-of-type .r {
    color: #EE1C25;
    font-weight: bold;
} */


.tabCount-jzjt .jzjt-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.tabCount-jzjt .swiper-pagination1 {
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.5);
    padding: 0 12px;
    border-radius: 50px;
}

.tabCount-jzjt .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    background: #fff;
    opacity: 1;
    margin: 0 3px;
}

.tabCount-jzjt .swiper-pagination-bullet-active {
    background: #EE1C25;
}

.tab-more {
    text-align: center;
    /* margin-top: 10px; */
    width: 100%;
}

.tab-more a {
    background: #EE1C25;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
}

.jsfc_ul {
    display: flex;
    width: 100%;
}