body, html {
  background-color: #f5f7fa;
}
.banner-box {
  margin-bottom: 80px;
}
.page-nav-wrap .page-nav{
  max-width: 33.33%；
}
.mediaList-box {
  padding: 0;
}
.mediaList {
  padding-top: 20px;
}
.mediaList:first-child {
  padding-top: 0;
}
.news_list .mediaList_text {
  padding: 8px 0 38px !important;
}
.news_list .mediaList_img_l{
	width: 200px;
  height: 132px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 25px;
}
.news_list .mediaList_ul_item {
  max-width: 631px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #060A2F;
  line-height: 38px;
}
.news_list .mediaList_ul_item:hover {
  color: #0966F2;
}
.news_list .mediaList_text:hover .mediaList_info .desp_title_more {
  display: inline-block;
}

.news_list .mediaList .mediaList_content {
  font-size: 14px;
  font-weight: 400;
  color: #5E5F77;
  line-height: 22px;
  height: 42px;
  margin-top: 0;
  margin-bottom: 20px;
} 
.mediaList_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mediaList_info img{
  position: relative;
  top: -1px;
}
.mediaList_info .desp_title_more {
  font-size: 14px;
  color: #0966F2;
  display: none;
}
.mediaList_info .desp_title_more img{
  margin-left: 10px;
}

.detail-header {
  border-bottom: 1px solid #EAEDF6;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}
.page_title {
  font-size: 30px;
  font-weight: bold;
  color: #060A2F;
  margin-bottom: 10px;
}
.page_tips{
  margin-bottom: 20px;
}
.page_tips>span{
  margin-right: 20px;
  font-size: 12px;
	color: #999999;
}

.desp_title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  position: relative;
  border: none;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}

.desp_title span{
  flex-shrink: 0;
}
.desp_title_line {
  width: 100%;
  height: 1px;
  background-color: #EAEDF6;
  margin-left: 12px;
}
.hot-news {
  font-size: 14px;
  line-height: 38px;
  color: #5E5F77;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.hot-news:hover { 
  text-decoration: underline;
  color: #0966F2;
}