.new_content{
    max-width:1200px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns:1fr 300px;
    margin:40px auto !important;
}
.new-list{
    /*background: yellow;*/
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}
.news-box .new-list .wrapper[data-v-e19a4e24] {
    margin: auto !important;
    width: auto !important;
}
.new_right_card{
    /*background: red;*/
}
.new_right_card div{
    margin-bottom: 10px;
}

.new_right_card div img{
    width: 100%;
    transition: all 0.3s;
}
.new_right_card div img:hover{
    transform: scale(1.03);
}
.new_last_four ul{
    margin-left: 10px;
}
.new_last_four ul li {
    font-size: 15px;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new_last_four ul li a:hover{
    color:#436BF8;
}
.new_right_card div:nth-child(3),.new_right_card div:nth-child(4){
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    margin-bottom: 20px;
}
.news_card_item{
    padding:20px;
}

.small_fire::before{
    float: left;
    margin-right: 8px;
    margin-top: 10px;
    content: " ";
    display: block;
    height: 15px;
    width: 13px;
    background: url("/skin/images/fire/1.png");
}
.small_fire2::before{
    background: url("/skin/images/fire/2.png") ;
}
.small_fire3::before{
    background: url("/skin/images/fire/3.png") ;
}
.news_card_item h3{
    color:#436BF8;
    font-size: 18px;
    font-weight: 600;
}
.news_card_item ul {
    margin-top:12px;
}
.news_card_item ul li{
    font-size: 15px;
    line-height: 36px;
    border-bottom: 1px solid #F1F1F1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_card_item ul li a:hover{
    color:#436BF8;
}
.news-box .new-list{
    padding: 0 20px 20px 20px !important
}
.detail{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between !important;
}
.detail .text{
    margin-top:20px;
    font-size: 14px;
    color:#666666;
    line-height: 20px !important;
}

.detail .title h2{
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.detail-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail-info>span:first-child{
    color:#666666;
    display: flex;
    gap: 15px;
}
.detail-info>span:last-child{
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color:#436BF8;
}
.detail-info>span:first-child>span{
    display: flex;
    align-items: center;
}
.detail-info>span:first-child span i{
    display: block;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    background:url("/skin/images/icon/vidw.png") no-repeat center;
    background-size: 14px;
}
.detail-info>span:first-child>span:first-child i{
    background:url("/skin/images/icon/time.png") no-repeat top;
    background-size: 14px;
}
@media screen and (max-width: 1240px) {
    .new_content {
        padding: 0 20px !important;
    }
    .new_content{
        grid-template-columns:1fr 240px;
    }
}
@media screen and (max-width: 960px) {
    .news-box .new-list .wrapper .news-item img[data-v-e19a4e24] {
        width: 180px;
        height: 103px;
    }
    .detail .text{
        margin-top:10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media screen and (max-width: 820px) {
    .new_right_card{
        display: none;
    }
    .new_content{
        grid-template-columns: 1fr;
    }
    .detail-info>span:first-child{
        gap: 10px;
    }
}

