

.focus {
    position: relative;
    width: 100%;
    margin-top: 15px;
    z-index: 99;
    overflow: hidden;
    height: 42.67vw;
}

.focus .swiper-pagination {
    width: 25%;
    bottom: 5px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    margin: auto;
    line-height: 5.33vw;
    border-radius: 20px;
}

.focus .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    background-color: transparent;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.focus .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff;
}

.focus .swiper-container {
    width: 100vw;
    height: 42.67vw;
    position: relative;
    overflow: hidden;
}

.focus .swiper-container .swiper-slide img {
    display: block;
    width: 86.67vw;
    height: 42.67vw;
    border-radius: 6px;
    object-fit: cover;
}

.focus .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
    width: 86.67vw;
    height: 42.67vw;
}

.focus .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.mian{
    padding: 15px;
}

.sz_news{
    width: 90.67vw;
    height: 22.67vw;
    background: #e5f6ff;
    margin: 0 auto;
    border-radius: 10px;
}

.sz_title{
    width: 40vw;
    margin-top: 4vw;
    margin-left: 5px;
    float: left;
}

.sz_news h2{
    width: 45.33vw;
    float: left;
    font-size: 4vw;
    margin-left: 2.13vw;
    margin-top: 5.33vw;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sz_news h2 a{
    color: #333;
} 

.company_news{
    margin-top: 4vw;
}

.company_title{
    font-size: 5.07vw;
    color:#333;
    font-weight: bold;
}

.company_title a{
    float: right;
    font-size: 4vw;
    color: #adadad;
    font-weight: normal;
}

.company_news ul li a{
    display: flex;
    margin-top: 4vw;
    padding-bottom: 4vw;
    justify-content: space-around;
    border-bottom: 1px solid #f2f2f2;
}

.company_news ul li:last-child a{
    border: none;
}
.company_news ul li h2{
    color: #333;
    font-size: 4vw;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 56vw;
}

.company_news ul li img{
    width: 30.67vw;
    height: 20.8vw;
    border-radius: 10px;
}

.grey_bg{
    background: #fafafa;
}

.society_news ul li{
    height: 10.67vw;
    line-height: 10.67vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 4vw;
    background: url(/hnzrzytz/wap/img/blue_line.png) center left no-repeat;
    text-indent: 4vw;
}

.society_news ul li a{
    color: #333;
}

.society_news ul{
    border-bottom: 1px solid #f2f2f2;
}

.society_news:nth-child(2),.society_news:nth-child(3){
    margin-top: 4vw;
}

.society_news:nth-child(3) ul{
    border-bottom: 0;
}<!--0.00018000602722168-->