.news {
    width: 100%;
    height: 100%;
    background: #F7F7F7;

}
.news_main {
    width: 1080px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 90px 0 109px 0;
    /* text-align: center; */
}
/* 标题 */
.news_main_title {
    position: relative;
    z-index: 10;
    font-size: 28px;
    font-weight: 500;
    color: #262626;
    margin-bottom: 78px;
    text-align: center;
}
.news_main_title_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-90%);
    z-index: -1;
    font-size: 60px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #E9E9E9;
}

/* 新闻图文 */
.news_main_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_main_content_item {
    width: 486px;
    height: 600px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    /* border: 1px solid red; */


}
.news_main_content_item:hover {
    cursor: pointer;
}
.news_main_content_item img {
    width: 100%;
    height: 50%;
}
.news_main_content_item_p {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50%;
    padding: 30px 32px;
    box-sizing: border-box;
    font-size: 20px;
    color: #707070;
}
.news_main_content_item_p span {
    font-weight: 500;
    color: #262626;
}
.news_main_content_item_p p {
    width: 100%;
    height: 110px;
    margin: 40px 0;
    font-size: 16px;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;			
    text-overflow: ellipsis;	
    display: -webkit-box;		
    -webkit-line-clamp: 6;		
    line-clamp: 6;					
    -webkit-box-orient: vertical;
}


/* 新闻列表 */
.news_main_list {
    box-sizing: border-box;
    margin: 60px 0 80px 0;
}
.news_main_list_item {
    font-size: 16px;
    color: #707070;
    border-bottom: 2px solid #70707026;
    padding: 36px 0;
}
/* 标题 */
.news_main_list_item>div:nth-child(1){
    font-size: 20px;
    font-weight: 500;
    color: #262626;
}
/* 中间内容 */
.news_main_list_item>div:nth-child(2){
    margin: 16px 0 31px 0;
    width: 100%;
    height: 92px;

    
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;			
    text-overflow: ellipsis;	
    display: -webkit-box;		
    -webkit-line-clamp: 5;		
    line-clamp: 5;					
    -webkit-box-orient: vertical;

}
/* 日期和查看更多 */
.news_main_list_item>div:nth-child(3){
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_main_list_item>div:nth-child(3) span:nth-child(2) a{
    display: block;
    width: 115px;
    height: 32px;
    border: 1px solid #E9BB41;
    text-align: center;
    line-height: 32px;

    font-size: 12px;
    color: #E9BB41;
}
.news_main_list_item>div:nth-child(3) span:nth-child(2):hover {
    cursor: pointer;
}
.news_main_list_item>div:nth-child(3) span:nth-child(2) a:hover{
    background: #E9BB41;
    color: #fff !important;
}
/* 查看更多选中效果 */
/* .itemDivSpan {
    background: #E9BB41;
    color: #fff !important;
} */

 
/* 分页 */
.newsPage {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
    font-size: 14px;
    margin: 180px 0 0 0;
}
.newsPage>div:nth-child(2){
    display: flex;
}
.newsPage>div:nth-child(2) span{
    width: 32px;
    height: 32px;
    background-color: #F7F7F7;
    text-align: center;
    line-height: 32px;
    margin: 0 4px;
    border-radius: 2px;

}

.newsPage>div:hover {
    cursor: pointer;
}

/* 上一页 */
.newsPage>div:nth-child(1){
    width: 32px;
    height: 32px;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 2px;

}
.newsPage>div:nth-child(1) span{
    width:10px;
    height: 10px;
    border-left: 3px solid rgb(202, 198, 198);
    border-bottom: 3px solid rgb(202, 198, 198);
    transform: rotate(46deg);

}
/* 下一页 */
.newsPage>div:nth-child(3){
    width: 32px;
    height: 32px;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    border-radius: 2px;


}
.newsPage>div:nth-child(3) span{
    width:10px;
    height: 10px;
    border-left: 3px solid rgb(202, 198, 198);
    border-bottom: 3px solid rgb(202, 198, 198);
    transform: rotate(225deg);
}

/* 上一页或下一页选中效果 */
.newsPreActive {
    border-left: 3px solid rgb(165, 165, 165) !important;
    border-bottom: 3px solid rgb(165, 165, 165) !important;
}
/* 选中效果 */
.newsPageActive {
    background: #E9BB41 !important;
    color: #fff;
}

/* 新闻详情 */
.newsDetail {
    width: 100%;
    padding: 110px 0;
    /* border: 1px solid red; */
}
.newsDetail_main {
    width: 60%;
    margin: 0 auto;
}


@media screen and (max-width:1200px){
    ._swiper_img {
        height: 450px;
    }
    .news_main_title {
        font-size: 22px;

    }

    .news_main_content_item {
        width: 450px;
        height: 515px;
    }

    .news_main_content_item_p {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 50%;
        padding: 30px 32px;
        box-sizing: border-box;
        font-size: 18px;
        color: #707070;
    }
    .news_main_content_item_p p {
        width: 100%;
        height: 110px;
        margin: 40px 0;
        font-size: 15px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .news_main {
        width: 100%;
    }






}


@media screen and (max-width:850px){
    ._swiper_img {
        height: 300px;
    }

    .news_main_content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .news_main_content_item {
        width: 450px;
        height: 515px;
        margin-bottom: 20px;
    }
    .news_main_list_item>div:nth-child(1) {
        font-size: 18px;

    }
    .news_main_list {
        box-sizing: border-box;
        margin: 60px 0 80px 0;
        padding: 0 90px;
    }
    .news_main_list_item {
        padding: 10px 0;
    }

    .news_main_title_bg {
        font-size: 46px;
    }

}


@media screen and (max-width:668px){
    .news_main {
        padding: 90px 10px;
    }

    .news_main_content_item {
        width: 100%;
        height: 100%;
    }
    .news_main_list {
        box-sizing: border-box;
        margin: 60px 0 80px 0;
        padding: 0 25px;
    }

    .newsDetail {
        border-top: 1px solid #707070;
    }
    .news_main_title_bg {
        font-size: 24px;
    }
}