@charset "UTF-8";
html,body{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
.clearfix::before{
    content: "";
    display: block;
}
.color-959595 {
    color: #959595;
}
.fs-125{
    font-size: 125px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
:root {
    --swiper-theme-color: #BC1A2D;
}

.content{
    width: 1400px;
    margin: 0 auto;
}

.header{
    height: 496px;
    position: relative;
    background-image: url("../images/header-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.header .header-top{
    height: 40px;
    background: rgba(255,255,255,0.25);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.07);
}
.header .header-top .hello-text{
    font-size: 14px;
    line-height: 40px;
}
.header .header-top a{
    color: #959595;
    font-size: 14px;
    line-height: 40px;
}
.header .header-logo {
    margin-top: 60px;
    display: inline-block;
    /*height: 102px;*/
}
.header .header-search {
    text-align: left;
    width: 650px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(238,0,0,0.1);
    border-radius: 10px;
    border: 1px solid rgba(188,26,45,0.3);
    margin: 0 auto;
    margin-top: 30px;
}
.header .header-search .header-search-select{
    border: none;
    line-height: 60px;
    font-size: 16px;
    margin-left: 30px;
    margin-top: 10px;
    padding: 10px 0;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    outline: none;

}
.header .header-search .header-search-select::after{
    content: "11111 ";
    height: 30px;
    width: 1px;
    background-color: #F00;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 0;
}
.header .header-search .header-search-select option{
    cursor: pointer;
}
.header .header-search .header-search-input{
    border: none;
    width: 384px;
    outline: none;
    font-size: 16px;
    line-height: 24px;
}
.header .header-search .header-search-input::before{
    content: '';
    position: absolute;
    display: block;
    margin-top: 5px;
    right: 10%;
    height: 1px;
    width: 80%;
    background-color: rgba(180, 180, 180, 0.3);
}
.header .header-search .header-search-button{
    width: 140px;
    height: 52px;
    box-shadow: 0px 5px 10px 0px rgba(238,0,0,0.1);
    border-radius: 10px;
    border: 1px solid rgba(188,26,45,0.3);
    background: #BC1A2D;
    border: none;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.header .header-search .header-search-button img{
    vertical-align: middle;
    margin-right: 5px;
}
.header .header-hot-search{
    margin-top: 10px;
    color: #BC1A2D;
    margin-bottom: 77px;
}
.header .header-hot-search a{
    color: #BC1A2D;
}

.nav{
    position: relative;
    top: -6px;
    height: 60px;
}
.nav .nav-warp{
    position: relative;
}

.nav .nav-list{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    z-index: 99;
    border-bottom: 6px solid #BC1A2D;
}
.nav .nav-list li{
    flex: 1;
    text-align: center;
    height: 60px;
    position: relative;
}
.nav .nav-list li:last-child:after{
    display: none;
}
.nav .nav-list a{
    color: #EE0000;
}

.hot-news{
    height: 140px;
    width: 100%;
    background-color: #FFF;
}
.hot-news .swiper-slide a{
    height: 30px;
    display: block;
    font-weight: 600;
    font-size: 30px;
    color: #D1001D;
    line-height: 30px;
    text-align: center;
    margin-top: 25px;
}
.hot-news .swiper-slide span{
    margin-top: 25px;
    display: block;
    height: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    text-align: center;
    font-style: normal;
}
hot-news .swiper-pagination{
    display: flex;
}
hot-news .swiper-pagination-item{
    flex: 1;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background-color: #BC1A2D;
    margin: 0 4px;
    cursor: pointer;
}

.top-news{
    float: left;
    width: 50%;
}
.top-news .swiper{
    width: 690px;
    height: 450px;
}
.top-news .swiper-slide{
    width: 690px;
    height: 450px;
    position: relative;
}
.top-news .swiper-slide img{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.top-news .swiper-slide .title{
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 54px;
    line-height: 54px;
    width: 100%;
    color: #FFF;
}
.top-news .swiper-slide .title span{
    margin-left: 10px;
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-news .swiper .swiper-pagination2{
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    z-index: 99;
}

.list-news{
    float: right;
    width: 680px;
    padding-left: 20px;
}
.list-news .list-news-header{
    height: 43px;
    font-size: 20px;
    border-bottom: 2px solid #ccc;
}
.list-news .list-news-header .list-news-title{
    margin-right: 30px;
    cursor: pointer;
}
.list-news .list-news-header .list-news-title.active{
    color: #BC1A2D;
    border-bottom: 2px solid #BC1A2D;
    padding-bottom: 14px;
}
.list-news a{
    color: #333333;
}
.list-news ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-news-body{
    padding-top: 9px;
}
.list-news-body .list-news-item{
    display: none;
}
.list-news-body .list-news-item.active{
    display: block;
}
.list-news-body .list-news-item li{
    line-height: 40px;
    color: #333;
}
.list-news-body .list-news-item li a::before{
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #D2D2D2;
    margin-right: 10px;
    transform: rotate(45deg);
}
.list-news-body .list-news-item li span{
    float: right;
}
.middle-banner{
    margin: 20px 0;
    display: flex;
}
.middle-banner .middle-banner-item{
    flex: 1;
    text-align: center;
}
.middle-banner-item img{
    width: 97%;
}
.middle-banner-item:first-child{
    text-align: left;
}
.middle-banner-item:last-child{
    text-align: right;
}

.party-building{
    float: left;
    width: 930px;
}
.party-building-header{
    height: 50px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 30px;
    color: #333300;
}
.panel-list{
    margin-top: 15px;
}
.panel-list .panel-list-header{
    width: 100px;
    height: 40px;
    background-color: #BC1A2D;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    font-size: 16px;

}
.panel-list .panel-list-body{
    margin: 0;
    padding: 0;
    list-style: none;
}
.panel-list-body{
    margin: 0;
    padding: 0;
    list-style: none;
}
.panel-list-body li{
    line-height: 40px;
    color: #333;
}
.panel-list-body a{
    color: unset;
}
.panel-list-body li a::before{
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #D2D2D2;
    margin-right: 10px;
    transform: rotate(45deg);
}
.panel-list-body li span{
    float: right;
}

.right-warp{
    float: right;
    width: 450px;
}
.panel-zcjd-header{
    height: 50px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 30px;
    color: #333300;
}
.panel-zcjd-body .big{
    width: 100%;
    height: 190px;
    margin: 20px 0 10px;
}
.panel-zcjd-body .panel-zcjd-item{
    width: 222px;
    height: 60px;
    line-height: 60px;
    background-color: RGBA(188, 26, 45, 0.1);
    color: #BC1A2D;
    text-align: center;
    display: inline-block;
}
.panel-zcjd-body .panel-zcjd-item img{
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.panle-zfjs .panel-list-header{
    height: 50px;
    font-weight: bold;
    font-size: 30px;
    color: #333300;
    border-bottom: 1px solid #ccc;
}
.panle-zfjs .panel-list-header img{
    vertical-align: middle;
}
.panle-zfjs .panel-list-body li{
    height: 40px;
}
.panle-zfjs .panel-list-body a{
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.notice{
    margin-top: 20px;
    padding: 10px 0;
    line-height: 40px;
    background-color: #F5F5F5;
    color: #666666;
}
.notice a{
    color: unset;
}
.notice img{
    width: 80px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.notice .notice-swiper{
    float: right;
    width: calc(100% - 100px);
}
.notice-swiper .swiper-slide{
    padding: 0 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.party-building{

}
.panel-header{
    height: 60px;
    text-align: center;
    position: relative;
}
.panel-header hr{
    border-color: #BC1A2D;
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
}
.panel-header span{
    display: inline-block;
    width: 220px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    background-color: #FFF;
    font-weight: bold;
}
.panel-header span::before{
    content: "";
    height: 30px;
    width: 5px;
    display: inline-block;
    background-color: #BC1A2D;
    transform: rotate(15deg);
    position: relative;
    left: -50px;
    top: 5px;
}
.panel-header span::after{
    content: "";
    height: 30px;
    width: 5px;
    display: inline-block;
    background-color: #BC1A2D;
    transform: rotate(15deg);
    position: relative;
    left: 50px;
    top: 5px;
}
.party-body-left{
    float: left;
    width: 330px;
}
.party-body-left ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.party-body-left ul li{
    width: 300px;
    height: 70px;
    line-height: 70px;
    background: #EAF3FF;
    border: 1px solid rgba(23,99,204,0.15);
    margin-bottom: 10px;
}
.party-body-left ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.party-body-left ul li img{
    margin-left: 20px;
    vertical-align: middle;
}
.party-body-left ul li span{
    font-size: 20px;
    color: #333333;
}
.party-body-middle{
    float: left;
    width: 730px;
    height: 400px;
    position: relative;
}
.party-body-middle .list-news{
    width: 100%;
}
.party-body-middle .list-news .list-news-item li{
    border-bottom: 1px dotted #ccc;
}
.party-body-middle img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.party-body-right{
    float: right;
    width: 340px;
    text-align: center;
}
.party-body-right img{
    width: 307px;
    height: 185px;
}
.party-body-right ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 15px;
    padding: 0 10px;
    text-align: left;
    background-color: #F7FBFF;
}
.party-body-right li{
    padding: 16px 0;
    border-bottom: 1px dotted #ccc;
}
.party-body-right li a{
    display: inline-block;
    color: #333;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;

}
.links{
    margin-top: 20px;
    margin-bottom: 30px;
}
.links .panel-body{
    display: flex
}
.links .panel-body a{
    display: inline-block;
    flex: 1;
    height: 50px;
    text-align: center;
    position: relative;
    margin: 0 5px;
}
.bgcolor-D9E6FF{
    background-color: #D9E6FF;
}
.bgcolor-FBE8C7{
    background-color: #FBE8C7;
}
.bgcolor-FBEADD{
    background-color: #FBEADD;
}
.bgcolor-F8E7E7{
    background-color: #F8E7E7;
}
.links .panel-body a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 80px;
}

.footer{
    height: 170px;
    background-color: #F5F5F5;
    color: #333333;
    line-height: 1.2;
    font-size: 14px;
}
.footer .footer-context{
    overflow: hidden;
    position: relative;
}
.footer .footer-context p:first-child{
    margin-top: 30px;
}

.footer .footer-context a{
    color: #333333;
}
.footer .footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.16);
    height: 70px;
    text-align: center;
}
.footer-qrcode{
    position: absolute;
    top: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
}
.footer-qrcode img{
    display: inline-block;
    width: 100%;
    height: 100%;
}


.sub-banner{
    margin-top: -138px;
    margin-bottom: 20px;
    height: 300px;
    text-align: center;
    background-image: url("../images/sub-banner-1.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: relative;

}
.sub-banner.sub-banner-bg2{
    background-image: url("../images/sub-banner-2.png");
}
.sub-banner span{
    display: inline-block;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    border: 1px solid #FFF;
    padding: 10px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);}
.sidebar{
    float: left;
    width: 250px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.sidebar .sidebar-title{
    width: 250px;
    height: 100px;
    background-color: #BC1A2D;
    color: #FFF;
    text-align: center;
    line-height: 100px;
    font-size: 20px;

}
.sidebar .sidebar-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar .sidebar-list li{
    width: 250px;
    height: 60px;
    line-height: 60px;
    background-color: #F8F8F8;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    border-right: 4px solid transparent;
}
.sidebar .sidebar-list li.active{
    border-right: 4px solid #BC1A2D;

}
.sidebar .sidebar-list li a{
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #333;
}

.content-body{
    float: right;
    width: 1100px;
    min-height: 300px;
}
.content-body .content-body-header{
    height: 32px;
    border-bottom: 1px solid #ccc;
}
.content-body-header .title{
    color: #BC1A2D;
    font-size: 16px;
    position: relative;
    margin-left: 10px;
}
.content-body-header .title::before{
    display: inline-block;
    content: "";
    width: 2px;
    height: 16px;
    background-color: #BC1A2D;
    position: absolute;
    left: -10px;
    top: 3px;
}
.content-body-header .sub-nav{
    float: right;
    color: #A1A1A1;
}
.content-body-header .sub-nav a{
    color: #A1A1A1;
}
.content-body-cont{
    padding: 10px 0;
}

.content-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-list li{
    padding: 20px 0;
    display: block;
    clear: both;
    overflow: hidden;
}
.content-list li a{
    color: unset;
}
.content-list li img{
    float: left;
    width: 186px;
    height: 139px;
}
.content-list li .detail{
    float: right;
    width: 900px;
}
.content-list li .detail .title{
    display: block;
    font-size: 16px;
    color: #333333;
    margin: 10px 0;
    font-weight: bold;
}
.content-list li .detail .desc{
    display: block;
    font-size: 14px;
    color: #666666;
    margin: 10px 0;
}
.content-list li .detail .tools{
    color: #9D9D9D;
}
.content-list li .detail .tools a{
    float: right;
}
.content-list li:hover .title, .content-list li:hover .desc, .content-list li:hover .tools{
    color: #BC1A2D;
}

.content-body.full-screen{
    width: 100%;
}

.content-body-title{
    height: 80px;
}
.content-body-title .title{
    display: block;
    font-size: 20px;
    line-height: 80px;
    color: #333333;
    text-align: center;
}
.content-body-title .desc{
    color: #9C9C9C;
    text-align: center;
}
.content-body-page{
    height: 60px;
    line-height: 60px;
    border-top: 1px dotted #ccc;
}
.content-body-page a{
    color: #333;
}
.content-body-page .page-prev{
    width: 50%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-body-page .page-next{
    width: 50%;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.page-warp a{
    display: inline-block;
    padding: 5px;
    border: 1px solid #EEE;
    font-weight: normal;
    color:inherit;
    cursor:pointer;
    text-decoration:none;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.image-wrapper_4 {
    width: 24%;
    height: 8vh;
    margin: 5px 0;
}

.image_14{
    /*width: 300px;*/
    /*height: 100px;*/
    /*height: 80px;*/
    width: 98%;
    height: 100%;
    display: inline-block;
}