.banner img{
    width: 100%;
}
.banner {
    overflow: hidden;
    position: relative;
}
.banner .swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1 !important;
}

.swiper-box{
    width: 716px;
    height: 520px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 15px;
}
.swiper-box .swiper-slide{
    width: 716px;
    height: 520px;
}
.swiper-box .swiper-slide a{
    position: relative;
}
.swiper-box .swiper-slide p{
    display: block;
    padding: 20px 10px;
    width: 716px;
    font-weight: bold;
    font-size: 19px;
    color: #24272C;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.swiper-box .swiper-slide img{
    width: 717px;
    height: 429px;
    object-fit: cover;
}
.swiper-box .swiper-pagination-bullet-active{
    background-color: #3DC0B8 !important;
    opacity: 1 !important;
}
.swiper-box .swiper-pagination-bullet{
    opacity: .36;
}
.swiper-box  .swiper-left-arr{
    position: absolute;
    left: 0;
    bottom: 10px;
    cursor: pointer;
    z-index: 11;
}
.swiper-box  .swiper-right-arr{
    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    z-index: 11;
}
.news-box{
    width: 474px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
.title{
    overflow: hidden;
    clear: right;
    position: relative;
}
.title > div{
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    color: #007A44;
    padding: 15px 0;
}
.title > a{
    font-size: 14px;
    color: #3DC0B8;
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    right: 0;
    bottom: 5px;
}
.item-one a{
    display: block;
    /* margin-top: 28px; */
    padding: 20px;
    border-bottom: 1px solid #E1E1E1;
    /* transition: all .5s; */
}
.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: #3DC0B8;
}
.item-one a:hover p{
    color: #fff;
}
.item-one a:hover span{
    color: #fff;
}

.xtgz{
    display: inline-block;
    vertical-align: top;
    width: 735px;
    height: 500px;
}
.zxgg{
    display: inline-block;
    vertical-align: top;
    width: 441px;
    height: 500px;
    margin-left: 20px;
}
.zxgg-item a{
    display: block;
    width: 441px;
    height: 60px;
    background: #EBF9F8;
    border-radius: 10px 0px 10px 0px;
    padding: 10px 25px;
    margin-bottom: 10px;
}
.zxgg-item a p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #24272C;
    margin-bottom: 2px;
}
.zxgg-item a span{
    font-size: 13px;
    color: #3DC0B8;
}
.zxgg-item a:hover{
    background: #3DC0B8;
}
.zxgg-item a:hover p{
    color: #fff;
}
.zxgg-item a:hover span{
    color: #fff;
}

.xtgz-left{
    width: 419px;
    display: inline-block;
    vertical-align: top;
}
.xtgz-left img{
    width: 419px;
    height: 292px;
    border-radius: 20px 0px 20px 0px;
}
.xtgz-left h2{
    font-weight: 400;
    font-size: 16px;
    color: #3DC0B8;
    margin: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xtgz-left p{
    font-size: 12px;
    color: #24272C;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* 显示的行数 */
    text-overflow: ellipsis;
}
.xtgz-right{
    width: 288px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.xtgz-right a{
    display: block;
    padding: 0px 0 15px;
    border-bottom: 1px solid #E1E1E1;
    margin-top: 20px;
    /* transition: all .5s; */
}
.xtgz-right a:nth-child(1){
    margin-top: 0;
}
.xtgz-right a > p{
    font-weight: 400;
    font-size: 16px;
    color: #24272C;
    line-height: 23px;
    margin-bottom: 8px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.xtgz-right a > span{
    font-size: 13px;
    color: #3DC0B8;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.xtgz-right a:hover{
    border-color: #3DC0B8;
}
.xtgz-right a:hover p{
    color: #3DC0B8;
}
.xtgz-right a:hover span{
    color: #3DC0B8;
}


.yl-text{
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #3DC0B8;
    width: 151px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #F5F5F5;
    vertical-align: middle;
}

.yl-list{
    display: inline-block;
    width: 1049px;
    vertical-align: middle;
    color: #BABABA;
}
.yl-list a{
    display: inline-block;
    width: 258px;
    text-align: center;
    font-size: 14px;
    color: #979898;
    border-right: 1px solid #F5F5F5;
}