html, body ,#home{
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fefeff;
}
ul,li,p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #fff;
}
/* 头部 */
.head{
    background: url('./../images/head-bg.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 220px;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.headcon{
    width: 1200px;
    height: 220px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.headleft{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    height: 66px;
    width: 620px;
}
.headlogo{
    width: 65px;
    height: 66px;
}
.headtit{
    width: 527px;
    height: 63px;
    vertical-align: middle;
}
.headright{
    width: 354px;
    height: 36px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #eef5fa;
    background: rgba(238, 245, 250, 0.8);
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}
.headsearch{
    border: none;
    text-indent: 10px;
    outline: none;
    background-color: #eef5fa;
}
.headsearchdiv{
    width: 70px;
    height: 38px;
    background-color: #0078d9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    cursor: pointer;
}
/* 导航 */
.nav{
    width: 100%;
    height: 54px;
    background-color: #015293;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.navcon{
    width: 1200px;
    height: 54px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.navcon a{
    color: #fff;
    font-size: 19px;
    text-decoration: none;
   display: inline-block;
}
/* 内容以及轮播 */
.content{
    width: 1200px;
    height:auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.content_p{
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #034c87;
    padding: 40px 0px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
}
.content_p2{
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.swiperdiv{
    width: 1200px;
    height: 480px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.swiperleft{
    width:792px;
    height:480px;
    position: relative;
}
.swiperdiv .swiper-container{width:792px;height:480px;margin: auto;}
.swiperdiv .swiper-container img{width:792px;height:480px;object-fit: cover;}
.swiperdiv .swiper-slide{position: relative;}
.sw_foot{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 792px;
    height: 40px;
    background: rgba(8, 8, 8, 0.1);
    text-align: center;
    line-height: 40px;
    color: #fff;
}
 /* 可选：自定义分页器样式 */
 .fydiv .swiper-pagination{
    width: 100% !important;
    text-align: right !important;
 }
 .swiperdiv  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    margin: 0 5px;
}
.fydiv{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.swiperdiv .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f2da9c;
    width: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.swiperright{
    background: url('./../images/wz-bg.png') no-repeat;
    background-size: 100% 100%;
    width: 388px;
    height: 480px;
}
.sr_ul{
    width: 388px;
    height: 480px;
}
.sr_ul li{
    width: 100%;
    height: 95px;
    border-bottom: 1px solid #d9dde0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    font-size: 18px;
    color: #292929;
}
.sr_ul li:last-child{
    border-bottom: none;
}
.sr_ul_p{
    width: 330px;
    margin-left: 30px;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sr_ul a{
    text-decoration: none;
    color: inherit;
}
.sr_ul li:hover{
    background: url('./../images/wz1.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 19px;
}
/* 栏目 */
.lm{
    width: 1200px;
    height: 87px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 40px 0;
}
.xxgc,.tztt{
    width: 387px;
    height: 87px;
}
.bbjj{
    width: 384px;
    height: 87px;
}
/* 动态 */
.dongtai{
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.dtleft,.dtright{
    width: 580px;
    height: auto;
}
.dthead{
    width: 580px;
    height: 44px;
    position: relative;
}
.dttit{
    font-size: 23px;
    display: inline-block;
    color: #fff;
    background-color: #015293;
    height: 44px;
    padding: 0 20px;
    line-height: 44px;

}
.more{
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #848484;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}
.righticon{
    width: 11px;
    height: 15px;
    vertical-align: middle;
}
.dtmid{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
.img2{
    width: 271px;
    height: 160px;
    object-fit: cover;
}
.dtmidright{
    width: 292px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dtmidrightp1{
    font-size: 20px;
    color:#4c4c4c;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dtmidrightp2{
    font-size: 16px;
    color:#666;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.dtul{
    width: 580px;
}
.dtul li{
    height: 70px;
    width: 100%;
    line-height: 70px;
    border-bottom: 1px solid #d9dde0;
    position: relative;
    list-style: none;
}
.dtul li::before{
    content: '•';
    color: #d00b06;
    font-size: 20px;
    position: absolute;
    left: 0px;
}
.dtul_p {
    margin-left: 15px;
    color: #252525;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 15px);
    white-space: nowrap
}
.ztzl{
    width: 1200px;
    height: auto;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-start;
}
.ztzltit{
    font-size: 26px;
    color: #17588a;
    margin-bottom: 30px;
    font-weight: bolder;
    letter-spacing: 2px;
}
.sw2{
    width: 1200px;
    height: 160px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.sw2 .swiper-container{width:1200px;height:160px;margin: auto;}
.sw2 .swiper-container img{width:280px;height:160px;object-fit: cover;}
.sw2 .swiper-button-prev,.sw2 .swiper-button-next{position: absolute;top:80px;width: 34px;height: 44px;}
.sw2 .swiper-button-prev{left: 0;background: url(./../images/swl.png) no-repeat center top;}
.sw2 .swiper-button-next{right: 0;background: url(./../images/swr.png) no-repeat center top;}

.sw2 img {
    width: 280px;
    height: 160px;
    object-fit: cover;
}
/* 通知公告 */
.notice{
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    height: 104px;
    background-color: #fbfbfb;
}
.ckgd{
    color: #848484;
    font-size: 12px;
}
.ntleft{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nthead{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ntp{
    color: #666666;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 660px;
    white-space: nowrap;
    margin-left: 15px;
}
.ntul{
    margin-left: 30px;
}
.ntul li{
   list-style: none;
   position: relative;
   height: 30px;
   line-height: 30px;
}
.ntul li::before{
    content: '•';
    color: #cdcdcd;
    font-size: 20px;
    position: absolute;
    left: 0px;
}
.ntright{
    background: url('./../images/jbfs-bg.png') no-repeat;
    background-size: 100% 100%;
    width: 388px;
    height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ntrp{
    width: 308px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
}
/* 底部下拉选 */
.hx{
    width: 1200px;
    height: 3px;
    background-color: #015293;
    margin: 40px 0 20px 0;
}
.bhd{
    width: 100%;
    background: url('./../images/bhd.png') no-repeat;
    height: 258px;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.seldiv{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 1200px;
}
.mysel{
    padding: 10px 20px;
    border: 1px solid #d9dde0;
    outline: none;
    width: 380px;
    height: 42px;
}
.mysel option{
    padding: 10px 20px;
}
.tjlj{
    width: 1200px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d9dde0;
    margin-top: 20px;
    margin-bottom: 70px;
}
.tjsp{
    color: #015293;
    font-size: 18px;
}
.tjlj a{
    color: #1e1e1e;
    font-size: 14px;
}
/* 底部 */
.footer{
    width: 100%;
    height: 200px;
    background-color: #10599d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footcon{
    width: 1200px;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
.codediv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 100px 0 60px;
}
.cdimg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cp{
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}
.codediv img{
    width: 84px;
    height: 84px;
    object-fit: cover;
}
.codediv .cdimg:last-child{
    margin-left: 30px;
}
.pdiv{
    height: 60px;
    width: 530px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 60px;
}

.content_p a{
    color: #034c87;
}
.content_p2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content_p2 a{
    color: #000;
    display: inline-block;
    width: 580px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.headright form{
    width: 354px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.search_2{
    background-color: #0078d9;
    border: none;
    outline: none;
    color: #fff;
}
.headsearchdiv img{
    width: 25px;
    height: 29px;
}
/* 栏目页 */
.lmcon{
    height: auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 55px;
}
.lmleft{
    width: 792px;
    height: auto;
}
.lmhead{
    width: 792px;
    height: 44px;
    position: relative;
    border-bottom: 1px solid #d9dde0;
}
.lmul{
    width: 792px;
}
.lmul li{
    height: 72px;
    width: 100%;
    line-height: 72px;
    border-bottom: 1px solid #d9dde0;
    position: relative;
    list-style: none;
}
.lmul li::before{
    content: '•';
    color: #d00b06;
    font-size: 20px;
    position: absolute;
    left: 0px;
}
.lmul_p {
    margin-left: 15px;
    color: #252525;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 15px);
    white-space: nowrap
}
.lmright{
    width: 327px;
    height: 777px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lmrightdiv{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    height: 710px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}
.lmrightdiv a{
    margin-top: 23.33px;
    box-sizing: border-box;
    width: 280px;
    height: 160px;
    display: inline-block;
}
.lmrightdiv :first-child{
    margin-top: 0 !important;
}
/* 整个滚动条 */
.lmrightdiv::-webkit-scrollbar {
    width: 1px;
}
ul.pagination {
    margin: 30px auto;
    text-align: center;
    font-size: 0;
}
ul.pagination li {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: #666666;
    clear: none;
    margin: 0;
    border: 1px solid #dddddd;
    display: inline-block;
}
ul.pagination li.active {
    background: #21518e;
    border: 1px solid #21518e;
}
ul.pagination li.active span.page-link {
    color: #fff;
}
ul.pagination li a, ul.pagination li span {
    height: 100%;
    display: block;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    color: #666666;
    padding: 0 14px;
}
/* 统战团体 */
.tzcon{
  width: 100%;
  max-height: 730px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  padding-top: 15px;
}
.detail_a{
    color: #fefefe;
    font-size: 13px;
    cursor: pointer;
    display: none;

}
.tztt_item_div{
    width: 222px;
    height: 149px;
    background: url('./../images/tztt_itembg.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    padding: 0 30px;
    box-sizing: border-box;
}
.tztt_item{
    width: 250px;
    height: 170px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    margin-left: 21px;

}
.tztt_item_p{
    color: #252d72;
}
.tzcon :nth-child(3n+1){
    margin-left: 0 !important;
}
.tztt_item :hover .tztt_item_div{
    background: url('./../images/tztt_itembg_active.png') no-repeat;
    background-size: 100% 100%;
    width: 222px;
    height: 149px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    box-sizing: border-box;
}
.tztt_item:hover .tztt_item_p {
    color: #fff; /* 改变文字颜色 */
}
.hlhhead{
    width: 792px;
    height: 44px;
    position: relative;
}
.lmintro{
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    color: #585858;
    font-size: 17px;
    text-indent: 33px;
    padding: 40px 30px;
    box-sizing: border-box;
    line-height: 35px;
}
.lmrightdiv img{
    width: 280px;
    height: 160px;
    object-fit: cover;
}
/* 文章页 */
.arthead{
    height: 240px;
    width: 1200px;
    border-bottom: 3px solid #21518e;
}
.arttop{
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 30px;
}
.artbottom{
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.jt{
    margin: 0 5px;
    vertical-align: middle;
    margin-top: -3px;
}
.arttop span{
    font-size: 15px;
    color: #3c3c3c;
}
.artbottom p{
    font-size: 35px;
    color: #1f1f1f;
    font-weight: bolder;
    width: 910px;
    text-align: center;
}
.arttab{
    width: 1200px;
    height: 67px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}
.fbtime,.fbly{
    color: #585858;
    font-size: 15px;
}
.ztkz{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ztsp{
    margin: 0 10px;
    color: #585858;
    font-size: 15px;

}
.xspan{
    color: #585858;
    font-size: 15px;
    margin-left: 10px;
    cursor: pointer;
}
.zspan{
    color: #585858;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
}
.dspan{
    color: #585858;
    font-size: 22px;
    margin-left: 10px;
    cursor: pointer;
}
.artcon{
    width: 1200px;
    height: auto;
    padding: 0px 30px;
    box-sizing: border-box;
}
.artcon p{
    text-indent: 35px;
    color: #585858;
    line-height: 35px;
    transition: font-size 0.3s ease;
}
.bianjiao{
    width: 58px;
    height: 44px;
    vertical-align: top;
    margin-left: -10px;
}
.headsjd,.navsjd,.foot_sjd{
    display: none;
}
@media screen and (max-width: 500px) {
    /* 头部· */
    .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;
    }
    /* 底部 */
    .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;
    }
    /* 头部 导航 底部*/
    .head,.nav,.bhd,.footer{display: none;}
    /* 栏目页 */
    .lmcon{
        width: 100% !important;
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
        margin-top: 10px !important;
    }
    .lmhead,.hlhhead{
        width: 100% !important;
        border-bottom: 1px solid #d9dde0;
        height: 35px;
    }
    .dttit{
        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;
    }
    .bianjiao{
        height: 35px;
        width: 45px;
        object-fit: cover;
        vertical-align: top;
        margin-left: -6px;
    }
    .lmleft{
        width: calc(100% - 30px) !important;

    }
    .lmright{
        width: calc(100% - 30px) !important;
        height: auto;
    }
    .lmrightdiv{
        width: 100% !important;
        display: flex;
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: space-between !important;
        height: auto;
        background-color: #f7f7f7;
        margin: 20px 0;
    }
    .lmrightdiv a {
        margin-top: 0 !important;
        box-sizing: border-box;
        width: 163px;
        height: 99px;
        display: inline-block;
    }
    .lmrightdiv img {
        width: 163px;
        height: 99px;
        object-fit: cover;
    }
    .lmrightdiv :nth-child(n+3){
        margin-top: 20px !important;
    }
    .lmul{
        width: 100% !important;
    }
    .lmul_p{
        font-size: 11px !important;
    }
    .lmul li{
        height: 40px !important;
        line-height: 40px !important;
    }
    .lmintro {
        width: 100%;
        height: auto;
        background-color: #f7f7f7;
        color: #585858;
        font-size: 12px;
        text-indent: 33px;
        padding: 20px 15px;
        box-sizing: border-box;
        line-height: 24px;
    }
    .tztt_item{
        width: 50%;
        margin-left: 0;
    }
    .tztt_item_div{
        width: 90%;
        font-size: 18px;
    }
    .tztt_item a{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    /* 文章页 */
    .arthead {
        height: 120px;
        width: 100%;
        border-bottom: 3px solid #21518e;
    }
    .artbottom p{
        font-size: 18px;
        color: #1f1f1f;
        font-weight: bolder;
        width: 90%;
        text-align: center;
    }
    .arttab {
        width: 100%;
        height: 40px !important;
        line-height: 40px !important;
    }
    .ztkz{
        display: none;
    }
    .artcon {
        width: 100%;
    }
}