@charset "UTF-8";


body {
    background-color: #fff;
}

section {
    width: 1440px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

section > div > span {
    display: block;
    margin-bottom: 40px;
}

section .left {
    width: 20%;
}

section .left div p {
    padding: 31px 0;
    text-align: center;
    color: #C0C0C0;
    background-color: #F5F5F5;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    /*-ms-transition: all .3s linear;*/
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

section .left div p.active {
    /*border-bottom: 8px solid #B01F23;*/
    color: #b01f23;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

section .left div p.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #B01F23;
    -webkit-animation: W0toW100 .8s ease both;
    -o-animation: W0toW100 .8s ease both;
    animation: W0toW100 .8s ease both;
}


section .right {
    width: 76%;
}

section .right .h_list {
    display: flow-root;
}

section .right .h_list li {
    margin-right: 40px;
    width: calc((100% - 86px) / 3);
    background-color: #fff;
    margin-bottom: 40px;
    border: solid 1px #ddd;
    overflow: hidden;
    float: left;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
section .right .h_list li a{
   padding: 30px 28px;
}

section .right .h_list li:nth-child(3n+0) {
    margin-right: 0;
}

section .right .h_list li span {
    display: block;
    line-height: 50px;
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}
section .right .h_list li .pic{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 50% 0;
}
section .right .h_list li img {
    max-width: 100%;
    height: auto;
}

section .right .h_list li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

section .right .h_list li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .25);
}


section .right .h_list li div {
    /*width: 100% !important;*/
    overflow: hidden;
    padding: 27px 50px 68px;
    text-transform: none;
}

section .right .h_list li div h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

section .right .h_list li div time {
    display: block;
    margin: 30px 0 20px;
    color: #C0C0C0;
}

section .right .h_list li div p {
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

section .right .h_list li:not(.NO) div p {
    width: 75%;
}

section .right .h_list li .more {
    position: absolute;
    padding: 0;
    right: 0;
    bottom: 0;
    background-color: #595757;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px !important;
    height: 60px;

}

section .right .h_list li .more > img {
    width: 30px;
    /*-webkit-animation: overANDover .8s linear infinite alternate both;*/
    /*-o-animation: overANDover .8s linear infinite alternate both;*/
    /*animation: overANDover .8s linear infinite alternate both;*/
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    /*-ms-transition: all .3s linear;*/
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.hr_video{
    width: 100%;
    text-align: center;
}
.hr_video img{
    max-width: 100%;
}
@keyframes overANDover {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}

section .right .list li:hover .more {
    background-color: #b01f23;
}

section .right .list li:hover .more > img {
    /*-webkit-animation: overANDover .8s linear infinite alternate both;*/
    /*-o-animation: overANDover .8s linear infinite alternate both;*/
    /*animation: overANDover .8s linear infinite alternate both;*/
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

section .right .page .pagination {
    color: #0E0509;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px auto 100px;
}

section .right .page .pagination li {
    margin: 0 15px;
}

section .right .page .pagination li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1px 0;
}

section .right .page .pagination li.active a {
    color: #b01f23;
    border-bottom: 2px solid #b01f23;
}

section .right .page .pagination li.disabled a {
    color: #C0C0C0;
}

section .right .page .pagination li a img {
    margin: 0 8px;
}


/*媒体查询 ------------------ 媒体查询 ------------------ 媒体查询 ------------------*/
@media screen and (max-width: 1500px) {
    .f18 {
        font-size: 15px;
    }

    .f24 {
        font-size: 20px;
    }

    .f28 {
        font-size: 20px;
    }

    section {
        width: 1080px;
    }

    section .right .list li > img {
        width: 300px;
    }

    section .right .list li div {
        padding: 20px 35px;
    }

    section .right .list li div time {
        margin: 20px auto 15px;
    }

    section .right .list li div .more {
        width: 150px;
        height: 50px;
    }
    section .right .h_list li{
        margin-right: 30px;
        margin-bottom: 30px;
        width: calc((100% - 66px) / 3);
    }
    section .right .h_list li a{
        padding: 20px 18px;
    }
}

@media screen and (max-width: 1150px) {
    .f18 {
        font-size: 12px;
    }

    .f24 {
        font-size: 16px;
    }

    .f28 {
        font-size: 16px;
    }

    section {
        width: 85%;
    }

    section > div > span {
        margin-bottom: 3vw;
    }

    section .left div p {
        padding: 15% 0;
        margin-bottom: 18%;
    }

    section .right .list li {
        overflow: hidden;
    }

    section .right .list li > img {
        width: 38%;
    }

    section .right .list li div {
        padding: 3% 4%;
    }

    section .right .list li div time {
        margin: 3.5% auto 3%;
    }

    section .right .list li div .more {
        width: 18%;
        height: 21%;
    }

    section .right .list li div .more img {
        width: 18%;
    }
}

@media screen and (max-width: 440px) {
    .f18 {
        font-size: 0.15rem;
    }

    .f24 {
        font-size: 0.2rem;
    }

    .f28 {
        font-size: 0.2rem;
    }

    section {
        width: 90%;
        margin: 0.5rem auto;
        flex-flow: column;
    }

    section .left, section .right {
        width: 100%;
    }

    section .left .main {
        display: flex;
        justify-content: space-between;
    }

    section .left .main a {
        width: 48%;
        /*padding: 5% 0;*/
        /*margin-bottom: 5%;*/
    }

    section .left .main p {
        /*width: 48%;*/
        padding: 10% 0;
        margin-bottom: 5%;
    }

    section .left div p.active::after {
        height: 2px;
    }

    section .right .list li div time {
        margin: .5% auto 0;
        font-size: 0.1rem;
    }

    section .right .list li {
        margin-bottom: 0.3rem;
    }

    section .right .page .pagination {
        margin: 0.35rem auto 0.2rem;
    }

    section .right .page .pagination li {
        margin: 0 0.1rem;
    }

    section .right .page .pagination li a img {
        margin: 0 0.05rem;
        width: 0.08rem;
    }

    section .right .page .pagination li.active a {
        border-bottom: 1px solid #B01F23;
    }
    section .right .h_list li{
        padding: 10px;
        margin-right:20px;
        margin-bottom: 20px;
        width: calc((100% - 24px) / 2);
    }
    section .right .h_list li:nth-child(2n+0){
        margin-right: 0;
    }
    section .right .h_list li:nth-child(3){
        margin-right: 20px;
    }
}