
/* 新闻列表.html */
.news_page {
    width: 100%;
    /* margin-bottom: 0.8rem; */
    display: flex;
    justify-content: space-between;
}
/* 左侧列表 */
.left_box {
    width: 9.5rem;
}
/* 轮播 */
.left_box .news_swiper {
    width: 100%;
    height: 3.6rem;
}
.left_box .news_swiper .swiper-slide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.left_box  .news_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left_box  .news_swiper .title_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.6rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    display: flex;
    align-items: center;
}
.left_box  .news_swiper .title_box .title {
    width: 7.14rem;
    margin-left: 0.2rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left_box  .news_swiper .swiper-pagination {
    width: fit-content !important;
    left: auto !important;
    right: 0.2rem;
    bottom: 0.26rem !important;
}
.left_box .news_swiper .swiper-pagination-bullet {
    background: #FFFFFF;
}
/* 列表 */
.left_box  .news_list {
    width: 100%;
    margin-top: 0.3rem;
}
.left_box .news_list .item {
    display: block;
    width: 100%;
    margin-top: 0.3rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.left_box .news_list .item:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}
.left_box .news_list .new_img {
    width: 2.8rem;
    height: 2rem;
}
.left_box .news_list .new_info {
    flex: 1;
    padding: 0 0.2rem;
}
.left_box .news_list .title {
    width: 6rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left_box .news_list .explain {
    /* width: 6rem; */
    margin-top: 0.2rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.left_box .news_list .date {
    margin-top: 0.27rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

/* 分页的样式在common.css中 */


/* 右侧推荐 */
.right_box {
    width: 4.2rem;
    height: fit-content;
}
/* 推荐 */
.right_box .recommend {
    width: 100%;
    background-color: #fff;
}
.right_box .recommend .first {
    display: block;
    width: 100%;
    height: 2.5rem;
}
.right_box .recommend .itemList {
    width: 100%;
    padding: 0.2rem;
}
.right_box .recommend .item {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right_box .recommend .item:first-child {
    margin-top: 0;
}
.right_box .recommend .item:hover {
    font-weight: bold;
}
/* 热门 */
.right_box .hot {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0.2rem;
    background-color: #fff;
}
.right_box .hot .title_box {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}
.right_box .hot .title_box img {
    width: 0.26rem;
    height: 0.26rem;
    object-fit: contain;
}
.right_box .hot .hot_list {
    width: 100%;
    margin-top: 0.2rem;
}
.right_box .hot .hot_item {
    display: flex;
    width: 100%;
    margin-top: 0.2rem;
}
.right_box .hot .left_info {
    flex: 1;
}
.right_box .hot .left_info .title {
    width: 2.5rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.right_box .hot .left_info .title:hover {
    font-weight: bold;
}
.right_box .hot .date {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #999999;
}
.right_box .hot .item_img {
    width: 1.3rem;
    height: 1rem;
}







/* 新闻详情.html */
.content_box {
    width: 9.5rem;
    padding: 0.4rem 0.3rem 0.6rem;
    background: #FFFFFF;
}
/* 标题 */
.content_box .title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.content_box .others {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #D8D8D8;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
}
/* 正文 */
.content_box .content {
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
}
.content_box .content p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    /*text-indent: 2em;*/
}
.content_box .content img {
    height: auto!important;
    max-width: 90%!important;
    margin: 0.3rem auto!important;
    object-fit: contain!important;
}
/* 分享 */
.content_box .share {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content_box .share .left {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
}
.content_box .share .left img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    object-fit: contain;
}
.content_box .share .right {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
/* 版权声明 */
.content_box .copy_right {
    width: 100%;
    height: 1.2rem;
    margin-top: 0.4rem;
}
.content_box .copy_right img {
    width: 100%;
    height: 100%;
}
/* 导航区域 */
.content_box .passage_navs {
    width: 100%;
    margin-top: 0.4rem;
}
.content_box .passage_navs .nav {
    display: block;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_box .passage_navs .nav:hover {
    font-weight: bold;
}




@media only screen and (max-width:1024px){
    .left_box{
        width: 100%;
    }
    .left_box .news_swiper .title_box .title{
        font-size: 16px;
    }
    .left_box .news_list{
        margin: 0;
        padding: 8px;
        box-sizing: border-box;
    }
    .left_box .news_list .item{
        margin: 0;
        border-top: 1px solid #e9e9e9;
        padding: 15px 0;
    }
    .left_box .news_list .new_img{
        width: 33%;
        height: auto;
        flex-shrink: 0;
    }
    .left_box .news_list .new_info{
        width: 66%;
    }
    .left_box .news_list .title{
        width: 100%;
        font-size: 14px;
    }
    .left_box .news_list .explain{
        font-size: 12px;
    }
    .left_box .news_list .date{
        font-size: 12px;
    }
    .right_box{
        display: none;
    }
    .content_box{
        width: 100%;
        padding: 15px;
    }
    .content_box .title{
        font-size: 24px;
        text-align: left;
        font-weight: 500;
    }
    .content_box .others{
        text-align: left;
    }
    .content_box .others span{
        font-size: 14px;
        line-height: 1.8;
    }
    .content_box .content p,
    .content_box .content span,
    .content_box .content strong{
        font-size: 16px;
        line-height: 2em;
        text-align: left;
    }
    
    .content_box .content table{
        width: 100%;
    }
    .content_box .share .left,
    .content_box .share .right{
        font-size: 16px;
    }
    .content_box .share .left img{
        width: 20px;
        height: 20px;
    }
    .content_box .copy_right img{
        object-fit: contain;
    }
    .content_box .passage_navs .nav{
        font-size: 16px;
        line-height: 2em;
    }
    .content_box .content img{
        height: auto!important;
    }
    .content_box .content video{
        width: 90%!important;
        height: auto!important;
        margin: 0.3rem auto!important;
        object-fit: contain!important;
        display: block;
    }
}




