* {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    box-sizing: border-box;
}

html {
    background: #ffffff;
}

body {
    color: #383838;
    width: 100%;
    cursor: default;
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 14px;
}

ol, ul, li, dl, dd, dt {
    list-style: none;
}

.float {
    float: left;
}

.floatr {
    float: right;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
a{
    text-decoration: none;
}
.headBox{
    width: 100%;
    height: 140px;
}
.headBox1{
    display: none;
}
.headBox img{
    width: 100%;
    height: 140px;
}

.nav {
    width: 100%;
    height: 50px;
    background: #9e0c0c;
    box-shadow: 0 0 1px 0 #7f9abe;
}
.nav .nav_content {
    width: 1300px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yd_nav {
    display: none;
}

.yd_nav_content {
    display: none;
}
.banner{
    width: 100%;
    height: 480px;
    position: relative;
}
.banner img{
    width: 100%;
    height: 480px;
    background-size: cover;
}
.banner .swiper-pagination-bullet{
    width: 25px;
    height: 5px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
    border-radius: 10px;
}
.banner .swiper-pagination-bullet-active{
    width: 25px;
    height: 5px;
    background: #9e0c0c;
    opacity: 1;
    transform: translateY(0px);
    border-radius: 10px;
}
.main{
    width: 100%;
    min-height: 600px;
    background: url(../img/bg.png) no-repeat center;
    background-size: 1920px auto;
    padding: 30px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.main .xwywtzggBox{
    width: 1300px;
    height: 400px;
    display: flex;
    justify-content: space-between;
}
.xwywtzggBox .xxywBox{
    width: 820px;
    height: 100%;
}
 .xxywTop{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #c11f1f;
}
 .xxywTop >div:first-child{
    width: 130px;
    border-bottom: 1px solid #c11f1f;
}
.xxywTop img{
    width: 19px;
    height: 18px;
    margin: 0 10px;
}
 .xxywTop span{
    font-size: 22px;
    color: #d0021b;
}
 .xxywTop a{
    font-size: 14px;
    color: #333;
}
.xxywTop a:hover{
    color: #bd1920;
    text-decoration: underline;
}

.xxywBottom{
    width: 100%;
    height: 330px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.xxywBottom .contentFirstLeft{
    width: 420px;
    height: 330px;
    overflow: hidden;
    position: relative;
}

.xxywBottom .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.xxywBottom .swiper-pagination-bullet-active{
    width:10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #ffffff;
    transform: translateY(0px);
    background: rgba(0, 0, 0, .5);
}

.xxywBottom .contentFirstLeft .tswiper{
    width: 100%;
    height: 300px;
}

.xxywBottom .contentFirstLeft .tswiper .swiper-wrapper{
    width: 100%;
    height: 300px!important;
}
.xxywBottom .contentFirstLeft .tswiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 300px!important;
}
.xxywBottom .contentFirstLeft .tswiper .swiper-wrapper img{
    width: 100%;
    height: 290px!important;
    object-fit: cover;
}
.xxywBottom .swiper-pagination{
    width: 100%;
    text-align: right;
    position: absolute;
}
.mlxyBox{
    width: 420px;
    height: 36px;
    line-height: 36px;
    background: #bd1920;
    color: #fff;
   padding: 0 15px;
}
.mlxyBox span{
    width: 75%;
    display:block;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xxywBottom .contentRight{
    width: 380px;
    height: 330px;
    display: flex;
    flex-direction: column;
}
.xxywBottom .contentRight a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 42px;
    color: #666;
    background: url('../img/zc.png') no-repeat left center;
    padding-left: 10px;
    background-size: 4px 10px;
    align-items: center;
}
.xxywBottom .contentRight a >span:first-child{
    width:80%;
    display:block;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xxywBottom .contentRight a >span:last-child{
    font-size: 14px;
}
.xxywBottom .contentRight a span:first-child:hover{
    color: #bd1920;
}

.xwywtzggBox .tzggBox{
    width: 400px;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.tzggBox .tzggSmall{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 22px 0;
    border-bottom: 1px solid #eeeeee;
}
.tzggBox .tzggSmall >div{
    width: 90px;
    height: 26px;
    display: flex;
    align-items: center;
    border: 1px solid #bd1920;
}
.tzggBox .tzggSmall >div span:first-child{
    background: #a90904;
    width: 60px;
    display: block;
    line-height: 26px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.tzggBox .tzggSmall >div span:last-child{
    color: #a90904;
    width: 30px;
    line-height: 26px;
    display: block;
    text-align: center;
}
.tzggBox .tzggSmall a{
    width: 75%;
    line-height: 26px;
    display: block;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}
.tzggBox .tzggSmall a:hover{
    color: #bd1920;
}

.jsdtllxxBox{
    width: 1300px;
    height:270px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.jsdtllxxBox .jxttBox{
    width: 615px;
    height: 260px;
    display: flex;
    flex-flow: column;
}
.jsdtllxxBox .llxxBox{
    width: 615px;
    height: 260px;
    display: flex;
    flex-flow: column;
}
.jxdtBottom {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.jxdtBottom a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #666;
    background: url('../img/zc.png') no-repeat left center;
    padding-left: 10px;
    background-size: 4px 10px;
    line-height: 45px;
    align-items: center;
}

.jxdtBottom a >span:first-child{
    width:80%;
    display:block;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.jxdtBottom a >span:last-child{
    font-size: 14px;
}
.jxdtBottom a span:first-child:hover{
    color: #bd1920;
}

.tpjjBox{
    width: 1300px;
    height: 245px;
    display: flex;
    flex-flow: column;
    margin-top: 30px;
}
.xxywTop1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #c11f1f;
}
 .xxywTop1 >div:first-child{

    width: 1240px;
    display: flex;
    justify-content: center;
}
.xxywTop1 >div:first-child .img{
    width: 120px;
    border-bottom: 1px solid #c11f1f;
    margin-left: 50px;
}

.xxywTop1 img{
    width: 19px;
    height: 18px;
    margin: 0 10px;
}
 .xxywTop1 span{
    font-size: 20px;
    color: #d0021b;
}
 .xxywTop1 a{
    font-size: 14px;
    color: #333;
}
.xxywTop1 a:hover{
    color: #bd1920;
    text-decoration: underline;
}
.tpjjBottom{
    width: 100%;
    height: 215px;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}
.tpjjBottom .tpBox{
    width: 250px;
    height: 175px;
}
.tpjjBottom .tpBox img{
    width: 250px;
    height: 140px;
    object-fit: cover;
}
.tpBox .titleBox{
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background: #bd1920;
    color: #fff;
    display: block;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -5px;
}
.zyjhsjkBox{
    width: 1300px;
    height: 82px;
    display: flex;
    justify-content: space-between;
    margin: 0px 0 20px 0;
}
.zyjhsjkBox a{
    width: 245px;
    height: 82px;
}
.zyjhsjkBox a img{
    width: 245px;
    height: 82px;
    object-fit: cover;
}

/* 底部 */
.addressDiv{
    width: 100%;
    height: 150px;
    background: #bd1920;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;

}
.addressDiv .addressBox{
    width: 1300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.addressBox .address{
    width: auto;
    display: flex;
    flex-flow: column;
}
.addressBox .address div{
    width: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.addressBox .address .copyBox{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.addressBox .address .dzbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.addressBox .address .dzbox a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}
.addressBox .address >div:nth-child(2) a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}
.addressBox .address .dzbox a:hover{
    text-decoration: underline;
}
.addressBox .address .copyBox{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.addressBox .address .copyBox a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
}
.addressBox .address .copyBox a:hover{
    text-decoration: underline;
}

/* 内容 */
.gkBoxBig{
    width: 1300px;
    padding: 0px 0 0 30px 0;
    min-height: 500px;
    display: flex;
    flex-flow: column;
}
.gkBoxBig .gkTitle{
    width: 100%;
    line-height: 60px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.gkBoxBig .fbsjTime{
    width: 1300px;
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    border-radius: 10px;
}
.gkBoxBig .fbsjTime div{
    margin: 0 30px;
}
.gkBoxBig .gkwb{
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-flow: column;
    padding: 30px;
    background: #fff;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 10px 10px #f1f1f1;
}
.gkBoxBig .gkwb div{
    text-indent: 2em;
    font-size: 18px;
    line-height: 37px;
}
.gkBoxBig .gkwb div p img{
    max-width: 80%!important;
    height: auto !important;
    display: block;
    margin: 10px auto;
    padding: 0;
}
.gkBoxBig .gkwb div p video{
    max-width: 80%!important;
    height: auto !important;
    display: block;
    margin: 10px auto;
    padding: 0;
}

/* 详情页通知公告 */
.tzggBox1{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 #e1e1e1;/*//#DAE9FE */
    background: #c2201f;
}
.tzggBox1 .dhlBox{
    width: 1300px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.tzggBox1 .dhlBox img{
    width: 30px;
    height: 30px;
}
.tzggBox1 .dhlBox a{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    margin: 0 10px;
}

/* 图片列表 */
.main .mainBoxBig{
    width: 1300px;
    min-height: 500px;
    display: flex;
    margin-bottom: 130px;
    justify-content: space-between;
}
.main .mainBoxBig .mainLeft{
    width: 25%;
    display: flex;
    flex-flow: column;
}
.main .mainBoxBig .mainLeft .xiao_left{
    width: 90%;
    line-height: 50px;
    display: flex;
    flex-flow: column;


}
.main .mainBoxBig .mainLeft .xiao_left .firstBox{
    width: 100%;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background: #1873bb;
    text-align: center;
}

.main .mainBoxBig .mainLeft .xiao_left{
    width: 90%;
    line-height: 50px;
    display: flex;
    flex-flow: column;


}
.main .mainBoxBig .mainLeft .xiao_left .firstBox{
    width: 100%;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background: #1873bb;
    text-align: center;
}

.xiao_left .list_left {
    width: 270px;
    background: #F4F8FF;
}

.xiao_left .list_left span {
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 30px 20px;
    background: #c2201f;
    color: #fff;
    display: block;
    border-radius: 8px 8px 0 0;
}

.xiao_left .list_left a {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    color: #c2201f;
    padding: 20px;
    text-align: left;
    border-top: 2px solid #fff;
    display: block;
    text-decoration: none;
    background: url('../img/szll_jt.svg') no-repeat 90% center;
}

.xiao_left .list_left a:hover {
    background: url('../img/szll_jt.svg') no-repeat 90% center #eaf1fe;
}

.xiao_left .list_left a.action {
    background: url('../img/szll_jt.svg') no-repeat 90% center #dee9fc;
}

/* 列表页 */
.mainBoxBig .mainRight {
    width: 75%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.mainBoxBig .mainRight .gjzcBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    padding-bottom:10px;
}
.mainBoxBig .mainRight .gjzcBox .bgBox {
    width: 240px;
    height: auto;
    flex-flow: column;
    width: 100%;
    display: flex;
    background: #fafafa;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li:hover{
    box-shadow: 0 0 1.2rem 0.1rem #e1e1e1;
    z-index: 999;
    border-radius: 3px;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li:nth-child(even){
    width: 100%;
    display: flex;
    padding: 20px;
    background: #fff;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li{
    width: 100%;
    display: flex;
    padding: 20px;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li img{
    width: 220px;
    height: 128px;
}
.mainBoxBig .mainRight .gjzcBox .bgBox .dl_xiao{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 20px;
    color: #000;
}

.mainBoxBig .mainRight .imgPhoto {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:20px;
}
.mainBoxBig .mainRight .imgPhoto a{
    width: 31%;
    height: auto;
    background: rgba(255, 255, 255, .3);
    border: 2px solid #fff;
    box-shadow: 0 0 5px 0 #DFEAFA;
    border-radius: 8px;
    display: block;
    padding: 15px;
    text-decoration: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.mainBoxBig .mainRight .imgPhoto a img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.mainBoxBig .mainRight .imgPhoto a span{
    font-size: 16px;
    line-height: 28px;
    width: 95%;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mainBoxBig .mainRight .imgPhoto a span:nth-child(3){
    width: 100%;
    font-size: 14px;
    color: #999;
    display: block;
}

/* 页数切换 */
.dbqhBox{
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
 .dbqhBox div{
    border: 1px solid #e1e1e1;
    padding: 10px;
}

 .dbqhBox div:hover{
    background: #e1e1e1;
}


.rightcon .gkBoxBig{
    width: 100%;
    padding:0;
}

.rightcon .gkBoxBig .fbsjTime{
    width: 100%;
}
