.newsbox{
    margin-top:50px;
}
.news_pic{
    width: 50%;
    float: left;
    height:430px;
    
}
.swiper-container{
    height: 100%;
}
.news_pic .swiper-slide a{
    display: block;
    height: 100%;
}
.news_pic .swiper-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_pic .swiper-slide p{
    position: absolute;
    left:0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    color:#fff;
    line-height: 40px;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}
.news_pic .swiper-pagination{
    width: 70px;
    right: 0;
    left: auto;
}
.news_pic .swiper-pagination-bullet{
    background:#004998;
}

.mainlist{
    width: 48%;
    float: right;
}
.mainlist ul{
    margin-top:10px;
}
.mainlist li{
    line-height: 46px;
    position: relative;
    height: 46px;
}
.mainlist li span{
    font-size: 14px;
    color:#666;
    float:right;
}
.mainlist li a{
    width: calc(100% - 120px);
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;   
    padding-left:16px;
}

.mainlist .title{
    margin-top:10px;
}
.item .title{    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item .title .more{
    font-size: 14px;
    color:#555;
}
.item a:hover{
    color: #004998;
}
.item li{
    position: relative;
}
.item li:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #004998;
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.itembox{
    background-image: linear-gradient(to right, #c6e1fe , #fdecca);
    padding:60px 0;
    margin-top:70px;
}
.itembox .center{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.itembox .item{
    background: #fff;
    padding:20px;
    width: 30%;
}
.itembox .item ul{
    margin-top:15px;
}
.itembox .item li{
    line-height: 40px;
    font-size: 15px;        
}
.itembox .item li a{
    display: block;
    max-width: calc(96% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
    padding-left:16px;    
}
.itembox .item:nth-child(4),.itembox .item:nth-child(5),.itembox .item:nth-child(6){
    margin-top:36px;
}
.item .title h3{
    font-size: 24px;
}

@media (max-width:1199px) { 
    .itembox .item{
        width: 48%;
    }
    .itembox .item:nth-child(3){
        margin-top:36px;
    }
    .item .title h3{
        font-size: 20px;
    }
}

@media (max-width:1020px) { 
    .news_pic,.mainlist{
        width: 100%;
        float: none;
        margin-top:20px;
    }
    .mainlist li{
        font-size: 15px;
        line-height: 40px;
        height: 40px;
    }

}
@media (max-width:500px) { 
    .itembox .item{
        width: 100%;
    }
    .itembox .item:nth-child(2){
        margin-top:36px;
    }
}