.newsbox{
    margin-top: 50px;
}
.newsbox .news{
    width: 50%;
    position: relative;
    float: left;
    height: 450px;
}
.news .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;    
}
.swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{text-align: right;}
.newslist{
    width: 48%;
    float: right;
}
.newslist .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newslist .title h3{
    background: url(/Dwzzb/Resource/Images/titlebg.png) no-repeat;
    height: 64px;
    padding-top:30px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 24px;
    color:#c7131c;
}
.newslist .title a{
    font-size: 14px;
    color:#555555;
}
.newslist ul{
    margin-top:10px;
}
.newslist li{
    line-height: 46px;
    position: relative;
    height: 46px;
}
.newslist li:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #BE0611;
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.newslist li span{
    font-size: 14px;
    color:#666;
    float:right;
}
.newslist li a{
    width: calc(100% - 120px);
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;   
    padding-left:16px;
}
.newslist li a:hover{
    color: #BE0611;
}

/* 6个模版 */
.itembox{
    margin-top:40px;
    display: flex;
    justify-content: space-between;
}
.itembox .item{
    width: 30%;
}
.item .title{
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    align-items: center;
}
.item .title h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #BE0611;
    border-bottom: 2px solid #BE0611;
    
}
.item .title a{
    font-size: 14px;
    color: #BE0611;
}
.item ul{
    margin-top:10px;
}
.item ul li{
    line-height: 40px;
}
.item ul li a{
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item ul li a:hover{
    color: #BE0611;
}

/* 友情链接 */
.link{
    background-color: #be0611;
    margin-top:50px;
    padding: 15px 0;
    font-size: 14px;
    margin-bottom: -50px;
}
.link a{
    color: #fff;
    padding:0 20px;
}

@media (max-width:1020px) {  
    
}

@media (max-width:768px) { 
    .newsbox{
        margin-top:30px;
    }
    .newsbox .news{
        width:100%;
    }
    .news .title li{
        font-size: 18px;
    }
    .news .itembox{
        margin-top:15px;
    }
    .newsbox .notice{
        width: 100%;
        margin-top:30px;
    }
    .newsbox .notice .title h2{
        font-size: 18px;
    }
    .newslist{
        width:100%;
        margin-top:20px;
    }
    .itembox{
        margin-top:0;
    }
    .itembox .item{
        width: 100%;
        margin-top:20px;
    }
    .itembox{
        display: block;
    }
    .newslist .title h3{
        font-size: 20px;
    }
    .item .title h3{
        font-size: 18px;
    }
    .newslist li,.item ul li{
        font-size: 15px;
        height: 36px;
        line-height: 36px;
    }
   
}


