.news-slide{
    display: flex;
    margin-bottom: 32px;
}

.news-slide>div{
    width: 50%;
}

.picnews-slide{
    position: relative;
}

.picnews-slide .hd{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 54px;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.picnews-slide .hd li{
    width: 9px;
    height: 9px;
    background-color: #fff;
    display: inline-block;
    margin: 0 4px;
}

.picnews-slide .hd li.on{
    background-color: #1e72f9;
}

.picnews-slide .bd{
    width: 100%;
}

.picnews-slide .bd li{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.picnews-slide .bd img{
    width: 100%;
    height: 100%;
    transition: all 2s;
}

.picnews-slide .bd span{
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 54px;
    line-height: 54px;
    width: 100%;
    padding: 0 100px 0 18px;
    font-size: 16px;
    color: #fefeff;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.3s;
}

.picnews-slide .bd li:hover img{
    transform: scale(1.1);
}

.picnews-slide .bd li:hover span{
    color: #1e72f9;
}

.listnews-slide{
    margin-left: 20px;
}

.zt-slide{
    margin-bottom: 24px;
    overflow: hidden;
}

.zt-slide li{
    display: inline-block;
    width: 388px;
    height: 113px;
    margin-right: 18px;
    overflow: hidden;
}

.zt-slide li img{
    width: 100%;
    height: 100%;
}

.mid-news{
    display: flex;
    margin-bottom: 26px;
}

.mid-news .list-style{
    width: 418px;
    margin-right: 20px;
}

.mid-news .ddjs{
    width: calc(100% - 418px - 418px - 20px - 20px);
    margin-right: 0;
}

.mid-news .ddjs .hd{
    height: 50px;
    width: 100%;
    background: url(../img/ddjs_bg.jpg) no-repeat center / cover;
}

.mid-news .ddjs .hd a{
    color: #fefbc4;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    margin-left: 24px;
}

.fourpic-slide{
    box-sizing: border-box;
    padding: 18px;
    background-color: #f2f9ff;
    margin-bottom: 20px;
}

.fourpic-slide-con{
    overflow: hidden;
}

.fourpic-slide li{
    width: 283px;
    height: 190px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-right: 11px;
}

.fourpic-slide li img{
    width: 100%;
    height: 100%;
    transition: all 2s;

}

.fourpic-slide li span{
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 41px;
    color: #ffffff;
    font-size: 16px;
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
}

.fourpic-slide li:hover img{
    transform: scale(1.1);
}

.fourpic-slide li:hover span{
    color: #1e72f9;
}

.btm-news{
    display: flex;
    margin-bottom: 20px;
}

.btm-news .list-style{
    width: 418px;
    margin-right: 20px;
}

.btm-news .three-option{
    width: calc(100% - 418px - 418px - 20px - 20px);
}

.btm-news .three-option li{
    width: 100%;
    height: 87px;
    margin-bottom: 14px;
    background-color: #f2f9ff;
}

.btm-news .three-option li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btm-news .three-option li i{
    font-size: 18px;
    background: linear-gradient(to bottom,#24c8fb,#287cf9);
    margin-right: 32px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 40px;
    vertical-align: baseline;
}

.btm-news .three-option li span{
    font-size: 18px;
    color: #424242;
}

.btm-news .three-option li:hover i{
    transition: all 1s;
    transform: rotateY(360deg);
}