.info_subTitle {
    font-family: OPPOSans-R;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.info_list {
    padding-top: 26px;
    position: relative;
    padding-bottom: 26px;
    border-bottom: 1px solid #27160721;
}

.info_box {
    padding: 0 19%;
}

.info_box:hover {
    background: rgb(248, 248, 248);
}

.info_box:hover .info_conent_title {
    color: #026ef5;
}

h6 {}

.info_img {
    width: 300px;
    text-align: center;
    height: 168px;
    line-height: 168px;
    overflow: hidden;
}

.info_img img{
    /*width: 300px;*/
    /*height: 168px;*/
    /*display: inline-block;*/
}

.hot_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 32px;
}

.info_conent {
    width: 60%;
    text-align: left;
    /* padding: 34px 24px 40px; */
    padding-top: 25px;
    padding-bottom: 24px;
    padding-left: 40px;
    padding-right: 40px;
}

.info_time {
    margin-top: 53px;
    padding-left: 38px;
    border-left: 1px solid #cccccc;
}

.info_conent_title {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #696969;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.info_conent_subtitle {
    margin-top: 37px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    /*color: #666666; 03-10 lisuwan modify*/
    color: #696969;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_time {}

.info_day {
    font-family: OPPOSans-B;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #696969;
}

.info_date {
    font-family: OPPOSans-B;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #696969;
}

/* ======== lhn 2023/3/14 修改 start ========*/
.info_conent_subtitle {
    line-height: 40px;
}
/* ======== lhn 2023/3/14 修改 end ========*/