/* banner */
.dsj_banner_w{
    height: 10.50rem;
    background: url(dsj2024_banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}


/* 新闻中心列表页 */
.dsj_list_news_s{
    margin-top: 45px;
}
.dsj_list_news_s li{
    padding: 40px 0;
    border-bottom: 1px dashed #cccccc;
}
.dsj_list_news_s li .imgs_w{
    margin-right: 47px;
}
.dsj_list_news_s li .imgs_w .imgs{
    width: 376px;
    height: 228px;
    display: block;
}
.dsj_list_news_s li .titles{
    display: block;
    font-size: 28px;
    line-height: 60px;
    height: 60px;
    font-weight: bold;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dsj_list_news_s li .times_w{
    margin-top: 24px;
    color: #999999;
    font-size: 22px;
    line-height: 28px;
}
.dsj_list_news_s li .texts{
    margin-top: 28px;
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #707070;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px;
}

/*  */
@media screen and (max-width: 2048px) {
    .dsj_list_news_s{
        margin-top: 20px;
    }
    .dsj_list_news_s li{
        padding: 29px 0;
    }
    .dsj_list_news_s li .imgs_w{
        margin-right: 36px;
    }
    .dsj_list_news_s li .imgs_w .imgs{
        width: 282px;
        height: 172px;
    }
    .dsj_list_news_s li .titles{
        font-size: 20px;
        line-height: 46px;
        height: 46px;
    }
    .dsj_list_news_s li .times_w{
        margin-top: 20px;
        font-size: 16px;
        line-height: 18px;
    }
    .dsj_list_news_s li .texts{
        margin-top: 22px;
        font-size: 16px;
        line-height: 28px;
        max-height: 56px;
    }
}
@media screen and (max-width: 1440px) {
    .dsj_list_news_s{
        margin-top: 16px;
    }
    .dsj_list_news_s li{
        padding: 24px 0;
    }
    .dsj_list_news_s li .imgs_w{
        margin-right: 28px;
    }
    .dsj_list_news_s li .imgs_w .imgs{
        width: 236px;
        height: 142px;
    }
    .dsj_list_news_s li .titles{
        font-size: 16px;
        line-height: 38px;
        height: 38px;
    }
    .dsj_list_news_s li .times_w{
        margin-top: 15px;
        font-size: 14px;
        line-height: 18px;
    }
    .dsj_list_news_s li .texts{
        margin-top: 16px;
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
    }
}

/* 新闻中心 */
.dsj_indexNews_w{
    margin-top: 118px;
}
.dsj_index_titles{
    padding-left: 132px;
    position: relative;
} 
.dsj_index_titles::after{
    content: " ";
    position: absolute;
    left: 0;
    top: 17px;
    width: 105px;
    height: 5px;
    background-color: #034487;
}
.dsj_index_titles .ens{
    display: block;
    height: 42px;
    width: 371px;
    background: url(dsj2024_index2.png) no-repeat left center;
    background-size: auto 100%;
}
.dsj_index_titles .ts{
    display: block;
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
}
.dsj_index_titles_w .mores{
    font-size: 20px;
    line-height: 20px;
    color: #195fa7;
    position: relative;
    padding-right: 40px;
    margin-top: 87px;
}
.dsj_index_titles_w .mores::after{
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 20px;
    height: 14px;
    background: url(dsj2024_index7.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.3s;
}
.dsj_index_titles_w .mores:hover{
    color: #06b776;
}
.dsj_index_titles_w .mores:hover::after{
    transform: translateX(3px);
    background-image: url(dsj2024_index7_h.png);
}

.dsj_indexNews_bd_kjs{
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    height: 0;
    overflow: hidden;
}
.dsj_indexNews_bd_kjs.active{
    opacity: 1;
    height: auto;
}
.dsj_indexNews_tnav{
    margin-top: 42px;
}
.dsj_indexNews_tnav .as{
    display: block;
    float: left;
    width: 198px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 24px;
    color: #034487;
    border: 1px solid #034487;
    margin-left: 18px;
    transition: all 0.5s;
}
.dsj_indexNews_tnav .as.on{
    font-weight: bold;
    color: #fff;
    background-color: #195fa7;
}
.dsj_indexNews_tnav .as:hover{
    font-weight: bold;
    color: #fff;
    background-color: #195fa7;
}

.dsj_indexNews_s{
    margin-top: 70px;
}
.dsj_indexNews_l{
    width: 960px;
    height: 674px;
    background-color: #fff;
    position: relative;
}
.dsj_indexNews_l li{
    width: 960px;
    height: 674px;
}
.dsj_indexNews_l li a{
    display: block;
}
.dsj_indexNews_l li .imgs{
    display: block;
    width: 960px;
    height: 576px;
}
.dsj_indexNews_l li .titles{
    padding: 0 163px 0 27px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    /* 溢出省略号 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 98px;
    line-height: 98px;
}
.dsj_indexNews_pagination{
    position: absolute;
    right: 29px;
    bottom: 41px;
}
.dsj_indexNews_pagination .swiper-pagination-switch{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #eaeaea;
    float: left;
    margin-left: 14px;
    cursor: pointer;
}
.dsj_indexNews_pagination .swiper-pagination-switch.swiper-active-switch{
    background-color: #06b776;
}

/* 新闻中心*/
.dsj_indexNews_r{
    width: 920px;
}
.dsj_indexNews_r li{
    padding: 0px 0 34px 42px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 20px;
}
.dsj_indexNews_r li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.dsj_indexNews_r li .imgs_w{
    margin-right: 47px;
}
.dsj_indexNews_r li .imgs_w .imgs{
    width: 376px;
    height: 228px;
    display: block;
}
.dsj_indexNews_r li .titles{
    display: block;
    font-size: 24px;
    line-height: 64px;
    height: 64px;
    font-weight: bold;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dsj_indexNews_r li .times_w{
    color: #999999;
    font-size: 18px;
    line-height: 30px;
}
.dsj_indexNews_r li .texts{
    margin-top: 28px;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
}
.dsj_mores{
    margin-top: 78px;
    text-align: center;
    font-size: 0;
}
.dsj_mores .mores{
    display: inline-block;
    font-size: 20px;
    width: 283px;
    line-height: 64px;
    height: 64px;
    background: url(dsj2024_index3.png) no-repeat -10px 0;
    background-size: auto 100%;
    text-align: left;
    color: #fff;
    text-indent: 67px;
    position: relative;
    transition: all 0.5s;
}
.dsj_mores .mores::after{
    content: " ";
    position: absolute;
    right: 23px;
    top: 50%;
    width: 29px;
    height: 20px;
    margin-top: -10px;
    background: url(dsj2024_index4.png)  no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.5s;
}
.dsj_mores .mores:hover{
    background-position: 0 0;
    /* text-indent: 55px; */
}
.dsj_mores .mores:hover::after{
    right: 17px;
}

/* 数据服务 */
.dsj_indexDataService_w{
    width: 100%;
    height: 1127px;
    background: url(dsj2024_index21.jpg) no-repeat center center;
    background-size:auto 100%;
    background-size: cover;
    margin-top: 64px;
    overflow: hidden;
}
.dsj_index_titles_sjfw .ens{
    background-image: url(dsj2024_index5.png);
    width: 398px;
}
.dsj_index_titles_sjfw::after{
    background-color: #06b776;
}
.dsj_index_titles_sjfw .ts{
    color: #fff;
}
.dsj_indexDataService_t{
    padding-top: 144px;
}.dsj_indexDataService_nav{
    margin-top: 30px;
}
.dsj_indexDataService_nav .as{
    float: left;
    width: 240px;
    height: 74px;
    line-height: 74px;
    border: 1px solid #114880;
    background-color: rgba(4,32,62,0.3);
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-left: 26px;
    transition: all 0.5s;
}
.dsj_indexDataService_nav .as.on{
    background-color: #fff;
    color: #195fa7;
    font-weight: bold;
}
.dsj_indexDataService_nav .as:hover{
    background-color: #fff;
    color: #195fa7;
    font-weight: bold;
}

.dsj_indexDataService_b{
    margin-top: 112px;
    position: relative;
}
.dsj_indexDataService_bkjs{
    opacity: 0;
    transition: all 0.5s;
    height: 0;
    overflow: hidden;
}
.dsj_indexDataService_bkjs.active{
    opacity: 1;
    height: auto;
}
.dsj_indexDataService_l{
    width: 959px;
    height: 764px;
    background-color: #fff;
    padding: 86px 134px 0 99px;
}
.dsj_indexDataService_l .texts_w{
    padding: 0 8px;
}
.dsj_indexDataService_l .titles_en{
    display: block;
    height: 20px;
    background: url(dsj2024_index8.png) no-repeat left center;
    background-size: auto 100%;
}
.dsj_indexDataService_l .titles{
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin-top: 26px;
}
.dsj_indexDataService_l .texts{
    font-size: 22px;
    color: #4c4c4c;
    line-height: 44px;
    display: block;
    margin-top: 61px;
    text-align: justify;
    height: 308px;

    /* 文字超出7行显示省略号 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}
.dsj_indexDataService_l .mores_w{
    margin-top: 71px;
    border-top: 1px solid #e0e0e0;
}
.dsj_indexDataService_l .mores_w .mores{
    font-size: 20px;
    color: #195fa7;
    padding-right: 41px;
    margin-top: 53px;
    position: relative;
}
.dsj_indexDataService_l .mores_w .mores:hover{
    color: #06b776;
}
.dsj_indexDataService_l .mores_w .mores::after{
    content: " ";
    width: 20px;
    height: 14px;
    background: url(dsj2024_index7.png) no-repeat right center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    transition: all 0.3s;
}
.dsj_indexDataService_l .mores_w .mores:hover::after{
    transform: translateX(3px);
    background-image: url(dsj2024_index7_h.png);
}
.dsj_indexDataService_r{
    position: absolute;
    left: 959px;
    top: 0;
    width: 1281px;
    height: 100%;
    background: url(dsj2024_index6_s.jpg) no-repeat center center;
    background-size: auto 100%;
	overflow:hidden;
}
.dsj_indexDataService_r .as{
    display: block;
    width: 100%;
    height: 100%;
	padding-top:1px;
}
.dsj_indexDataService_r .ts{
    font-size: 60px;
    line-height: 1;
    display: block;
    margin-top: 306px;
    width: 60.5%;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.dsj_indexDataService_r{
	z-index:1;
}
.dsj_indexDataService_bkjs.active .dsj_indexDataService_r{
	z-index:2;
}
/* 行业前沿 */
.dsj_indexIndustry_t{
    margin-top: 148px;
}
.dsj_indexIndustry_t .dsj_index_titles .ens{
    background-image: url(dsj2024_index9.png);
    width: 531px;
}
.dsj_indexIndustry_b{
    margin-top: 120px;
    overflow: hidden;
    background-color: #000000;
}
.dsj_indexIndustry_b ul{
    display: flex;
}
.dsj_indexIndustry_b ul li{
    width: 33.3333%;
    /* height: 870px; */
    position: relative;
    float: left;
}
.dsj_indexIndustry_b ul li .kjs_w{
    display: block;
}
.dsj_indexIndustry_b ul li .kjs{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.dsj_indexIndustry_b ul li .ts{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.dsj_indexIndustry_b ul li .titles{
    font-size: 52px;
    color: #fff;
    line-height: 1;
}
.dsj_indexIndustry_b ul li .titles_en{
    display: block;
    margin-top: 28px;
}
.dsj_indexIndustry_b ul li .imgs_bg{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

/* 通知公告 */
.dsj_indexNotice_w{
    padding-top: 157px;
    background-color: #fff;
    padding-bottom: 95px;
}
.dsj_indexNotice_l{
    width: 882px;
}
.dsj_indexNotice_l .dsj_index_titles .ens{
    background-image: url(dsj2024_index16.png);
    width: 187px;
}

.dsj_indexNotice_ul{
    margin-top: 75px;
}
.dsj_indexNotice_ul ul li{
    position: relative;
    padding-left: 165px;
    height: 134px;
    padding-top: 1px;
    margin-bottom: 39px;
}
.dsj_indexNotice_ul ul li:last-child{
    margin-bottom: 0;
}
.dsj_indexNotice_ul ul li .titles{
    display: block;
    font-size: 30px;
    line-height: 48px;
    margin-top: 15px;
    max-height: 96px;
    overflow: hidden;
}
.dsj_indexNotice_ul ul li .times{
    position: absolute;
    left: 0;
    top: 0;
    width: 134px;
    height: 134px;
    background-color: #4595e6;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding-top: 20px;
}
.dsj_indexNotice_ul ul li .times .sp1{
    font-size: 62px;
    display: block;
    font-family: 'Arial';
    font-weight: bold;
}
.dsj_indexNotice_ul ul li .times .sp2{
    font-size: 24px;
    display: block;
    margin-top: 10px;
}

.dsj_indexNotice_r{
    width: 880px;
}
.dsj_indexNotice_r .dsj_index_titles .ens{
    background-image: url(dsj2024_index17.png);
    width: 154px;
}
.dsj_indexTopic_ul{
    margin-top: 74px;
}
.dsj_indexTopic_ul li{
    width: 100%;
    margin-bottom: 42px;
}
.dsj_indexTopic_ul li:last-child{
    margin-bottom: 0;
}
.dsj_indexTopic_ul li .imgs_w{
    display: block;
}
.dsj_indexTopic_ul li .imgs{
    display: block;
    width: 100%;
}

@media screen and (max-width: 2048px) {
    .dsj_indexNews_w{
        margin-top: 87px;
    }
    .dsj_index_titles{
        padding-left: 100px;
    }
    .dsj_index_titles::after{
        top: 12px;
        width: 78px;
        height: 3px;
    }
    .dsj_index_titles .ens{
        height: 31px;
        width: 278px;
    }
    .dsj_index_titles .ts{
        font-size: 40px;
        margin-top: 11px;
    }
    .dsj_index_titles_w .mores{
        font-size: 16px;
        line-height: 1;
        padding-right: 24px;
        margin-top: 66px;
    }
    .dsj_index_titles_w .mores::after{
        margin-top: -5px;
        width: 16px;
        height: 11px;
    }
    .dsj_indexNews_tnav{
        margin-top: 32px;
    }
    .dsj_indexNews_tnav .as{
        width: 148px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        margin-left: 14px;
    }
    .dsj_indexNews_s{
        margin-top: 52px;
    }
    .dsj_indexNews_l{
        width: 720px;
        height: 506px;
    }
    .dsj_indexNews_l li{
        width: 720px;
        height: 506px;
    }
    .dsj_indexNews_l li .imgs{
        width: 720px;
        height: 432px;
    }
    .dsj_indexNews_l li .titles{
        padding: 0 108px 0 21px;
        font-size: 18px;
        height: 74px;
        line-height: 74px;
    }
    .dsj_indexNews_pagination{
        right: 22px;
        bottom: 31px;
    }
    .dsj_indexNews_pagination .swiper-pagination-switch{
        width: 13px;
        height: 13px;
        margin-left: 10px;
    }
    .dsj_indexNews_r{
        width: 640px;
    }
    .dsj_indexNews_r li{
        padding: 0px 0 26px 0px;
        border-bottom: 1px dashed #cccccc;
        margin-bottom: 15px;
    }
    .dsj_indexNews_r li .titles{
        font-size: 20px;
        line-height: 46px;
        height: 46px;
    }
    .dsj_indexNews_r li .times_w{
        font-size: 14px;
        line-height: 18px;
    }
    .dsj_indexNews_r li .texts{
        margin-top: 13px;
        font-size: 16px;
        line-height: 27px;
        max-height: 54px;
    }
    .dsj_mores{
        margin-top: 58px;
    }
    .dsj_mores .mores{
        font-size: 16px;
        width: 213px;
        line-height: 48px;
        height: 48px;
        background: url(dsj2024_index3.png) no-repeat -7px 0;
        background-size: auto 100%;
        text-indent: 46px;
    }
    .dsj_mores .mores::after{
        right: 17px;
        width: 22px;
        height: 15px;
        margin-top: -7px;
    }
    .dsj_mores .mores:hover::after{
        right: 13px;
    }

    .dsj_indexDataService_w{
        height: 846px;
        margin-top: 48px;
    }
    .dsj_indexDataService_t{
        padding-top: 108px;
    }
    .dsj_index_titles .ens{
        width: 300px;
    }
    .dsj_indexDataService_nav{
        margin-top: 23px;
    }
    .dsj_indexDataService_nav .as{
        width: 182px;
        height: 56px;
        line-height: 56px;
        font-size: 18px;
        margin-left: 20px;
    }
    .dsj_indexDataService_b{
        margin-top: 82px;
    }
    .dsj_indexDataService_l{
        width: 699px;
        height: 574px;
        padding: 66px 90px 0 64px;
    }
    .dsj_indexDataService_l .texts_w{
        padding: 0 5px;
    }
    .dsj_indexDataService_l .titles_en{
        height: 14px;
    }
    .dsj_indexDataService_l .titles{
        font-size: 28px;
        margin-top: 19px;
    }
    .dsj_indexDataService_l .texts{
        font-size: 18px;
        line-height: 34px;
        margin-top: 45px;
        height: 238px;
    }
    .dsj_indexDataService_l .mores_w{
        margin-top: 56px;
    }
    .dsj_indexDataService_l .mores_w .mores{
        font-size: 16px;
        padding-right: 25px;
        background-size: 16px 10px;
        margin-top: 39px;
    }
    .dsj_indexDataService_l .mores_w .mores::after {
        width: 16px;
        height: 11px;
        margin-top: -5px;
    }
    .dsj_indexDataService_r{
        left: 699px;
        width: 961px;
    }
    .dsj_indexDataService_r .ts{
        font-size: 45px;
        margin-top: 229px;
    }
    .dsj_indexIndustry_t{
        margin-top: 120px;
    }
    .dsj_indexIndustry_t .dsj_index_titles .ens{
        width: 398px;
    }
    .dsj_indexIndustry_b{
        margin-top: 80px;
    }
    .dsj_indexIndustry_b ul li .titles{
        font-size: 40px;
    }
    .dsj_indexIndustry_b ul li .titles_en{
        margin-top: 21px;
        height: 14px;
    }
    .dsj_indexNotice_w{
        padding-top: 116px;
        padding-bottom: 71px;
    }
    .dsj_indexNotice_l{
        width: 660px;
    }
    .dsj_indexNotice_l .dsj_index_titles .ens{
        width: 143px;
    }

    .dsj_indexNotice_ul {
        margin-top: 56px;
    }
    .dsj_indexNotice_ul ul li {
        padding-left: 124px;
        height: 100px;
        margin-bottom: 28px;
    }
    .dsj_indexNotice_ul ul li .times {
        width: 100px;
        height: 100px;
        padding-top: 15px;
    }
    .dsj_indexNotice_ul ul li .times .sp1 {
        font-size: 46px;
    }
    .dsj_indexNotice_ul ul li .times .sp2 {
        font-size: 18px;
        margin-top: 6px;
    }
    .dsj_indexNotice_ul ul li .titles {
        font-size: 20px;
        line-height: 36px;
        margin-top: 10px;
        max-height: 72px;
    }
    .dsj_indexNotice_r {
        width: 658px;
    }
    .dsj_indexTopic_ul {
        margin-top: 56px;
    }
    .dsj_indexTopic_ul li {
        margin-bottom: 32px;
    }

}
@media screen and (max-width: 1440px) {
    .dsj_indexNews_w{
        margin-top: 71px;
    }
    .dsj_index_titles{
        padding-left: 85px;
    }
    .dsj_index_titles::after{
        top: 10px;
        width: 65px;
        height: 2px;
    }
    .dsj_index_titles .ens{
        height: 26px;
        width: 232px;
    }
    .dsj_index_titles .ts{
        font-size: 34px;
        margin-top: 9px;
    }
    .dsj_index_titles_w .mores{
        font-size: 14px;
        padding-right: 21px;
        margin-top: 55px;
    }
    .dsj_index_titles_w .mores::after{
        margin-top: -4px;
        width: 13px;
        height: 9px;
    }
    .dsj_indexNews_tnav{
        margin-top: 26px;
    }
    .dsj_indexNews_tnav .as{
        width: 124px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-left: 11px;
    }
    .dsj_indexNews_s{
        margin-top: 42px;
    }
    .dsj_indexNews_l{
        width: 544px;
        height: 380px;
    }
    .dsj_indexNews_l li{
        width: 544px;
        height: 380px;
    }
    .dsj_indexNews_l li .imgs{
        width: 544px;
        height: 326px;
    }
    .dsj_indexNews_l li .titles{
        padding: 0 84px 0 15px;
        font-size: 16px;
        height: 54px;
        line-height: 54px;
    }
    .dsj_indexNews_pagination{
        right: 14px;
        bottom: 23px;
    }
    .dsj_indexNews_pagination .swiper-pagination-switch{
        width: 10px;
        height: 10px;
        margin-left: 7px;
    }
    .dsj_indexNews_r{
        width: 428px;
    }
    .dsj_indexNews_r li {
        padding: 0px 0 18px 0px;
        border-bottom: 1px dashed #cccccc;
        margin-bottom: 15px;
    }
    .dsj_indexNews_r li .titles{
        font-size: 16px;
        line-height: 20px;
        height: 20px;
    }
    .dsj_indexNews_r li .times_w{
        font-size: 12px;
        line-height: 15px;
        margin-top: 13px;
    }
    .dsj_indexNews_r li .texts{
        margin-top: 10px;
        font-size: 12px;
        line-height: 23px;
        max-height: 46px;
    }
    .dsj_mores{
        margin-top: 67px;
    }
    .dsj_mores .mores{
        font-size: 14px;
        width: 178px;
        line-height: 40px;
        height: 40px;
        background: url(dsj2024_index3.png) no-repeat -5px 0;
        background-size: auto 100%;
        text-indent: 38px;
    }
    .dsj_mores .mores::after{
        right: 15px;
        width: 18px;
        height: 12px;
        margin-top: -6px;
    }
    .dsj_mores .mores:hover::after{
        right: 11px;
    }

    .dsj_indexDataService_w{
        height: 675px;
        margin-top: 62px;
    }
    .dsj_indexDataService_t{
        padding-top: 78px;
    }
    .dsj_index_titles .ens{
        width: 250px;
    }
    .dsj_indexDataService_nav{
        margin-top: 20px;
    }
    .dsj_indexDataService_nav .as{
        width: 151px;
        height: 47px;
        line-height: 47px;
        font-size: 16px;
        margin-left: 16px;
    }
    .dsj_indexDataService_b{
        margin-top: 49px;
    }
    .dsj_indexDataService_l{
        width: 576px;
        height: 479px;
        padding: 55px 55px 0 50px;
    }
    .dsj_indexDataService_l .texts_w{
        padding: 0 2px;
    }
    .dsj_indexDataService_l .titles_en{
        height: 13px;
    }
    .dsj_indexDataService_l .titles{
        font-size: 28px;
        margin-top: 15px;
    }
    .dsj_indexDataService_l .texts{
        font-size: 15px;
        line-height: 28px;
        margin-top: 34px;
        height: 196px;
    }
    .dsj_indexDataService_l .mores_w{
        margin-top: 48px;
    }
    .dsj_indexDataService_l .mores_w .mores{
        font-size: 14px;
        padding-right: 22px;
        background-size: 16px 10px;
        margin-top: 32px;
    }
    .dsj_indexDataService_l .mores_w .mores::after {
        width: 13px;
        height: 9px;
        margin-top: -4px;
    }
    .dsj_indexDataService_r{
        left: 576px;
        width: 644px;
    }
    .dsj_indexDataService_r .ts {
        font-size: 37px;
        margin-top: 191px;
    }
    .dsj_indexIndustry_t{
        margin-top: 90px;
    }
    .dsj_indexIndustry_t .dsj_index_titles .ens{
        width: 334px;
    }
    .dsj_indexIndustry_b{
        margin-top: 44px;
    }
    .dsj_indexIndustry_b ul li .titles{
        font-size: 30px;
    }
    .dsj_indexIndustry_b ul li .titles_en{
        margin-top: 18px;
        height: 13px;
    }
    .dsj_indexNotice_w{
        padding-top: 82px;
        padding-bottom: 66px;
    }
    .dsj_indexNotice_l{
        width: 470px;
    }
    .dsj_indexNotice_l .dsj_index_titles .ens{
        width: 143px;
    }

    .dsj_indexNotice_ul {
        margin-top: 32px;
    }
    .dsj_indexNotice_ul ul li {
        padding-left: 94px;
        height: 75px;
        margin-bottom: 21px;
    }
    .dsj_indexNotice_ul ul li .times {
        width: 75px;
        height: 75px;
        padding-top: 12px;
    }
    .dsj_indexNotice_ul ul li .times .sp1 {
        font-size: 34px;
    }
    .dsj_indexNotice_ul ul li .times .sp2 {
        font-size: 13px;
        margin-top: 5px;
    }
    .dsj_indexNotice_ul ul li .titles {
        font-size: 18px;
        line-height: 30px;
        margin-top: 5px;
        max-height: 60px;
    }
    .dsj_indexNotice_r {
        width: 470px;
    }
    .dsj_indexTopic_ul {
        margin-top: 32px;
    }
    .dsj_indexTopic_ul li {
        margin-bottom: 22px;
    }
}

/* 搜索 */
.dsj_list_search_t{
    margin-top: 85px;
    background-color: #f7f7f7;
    padding: 54px 0;
}
.dsj_list_search_ts{
    width: 1382px;
    position: relative;
    padding-right: 220px;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
}
.dsj_list_search_ts .input1{
    width: 100%;
    border: 0;
    height: 72px;
    padding-left: 20px;
    font-size: 28px;
    color: #195fa7;
}
.dsj_list_search_ts .input1::placeholder{
    color: #999999;
}
.dsj_list_search_ts .input1::-moz-placeholder{
    color: #999999;
}
.dsj_list_search_ts .buts1{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: 100%;
    font-size: 28px;
    padding-left: 106px;
    color: #ffffff;
    background:#195fa7 url(dsj2024_list9.png) no-repeat 60px 50%;
    text-align: left;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
}
.dsj_list_search_ts .buts1:hover{
    background-color: #06b776;
}

.dsj_list_search_text{
    margin-top: 30px;
}
.dsj_list_search_textL{
    font-size: 24px;
    line-height: 54px;
}
.dsj_list_search_textL .red{
    color: #c60505;
}
.dsj_list_search_textR .as{
    display: block;
    float: left;
    width: 162px;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    background-color: #9cc2e3;
    background-color: #ffffff;
    text-align: center;
    font-size: 22px;
    margin-left: 18px;
    transition: all 0.5s;
}
.dsj_list_search_textR .as.on{
    background-color: #195fa7;
    color: #fff;
}
.dsj_list_search_textR .as:hover{
    background-color: #195fa7;
    color: #fff;
}

.dsj_list_searchs{
    margin-top: 26px;
}
.dsj_list_searchs li {
    padding: 30px 0;
    border-bottom: 1px dashed #cccccc;
}
.dsj_list_searchs li .titles{
    font-size: 28px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    display: block;
}
.dsj_list_searchs li .red{
    color: #c60505;
}
.dsj_list_searchs li .texts{
    font-size: 20px;
    overflow: hidden;
    line-height: 36px;
    max-height: 108px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #707070;
    margin-top: 25px;
}
.dsj_list_searchs li .times_w{
    margin-top: 30px;
    font-size: 22px;
    line-height: 38px;
}
.dsj_list_searchs li .times_w .sp{
    color: #005bac;
}

@media screen and (max-width: 2048px) {
    .dsj_list_search_t{
        margin-top: 50px;
        padding: 50px 0;
    }
    .dsj_list_search_ts{
        width: 1039px;
        padding-right: 165px;
    }
    .dsj_list_search_ts .buts1 {
        width: 165px;
        font-size: 20px;
        padding-left: 79px;
        background-size: 24px 24px;
        background-position: 45px 50%;
    }
    .dsj_list_search_ts .input1 {
        height: 53px;
        padding-left: 16px;
        font-size: 20px;
    }
    .dsj_list_search_text {
        margin-top: 24px;
    }
    .dsj_list_search_textL {
        font-size: 18px;
        line-height: 40px;
    }
    .dsj_list_search_textR .as {
        width: 121px;
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        font-size: 16px;
        margin-left: 13px;
    }
    .dsj_list_searchs {
        margin-top: 17px;
    }
    .dsj_list_searchs li {
        padding: 23px 0;
    }
    .dsj_list_searchs li .titles {
        font-size: 20px;
        line-height: 30px;
        height: 30px;
    }
    .dsj_list_searchs li .texts {
        font-size: 16px;
        line-height: 28px;
        max-height: 84px;
        margin-top: 21px;
    }
    .dsj_list_searchs li .times_w {
        margin-top: 19px;
        font-size: 16px;
        line-height: 28px;
    }
}
@media screen and (max-width: 1440px) {
    .dsj_list_search_t{
        margin-top: 41px;
        padding: 34px 0;
    }
    .dsj_list_search_ts{
        width: 865px;
        padding-right: 137px;
    }
    .dsj_list_search_ts .buts1 {
        width: 137px;
        font-size: 18px;
        padding-left: 66px;
        background-size: 20px 20px;
        background-position: 37px 50%;
    }
    .dsj_list_search_ts .input1 {
        height: 53px;
        padding-left: 16px;
        font-size: 18px;
    }
    .dsj_list_search_text {
        margin-top: 15px;
    }
    .dsj_list_search_textL {
        font-size: 16px;
        line-height: 33px;
    }
    .dsj_list_search_textR .as {
        width: 101px;
        height: 33px;
        line-height: 33px;
        border-radius: 3px;
        font-size: 14px;
        margin-left: 10px;
    }
    .dsj_list_searchs {
        margin-top: 17px;
    }
    .dsj_list_searchs li {
        padding: 22px 0 24px;
    }
    .dsj_list_searchs li .titles {
        font-size: 18px;
        line-height: 20px;
        height: 20px;
    }
    .dsj_list_searchs li .texts {
        font-size: 14px;
        line-height: 24px;
        max-height: 72px;
        margin-top: 18px;
    }
    .dsj_list_searchs li .times_w {
        margin-top: 16px;
        font-size: 14px;
        line-height: 22px;
    }
}

/* 党建文化 */
.dsj_listDjwh_body .dsj_list_navw_bg{
    display: none;
}
.dsj_listDjwh_body .dsj_list_nav li::after{
    background-color: #fff;
}
.dsj_listDjwh_body .dsj_list_headw .dsj_head_w{
    background-color: initial;
}
.dsj_listDjwh_body .dsj_list_titles .texts{
    color: #af0000;
}
.dsj_listDjwh_body .dsj_list_titles .texts::after{
    background-color: #af0000;
}



