.breadcrumb {
    padding: 20px 0 0 13.5%;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}

.breadcrumb img {
    width: 18px;
    height: 16px;
    margin-right: 8px;
}

.breadcrumb span, .breadcrumb a {
    line-height: 18px;
    color: #999999;
}

.home:hover {
    color: #c80025;
    cursor: pointer;
}

.news {
    position: relative;
    margin-top: 80px;
}

#newTop {
    height: 360px;
    background-image: url("../image/newsBg.png");
    /*background-image: url("../image/newsBg-ys.jpg");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#topCon {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 思源黑体;
}

#newTitle {
    font-size: 38px;
    font-weight: 400;
    color: #ffffff;
}

.titlespan {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

/*新闻主体*/
#outerLayer {
    width: 73%;
    margin: 30px auto 50px;
    display: flex;
    flex-direction: column;
}

.newsBackstageContent {
    width: 100%;
    display: flex;
    padding-bottom: 52px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.newsImgs {
    width: 37%;
}

.newsImg {
    max-width: 100%;
    max-height: 100%;
}

.cont {
    width: 60%;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.newsTitle, .newsContent {
    width: 100%;
    font-family: 思源黑体;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分省略号 */
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    word-wrap: break-word;
}

.newsTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #333333;
    -webkit-line-clamp: 1; /** 显示的行数 **/
}

.newsTitle:hover {
    color: #c80025;
}

.newsContent {
    font-size: 24px;
    margin-bottom: 53px;
    color: #999999;
    -webkit-line-clamp: 2; /** 显示的行数 **/
}

.newsDetails {
    color: #c80025;
    user-select: none;
    font-family: 思源黑体;
    font-size: 20px;
    line-height: 18px;
}

.nextpages {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.nextbtn {
    padding: 10px 30px;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-family: 思源黑体;
    text-align: center;
    background: #c80025;
}


/*平板*/
@media screen and (max-width: 1024px) {
    .news {
        margin-top: 108px;
    }

    #newTop {
        height: 260px;
    }

    #topCon {
        width: 60%;
    }

    #newTitle, .titlespan {
        font-size: 32px;
    }

    .breadcrumb {
        padding: 20px 0 0 8%;
        font-size: 14px;
    }

    .breadcrumb img {
        width: 14px;
        height: 13px;
        margin-right: 4px;
    }

    /*内容主体*/
    #outerLayer {
        width: 84%;
        margin: 20px auto;
    }

    .newsBackstageContent {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .cont {
        margin-left: 35px;
    }

    .timeBoxs {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .newsTitle {
        font-size: 20px;
        margin-bottom: 13px
    }

    .newsContent {
        font-size: 14px;
        margin-bottom: 26px;
    }

    .newsDetails {
        font-size: 15px
    }
}

/*手机*/
@media screen and (max-width: 800px) {
    .news {
        margin-top: 60px;
    }

    #newTop {
        height: 2rem;
    }

    #topCon {
        width: 6rem;
        border-radius: 0.12rem;
    }

    #newTitle, .titlespan {
        font-size: 0.28rem;
    }

    .breadcrumb {
        font-size: 10px;
    }

    .breadcrumb img {
        width: 10px;
        height: 9px;
        margin-right: 4px;
    }

    /*内容主体*/
    #outerLayer {
        margin: 0.2rem auto;
    }

    .newsBackstageContent {
        width: 100%;
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
    }

    .newsImgs {
        width: 2.86rem;
    }

    .cont {
        width: 3.27rem;
        margin-left: 0.3rem;
    }

    .newsTitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0.09rem
    }

    .newsContent {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0.16rem;
    }

    .newsDetails {
        font-size: 14px;
        line-height: 14px;
    }

    .nextpages {
        margin-top: unset;
    }

    .nextbtn {
        padding: 0.07rem 0.18rem;
        font-size: 14px;
    }
}
