.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;  
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 0 !important;
    display: none;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 0 !important;
    display: none;
}


.banner_content .swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.banner_content .swiper-pagination-bullet-active{
    background-color: #CF0A0A;
    opacity: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}


.banner_content .swiper-pagination{
    text-align: right;
}
.top_title::before{
    content: "头条";
    display: inline-block;
    background-color:#B80E15 ;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
    width: 3.2rem;
    float: left;
    margin-top: 4px;
}

.top_title {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    text-align: center;
}

.top_news {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 0.6rem;
}

.top_right_news {
    width: 100%;
    display: flex;
    margin-top: 0.4rem;
    flex-direction: column;
}

body {
    background-color: #FFF;
}

.top_content {
    display: none;
    flex-direction: row;
    align-content: center;
    margin-bottom: 20px;
    justify-content: center;
}

.top_content li {
    margin: 0 10px;
    font-size: 18px;
    color: #333333;
}

.lines {
    position: relative;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.lines1 {
    position: absolute;
    height: 0.1rem;
    z-index: 2;
    width: 7.2rem;
    background-color: #B80E15;
}

.lines4 {
    position: absolute;
    height: 0.07rem;
    z-index: 2;
    width: 5rem;
    background-color: #B80E15;
}
.lines2 {
    z-index: 1;
    position: absolute;
    height: 0.07rem;
    top: 0.01rem;
    width: 100%;
    background-color: #CCCCCC;
}


#index_contents {
    width: 100%;
    padding: 1rem;
}

.top_right_news_ul li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.7rem;
    width: 100%;
    flex-wrap: wrap;
}

.top_right_news_ul li a::before {
    content: "";
    width: 0.4rem;
    margin-right: 0.4rem;
    height: 0.4rem;
    background-color: #B80E15;
    display: inline-block;
}

.top_right_news_ul li a span:last-of-type{
    flex-basis: 100%;
}

.top_right_news_ul li a span:last-of-type::after{
    content: "";
    display: block;
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    height: 0.1rem;
    border-top: 0.04rem dashed #cccccc;
}

.top_right_news_title {
    font-size: 1.2rem;
    color: #B80E15;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.top_right_news_title a {
    font-size: 1rem;
    color: #333;
    margin-top: 0.3rem;
}

.top_right_news_title a span:last-of-type{
    display: none;
}


.top_right_news_title a span:nth-child(2){
    color: #999;
}

.top_right_news_ul li span:first-child {
    font-size: 1rem;
    color: #333333;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top_right_news_ul li span:last-child {
    font-size: 1rem;
    color: #B80E15;
}




/* Swiper Styles */
.swiper {
    width: 100%;
    height: 14.5rem;
}
#banner {
    width: 100%;
    height: 14.5rem;
    margin-top: 0px;
}
.banner_content {
    width: 100%;
    height: 14.5rem;
    overflow: hidden;
    position: relative;
}



.banner_content .swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 1;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
}
.banner_content .swiper-pagination-bullet-active{
    background-color: #CF0A0A;
    opacity: 1;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
}


.banner_content .swiper-pagination{
    text-align: center;
    bottom: 3rem !important;
}



#b04 {
    width: 700px;
}


.swiper-slide {
    position: relative;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    display: block;
}

.swiper-caption {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    text-align: left;
    left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    background: #fff;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #CF0A0A;
    opacity: 1;
}

.swiper-pagination {
    text-align: right;
    padding-right: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    color: transparent;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 30px;
    height: 66px;
    display: none;
}

.center_ad {
    width: 100%;
    height: 100px;
    display: none;
}





/* 中间内容 */
.desktop-content{
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    flex-direction: column;
}


.content_left{
    width: 100%;
    height: 100%;
}


.content_left ul{
    display: flex;
    margin-top: 1.2rem;
    height: calc(100% - 76px);
    justify-content: space-between;
    flex-direction: column;
}

.content_left ul li::after{
    height: 0.04rem;
    border-top: 0.04rem dashed #cccccc;
    display: block;
    content: '';
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.content_left ul li a{
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: space-between
}

.content_left ul li div{
    position: relative;
    width: 3.3rem;
}

.content_left ul li div img:first-child{
    width: 3.3rem;
    height: 3.3rem;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
}
.content_left  ul li a div span:first-of-type{
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    top: 0.7rem;
    font-weight: normal;
    z-index: 2;
    width: 3.3rem;
    text-align: center;
}
.content_left ul li div span:last-of-type{
    font-size: 0.6rem;
    color: #fff;
    position: absolute;
    top: 2.2rem;
    z-index: 2;
    width: 3.3rem;
    text-align: center;
}

.content_left ul li a>span{
    font-size: 1rem;
    color: #333333;
    line-height: 1.4rem;
    flex: 1;
    display: -webkit-box; /* 关键！必须使用 -webkit-box 或 flex */
    margin-left: 0.6rem;
    -webkit-box-orient: vertical;  /* 垂直排列 */
    -webkit-line-clamp: 3;         /* 限制行数 */
    overflow: hidden;              /* 隐藏溢出内容 */
    text-overflow: ellipsis;       /* 超出显示省略号 */
}

.content-center ul{
    margin-top: 20px;
}

.content-center{
    margin-top: 1rem;
}

.content-right{
    background-image: url('/images/notify_bg.png');
    background-size: 100% 100%;
    padding: 1rem 1rem;
    height: 100%;
}   

.content-right ul{
    display: flex;
    margin-top: 1.4rem;
    justify-content: space-between;
    flex-direction: column;
}

.content-right ul li div{
width: 3rem;
margin-left: -0.6rem;
}

.content-right ul li div span:first-child{
    font-size:2rem;
    color: #B80E15;    
    width: 3.5rem;  
    display: block;
    text-align: center;
}

.content-right ul li div span:last-child{ 
    font-size:0.9rem;
    color: #999999;    
    margin-top: -10px;
    width: 3.5rem;  
    display: block;
    text-align: center;
}

.content-right ul li a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content-right ul{
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
}

.content-right ul li a>span:last-of-type{
    line-height: 23px;
    margin-left: 0.5rem;
    flex: 1;
    margin-top: 0.4rem;
}

.content-right ul li{
    margin-bottom: 0.9rem;

}

.content-right ul li a>span:first-of-type{
    height: 3rem;
    background-color: #e5e5e5;
    width: 0.06rem;
    margin-left: 0.7rem;
    margin-top: 0.6rem;
}

/* 专题专栏 */
#banner_ztzl{
    margin-top: 1.4rem;
    height: 8rem;
}
#banner_ztzl ul li{
    width: 48%;
    height: 6rem;
    overflow: hidden;
}
#banner_ztzl ul li img{
    width: 100%;
    height: 100%;
}

#banner_ztzl ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



#banner_ztzl .swiper-pagination-bullet-active{
    background-color: #CF0A0A;
    opacity: 1;
    border-radius: 50%;
}


/* 学员天地 */

.xytd_skcx{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}


.xytd_down{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.skcx{
}

.banner_xytd_out{
    margin-top: 0.8rem;
    border: 1px solid #EBE8E3;
}

.banner_xytd .swiper-slide img{
    height: 270px;
}
#banner_xytd .swiper-pagination{
    margin-bottom: 12px;
}

.banner_xytd .swiper-slide span:first-of-type{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    display: block;
    margin-left: 14px;
    margin-right: 14px;
    text-align: left;
    margin-top: 14px;
}
.banner_xytd .swiper-slide span:last-of-type{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    display: block;
    margin-top: 4px;
    text-align: left;
    color: #B80E15;
    margin-left: 14px;
    margin-right: 14px;
}
.xytd{
    width: 100%;
}
.xytd_down ul{
    margin-top: 0.5rem;
}
.xytd_down ul li a{
    display: block;
}
.xytd_down ul li a span{
    overflow: hidden;
    line-height: 2.5rem;
}
.xytd_down ul li{
}

.xytd_down ul li a span:first-of-type{
    float: left;
    width: calc(100% - 22px);
}
.xytd_down ul li a::before{
    float: left;
    margin-top: 1rem;
}
.xytd_down .top_right_news_ul li a::before{
    border-radius: 50%;
}
.xytd_down ul li a{
    overflow: hidden;
}

.xytd_down ul li a span:last-of-type{
    margin-top: -16px;
    float: left;
    width: calc(100% );
    position: relative;
}
.xytd_down  .top_right_news_ul li a span:last-of-type::after{
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}

/* 三库查询 */
.skcx{
    height: 100%;
    margin-top: 1.4rem;
}
.skcx_down {
    margin-top: 30px;
    display: flex;
    height: calc(100% - 56px);
    flex-direction: column;
    justify-content: space-between;
}
.skcx_down a{
    display: inline-block;
}

.skcx_down a img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.skcx_down a.k1{
    width: 100%;
    height: 10rem;
}
.skcx_down a.k2{
    width: 100%;
    height: 10rem;
}
.skcx_down a.k3{
    width: 100%;
    height: 10rem;
    margin-top: 1rem;
}

.skcx_down div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}



.index_ad2{
    width: 100%;
    height:100px;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* 资源连接 */
.zylj ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.zylj ul li a{

}
.zylj ul li a{
    width: 272px;
    background-color: #EBE8E3;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.zylj ul li a img{
    width: 22px;
    height: 22px;
}


.sytd_mobile{
    display: flex !important;
}

.sytd_mobile{

}

.sytd_pc{
    display: none !important;
} 

#party-building{
    margin-top: 1.4rem;
    margin-bottom: 0.4rem;
}

.index_ad2{
    display: none;
}

.zylj{
    display: none;
}