.news_list_box {
    padding: 0 10px;
}

.news_list_box>li {
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 0px rgba(153, 153, 153, 0.13);
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
}

.news_list_box>li:hover {
    background: rgba(197, 2, 34, 0.03);
    border-radius: 4px;
    box-shadow: 0px 4px 14px 0px rgba(197, 2, 34, 0.1);
}

.news_list_box>li:hover h4 {
    color: #FFFFFF;
}

.news_list_box>li:hover .news_day_line {
    background: #FBB548;
}

.news_day_info {
    padding: 20px 30px;
    border-right: 1px solid #E5E5E5;
    position: relative;
}

.news_day_info h4 {
    font-family: FanWunMing;
    font-weight: 800;
    font-size: 26px;
    color: #C50222;
    position: relative;
}

.news_list_box>li:hover .news_day_mask {
    display: block;
}

.news_day_mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(197, 2, 34, 0.65);
    border-radius: 4px;
}

.news_day_mask p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(197, 2, 34, 0.65);
}

.news_day_info .news_day_line {
    width: 22px;
    height: 4px;
    background: #E5E5E5;
    border-radius: 2px;
    margin: 8px 0;
    position: relative;
}

.news_day_info .news_day_nian {
    font-family: FanWunMing;
    font-weight: 800;
    font-size: 18px;
    color: #BCBCBC;
    position: relative;
}

.news_content_box {
    width: 90%;
    padding: 0 30px;
}

.news_content_box .news_content_title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    margin-bottom: 10px;
}

.news_content_text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 定义文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 详情页面 */
.news_detail_mine {
    padding: 0 10px;
}

.news_detail_box {
    border-top: 1px solid #D2D2D2;
    padding: 50px 0;
}

.news_detail_title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #222222;
    text-align: center;
    margin: 10px 0;
}

.news_detail_info {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-bottom: 30px;
}

.news_detail_info>span {
    margin: 0 5px;
}

.news_detail_text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 31px;
}

/* 财经报 */
.page_bg_box {
    width: 100%;
    height: 100vh;
    background: url(../static/news/newspaper_bg.png);
    justify-content: center;
    padding: 80px 0;
    box-sizing: border-box;
}

.paper_bg_box {
    height: 100%;
}

.paper_box {
    height: 97%;
    background: #FFFFFF;
    border-radius: 9px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.paper_left_box {
    width: 30%;
    height: 100%;
    position: relative;
}

.paper_left_box .paper_left_btn {
    position: absolute;
    top: 0;
    left: -30px;
    padding: 30px 0;
}

.paper_left_box .paper_left_btn>li {
    width: 30px;
    height: 50px;
    background: linear-gradient(90deg, #C50222 0%, #FF0F47 100%);
    border-radius: 9px 0 0 9px;
    font-family: PingFang;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    writing-mode: vertical-rl;
    line-height: 44px;
    cursor: pointer;
    justify-content: center;
    margin-bottom: 20px;
}

.paper_left_box>img {
    width: 100%;
    height: 100%;
}

/* 导航 */
.navigation_view {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 10px 10px 0;
    max-width:0;
    overflow: hidden;
    transition: max-width 0.5s ease;
}
.navigation_view.navigation_show {
    max-width: 1000px;
}

.navigation_view.navigation_not {
    max-width:0;
}

.navigation_view >li {
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}
.navigation_view >li .suspension_box{
    /* display: none; */
    padding: 0 0 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.navigation_view >.secondarybox .suspension_box{
    max-height:500px;
}
.navigation_view >.secondarybox:after {
    transform: rotate(270deg);
    transition: transform 0.5s ease;
}
.navigation_view >li .suspension_box>li{
    margin-top: 15px;
}
.navigation_view >li .suspension_box>li>a:hover{
    color: #C50222;
}

.navigation_view >li::after {
    position: absolute;
    top: 20px;
    right: 30px;
    content: '';
    width: 7px;
    height: 14px;
    background: #FFFFFF;
    background: url(../static/prev_icon.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}
.notafter_div::after{
    display: none;
}
/* 右侧 */
.paper_list_info {
    width: 70%;
    height: 100%;
    padding: 0 50px;
}

.paper_top_info {
    border-bottom: 1px solid #C50222;
    padding: 15px 0;
}

.paper_top_info .paper_logo {}

.paper_version_box {
    font-family: PingFang;
    font-weight: 500;
    font-size: 18px;
    color: #555555;
}

.paper_version_box>img {
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.paper_list_box {
    height: 85%;
    overflow: auto;
}
.paper_list_box li {
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
}

.paper_list_box li>h4 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    margin-bottom: 15px;
}
.paper_list_box li:hover h4{
    color: #C50222;
}

.paper_list_box li>p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 定义文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.copyright_text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    text-align: center;
}
.paper_info_box{
    height: 80%;
}
.paper_info_box>h3{
    font-size: 24px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
.paper_info_assistant{
    margin-bottom: 15px;
}
.paper_info_text{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    overflow: auto;
    height: 72%;
}
@media screen and (max-width: 750px) {
  .news_day_info{
  	 padding: 0.2rem;
   }
   .news_content_box{
	   width: 60%;
   }
   .paper_box{
	   height: 100%;
   }
   .paper_bg_box{
	   width: 85%;
   }
   .paper_list_info{
	   width: 95%;
	   padding: 0 2.5%;
   }
   .paper_left_box{
	   width: 0%;
   }
   .paper_list_box{
	   height: 80%;
   }
   .paper_top_info{
	   flex-wrap: wrap;
	   padding-top: 0;
   }
   .paper_list_box li{
	   padding: 0.2rem 0;
   }
   .paper_list_box li>h4{
	   font-size: 0.3rem;
	   margin-bottom: 0.12rem;
   }
   .paper_version_box{
	   padding: 0.2rem 0 0;
	   font-size: 0.26rem;
   }
   .news_detail_box{
	   padding: 0.4rem 0.2rem;
   }
   .news_detail_text{
	   font-size: 0.28rem;
   }
     .news_detail_text>p  img{
    	width: 100% !important;
       height: auto !important;
   }
   .paper_info_text{
    font-size: 0.25rem;
   }
   .paper_info_text::-webkit-scrollbar{
    display: none;
   }
   .navigation_view.navigation_show{
		max-width: 3rem;
		
   }
   .navigation_view >li{
	   font-size: 0.24rem;
   }
}