@charset "utf-8";

/*  新闻分类标题*/

.xwflbt {
    margin-top: 50px;
}

.xwflbtbox .xwflbtboxa {
    margin: 0 12px;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    background-color: #f1f1f1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwflbtbox .xwflbtboxa:hover {
    background-color: #e89d00;
    color: #fff;
}

.xwflbtbox .xwflbtboxa.on {
    background-color: #e89d00;
    color: #fff;
}


/* 新闻列表上 */

.xwlbs {
    margin-top: 95px;
}
.xwlbs.xwlbs_xz{
    margin: 100px 0;
}
.xwlbs_xz .xwlbsbox_rps{
    margin-top: 15px;
}
.xwlbs_xz .xwlbsbox_rps b{
    font-weight: 700;
    color: #222;
}
.xwlbsbox_l {
    width: 40%;
}

.xwlbsbox_limg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xwlbsbox_limg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwlbsbox:hover .xwlbsbox_limg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xwlbsbox_r {
    position: relative;
    width: 60%;
    padding: 55px 65px;
    background-color: #fafafa;
}
.xwlbsbox_r.xwlbsbox_rs{
    width: 100%;
    margin-bottom: 30px;
}
.xwlbsbox_r::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #002a5a;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwlbsbox:hover .xwlbsbox_r::before {
    width: 100%;
}

.xwlbsbox_rtle {
    position: relative;
    padding: 5px 0;
    font-size: 14px;
    color: #002a5a;
}

.xwlbsbox_rtle::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 2px;
    background-color: #002a5a;
}

.xwlbsbox_rh {
    margin-top: 40px;
    font-size: 26px;
    font-weight: 700;
    color: #222222;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwlbsbox:hover .xwlbsbox_rh {
    color: #fdab00;
}

.xwlbsbox_rp {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #747474;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xwlbsbox_rp.xwlbsbox_rps{
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #747474;
}
.xwlbsbox_rgd {
    display: inline-block;
    padding: 0 20px;
    margin-top: 50px;
    /* width: 120px; */
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #002a5a;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwlbsbox_rgd:hover {
    background-color: #e89d00;
    transform: scale(.97);
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
}

.xwlbsbox_rdw {
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
    height: 0px;
    border-top: 20px solid #002a5a;
    border-left: 20px solid transparent;
}


/* 新闻列表下 */

.xwlbx {
    margin-top: 110px;
    padding: 100px 0 130px;
    background-color: #e9f0f5;
}

.xwlbxbox .xwlbxboxa {
    position: relative;
    display: block;
    margin-bottom: 20px;
    height: 210px;
    background-color: #fff;
    padding: 0 70px;
}

.xwlbxboxa::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #002a5a;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwlbxboxa:hover::before {
    width: 100%;
}

.xwlbxboxa_t {
    font-size: 48px;
    font-weight: 700;
    color: #002a5a;
}

.xwlbxboxa_b {
    font-size: 16px;
    color: #002a5a;
}

.xwlbxboxa_r {
    flex: 1;
    padding-left: 60px;
}

.xwlbxboxa_rh {
    font-size: 26px;
    font-weight: 700;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwlbxbox .xwlbxboxa:hover .xwlbxboxa_rh {
    color: #fdab00;
}

.xwlbxboxa_rp {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #747474;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xwlbxboxa_dw {
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
    height: 0px;
    border-top: 20px solid #002a5a;
    border-left: 20px solid transparent;
}

.foot {
    margin-top: 0;
}

@media screen and (max-width: 1600px) {
    .xwlbsbox_r {
        padding: 40px 50px;
    }
    .xwlbsbox_rh,
    .xwlbxboxa_rh {
        font-size: 22px;
    }
}

@media screen and (max-width: 1400px) {
    .xwlbsbox_r {
        padding: 30px 40px;
    }
    .xwflbt {
        margin-top: 40px;
    }
    .xwlbs {
        margin-top: 60px;
    }
    .xwlbs.xwlbs_xz{
        margin: 60px 0;
    }
    .xwlbsbox_rh,
    .xwlbxboxa_rh {
        font-size: 18px;
    }
    .xwlbsbox_rp,
    .xwlbxboxa_rp {
        font-size: 14px;
        line-height: 23px;
    }
    .xwlbx {
        margin-top: 70px;
    }
    .xwlbx {
        padding: 60px 0;
    }
    .xwlbsbox_rps p{
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .xwlbsbox_r {
        padding: 30px;
    }
    .xwlbsbox_rh {
        margin-top: 15px;
    }
    .xwlbsbox_rh,
    .xwlbxboxa_rh {
        font-size: 16px;
    }
    .xwlbsbox_rp {
        margin-top: 10px;
    }
    .xwlbsbox_rgd {
        margin-top: 20px;
    }
    .xwlbxbox .xwlbxboxa {
        padding: 0 30px;
    }
    .xwlbxboxa_r {
        padding-left: 20px;
    }
    .xwlbxboxa_rp {
        margin-top: 10px;
    }
    .xwlbxboxa_t {
        font-size: 38px;
    }
}

@media screen and (max-width: 992px) {
    .xwflbt {
        margin-top: 35px;
    }
    .xwlbs {
        margin-top: 50px;
    }
    .xwlbs.xwlbs_xz {
        margin: 50px 0;
    }
    .xwlbx {
        margin-top: 50px;
        padding: 45px 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .xwflbt {
        margin-top: 25px;
    }
    .xwflbtbox .xwflbtboxa {
        width: 33%;
        margin: 0 5px;
    }
    .xwlbsbox {
        flex-wrap: wrap;
    }
    .xwlbsbox>div {
        width: 100%;
    }
    .xwlbsbox_r {
        padding: 20px 15px;
    }
    .xwlbsbox_rp {
        font-size: 12px;
        line-height: 20px;
    }
    .xwlbxbox .xwlbxboxa {
        padding: 0 15px;
    }
    .xwlbxbox .xwlbxboxa {
        height: 120px;
    }
    .xwlbxboxa_rp {
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .xwlbxboxa_t {
        font-size: 28px;
    }
    .xwlbxboxa_b {
        font-size: 14px;
    }
    .xwlbxboxa_r {
        padding-left: 10px;
    }
    .xwlbsbox_rps p{
        font-size: 12px;
    }
}