.index-swiper {
    height: 100vh;
}

.swiper-container {
    width: 100%;
    height: 100%;
    transition: 1s background-color 1.3s;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.img-box {
    width: 100%;
    height: 100%;
    position: absolute;

    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.img-box video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.button-prev, .button-next {
    transition: 0.5s;
    outline: none;
    position: absolute;
    width: 140px;
    z-index: 10;
    top: 65vh;
    transform: translateY(-34px);
    cursor: pointer;
}

.button-prev {
    left: 4vw;
}

.button-next {
    right: 4vw;
}

.button.disabled {
    opacity: 0.2;
    cursor: default;
}

#arrow-svg-home {
    transform: translateY(353px);
}

.button-next #arrow-svg-home {
    transform: translateY(353px) rotateY(180deg);
    transform-origin: 80px 0px 0px;
}

svg {
    transition: 0.5s;
}

.cls-1 {
    transition: 0.5s;
    opacity: 0.4;
    transform-origin: -20px 40px;
    opacity: 1;
}

.cls-4 {
    transition: 0.5s;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0.4;
    transform-origin: 0px 0px 0px;
}

#arrow-trg {
    transition: 0.5s;
    fill: #fff;
    transform: rotateY(180deg) translate(-53px, 39px);
}

#line {
    transition: 0.5s;
    stroke: #fff;
    transform: translate(50px, 42px);
}

.button-prev:not(.disabled):hover svg {
    transform: translateX(-25px);
}

.button-next:not(.disabled):hover svg {
    transform: translateX(25px);
}

.button:not(.disabled):hover .cls-1 {
    transform: scale(1.1);
}

.button:not(.disabled):hover .cls-4 {
    stroke-dasharray: 2px;
    stroke-dashoffset: 2px;
    opacity: 1;
}

.button:not(.disabled):hover #arrow-trg {
    transform: rotateY(180deg) translate(-37px, 39px);
}

.button:not(.disabled):hover #line {
    transform: translate(35px, 42px) scaleX(0.33);
}

.index-news {
    width: 100%;
    padding: 60px 0 30px;
}

.page-title {
    width: 100%;
}

.page-title p {
    font-size: 20px;
    line-height: 43px;
    letter-spacing: 1px;
    color: #a3a3a3;
    text-align: center;
}

.page-title div {
    width: 100%;
    height: 48px;
    margin-bottom: 40px;
    position: relative;
}

.page-title div:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #dbdbdb;
    transform: translate(0, -50%);

}

.page-title div b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    padding: 0 50px;
    background: #fff;
    font-size: 32px;
    color: #d11c16;
    font-weight: bold;
}

.page-title div b:before {
    position: absolute;
    top: 0px;
    left: 25px;
    content: '';
    width: 2px;
    height: 32px;
    background: #dbdbdb;
    transform: rotate(30deg);
}

.page-title div b:after {
    position: absolute;
    top: 0px;
    right: 25px;
    content: '';
    width: 2px;
    height: 32px;
    background: #dbdbdb;
    transform: rotate(30deg);
}


.new-swiper {
    width: 856px;
    height: 590px;
}

.mySwiper2 {
    width: 100%;
    height: 100%;
}

.new-swiper-item {
    position: relative;
}

.new-swiper-item p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 18px;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}

.news-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 590px;
    margin-left: 30px;
    overflow: hidden;
}

.news-item {
    /*box-shadow: 0 10px 10px #ccc;*/
}

.news-item:last-child {
    margin-bottom: 0;
}

.news-item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
}

.news-item a:hover .news-item-time {
    background: #d11c16;
}

.news-item a:hover .news-item-time h3,
.news-item a:hover .news-item-time p {
    color: #fff;
}

.news-item a:hover .news-item-info h3 {
    color: #d11c16;
}

.news-item-time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    height: 94px;
    color: #666;
    font-size: 16px;
    background-color: #ececec;
    transition: all .3s linear;
}

.news-item-time h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-item-info {
    flex: 1;
    height: 60px;
    /*padding: 20px;*/

    overflow: hidden;
    /*border: solid 1px #ececec;*/
}

.news-item-info h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
    width: 80%;
    transition: all .3s linear;
}

.news-item-info p {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.more-btn {
    margin: 20px 0;
}

.index-column {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.index-column .page-title div b {
    background-color: #f5f5f5;
}

.mySwiper3 {
    width: 100%;
    min-height: 400px;
}

.mySwiper3 .swiper-slide {
    display: block;
    background: #fff;
    position: relative;
}

.mySwiper3 .swiper-slide a {
    display: block;
    position: relative;
}

.index-column-item {
    position: relative;
}

.index-column-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(209, 28, 22, 0);
    z-index: 5;
    transition: all .3s linear;
}

.index-column-item-bg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.index-column-item-top {
    position: absolute;
    top: 30px;
    left: -12px;
    width: 150px;
    height: 63px;
    padding-left: 12px;
    background: url(/static/index/images/column-top.png) no-repeat center;
    background-size: 100%;
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    color: #fff;
    z-index: 9;
}

.column-jia {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 75px;
    z-index: 9;
    transition: all .3s linear;
}

.column-bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
    overflow: hidden;
    z-index: 30;
    transition: all .3s linear;
}

.column-bg1 {
    background: url(/static/index/images/column-bg1.png) #fff no-repeat center;
    background-size: 30%;
}

.column-bg2 {
    background: url(/static/index/images/column-bg2.png) #fff no-repeat center;
    background-size: 30%;
}

.column-bg3 {
    background: url(/static/index/images/column-bg3.png) #fff no-repeat center;
    background-size: 30%;
}

.column-bg4 {
    background: url(/static/index/images/column-bg4.png) #fff no-repeat center;
    background-size: 30%;
}

.column-bg5 {
    background: url(/static/index/images/column-bg5.png) #fff no-repeat center;
    background-size: 30%;
}

.column-bg6 {
    background: url(/static/index/images/column-bg6.png) #fff no-repeat center;
    background-size: 30%;
}

.column-link {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d11c16;
    color: #fff;
    font-size: 18px;
    transition: all .3s linear;
}

.index-column-item-box:hover .column-jia {
    opacity: 1;
}

.index-column-item-box:hover .index-column-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(209, 28, 22, 0.3);
    z-index: 5;
}

.index-column-item-box:hover .column-bg {
    background-position: 50% 30%;
}

.index-column-item-box:hover .column-link {
    bottom: 0;
}

.column-button-next {
    position: absolute;
    top: 50%;
    right: -70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    transition: all .3s linear;
    background: rgba(209, 28, 22, 0.2);
}

.column-button-prev {
    position: absolute;
    top: 50%;
    left: -70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    transition: all .3s linear;
    background: rgba(209, 28, 22, 0.2);
}

.column-button-next img,
.column-button-prev img {
    height: 26px;
}

.column-button-prev:hover,
.column-button-next:hover {
    background: #d11c16;
}


.index-video {
    width: 100%;
    /*min-height: 100vh;*/
    padding: 60px 0;
    background: url(/static/index/images/video-bg.png) no-repeat bottom center;
    background-size: 100% 100%;
}

a.frist-video {
    display: block;
    width: 50%;
    height: 0;
    padding-top: 34%;
    /*margin-bottom: 30px;*/
    background-color: #ff9600;
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.27);
    position: relative;
}

.video-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.frist-video:hover .video-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}

.frist-video:hover .video-img .poster {
    transform: scale(1.2);
}

.frist-video .poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s linear;
}

.frist-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 119px;
    height: 119px;
    z-index: 2;
}

.frist-video p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 88px;
    padding: 0 30px;
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    background: rgba(0, 0, 0, .3);
    z-index: 2;

}

.other-video{
    width: 50%;
    padding-left: 30px;
}

a.video-item {
    width: calc((100% - 30px) / 2);
    height: 0;
    margin-bottom: 30px;
    padding-top: calc((100% - 90px) / 2 * 0.76);
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.27);
    position: relative;
}

.video-item:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}

.video-item .poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
}

.video-item:hover .poster {
    transform: scale(1.1);
}

.video-item .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    z-index: 2;
}

.video-item p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    background: rgba(0, 0, 0, .3);
    z-index: 2;

}

.index-link {
    width: 100%;
    padding: 60px 0;
}

.link-item {
    width: calc((100% - 90px) / 5);
    box-shadow: 0 10px 10px #ccc;
    position: relative;
}

.link-item a {
    display: block;
    width: 100%;
}


.link-item::before,
.link-item::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #d11c16;
    z-index: 9;
}

.link-item a::before,
.link-item a::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #d11c16;
    z-index: 9;
}

.link-item:hover::before,
.link-item:hover::after {
    width: 100%
}

.link-item:hover a::before,
.link-item:hover a::after {
    height: 100%
}

.link-item::after {
    right: 0;
    bottom: 0;
    transition-duration: .4s
}

.link-item a::after {
    right: 0;
    bottom: 0;
    transition-duration: .4s
}

.link-item::before {
    left: 0;
    top: 0;
    transition-duration: .4s
}

.link-item a::before {
    left: 0;
    top: 0;
    transition-duration: .4s
}

.link-item:hover .link-img div img {
    transform: scale(0.9);
}

.link-item:hover a p {
    background: rgba(209, 28, 22, 0.6);
    color: #fff;
}

/*@keyframes small {*/
/*    0% {*/
/*        transform: scale(1);*/
/*    }*/
/*    50% {*/
/*        transform: scale(0.9);*/
/*    }*/
/*    100% {*/
/*        transform: scale(1);*/
/*    }*/
/*}*/


.link-item .link-img {
    width: 100%;
    height: 0;
    padding: 25%;
    position: relative;
}

.link-item .link-img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.link-item .link-img div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s linear;
}

.link-item a p {
    width: 100%;
    height: 52px;
    color: #333;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 20px;
    /*background-color: #d11c16;*/
}

#pc {
    display: block;
}

#mobile {
    display: none;
}


@media only screen and (max-width: 768px) {
    .index-swiper {
        height: 50vh;
    }

    .button-prev, .button-next {
        display: none;
    }

    .index-news {
        padding: .3rem 0;
    }

    .page-title p {
        position: relative;
        top: .3rem;
        font-size: .4rem;
        line-height: .4rem;
        letter-spacing: 1px;
        text-align: right;
        padding: 0 .3rem;
    }

    .page-title div {
        width: 100%;
        height: .96rem;
        margin-bottom: .3rem;
        position: relative;
    }

    .page-title div:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #dbdbdb;
        transform: translate(0, -50%);

    }

    .page-title div b {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0, -50%);
        width: max-content;
        padding: 0 1rem;
        background: #fff;
        font-size: .64rem;
        color: #d11c16;
        font-weight: bold;
    }

    .page-title div b:before {
        position: absolute;
        top: 0px;
        left: .5rem;
        content: '';
        width: .04rem;
        height: .64rem;
        background: #dbdbdb;
        transform: rotate(30deg);
    }

    .page-title div b:after {
        position: absolute;
        top: 0px;
        right: .5rem;
        content: '';
        width: .04rem;
        height: .64rem;
        background: #dbdbdb;
        transform: rotate(30deg);
    }


    .index-column,
    .index-video,
    .index-link {
        padding: 0.4rem 0;
    }


    .news-box {
        flex-wrap: wrap;
    }

    .new-swiper {
        width: 100%;
        height: 6rem;
    }

    .news-list {
        flex: unset;
        width: 100vw;
        height: 9rem;
        margin-left: 0;
        padding: .3rem;
    }

    .news-item a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 0.88rem
    }

    .news-item-time {
        width: 1.5rem;
        height: 1.5rem;
        background: #d11c16;
    }

    .news-item-time h3 {
        font-size: .42rem;
        color: #fff;
    }

    .news-item-time p {
        font-size: .32rem;
        color: #fff;
    }

    .news-item-info {
        height: 0.88rem;
        /*padding: .1rem .3rem;*/
    }

    .news-item-info h3 {
        flex:1;
        font-size: .30rem;
        line-height: .64rem;
        margin-right: .2rem;
    }

    .news-item-info p {
        font-size: .28rem;
        line-height: .52rem;
    }

    .more-btn {
        margin: .2rem 0
    }

    .more-btn img {
        width: 50vw;
    }


    #pc {
        display: none;
    }

    #mobile {
        display: block;

    }

    .column-button-next {
        display: none;
    }

    .column-button-prev {
        display: none;
    }

    .index-column-item-top {
        position: absolute;
        top: .3rem;
        left: 0rem;
        width: 2.5rem;
        height: .98rem;
        background: url(/static/index/images/column-top.png) no-repeat center;
        background-size: 100%;
        text-align: center;
        line-height: .78rem;
        font-size: .36rem;
        color: #fff;
        z-index: 9;
    }

    .index-video {
        height: auto;
        min-height: unset;
    }

    a.frist-video,.other-video {
        width: 100%;
        margin-bottom: 0;
    }
    .other-video{
        padding-left: 0;
  }

    .frist-video .play {
        width: 1.2rem;
        height: 1.2rem;
    }

    .frist-video p {
        height: .88rem;
        padding: 0 .3rem;
        font-size: .3rem;
        line-height: .88rem;
    }

    a.video-item {
        margin: .1rem .2rem;
        width: calc((100% - .6rem) / 2);
        padding-top: calc((100% - .6rem) / 2 * 0.56);
    }

    a.video-item:nth-child(2),
    a.video-item:nth-child(4) {
        margin-left: 0;
    }

    .video-item .play {
        width: .6rem;
        height: .6rem;
    }

    .video-item p {
        height: .58rem;
        padding: 0 .24rem;
        font-size: .24rem;
        line-height: .58rem;
    }

    .link-item {
        width: calc((100% - .6rem) / 2);
        margin: 0 .2rem .2rem;
    }

    .link-item:nth-child(2),
    .link-item:nth-child(4) {
        margin-left: 0;
    }

    .link-item a p {
        height: .68rem;
        background: #d11c16;
        color: #fff;
        font-size: .24rem;
        letter-spacing: 1px;
        padding: 0 10px;

    }

}


@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .button-prev, .button-next {
        display: none;
    }

    .index-news {
        padding: .3rem 0;
    }

    .page-title p {
        position: relative;
        top: .3rem;
        font-size: .4rem;
        line-height: .4rem;
        letter-spacing: 1px;
        text-align: right;
        padding: 0 .3rem;
    }

    .page-title div {
        width: 100%;
        height: .96rem;
        margin-bottom: .3rem;
        position: relative;
    }

    .page-title div:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #dbdbdb;
        transform: translate(0, -50%);

    }

    .page-title div b {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0, -50%);
        width: max-content;
        padding: 0 1rem;
        background: #fff;
        font-size: .64rem;
        color: #d11c16;
        font-weight: bold;
    }

    .page-title div b:before {
        position: absolute;
        top: 0px;
        left: .5rem;
        content: '';
        width: .04rem;
        height: .64rem;
        background: #dbdbdb;
        transform: rotate(30deg);
    }

    .page-title div b:after {
        position: absolute;
        top: 0px;
        right: .5rem;
        content: '';
        width: .04rem;
        height: .64rem;
        background: #dbdbdb;
        transform: rotate(30deg);
    }


    .news-box {
        flex-wrap: wrap;
    }

    .new-swiper {
        width: 100%;
        height: 6rem;
    }

    .news-list {
        flex: unset;
        width: 100vw;
        height: 9rem;
        margin-left: 0;
        padding: .3rem;
    }

    .news-item a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 0.88rem
    }

    .news-item-time {
        width: 1.5rem;
        height: 1.5rem;
        background: #d11c16;
    }

    .news-item-time h3 {
        font-size: .42rem;
        color: #fff;
    }
    .jus-cen {
        justify-content: center;
    }
    .news-item-time p {
        font-size: .32rem;
        color: #fff;
    }

    .news-item-info {
        height: 1.5rem;
        padding: .1rem .3rem;
    }

    .news-item-info h3 {
        font-size: .36rem;
        line-height: .64rem;
    }

    .news-item-info p {
        font-size: .28rem;
        line-height: .52rem;
    }

    .index-video {
        height: auto;
        min-height: unset;
    }

    .mySwiper3 {
        min-height: unset;
    }

    .index-column,
    .index-video,
    .index-link {
        padding: 0.4rem 0;
    }

    .index-column-item-top {
        position: absolute;
        top: .3rem;
        left: -.12rem;
        width: 1.5rem;
        height: .63rem;
        padding-left: -.12rem;
        background: url(/static/index/images/column-top.png) no-repeat center;
        background-size: 100%;
        text-align: center;
        line-height: .53rem;
        font-size: .36rem;
        color: #fff;
        z-index: 9;
    }

    .column-jia {
        width: .75rem;
    }

    .column-link {
        bottom: -.8rem;
        height: .8rem;
        line-height: .8rem;
        font-size: .32rem;
    }

    .link-item {
        width: calc((100% - .8rem) / 2);
        margin: 0 .2rem .2rem;
    }

    .more-btn {
        margin: .2rem 0
    }

    .column-button-next {
        display: none;
    }

    .column-button-prev {
        display: none;
    }

    .video-item .play {
        width: .6rem;
        height: .6rem;
    }

    .video-item p {
        height: .58rem;
        padding: 0 .24rem;
        font-size: .24rem;
        line-height: .58rem;
    }
     .frist-video .play {
        width: 1.2rem;
        height: 1.2rem;
    }

    .frist-video p {
        height: .88rem;
        padding: 0 .3rem;
        font-size: .3rem;
        line-height: .88rem;
    }
    a.frist-video{
        padding-top: 32%
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1025px) {
    .new-swiper {
        width: 560px;
        height: 430px;
    }

    .news-list {
        height: 430px;
    }

    .news-item a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 36px;
    }

    .news-item-time {
        width: 80px;
        height: 80px;
    }

    .news-item-time h3 {
        font-size: 36px;
    }

    .news-item-info {
        height: 36px;
        /*padding: 0px 15px;*/
    }

    .news-item-info h3 {
        font-size: 16px;
        width: 70%;
        font-weight: bold;
        line-height: 32px;
        color: #333333;
        transition: all .3s linear;
    }

    .news-item-info p {
        font-size: 14px;
        line-height: 26px;
        color: #333333;
    }

    .link-item a p {
        height: 36px;
        color: #333;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 0 10px;

    }

    .column-button-next {
        position: absolute;
        top: 50%;
        right: -30px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
        border-radius: 5px;
        width: 60px;
        height: 60px;
        transition: all .3s linear;
        background: rgba(209, 28, 22, 0.2);
        z-index: 9;
    }

    .column-button-prev {
        position: absolute;
        top: 50%;
        left: -30px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
        border-radius: 5px;
        width: 60px;
        height: 60px;
        transition: all .3s linear;
        background: rgba(209, 28, 22, 0.2);
        z-index: 9;
    }
    a.frist-video{
        padding-top: 32.5%;
    }
    .index-column-item-top{
        width: 110px;
    }
}

@media only screen and (max-width: 1640px) and (min-width: 1401px) {
    .new-swiper {
        width: 640px;
        height: 490px;
    }

    .news-list {
        height: 490px;
    }

    .news-item a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 42px;
    }

    .news-item-time {
        width: 80px;
        height: 80px;
    }

    .news-item-time h3 {
        font-size: 36px;
    }

    .news-item-info {
        height: 42px;
        padding: 0 15px;
    }

    .news-item-info h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 32px;
        color: #333333;
        transition: all .3s linear;
    }

    .news-item-info p {
        font-size: 14px;
        line-height: 26px;
        color: #333333;
    }
    a.frist-video{
        padding-top: 33.5%;
    }



}
