.main_news .inner{padding: 40px 0 70px;}
.main_news .ml{
    float: left;
    width: 560px;
    margin-right: 50px;
}
.main_news .mc{
    float: left;
    width: 430px;
}
.main_news .mr{
    float: right;
    width: 320px;
}
.post10 .tt{
    margin-bottom: 12px;
}
.post10 .title{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}
.post10 .news{
    border-bottom: 1px solid #D1D1D1;
    padding: 20px 0;
}
.post10 .news .news_title{
    font-size: 18px;
    color: #23479C;
    text-decoration: underline;
    font-weight: normal;
    line-height: 30px;
}
.post10 .news .news_timer{
    font-size: 16px;
    color: #9EA2AD;
    font-weight: normal;
}
.post10 .news .time_month{margin-right: 5px;}
.post10 .news .news_intro{
    font-size: 14px;
    color: #444444;
    -webkit-line-clamp: 2;
    line-height: 22px;
    margin-top: 9px;
}
.more_box{position: relative;margin-top: 20px;}
.more_word{
    background-color: #D6DDED;
    font-size: 16px;
    color: #23479C;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.more_word img{margin-left: 8px;}
.more_box .more_btn{
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.more_box .more_btn .more_text{
    display: block;
    width: 100%;
    height: 100%;
}

.main_news .ml .news{
    display: flex;
}
.main_news .ml .news .news_imgs{
    width: 160px;
    height: 116px;
    margin-right: 20px;
    margin-top: 8px;
}
.main_news .ml .news .news_con{
    width: calc(100% - 180px);
}

.main_news .mr .news_imgs{
    width: 100%;
    height: 480px;
}
.main_news .ml .news .news_title{margin-bottom:9px;}