/* 手机端 */
/* 头部 */
html{
    height: auto;
    max-width: 450px;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    background-color: #fefeff;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body{
    width: 100%;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
body,ul,li,p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #fff;
}
    .headsjd{
        width: calc(100% - 60px);
        margin-left: 30px;
        height: 124px;
        background: url('./../images/headbg_sjd.png') no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .headiconsjd{
        width: 100%;
        height: 124px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .logo_sjd{
        width: 29px;
        height: 29px;
      margin-top: -2px;
      object-fit: cover;
    }
    .headtit_sjd{
        width: 235.5px;
        height: 28.5px;
        margin-left: 10px;
        object-fit: cover;
    }
    .headbtn{
        width: 16px;
        height: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 40px;
        margin-top: -3px;
    }
    .headbtnhx{
        width: 16px;
        height: 3px;
        background-color: #969090;
    }
    .headbtnactive{
        width: 16px;
        height: 15px;
        background: url('./../images/headmenubtn_sjd.png') no-repeat;
        background-size: 100% 100%;
        margin-left: 40px;
        margin-top: -3px;
        display: none;
    }
    /* 导航栏 */
    .navsjd{
        width: 100%;
        background-color: #015293;
        box-sizing: border-box;
        padding: 20px 0 20px 20px;
        display: none;
    }
    .navsjd_list{
        display: flex;
        flex-direction: column;
    }
    .navsjd_list a{
        display: inline-block;
        text-decoration: none;
         color: #fff;
         margin: 4px 0;
         font-size: 16px;
         letter-spacing: 2px;
    }
    /* 内容及轮播 */
    .content_sjd{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .swiperleft_sjd{
        width: calc(100% - 30px);
        height: 222px;
        position: relative;
        box-sizing: border-box;
    }
    .swiperright {
        background: url(./../images/ulbg_sjd.png) no-repeat;
        background-size: 100% 100%;
        width: 360px;
        height: 442px;
    }
    .content_p_sjd{
        color: #034c87;
        font-size: 19px;
        font-weight: bolder;
        text-align: center;
        width: calc(100% - 40px);
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .content_p_sjd a{
        color: #034c87;
        font-size: 19px;
    }
    .sw_foot_sjd{
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 40px;
        background: rgba(8, 8, 8, 0.1);
        text-align: left;
        line-height: 40px;
        color: #fff; 
        font-size: 12px;
        text-indent: 10px;
    }
    .swiperdiv_sjd{
        width: 360px;
        height: 218px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .swiperdiv_sjd .swiper-container{width:100%;height: 218px;margin: auto;}
    .swimg_sjd{width:100%;height: 218px;object-fit: cover;}
    .swiperdiv_sjd .swiper-slide{position: relative;}
     /* 可选：自定义分页器样式 */
 .fydiv_sjd .swiper-pagination{
    width: 100% !important;
    text-align: right !important;
 }
 .swiperleft_sjd  .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    margin: 0 3px;
}
.fydiv_sjd{
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.swiperleft_sjd .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f2da9c;
    width: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
/* 列表 */
.ul_sjd{
    width: calc(100% - 30px);
    height: auto;
    background: url('./../images/ulbg_sjd.png') no-repeat;
    background-size: 100% 100%;
    margin: 15px 0;
}
.ul_sjd li{
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #d9dde0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    font-size: 18px;
    color: #292929;
}
.ul_sjd li:last-child{
    border-bottom: none;
}
.ul_sjd_p{
    width: calc(100% - 30px);
    margin-left: 15px;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #292929;
    font-size: 15px;
}
.ul_sjd a{
    text-decoration: none;
    color: #292929;
}
.ul_sjd li:first-child{
    background: url('./../images/liact_sjd.png') no-repeat;
    background-size: 100% 100%;
    color: #fff !important;
    font-size: 15px;
}
.ul_sjd li:first-child a p{
    color: #fff !important;
}
/* 图片链接 */
.tplj{
    width: calc(100% - 30px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.xxgc_sjd,.bbjj_sjd,.tztt_sjd{
     width: 115px;
     height: 43px;
     object-fit: cover;
}
/* 各领域工作 */
.workdiv{
    width: calc(100% - 30px); 
    height: 35px;
    border-bottom: 1px solid #d9dde0;
    margin: 35px 0 10px 0;
}
.worktit{
    height: 35px;
    padding: 0 20px;
    background-color: #015293;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.workrightimg{
    height: 36px;
    width: 45px;
    object-fit: cover;
    vertical-align: top;
    margin-left: -6px;
}
.worklisthead{
    width: calc(100% - 30px); 
}
.workul{
    width: calc(100% - 30px); 
}
.workul li{
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #d9dde0;
    position: relative;
    list-style: none;
}
.workul li::before{
    content: '•'; 
    color: #d00b06; 
    font-size: 12px; 
    position: absolute; 
    left: 0px;
} 
.workul_p {
    margin-left: 15px; 
    color: #252525;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 15px);
    white-space: nowrap
}
.worklistheaddiv{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.img2_sjd{
    width: 165px;
    height: 98px;
    object-fit: cover;
}
.worklistheaddivright{
    width: calc(100% - 185px);
    height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.worklistheaddivrightp1{
    font-size: 12px;
    color:#4c4c4c;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.worklistheaddivrightp2{
    font-size: 9px;
    color:#666;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 专题专栏 */
.ztzl_sjd{
    width: calc(100% - 30px); 
    height: auto;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.ztzltit_sjd{
    font-size: 20px;
    color: #17588a;
    margin-bottom: 25px;
    font-weight: bolder;
    letter-spacing: 2px;
}
.ztzlimg{
    width: 163px;
    height: 99px;
    object-fit: cover;
}
.ztzldiv{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ztzldiv a{
    display: inline-block;
}
.ztzldiv a:nth-child(n+3){
    margin-top: 15px;
}
/* 举报方式 */
.jbfs_sjd{
    width: calc(100% - 30px);
    height: 95px;
    margin: 30px 0 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.jbby{
    width: 352px;
    height: 95px;
    background: url(./../images/biaoyubg_sjd.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.jbby p{
    margin: 0;
    padding: 0;
    font-size: 19px;
    color: #fff;
    font-weight: bolder;
    width: calc(100% - 64px);
    text-align: center;
}
/* 底部 */
.foot_sjd{
    width: 100%;
    height: 100px;
    background-color: #10599d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footsjd_p{
    font-size: 10px;
    color: #ffffff;
    margin-top: 2px;
    width: 315px;
}
.footsjddiv{
    margin-left: 10px;
}
.footsjddiv p a{
    font-size: 10px;
}
.footicon_sjd{
    width: 31px;
    height: 39px;
}