header {
    position: unset !important;
}

header.actioe .logo1,
header .logo1 {
    display: block !important;
}

header.actioe .logo2,
header .logo2 {
    display: none !important;
}

header .header_box nav>ul>li>a,
header .header_box .search .iconfont {
    color: #333 !important;
}

header .header_box nav>ul>li.active>a,
header .header_box nav>ul>li:hover>a {
    color: #D80414 !important;
}

.list {
    margin-top: 100px;
    margin-bottom: 130px;
}

.list .one {
    display: flex;
    justify-content: space-between;
    padding: 60px 50px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    margin-top: 30px;
}

.list a:nth-child(1) .one {
    margin-top: 0;
}

.list .one .lf {
    display: flex;
    flex: 1;
}

.list .one .lf .time {
    padding-right: 60px;
    text-align: right;
    border-right: 1px solid #EEEEEE;
}

.list .one .lf .time .f48 {

    color: #DC0017;
    line-height: 36px;
}

.list .one .lf .time .f20 {

    color: #666666;
    margin-top: 15px;
}

.list .one .content {
    padding-left: 70px;
    flex: 1;
}

.list .one .content .f24 {

    color: #333333;
    line-height: 36px;
    transition: all .36s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list .one .content .desc {

    color: #999999;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list .one .content .more_list {

    font-weight: 400;
    color: #999999;
    line-height: 38px;
    transition: all .36s;
}

.list .one .content .more_list .iconfont {
    margin-left: 10px;
}

.list .one .img {
    width: 29%;
    overflow: hidden;
    margin-left: 200px;
}

.list .one .img img {
    transition: all .36s;
}

.list .one:hover .f24,
.list .one:hover .more_list {
    color: #DC0017;
    transition: all .36s;
}

.list .one:hover .img img {
    transform: scale(1.1);
    transition: all .36s;
}

@media (max-width:1680px) {
    .list {
        margin-bottom: 100px;
    }

    .list .one {
        padding: 50px 40px;
    }

    .list .one .lf .time {
        padding-right: 50px;
    }

    .list .one .content {
        padding-left: 60px;
    }

    .list .one .content .desc {
        margin-top: 25px;
        margin-bottom: 45px;
    }

    .list .one .img {
        margin-left: 120px;
    }
}

@media (max-width:1440px) {
    .list {
        margin: 80px 0;
    }

    .list .one {
        padding: 40px 30px;
    }

    .list .one .img {
        width: 35%;
    }

    .list .one .lf .time {
        padding-right: 40px;
    }

    .list .one .content {
        padding-left: 50px;
    }

    .list .one .content .desc {
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .list .one .img {
        margin-left: 60px;
    }
}

@media (max-width:1280px) {
    .list {
        margin: 60px 0;
    }

    .list .one .lf .time {
        padding-right: 30px;
    }

    .list .one .content {
        padding-left: 40px;
    }

    .list .one .content .desc {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .list .one .img {
        width: 40%;
        margin-left: 30px;
    }
}

@media (max-width:1024px) {
    .list {
        margin: 40px 0;
    }

    .list .one {
        flex-direction: column;
        padding: 30px;
    }

    .list .one .lf,
    .list .one .img {
        width: 100%;
    }

    .list .one .img {
        margin-top: 20px;
        margin-left: 0;
    }

    .list .one .img img {
        width: 100%;
    }

    .list .one .content .desc {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .list .one .lf .time {
        padding-right: 20px;
    }

    .list .one .content {
        padding-left: 30px;
    }
}

@media (max-width:768px) {
    .list {
        margin: 30px 0;
    }

    .list .one .lf {
        flex-direction: column;
        align-items: flex-start;
    }

    .list .one .lf .time {
        padding-right: 0;
        display: flex;
        align-items: baseline;
        border-right: none;
    }

    .list .one .lf .time .f48 {
        line-height: 1;
    }

    .list .one .lf .time .f20 {
        margin-left: 10px;
        margin-top: 0;
    }

    .list .one .content {
        padding-left: 0;
        margin-top: 10px;
    }

    .list .one .content .f24 {
        line-height: 25px;
    }
}