.body_all{    width: 83.33%; margin: 0 auto; margin-bottom: 40px; max-width: 1600px;}
.flex_sb{display: flex;justify-content: space-between;align-items: center;}
.body_dsjdh_title{border-bottom: 1px solid #d5d5d5;}



/*大事记*/
.dsj_china{color: #124ea8; font-size: 44px; margin-top: 90px; line-height: 1; margin-bottom: 15px;    font-weight: bold;}
.dsj_english{color: #c4c4c4;font-size: 36px;line-height: 1;    margin-bottom: 70px;}

/* 资产处置公告 */
.news_text { width: 100%; margin-right: 5%; } 
.news_text a { display: block; padding: 30px 0; border-bottom: 1px dashed #e5e5e5; } 
.news_text .news_time { text-align: center; } 
.news_text .news_time { text-align: center; width: 97px;background: #e2e2e2;   height:97px; } 
.news_text .news_time .news_time_p1 { color: #1a1a1a; font-size: 42px; border-bottom: 1px solid #7e7e7e; } 
.news_text .news_time .news_time_p2 { color: #1a1a1a; font-size: 18px; line-height:30px; } 
.news_text .news_time .news_time_pe { display: none; } 
.news_title { width: 90.5%; position: relative; padding-left: 10px; } 
.news_title h5 { font-size: 24px; color: #000000; } 
.news_title p { padding-top: 0.4%; font-size: 18px; line-height:36px; color: #333;}
.news_text a:hover .news_title h5, .news_text a:hover .news_title p { color: #124ea8; }
.news_all{display: block; padding: 30px 0; border-bottom: 1px dashed #e5e5e5;}

/*低于1370px以下自适应*/
@media screen and (max-width: 1370px){
.news_title { width: 86.5%;}
}
/*低于1000px以下自适应*/
@media screen and (max-width: 1000px){
.news_title { width: 83.5%;}
}

/*低于798px以下自适应*/
@media screen and (max-width: 768px){
.body_all{ width: 100%; padding: .75rem;box-sizing: border-box; }
.news_title { width: 73.5%;  } 
.news_title p{ font-size: 13px; }
.news_text .news_time{width: 77px; height:77px;}
.news_text .news_time .news_time_p1{    font-size: 30px;}
.news_text .news_time .news_time_p2{    font-size: 13px;}
.dsj_china{font-size: 34px; margin-top: 2rem;  }
.dsj_english{font-size: 18px;    margin-bottom: 40px;}
.news_all{padding-bottom: 2rem;}
}