﻿.content-xwlb {
    margin-top: 80px;
}

.content-xwlb .area2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-xwlb .area2::after{
    content: "";
    width: 31.42%;
    visibility: hidden;
}
.content-xwlb .first-box {
    width: 65.71%;
    margin-bottom: 50px;
    position: relative;
}

.content-xwlb .z-active .desc {
    position: absolute;
    left: 60px;
    bottom: 18px;
    padding-right: 50px;
}

.content-xwlb .first-box h5 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
}

.content-xwlb .first-box p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 18px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 规定文字几行 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-xwlb .else-box {
    width: 31.42%;
    cursor: pointer;
    margin-bottom: 50px;
    transition: all .3s linear;
}
.content-xwlb .else-box>img{
    max-height: 225px;
    width: 100%;
    object-fit: cover;
}
.z-active>img{
    max-height: 460px !important;
}
.content-xwlb .else-box:hover{
    transform: translateY(-8px);
}
.content-xwlb .else-box .date{
    font-size: 14px;
	line-height: 14px;
	color: #888888;
    margin-top: 20px;
}
.content-xwlb .else-box h5{
    font-size: 20px;
    font-weight: bold;
	line-height: 20px;
	color: #333333;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/* 规定文字几行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-xwlb .else-box p{
    font-size: 14px;
	line-height: 24px;
	color: #999999;
    margin-top: 20px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 规定文字几行 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.content-xwlb .else-box .mores{
    margin-top: 30px;
}
.content-xwlb .first-box img{
    height: 100%;
    width: 100%;
}
/* 新闻详情 */
.newdetails .gnbar{
    height: 40px;
	background-color: #f5f5fa;
	border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}
.newdetails h1{
    font-size: 26px;
	line-height: 26px;
    font-weight: bold;
	color: #333333;
    text-align: center;
    margin-top: 80px;
}
.newdetails .area2 .gnbar img{
    margin-right: 10px;
}
.newdetails .area2 .gnbar span{
    margin-right: 10px;
}
.content-main p{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
    margin-top: 30px;
    margin-bottom: 30px;
}
.content-main{
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
}
.prey-next .area2{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
	line-height: 32px;
	color: #666666;
    margin-top: 20px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .content-xwlb {
        margin-top: 60px;
    }
    .content-xwlb .else-box h5 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
    }
    .content-xwlb .first-box h5 {
        font-size: 18px;
        line-height: 18px;
    }
    .content-xwlb .first-box .desc {
        position: absolute;
        left: 30px;
        bottom: 18px;
        padding-right: 30px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .content-xwlb {
        margin-top: 45px;
    }
    .content-xwlb .first-box h5 {
        font-size: 18px;
        line-height: 18px;
    }
    .content-xwlb .first-box .desc {
        position: absolute;
        left: 30px;
        bottom: 18px;
        padding-right: 30px;
    }
    .content-xwlb .else-box h5 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .content-xwlb {
        margin-top: 30px;
    }
    .content-xwlb .first-box h5 {
        font-size: 16px;
        line-height: 16px;
    }
    .content-xwlb .first-box .desc {
        position: absolute;
        left: 20px;
        bottom: 15px;
        padding-right: 20px;
    }
    .content-xwlb .else-box h5 {
        font-size: 14px;
        line-height: 14px;
        margin-top: 15px;
    }
    .content-xwlb .first-box{
        width: 100%;
        margin-bottom: 20px;
    }
    .content-xwlb .else-box{
        width: 48%;
        margin-bottom: 20px;
    }
    .content-xwlb .else-box .mores {
        margin-top: 20px;
    }
    .content-xwlb .else-box p{
        margin-top: 10px;
    }
    .newdetails h1{
        margin-top: 30px;
        font-size: 18px;
    }
    .content-main p {
        font-size: 12px;
        line-height: 24px;
        color: #666666;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .prey-next .area2{
        flex-wrap: wrap;
        font-size: 12px;
    }
}