.hottitle .localmemo .date {
    font-size: 20px;
    color: #fc9933;
    margin-bottom: 10px;
}
.hottitle .localmemo .local_item {
    margin-bottom: 5px;
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.hottitle .localmemo .local_item .year {
    font-size: 16px;
    color: #777;
    font-weight: 700;
    margin-right: 15px;
    word-break: normal;
}
.hottitle .localmemo .local_item .local_descript {
    font-size: 14px;
    color: #999;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.three_section .section_a .todaycharacter {
    padding: 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.todaycharacter .p_id {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.todaycharacter .p_id img {
    width: 20%;
    border-radius: 50%;
    margin-right: 20px;
}
.todaycharacter .p_id h6 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 500;
}
.todaycharacter p {
    font-size: 14px;
    color: #888;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7;
}