.banner img{
    width: 100%;
}
.banner {
    overflow: hidden;
    position: relative;
}
.banner .swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1 !important;
}
.banner .swiper-pagination{
    background-image: linear-gradient(transparent, #15256073);
    bottom: 4px!important;
    height: 100px;
    line-height: 138px;
}

.swiper-box{
    width: 780px;
    /* height: 520px; */
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 15px;
}
.swiper-box .swiper-slide{
    width: 716px;
    height: 335px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E7F7FE 100%);
}
.swiper-box .swiper-slide a{
    position: relative;
}
.swiper-box .swiper-slide img{
    width: 447px;
    height: 335px;
    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-slide  >a > div >.swiper-title{
    font-weight: 400;
    font-size: 17px;
    color: #24272C;
    line-height: 27px;
}
.swiper-box .swiper-slide  >a > div >.swiper-title span{
    width: 51px;
    height: 44px;
    font-weight: bold;
    font-size: 12px;
    color: #0655B6;
    line-height: 51px;
    text-align: center;
    background-image: url(../images/rili.png);
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    margin-top: 5px;
}
.swiper-box .swiper-slide  >a > div >.swiper-title strong{
    display: inline-block;
    width: 196px;
    height: 50px;
    /* font-weight: 400; */
    font-size: 17px;
    color: #24272C;
    line-height: 27px;
    vertical-align: middle;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    float: right;
}
.swiper-box .swiper-slide  >a > div > p{
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    font-weight: 400;
    font-size: 12px;
    color: #24272C;
    line-height: 29px;
    width: 268px;
    margin-top: 34px;
}
.swiper-box .swiper-pagination{
    /* top: 320px; */
    width: 325px !important;
    right: 0 !important;
    left: auto !important;
}
.swiper-box .swiper-pagination-bullet-active{
    background: #0655B6 !important;
    opacity: 1 !important;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF !important;
}
.swiper-box .swiper-pagination-bullet{
    opacity: 1;
    width: 26px;
    height: 26px;
    background-color: transparent;
    border-radius: 13px;
    font-size: 14px;
    line-height: 26px;
    color: #828282;
    margin: 0 30px !important;
    position: relative;
}
.swiper-box .swiper-pagination-bullet::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 1px;
    background: #828282;
    opacity: 0.5;
    position: absolute;
    top: 11px;
    right: -30px;
}
.swiper-box .swiper-pagination-bullet:last-child::after{
    display: none;
}

.item-two > a{
    display: block;
    /* padding: 15px; */
    margin-top: 20px;
    clear: both;
}
.item-two > a > p{
    width: 666px;
    font-size: 14px;
    color: #24272C;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.item-two > a > span{
    width: 80px;
    font-weight: 400;
    font-size: 14px;
    color: #16659D;
    text-align: right;
    float: right;
    line-height: 24px;
}
.news-box{
    width: 384px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(180deg, #FFFFFF 0%, #E7F7FE 100%);
    padding: 0 20px 0;
}
.tow-box > div{
    display: none;
}
.tow-box > div:first-child{
    display: block;
}
.item-right > a{
    display: block;
    border-bottom: 1px solid rgba(22, 101, 157, 0.15);
    padding: 20px 0 ;
}
.item-right > a:last-child{
    border: none;
}
.item-right > a div strong{
    font-size: 19px;
    display: block;
    text-align: center;
}
.item-right > a div span{
    display: block;
    text-align: center;
}
.item-right > a div{
    display: inline-block;
    font-size: 12px;
    color: #0655B6;
    border-right: 1px solid #0655B6;
    padding-right: 15px;
}
.item-right > a p{
    width: 257px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    font-weight: 400;
    font-size: 14px;
    color: #24272C;
    line-height: 19px;
    float: right;
}



.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: 359px;
    display: inline-block;
}
.list-box:nth-child(2){
    margin: 0 60px;
}
.list-box > .title{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(6, 85, 182, 0.3);
}
.list-box > .title a{
    top: 10px;
}
.list-box .list-item a{
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(87, 87, 87, 0.1);
    clear: both;
}
.list-box .list-item a > p{
    display: inline-block;
    width: 282px;
    font-weight: 400;
    font-size: 15px;
    color: #313131;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.list-box .list-item a > span{
    display: inline-block;
    width: 39px;
    font-weight: 400;
    font-size: 14px;
    color: #979797;
    line-height: 18px;
    vertical-align: top;
    float: right;
}
.title{
    overflow: hidden;
    clear: right;
    position: relative;
    font-weight: bold;
    font-size: 19px;
    color: #24272C;
}
.title > img{
    vertical-align: text-top;
    margin-right: 7px;
}
.title > a{
    font-size: 14px;
    color: #0655B6;
    position: absolute;
    right: 0;
    bottom: 5px;
}



.t{
    position: relative;
}
.tab-box > div{
    display: inline-block;
    margin-right: 24px;
    font-weight: 400;
    font-size: 19px;
    color: #919191;
    padding: 15px 0;
    border-bottom: none;
    cursor: pointer;
    font-weight: 600;

}
.tab-box > div img{
    margin: 0px 4px -4px 0;
    filter: sepia(1);
}
.tab-box > .ac{
    color: #24272C;
    font-weight: 600;
}
.tab-box > .ac img{
    filter: none;

}
.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;
}

.img-box{
    margin: 30px 0;
    overflow: hidden;
}
.img-box a{
    display: inline-block;
    width: 285px;
    /* height: 184px; */
    margin-right: 16px;
}
.img-box a:last-child{
    margin-right: 0 !important;
}
.img-box a img{
    width: 285px;
    height: 184px;
    object-fit: cover;
}
.img-box a p{
    font-size: 14px;
    color: #313131;
    line-height: 27px;
    text-align: center;
}
.jt-box {
    margin-bottom: 60px;
}
.jt-box > div{
    display: inline-block;
    vertical-align: middle;
}
.jt-box > .xian{
    width: 1086px;
    height: 1px;
    background: rgba(0, 0, 0, 0.096);
}
.jt-box > .xian > div{
    width: 120px;
    height: 2px;
    background: #0655B6;
}
.jt-box > div > img{
    margin-left: 10px;
    cursor: pointer;
}