@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: 400;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

input::-ms-clear {
    display: none;
}

.clear {
    clear: both;
}

img {
    border: 0;
    outline: 0;
}

* {
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pcNone {
    display: none !important;
}

@page {
    size: landscape;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #1a1a1a;
    background-color: #f0f0f0;

    min-width: 1080px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #034487;
}

.clear:after {
    display: table;
    content: "";
    clear: both;
}
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
}


input::-webkit-input-placeholder {
    color: #034487;
}

input:-moz-placeholder {
    color: #034487;
}

input::-moz-placeholder {
    color: #034487;
}

input:-ms-input-placeholder {
    color: #034487;
}

.dsj_wraps {
    width: 1920px;
    margin: 0 auto;
}
@media screen and (max-width: 2048px) {
    .dsj_wraps {
        width: 1400px;
    }
}
@media screen and (max-width: 1440px) {
    .dsj_wraps {
        width: 1000px;
    }
}

/* 图片放大 */
.dsj_scale_img{
    overflow: hidden;
}
.dsj_scale_img .imgs{
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.dsj_scale_img:hover .imgs{
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


/* 头部 */
.dsj_head_w{
    height: 1.3rem;
    background-color: #ffffff;
    position: relative;
}
.dsj_head_l{
    margin-left: 0.78rem;
    margin-top: 0.24rem;
}
.dsj_logos{
    display: block;
}
.dsj_logos .imgs{
    width: 4.78rem;
    height: auto;
    display: block;
}
.dsj_head_nav{
    float: right;
    margin-right: 1.9rem;
    margin-right: 3.32rem;
}
.dsj_head_nav ul li{
    float: left;
    margin-left: 0.62rem;
    line-height: 1.3rem;
    position: relative;
}
.dsj_head_nav ul li::after{
    position: absolute;
    left: 0;
    bottom: 0.06rem;
    content: " ";
    width:0%;
    height: 0.05rem;
    background-color: #06b776;
    opacity: 0;
    transition: all 0.5s;
}
.dsj_head_nav ul li a{
    font-size: 0.24rem;
    font-weight: bold;
    display: block;
}
.dsj_head_nav ul li:hover a{
    color: #034487;
}
.dsj_head_nav ul li.on a{
    color: #034487;
}
.dsj_head_nav ul li:hover::after{
    width: 100%;
    opacity: 1;
}
.dsj_head_nav ul li.on::after{
    width: 100%;
    opacity: 1;
}
.dsj_head_search .icos{
    display: block;
    background-color: #034487;
    background-image: url(dsj2024_index1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.53rem 0.52rem;
    width: 1.42rem;
    height: 1.3rem;
    width: 100%;
    height: 101%;
}
.dsj_head_search{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1.42rem;
}

/* 列表页头部 */
.dsj_list_headw{
    position: relative;
}
.dsj_list_headw .dsj_head_w{
    height: 1.1rem;
    background-color: rgba(3,68,135,0.32);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.dsj_listNews_body .dsj_list_headw .dsj_head_w{
    /* background-image: url(dsj2024_list2.png); */
    background-image: url(dsj2024_list10.png);
}

.dsj_list_headw .dsj_head_l {
    margin-left: 0.78rem;
    margin-top: 0.1rem;
}
.dsj_list_headw .dsj_head_nav ul li{
    line-height: 1.1rem;
}
.dsj_list_headw .dsj_head_nav ul li a{
    color: #ffffff;
}

.dsj_list_headw .dsj_head_search{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1.32rem;
}
.dsj_list_headw .dsj_head_search .icos {
    width: 100%;
    height: 100%;
    background-size: 0.46rem 0.45rem;
}
.dsj_list_headw .dsj_head_search .icos{
    background-color: #195fa7;
}
.dsj_list_headw .dsj_head_nav{
    /* margin-right: 0.79rem; */
    margin-right: 2.11rem;
}
.dsj_listBanner_w{
    height: 7.78rem;
    background: url(dsj2024_listBanner_xwzx.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.dsj_list_navw{
    position: relative;
}
.dsj_list_nav{
    position: absolute;
    left: 0;
    top: 0;
}
.dsj_list_nav .titles{
    font-size: 0.42rem;
    color: rgba(255,255,255,0.8);
    display: block;
    line-height: 1;
    margin-bottom: 0.38rem;
}
.dsj_list_nav .titles a{
    color: rgba(255,255,255,0.8);
}
.dsj_list_nav .titles1{
    color: #fff;
    margin-top: 1.16rem;
}
.dsj_list_nav{
    margin-top: 2.38rem;
}
.dsj_list_navw_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 10.05rem;
    height: 100%;
    background: url(dsj2024_list1.png) no-repeat left center;
    background-size: 100% 100%;
}
.dsj_list_nav li{
    line-height: 0.52rem;
    font-size: 0.28rem;
    position: relative;
    margin-bottom: 0.16rem;
}
.dsj_list_nav li::after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.03rem;
    background-color: #06b776;
    width: 0;
    opacity: 0;
    transition: all 0.5s;
}
.dsj_list_nav li a{
    color: #ffffff;
    display: block;
}
.dsj_list_nav li:hover a{
    font-weight: bold;
}
.dsj_list_nav li.on a{
    font-weight: bold;
}
.dsj_list_nav li:hover::after{
    opacity: 1;
    width: 100%;
}
.dsj_list_nav li.on::after{
    opacity: 1;
    width: 100%;
}
/* 位置导航 */
.dsj_list_wz{
    font-size: 22px;
    line-height: 30px;
    margin-top: 47px;
}
.dsj_list_titles{
    margin-top: 96px;
}
.dsj_list_titles .texts{
    font-size: 68px;
    display: block;
    line-height: 1;
    color: #195fa7;
    position: relative;
    padding-top: 49px;
}
.dsj_list_titles .texts::after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 153px;
    height: 6px;
    background-color: #195fa7;
}
@media screen and (max-width: 2048px) {
    .dsj_list_wz{
        font-size: 16px;
        line-height: 24px;
        margin-top: 34px;
    }
    .dsj_list_titles{
        margin-top: 51px;
    }
    .dsj_list_titles .texts{
        font-size: 48px;
        padding-top: 40px;
    }
    .dsj_list_titles .texts::after{
        width: 115px;
        height: 4px;
    }
}
@media screen and (max-width: 1440px) {
    .dsj_list_wz{
        font-size: 14px;
        line-height: 24px;
        margin-top: 27px;
    }
    .dsj_list_titles{
        margin-top: 41px;
    }
    .dsj_list_titles .texts{
        font-size: 36px;
        padding-top: 20px;
    }
    .dsj_list_titles .texts::after{
        width: 96px;
        height: 3px;
    }
}

/*分页*/
.dsj_page {
    text-align: center;
    position: relative;
    z-index: 11;
    margin: 94px 0;
    font-size: 0px;
}

.dsj_page_s {
    display: inline-block;
}

.dsj_page a {
    cursor: pointer;
    margin-left: 5px;
    padding: 0 10px;
    min-width: 45px;
}

.dsj_page a,
.dsj_page span,
.dsj_page .txt {
    height: 42px;
    line-height: 42px;
    border: 1px solid #d1d1d1;
    color: #2d2d2d;
    border-radius: 2px;
    /* display: inline-block; */
    font-size: 20px;
    float: left;
}
.dsj_page a:hover {
    color: #fff;
    border: 1px solid #195fa7;
    background: #195fa7;
}

.dsj_page .cur {
    color: #fff;
    border: 1px solid #195fa7;
    background: #195fa7;
}

.dsj_page span {
    border: none;
}

.dsj_page .txt {
    width: 18px;
}

.dsj_page #num {
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 55px;
    vertical-align: top;
    font-size: 20px;
    background: 0;
    float: left;
}

.dsj_page font {
    height: 42px;
    line-height: 42px;
    vertical-align: top;
    font-size: 0;
    float: left;
}
.dsj_page font span{
    font-size: 20px;
}
.dsj_page font i {
    padding-bottom: 2px;
    display: inline-block;
}
.dsj_page .sp1{
    padding: 0 7px;
}
.dsj_page .sp2{
    margin-left: 5px;
}
.dsj_page #go {
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    border: none;
    background-color: #195fa7;
    font-size: 20px;
    color: #fff;
    border-radius: 2px;
    width: 57px;
    margin-left: 22px;
    float: left;
}
@media screen and (max-width: 2048px) {
    .dsj_page {
        margin: 70px 0;
    }
    .dsj_page a {
        margin-left: 4px;
        padding: 0 7px;
        min-width: 32px;
    }
    .dsj_page a,
    .dsj_page span,
    .dsj_page .txt {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .dsj_page #num {
        height: 32px;
        line-height: 32px;
        width: 42px;
        font-size: 16px;
    }
    
    .dsj_page font {
        height: 32px;
        line-height: 32px;
    }
    .dsj_page font span{
        font-size: 16px;
    }
    .dsj_page .sp1{
        padding: 0 5px;
    }
    .dsj_page .sp2{
        margin-left: 3px;
    }
    .dsj_page #go {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        width: 43px;
        margin-left: 16px;
    }
}
@media screen and (max-width: 1440px) {
    .dsj_page {
        margin: 53px 0;
    }
    .dsj_page a {
        padding: 0 7px;
        min-width: 32px;
    }
    .dsj_page a,
    .dsj_page span,
    .dsj_page .txt {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
    }
    .dsj_page #num {
        height: 32px;
        line-height: 32px;
        width: 42px;
        font-size: 15px;
    }
    
    .dsj_page font {
        height: 32px;
        line-height: 32px;
    }
    .dsj_page font span{
        font-size: 15px;
    }
    .dsj_page .sp1{
        padding: 0 5px;
    }
    .dsj_page .sp2{
        margin-left: 3px;
    }
    .dsj_page #go {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        width: 43px;
        margin-left: 15px;
    }
}
/*分页 end*/

/* 底部 start */
.dsj_footer_w{
    height: 337px;
    background: url(dsj2024_list4.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.dsj_footer{
    width: 1112px;
    margin: 0 auto;
    padding-top: 1px;
}
.dsj_footer_t{
    margin-top: 35px;
}
.dsj_footer_t .sp{
    font-size: 22px;
    line-height: 46px;
    margin-right: 24px;
}
.dsj_footer_t .ulw{
    position: relative;
    width: 298px;
    margin-right: 30px;
}
.dsj_footer_t .ulw .ts{
    height: 44px;
    line-height: 44px;
    border: 1px solid #cccccc;
    display: block;
    padding: 0 14px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    color: #4c4c4c;
}
.dsj_footer_t .ulw .ts::after{
    content: " ";
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    background: url(dsj2024_list5.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.5s;
}
.dsj_footer_t .ulw:hover .ts::after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dsj_footer_t .uls{
    position: absolute;
    width: 100%;
    height: 220px;
    overflow-y: scroll;
    top: 44px;
    background-color: #ffffff;
    display: none;
}
.dsj_footer_t .uls li{
    line-height: 26px;
    padding: 0 14px;
    margin:8px 0;
    font-size: 18px;
}
.dsj_footer_t .uls li a{
    display: block;
    color: #4c4c4c;
}
.dsj_footer_t .uls li a:hover{
    color: #034487;
}

.dsj_footer_b{
    margin-top: 51px;
}
.dsj_footer_b .imgs1{
    width: 52px;
    height: 64px;
    margin-top: 35px;
}
.dsj_footer_b .imgs1 img{
    width: 100%;
    height: auto;
}
.dsj_footer_b .imgs2{
    width: 128px;
    height: 40px;
    margin-top: 48px;
}
.dsj_footer_b .imgs2 img{
    width: 100%;
    height: auto;
}
.dsj_footer_bs{
    margin-left: 112px;
    text-align: center;
}
.dsj_footer_bsgy{
    font-size: 0;
    line-height: 1;
}
.dsj_footer_bsgys{
    display: inline-block;
}
.dsj_footer_bsgy .as{
    font-size: 24px;
    color: #195fa7;
    line-height: 24px;
    float: left;
}
.dsj_footer_bsgy .xians{
    width: 1px;
    height: 24px;
    background-color: #195fa7;
    border-left: 1px solid #5689bf;
    border-right: 1px solid #5689bf;
    margin: 0 30px;
    float: left;
}
.dsj_footer_bsts{
    font-size: 20px;
    line-height: 36px;
    margin-top: 21px;
}
.dsj_footer_bsts .sp{
    display: inline-block;
    margin: 0 18px;
}
.dsj_footer_bsts a{
    color: #013fe8;
}
.dsj_footer_bsts .ghs{
    margin-top: 9px;
    margin-right: 7px;
}
@media screen and (max-width: 2048px) {
    .dsj_footer_w{
        height: 253px;
    }
    .dsj_footer{
        width: 837px;
    }
    .dsj_footer_t{
        margin-top: 26px;
    }
    .dsj_footer_t .sp{
        font-size: 16px;
        line-height: 35px;
        margin-right: 22px;
    }
    .dsj_footer_t .ulw{
        width: 225px;
        margin-right: 23px;
    }
    .dsj_footer_t .ulw .ts{
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        font-size: 15px;
    }
    .dsj_footer_t .ulw .ts::after{
        right: 12px;
        margin-top: -3px;
        width: 12px;
        height: 6px;
    }
    .dsj_footer_t .uls{
        height: 170px;
        top: 34px;
    }
    .dsj_footer_t .uls li{
        line-height: 24px;
        padding: 0 10px;
        margin:6px 0;
        font-size: 14px;
    }
    .dsj_footer_b{
        margin-top: 38px;
    }
    .dsj_footer_b .imgs1{
        width: 40px;
        height: 47px;
        margin-top: 27px;
    }
    .dsj_footer_b .imgs2{
        width: 96px;
        height: 29px;
        margin-top: 36px;
    }
    .dsj_footer_bs{
        margin-left: 83px;
    }
    .dsj_footer_bsgy .as{
        font-size: 18px;
        line-height: 18px;
    }
    .dsj_footer_bsgy .xians{
        height: 18px;
        margin: 0 23px;
    }
    .dsj_footer_bsts{
        font-size: 15px;
        line-height: 27px;
        margin-top: 16px;
    }
    .dsj_footer_bsts .sp{
        margin: 0 15px;
    }
    .dsj_footer_bsts .ghs{
        width: 14px;
        margin-top: 6px;
        margin-right: 5px;
    }
}
@media screen and (max-width: 1440px) {
    .dsj_footer_w{
        height: 211px;
    }
    .dsj_footer{
        width: 698px;
    }
    .dsj_footer_t{
        margin-top: 22px;
    }
    .dsj_footer_t .sp{
        font-size: 14px;
        line-height: 29px;
        margin-right: 13px;
    }
    .dsj_footer_t .ulw{
        width: 188px;
        margin-right: 18px;
    }
    .dsj_footer_t .ulw .ts{
        height: 29px;
        line-height: 29px;
        padding: 0 8px;
        font-size: 12px;
    }
    .dsj_footer_t .ulw .ts::after{
        right: 10px;
        margin-top: -2px;
        width: 9px;
        height: 5px;
    }
    .dsj_footer_t .uls{
        height: 140px;
        top: 28px;
    }
    .dsj_footer_t .uls li{
        line-height: 20px;
        padding: 0 8px;
        margin:4px 0;
        font-size: 12px;
    }
    .dsj_footer_b{
        margin-top: 31px;
    }
    .dsj_footer_b .imgs1{
        width: 34px;
        height: 40px;
        margin-top: 23px;
    }
    .dsj_footer_b .imgs2{
        width: 80px;
        height: 24px;
        margin-top: 30px;
    }
    .dsj_footer_bs{
        margin-left: 77px;
    }
    .dsj_footer_bsgy .as{
        font-size: 15px;
        line-height: 15px;
    }
    .dsj_footer_bsgy .xians{
        height: 15px;
        margin: 0 18px;
    }
    .dsj_footer_bsts{
        font-size: 12px;
        line-height: 22px;
        margin-top: 14px;
    }
    .dsj_footer_bsts .sp{
        margin: 0 12px;
    }
    .dsj_footer_bsts .ghs{
        width: 13px;
        margin-top: 4px;
        margin-right: 3px;
    }
}
/* 底部 end */











