﻿.xa_news_show_box{
    background: #f3f3f3;  
}
.xa_news_show_wrapper{
    background: #fff;
    max-width:  1200px;
    margin: 0 auto;
    min-height: 500px;
    padding: 30px 120px;
}
.xa_news_show_wrapper_title {
    line-height: 68px;
    font-size: 28px;
}
.xa_news_show_wrapper_item {
    font-size: 16px;
    line-height: 30px;
}
.xa_news_show_wrapper_section_title {
    padding-top: 22px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.xa_news_show_wrapper_section_title span { 
    border-radius: 3px;
    width: 6px;
    height: 24px;
    background-color: #2562c7;
    margin-right: 10px;
}

.xa_news_show_recommend_title {
    line-height: 128px;
    font-size: 26px;
    font-weight: 700;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.xa_news_show_recommend_content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; 
    padding-bottom: 68px;
}
.xa_news_show_recommend_item {
    /* max-width: 387px; */
    width: 33%;
    padding: 0 10px;
    
} 
.xa_news_show_recommend_item a {
    background-color: #fff;
    display: block;
    height: 445px;
}
.xa_news_show_recommend_item  img{
    width: 100%;
}
.xa_news_list_content_img {
    width: 100%;
    max-height: 445px;
    overflow: hidden;
}
.xa_news_list_content_bottom {
    display: flex;
    justify-content: space-between;
    padding-right: 4px;
}
.xa_news_list_content_title {
padding-top: 22px;
line-height: 30px;
font-size: 16px;
color: #3f3f3f;
}
.xa_news_list_content_text {
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
}
.xa_news_list_content_right {
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.xa_news_list_content_right span { 
    background: url(../image/news_list_next_icon_1.png) no-repeat center;
    background-size: 100% 100%;
    width: 16px;
    height: 14px;
}
.m_Click_rank_item{
	display: flex;
	flex-direction: column;
	max-width: 256px;
	max-height: 412px;
	background-color: #F3F3F3;
	margin-left: 44px;
	margin-top: 20px;
}
.m_news_list_content_reading{
	display: flex;
	flex-direction: row;
	font-size: 16px;
	line-height: 46px;
	width: 256px;
	border-bottom: 1px #d9d9d9 solid;
}
.m_news_list_line{
	margin-left: 13px;
	background-color: #2562c7;
	width: 6px;
	height: 18px;
	margin-top: 14px;
	margin-right: 10px;
}
.m_news_list_content_content{
	width: 236px;
	border-bottom: 1px #d9d9d9 dashed;
	font-size: 14px;
	line-height: 44px;
	margin-left: 10px;
}