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;
}

main {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

article {

    color: #666666;
    line-height: 2;
    width: 65%;
    text-indent: 32px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.0800);
    border-radius: 10px;
    padding: 70px 75px 120px 64px;
    box-sizing: border-box;
}

article .title {

    font-weight: 500;
    color: #000000;
    line-height: 46px;
    margin-bottom: 25px;
    text-indent: 0;
}

article .time {

    color: #999999;
    line-height: 1;
    margin-bottom: 57px;
    text-indent: 0;
}

article img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

aside {
    width: 30%;
}

aside .top {
    margin-bottom: 30px;
}

aside .top,
aside .bottom {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 45px 45px 50px;
    box-sizing: border-box;
}

aside .top .title {
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #EEEEEE;

    color: #111111;
    line-height: 48px;
}

aside .top .title::after {
    content: '';
    position: absolute;
    width: 43px;
    height: 3px;
    background: #DC0017;
    border-radius: 2px;
    left: 0;
    bottom: 0;
}

aside .top .recommend {
    margin-top: 40px;
}

aside .top .recommend .one {
    padding: 30px 0;
    border-bottom: 1px solid #DDDDDD;
}

aside .top .recommend .one:nth-child(1) {
    padding-top: 0;
}

aside .top .recommend .one:nth-last-of-type(1) {
    padding-bottom: 0;
    border-bottom: none;
}

aside .top .recommend .one .f18 {

    color: #111111;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .36s;
}

aside .top .recommend .one .time {

    color: #333333;
    line-height: 22px;
    margin: 5px 0 10px;
    transition: all .36s;
}

aside .top .recommend .one .desc {

    color: #999999;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

aside .top .recommend .one:hover .time,
aside .top .recommend .one:hover .f18,
aside .bottom a:hover {
    color: #DC0017;
    transition: all .36s;
}

aside .bottom a {

    color: #333333;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
    transition: all .36s;
}

aside .bottom a:nth-last-child(1) {
    margin-bottom: 0;
}

.return {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.return a {
    color: #FFFFFF;

    margin-top: 30px;
}

@media(max-width:1680px) {
    article {
        padding: 60px 65px 100px 54px;
    }

    article .time {
        margin-bottom: 50px;
    }
}

@media(max-width:1440px) {
    main {
        margin-top: 80px;
    }

    article {
        padding: 50px 55px 80px 44px;
    }

    article .time {
        margin-bottom: 40px;
    }
}

@media(max-width:1280px) {
    main {
        margin-top: 60px;
    }

    article {
        padding: 40px 45px 60px 34px;
    }

    aside .top,
    aside .bottom {
        padding: 40px;
    }

    article .time {
        margin-bottom: 30px;
    }

    article .title {
        line-height: 40px;
        margin-bottom: 20px;
    }

    aside .top .title {
        line-height: 40px;
    }
}

@media(max-width:1024px) {
    main {
        margin-top: 40px;
        flex-direction: column;
    }

    aside,
    article {
        width: 100%;
    }

    article {
        padding: 30px 35px 40px 34px;
        text-indent: 24px;
    }

    aside .top,
    aside .bottom {
        padding: 30px;
    }

    article .title {
        line-height: 35px;
        margin-bottom: 10px;
    }

    aside .top .title {
        line-height: 35px;
    }

    article .time {
        margin-bottom: 20px;
    }

    aside {
        margin: 30px 0;
    }

    aside .top .recommend {
        margin-top: 30px;
    }

    aside .top .recommend .one {
        padding: 20px 0;
    }
}

@media(max-width:768px) {
    main {
        margin-top: 30px;
    }

    article {
        padding: 30px;
    }
}