.lbanner-pp .lbanner_desc {
    display: none !important;
}

.listNews_main {
    margin-top: 5%;
}

.listNews_main .main_wrap {
    justify-content: space-between;
    align-items: flex-start;
}

.listNews_main .main_wrap .news_left {
    width: 65%;
}

.listNews_main .main_wrap .news_left .news_list .news_item:first-child {
    padding-top: 0;
}
.listNews_main .main_wrap .news_left .news_list .news_item:last-child{
    padding-bottom: 0;
}

.listNews_main .main_wrap .news_left .news_list .news_item {
    padding: 64px 0;
    justify-content: space-between;
    align-items: flex-start;
}

.listNews_main .main_wrap .news_left .news_list .news_item .news_date {
    width: 116px;
    border: 2px solid var(--conmmonColor);
}

.listNews_main .main_wrap .news_left .news_list .news_item .news_date .item_month {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background-color: var(--conmmonColor);
    padding: 13px 0;
}

.listNews_main .main_wrap .news_left .news_list .news_item .news_date .item_day {
    font-family: 'Arial-Regular';
    font-weight: bold;
    font-size: 32px;
    color: var(--conmmonColor);
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 20px 0;
}

.listNews_main .main_wrap .news_left .news_list .news_item .item_info {
    width: calc(100% - 165px);
}

.listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_top .item_title {
    width: calc(100% - 135px);
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_top .item_title a {
    display: inline-block;
    color: #333333;
}

.listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_top .item_title a:hover {
    color: var(--conmmonColor);
}

.listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_top .item_date {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_desc a {
    display: inline-block;
    color: #666666;
}

.listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_desc a:hover {
    color: var(--conmmonColor);
}

.listNews_main .main_wrap .news_right {
    width: 30%;
    position: sticky;
    top: 80px;
}

.listNews_main .main_wrap .news_right .news_title {
    position: relative;
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.listNews_main .main_wrap .news_right .news_title:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 41px;
    background: var(--conmmonColor);
    margin-right: 12px;
}

.listNews_main .main_wrap .news_right .news_item {
    padding-top: 15px;
    border-top: 1px solid #C6C6C6;
    margin-bottom: 30px;
}   

.listNews_main .main_wrap .news_right .news_item .item_top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.listNews_main .main_wrap .news_right .news_item .item_top .item_title {
    width: calc(100% - 100px);
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.listNews_main .main_wrap .news_right .news_item .item_top .item_title:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: var(--conmmonColor);
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 2.5%;
}

.listNews_main .main_wrap .news_right .news_item .item_top .item_title a {
    width: calc(100% - 22px);
    display: inline-block;
    color: #333333;
}

.listNews_main .main_wrap .news_right .news_item .item_top .item_title a:hover {
    color: var(--conmmonColor);
}

.listNews_main .main_wrap .news_right .news_item .item_top .item_date {
    font-family: ' Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.listNews_main .main_wrap .news_right .news_item .item_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.listNews_main .main_wrap .news_right .news_item .item_desc a {
    display: inline-block;
    color: #666666;
    height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listNews_main .main_wrap .news_right .news_item .item_desc a:hover {
    color: var(--conmmonColor);
}

@media only screen and (max-width: 950px){
    .listNews_main .main_wrap .news_left{
        width: 100%;
    }
    .listNews_main .main_wrap .news_right{
        display: none;
    }
    .listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_top .item_title{
        font-size: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .listNews_main .main_wrap .news_left .news_list .news_item{
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }
    .listNews_main .main_wrap .news_left .news_list .news_item .item_info{
        width: 100%;
        margin-top: 30px;
    }
    .listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_top{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_top .item_title{
        width: 100%;
    }
    .listNews_main .main_wrap .news_left .news_list .news_item .item_info .item_top .item_date{
        width: 100%;
        margin-top: 20px;
    }
}