html {
    background: #fff;
}

[v-cloak] {
    display: none;
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

@font-face {
    font-family: "tw-cen";
    src: url(../../fonts/Tw-Cen-MT-Condensed-Extra-Bold.ttf);
}

.banner {
    height: 449px;
    background: url(../images/news/news-banner.jpg);
}

.banner h1 {
    margin-top: 160px;
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}

.banner h2 {
    margin-top: 22px;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.6;
}

.banner h3 {
    margin-top: 90px;
    font-size: 0;
    width: 77px;
    height: 25px;
    background: url(../images/news/NEWS.png) center / 100% 100%;
}

.banner .box {
    position: relative;
    margin: 30px 0 0 4px;
    width: 15px;
    height: 39px;
    background: #F18D02;
}

.time {
    display: inline-block;
    padding: 15px 0 0 15px;
    width: 105px;
    height: 105px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(232, 232, 232, 0.89);
    border-radius: 10px;
    font-family: "tw-cen";
    box-sizing: border-box;
    vertical-align: top;
}

.time .day {
    font-size: 40px;
    color: #126736;
}

.time .year-and-month {
    font-size: 24px;
    color: #686868;
}

.lastest-new {
    padding: 55px 0 80px;
    background: #F2F2F2;
    font-size: 0;
}

.lastest-new .cover-img {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 0 45px 0 30px;
    width: 486px;
    height: 336px;
    vertical-align: top;
    transition: all 0.5s;
    overflow: hidden;
}

.lastest-new .cover-img img {
    width: 100%;
}

.lastest-new .cover-img:hover {
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
    top: -5px;
}

.lastest-new .info {
    position: relative;
    display: inline-block;
    width: 520px;
    height: 336px;
    vertical-align: top;
}

.lastest-new .info .title {
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: bold;
    color: #5C5C5C;
    line-height: 38px;
}

.lastest-new .info .content {
    font-size: 18px;
    font-weight: 400;
    color: #848383;
    line-height: 31px;
}

.lastest-new .info .link {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-weight: 400;
    color: #848383;
    line-height: 31px;
}

.lastest-new .info .link p {
    display: inline-block;
}

.lastest-new .info .link .dot {
    display: inline-block;
    margin-left: 20px;
}

.lastest-new .info .link .dot span {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #126736;
    border-radius: 50%;
    transition: all 0.3s;
}

.lastest-new .info .link:hover {
    color: #126736;
}

.lastest-new .info .link:hover .dot {
    margin-left: 22px;
}

.lastest-new .info .link:hover .dot span {
    margin-right: 10px;
}

.news-list {
    padding-top: 55px;
    font-size: 0;
}

.news-list .list {
    margin-right: 30px;
    display: inline-block;
    width: 740px;
    transition: all 0.5s;
}

.news-list .list a {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 35px 0;
    transition: all 0.5s;
}

.news-list .list a .time {
    display: inline-block;
    background: #F2F2F2;
}

.news-list .list a .time .day {
    transition: all 0.5s;
}

.news-list .list a .info {
    display: inline-block;
    margin-left: 35px;
    width: 590px;
}

.news-list .list a .info .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list .list a .info .intro {
    padding-right: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #848484;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.news-list .list a .arrow {
    position: absolute;
    right: 120px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/news/arrow.png) center;
    opacity: 0;
    transition: all 0.5s;
}

.news-list .list a:hover {
    background: #F2F2F2;
    box-shadow: 0px 0 20px 0px rgba(169, 169, 169, 0.8);
}

.news-list .list a:hover .time .day {
    color: #C81C00;
}

.news-list .list a:hover .arrow {
    right: 24px;
    opacity: 1;
}

.news-list .content {
    display: inline-block;
    margin-right: 50px;
    width: 720px;
}

.news-list .content .top {
    padding-bottom: 48px;
    border-bottom: 1px solid #E0E0E0;
}

.news-list .content .top .info {
    margin-left: 30px;
    width: 470px;
    display: inline-block;
}

.news-list .content .top .info .title {
    font-size: 26px;
    font-weight: bold;
    color: #5C5C5C;
    line-height: 38px;
    height: 72px;
}

.news-list .content .top .info .author {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #848383;
    line-height: 31px;
}

.news-list .content .text {
    padding-top: 40px;
    text-align: center;
}

.news-list .content .text p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #848484;
    text-indent: 2em;
    line-height: 30px;
    text-align: justify;
}

.news-list .content .text img {
    max-width: 100%;
    margin-bottom: 30px;
}

.news-list .right {
    display: inline-block;
    width: 420px;
    vertical-align: top;
    overflow: hidden;
}

.news-list .right .follow-us {
    padding: 16px 0 0 45px;
    height: 380px;
    background: linear-gradient(136deg, #E0E0E0 0%, #F2F2F2 100%);
    box-sizing: border-box;
}

.news-list .right .follow-us h4 {
    height: 44px;
    font-size: 22px;
    font-weight: bold;
    color: #606060;
    line-height: 30px;
    background: url(../images/news/FOLLOW-US.png) no-repeat left / 288px 44px;
    line-height: 55px;
}

.news-list .right .follow-us ul {
    display: inline-block;
    margin-top: 17px;
    position: relative;
}

.news-list .right .follow-us ul:hover .icon-1 .qrcode {
    opacity: 0;
}

.news-list .right .follow-us ul li {
    display: inline-block;
    margin-right: 22px;
    width: 50px;
    height: 50px;
}

.news-list .right .follow-us ul li.icon-1 {
    background: url(../images/news/icon-1.png) center / 100% 100%;
}

.news-list .right .follow-us ul li.icon-2 {
    background: url(../images/news/icon-2.png) center / 100% 100%;
}

.news-list .right .follow-us ul li.icon-3 {
    background: url(../images/news/icon-3.png) center / 100% 100%;
}

.news-list .right .follow-us ul li.icon-4 {
    background: url(../images/news/icon-4.png) center / 100% 100%;
}

.news-list .right .follow-us ul li .qrcode {
    position: absolute;
    top: 90px;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.news-list .right .follow-us ul li .qrcode .img {
    padding: 2px;
    width: 140px;
    height: 140px;
    background: linear-gradient(to bottom, #FFFFFF, #126736);
    background-clip: padding-box;
}

.news-list .right .follow-us ul li .qrcode .img img {
    position: relative;
    width: 100%;
}

.news-list .right .follow-us ul li .qrcode p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #848484;
    line-height: 30px;
    text-align: center;
}

.news-list .right .follow-us ul li .qrcode::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 11px;
    width: 28px;
    height: 25px;
    background: url(../images/news/qrcode-arrow.png);
}

.news-list .right .follow-us ul li .q1 {
    opacity: 1;
}

.news-list .right .follow-us ul li .q2 {
    left: 72px;
}

.news-list .right .follow-us ul li .q3 {
    left: 144px;
}

.news-list .right .follow-us ul li .q4 {
    left: 216px;
}

.news-list .right .follow-us ul li:hover .qrcode {
    opacity: 1 !important;
}

.news-list .right .about-us {
    margin-top: 30px;
    display: block;
    height: 320px;
    border-radius: 12px;
    background: url(../images/news/about-us.png) center / 100% 100%;
    overflow: hidden;
}

.news-list .right .about-us h2 {
    margin: 38px 0 0 46px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

.news-list .right #player1,
.news-list .right #player2 {
    margin-top: 30px;
    width: 420px;
    height: 240px;
}

.ul-left {
    position: fixed;
    width: 220px;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    text-align: center;
}

.ul-left .w {
    width: 100%;
}

.ul-left .content_text .fL {
    box-shadow: 0px 0px 10px 0px #9399ac;
}