.zzxx{
    height: 90px;
    background-image: url(../images/zxxx-bg.png);
    background-size: 100% 100%;
    margin-top: 47px !important;
}
.zzxx a{
    display: block;
    width: 1124px;
    height: 90px;
    margin-left: 90px;
    overflow: hidden;
    padding: 20px;
}
.zzxx a h3{
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}
.zzxx a p{
    font-size: 14px;
    color: #464646;
}
.zzxx a p span:nth-child(1){
    display: inline-block;
    width: 92%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}
.zzxx a p span:nth-child(2){
    color: #0655B6;
    vertical-align: middle;

}
.swiper-box{
    width: 1200px;
    height: 400px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 41px;
    background-image: url(../images/top-bg.png);
}
.swiper-container-1{
    width: 590px;
    height: 400px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.swiper-box .swiper-slide{
    width: 590px;
    height: 400px;
}
.swiper-box .swiper-slide a{
    position: relative;
}
.swiper-box .swiper-slide img{
    width: 590px;
    height: 400px;
    display: inline-block;
    object-fit: cover;
    vertical-align: top;
}
.swiper-box .swiper-slide  >a > div{
    display: inline-block;
    width: 325px;
    vertical-align: top;
    margin-top: 99px;
    padding: 0 30px;
}

/* .swiper-box .swiper-pagination{ */
    /* top: 320px; */
    /* width: 325px !important; */
    /* right: 0 !important;
    left: auto !important; */
/* } */
.swiper-box .swiper-pagination-bullet-active{
    background: #fff !important;
    opacity: 1 !important;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF !important;
}
.swiper-box .swiper-pagination-bullet{
    opacity: .3;
}

.swiper-box .swiper-pagination-bullet:last-child::after{
    display: none;
}
.item-two {
    padding: 20px 30px;
    display: inline-block;
    width: 600px;
    vertical-align: top;
}
.item-two > a{
    display: block;
    margin-top: 23px;
    clear: both;
}
.item-two > a > p{
    width: 400px;
    font-size: 14px;
    color: #24272C;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.item-two > a > p::before{
    content: '';
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(../images/list-icon.png) no-repeat 100%;
    margin-right: 10px;
}
.item-two > a > span{
    width: 85px;
    font-weight: 400;
    font-size: 15px;
    color: #ABAFB6;
    text-align: right;
    float: right;
    line-height: 24px;
}




.item-one a{
    display: block;
    padding: 20px;
    border-bottom: 1px solid #E1E1E1;
}
.item-one a > p{
    font-weight: 400;
    font-size: 18px;
    color: #24272C;
    line-height: 27px;
    margin-bottom: 15px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.item-one a > span{
    font-size: 14px;
    color: #7D7F81;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.item-one a:hover{
    background: #39A74F;
}
.item-one a:hover p{
    color: #fff;
}
.item-one a:hover span{
    color: #fff;
}

.list-box{
    width: 579px;
    display: inline-block;
    vertical-align: top;
}
.list-box:nth-child(2){
    margin-left:37px;
}
.list-box > a{
    display: block;
    margin-bottom: 39px;
}
.tzgg-item a{
    display: block;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(146,146,146,0.31);
    line-height: 54px;
    margin-bottom: 22px;
}
.tzgg-item a > span{
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #0655B6;
    width: 115px;
    height: 17px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #0655B6;
    margin-right: 10px;
}
.tzgg-item a > p{
    display: inline-block;
    vertical-align: middle;
    width: 440px;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tzgg-item a:hover{
    background-image: url(../images/list-ac.png);
    background-size: 103% 122%;
    background-position: -8px -2px;
}
.tzgg-item a:hover span,
.tzgg-item a:hover p{
    color: #fff;
}

.zysz-item a{
    display: block;
    margin-bottom: 35px;
    /* padding: 15px 0; */
    /* border-bottom: 1px dashed rgba(87, 87, 87, 0.1); */
    clear: both;
}
.zysz-item a > p{
    display: inline-block;
    width: 464px;
    font-weight: 400;
    font-size: 15px;
    color: #313131;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.zysz-item a > p::before{
    content: '▶';
    font-size: 12px;
    margin-right: 15px;
    color: #0655B6;
    /* margin-left: 26px; */
}
.zysz-item a > span{
    display: inline-block;
    width: 87px;
    font-weight: 400;
    font-size: 14px;
    color: #979797;
    line-height: 18px;
    vertical-align: top;
    float: right;
}


.list-item a{
    display: block;
    /* padding: 15px 0; */
    /* border-bottom: 1px dashed rgba(87, 87, 87, 0.1); */
    clear: both;
    margin-bottom: 36px;
}
.list-item a > p{
    display: inline-block;
    width: 460px;
    font-weight: 400;
    font-size: 15px;
    color: #313131;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.list-item a > span{
    display: inline-block;
    width: 80px;
    font-weight: 400;
    font-size: 14px;
    color: #979797;
    line-height: 18px;
    vertical-align: top;
    float: right;
}



.xsgz-item a{
    display: block;
    /* padding: 15px 0; */
    /* border-bottom: 1px dashed rgba(87, 87, 87, 0.1); */
    clear: both;
    margin-bottom: 36px;
}
.xsgz-item a > p{
    display: inline-block;
    width: 460px;
    font-weight: 400;
    font-size: 15px;
    color: #313131;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.xsgz-item a > span{
    display: inline-block;
    width: 80px;
    font-weight: 400;
    font-size: 14px;
    color: #979797;
    line-height: 18px;
    vertical-align: top;
    float: right;
}
.xsgz-item > .one {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
}
.xsgz-item > .one .img-wrapper{
    width: 180px;
    height: 106px;
    display: inline-block;
    vertical-align: top;
}
.xsgz-item > .one .img-wrapper img{
    width: 180px;
    height: 106px;
    object-fit: cover;
    /* display: inline-block;
    vertical-align: top; */
}
.xsgz-item > .one .text-wrapper{
    display: inline-block;
    vertical-align: top;
    width: 378px;
    margin-left: 15px;
    position: relative;
}
.xsgz-item > .one .text-wrapper h2{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-size: 15px;
    color: #1F2123;
    line-height: 31px;
}
.xsgz-item > .one .text-wrapper p{
    height: 56px;
    font-weight: 400;
    font-size: 14px;
    color: #1F2123;
    line-height: 32px;
    overflow: hidden;
    margin-top: 10px;
}
.xsgz-item > .one .text-wrapper p > span{
    color: #0655B6;
}
.xsgz-item > .one .text-wrapper > span{
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400;
    font-size: 15px;
    color: #ABAFB6;
}



.list-box-b{
    width: 385px;
    vertical-align: top;
    display: inline-block;
}
.list-box-b:nth-child(2){
    margin: 0 17px;
}

.list-item-1 a{
    display: block;
    font-size: 15px;
    color: #1F2123;
    line-height: 31px;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-item-1 .one{
    clear: both;
}
.list-item-1 .one img{
    width: 180px;
    height: 106px;
    display: inline-block;
    object-fit: cover;
    vertical-align: middle;
    float: left;
}
.list-item-1 .one p{
    display: -webkit-box;        /* 兼容老版本 WebKit */
    -webkit-box-orient: vertical;/* 兼容老版本 WebKit */
    -webkit-line-clamp: 3;       /* 限制为3行 */
    overflow: hidden;            /* 隐藏溢出内容 */
    text-overflow: ellipsis;     /* 显示省略号 */
    font-weight: bold;
    font-size: 15px;
    color: #1F2123;
    line-height: 31px;
    vertical-align: middle;
    width: 189px;
    margin-left: 10px;
    float: left;
    white-space: wrap;
    margin-top: 5px;
}

.list-item-2 a{
    display: block;
    font-size: 15px;
    color: #1F2123;
    line-height: 31px;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-item-2 a::before{
    content: '▶';
    font-size: 12px;
    margin-right: 10px;
    color: #0655B6;
    /* margin-left: 26px; */
}
.list-item-3 a{
    display: block;
    font-size: 15px;
    color: #1F2123;
    line-height: 31px;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.t{
    border-bottom: 2px solid #E8E7E7;
    position: relative;
    font-size: 0;
}
.tab-box > img{
    display: inline-block;
    margin-right: 45px;
    font-weight: 400;
    font-size: 22px;
    color: #414141;
    padding: 0px 0 15px;
    border-bottom: none;
    cursor: pointer;
    position: relative;
}
.tab-box > .ac{
    border-bottom: 3px solid #0655B6;
    margin-bottom: -2px;
}

.about-box{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.about-box a{
    font-size: 14px;
    color: #0655B6;
    display: none;
}
.about-box a:nth-child(1){
    display: block;
}