﻿body{background: #F6F3F7}
.top_menu li.menu_active:after{
    background: #FFB83E;
}
.back_list {
    font-size: 26px;
    color: #37B0F9;
    line-height: 37px;
    margin-top: 29px;
    margin-bottom: 37px;
    cursor: pointer;
}
.news_detail{
    padding: 31px 48px 52px ;
    background-color: #fff;
}
.news_detail h2{
    font-size: 36px;
    color: #444444;
    line-height: 50px;
    margin-bottom: 17px;
}
.news_detail .source{
    font-size: 14px;
    color: #444444;
    line-height: 20px;
    margin-bottom: 76px;
}
.news_detail .detail{
/*    width: 900px;
    margin-left: 105px;
    font-size: 14px;*/
    color: #616161;
}
.news_detail .detail p{
    line-height: 28px;
    text-indent: 2em;
}
.news_detail .detail span{
/*    display: block;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #444444;
    margin-bottom: 28px;*/
}
.news_detail .detail img{
/*    margin-top: 36px;
    margin-bottom: 28px;
    width: 818px;
    height: 515px;
    margin-left: 41px;*/
}
.suggest_read{
    margin-top: 28px;
    margin-bottom: 80px;
}
.suggest_read h2{
    font-size: 36px;
    color: #444444;
    line-height: 50px;
    margin-bottom: 20px;
} 
.suggest_read .read_item{
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    height: 204px;
    overflow: hidden;
    position: relative;
}
.fl{
    float: left;
}
.read_item .left_box{
    background: #D8D8D8;
    width: 363px;
    height: 204px;
    position: relative;
}
.read_item .left_box span{
    font-size: 36px;
    color: #444444;
    letter-spacing: 3px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.read_item .left_box span img{
   border-top-left-radius:20px;
    border-bottom-left-radius:20px;
    width: 363px;
    height: 204px;
    float:left;
    margin-right: 16px;
}
.read_item .text_box{
    margin-left: 363px;
    padding-left: 16px;
}
.text_box h3{
    font-size: 21px;
    color: #444444;
    line-height: 36px;
    margin-top: 8px;
}
.text_box p{
    font-size: 14px;
    color: #444444;
    line-height: 25px;
}
.time{
    position: absolute;
    bottom: 24px;
    right: 24px;
    font-size: 14px;
    color: #444444;
}