.list_list{
    border-bottom: 1px solid #e6dede;
    margin-bottom: 35px;
}
.list_dt{
    line-height: 25px;
    color: #be9c52;
    font-family: 'Arial';
    margin-bottom: 15px;
}
.list_tt{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
    /*height:  100px;*/
    color: #000;
    font-weight: bold;
    font-family: 'Arial';
}
.list_tt a:hover{
    color: #05638a;
}
.list_jj{
    line-height: 25px;
    /*height: 60px;*/
    color: #5a5c5f;
    font-family: 'Arial';
    overflow: hidden;
    margin-bottom: 25px;
}
.list_jj a:hover{
    color: #be9c52;
}

.list_news_wrap{
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px solid #e6dede;
    margin-bottom: 35px;
}

.list_news_l{
    width: 290px;
    height: 200px;

    color: white;
    /*padding: 20px;*/
    overflow: hidden;
    border-radius: 5px;
}
.list_news_l img{
    width: 100%;
    height: 200px;
}
.list_news_r{
    flex-grow: 1;

    padding: 20px;
}