/*title*/
.title{
    position: relative;
}
.title span:nth-child(1){
    font-family: 'Playfair Display', serif;
    color: #800613;
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0;
}
.title span:nth-child(2){
    color: #545454;
    font-size: 24px;
    line-height: 24px;
    display: block;
    letter-spacing: 3px;
    font-weight: 400;
}
/*------------ banner ------------*/
.banner {
    margin-bottom: 60px;
}
.banner .slick-arrow {
    position: absolute;
    width: 49px;
    height: 89px;
    display: block;
    border: 0;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: transparent;
    font-size: 0;
}
.banner .slick-prev {
    left: 35px;
    background: url('../../images/common/index/arrow-left.svg');
}
.banner .slick-prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('../../images/common/index/arrow-left-hover.svg');
    width: 49px;
    height: 89px;
    transition: all .3s ease;
    opacity: 0;
}
.banner .slick-prev:hover:before {
    opacity: 1;
}
.banner .slick-next {
    right: 35px;
    background: url('../../images/common/index/arrow-right.svg');
}
.banner .slick-next:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('../../images/common/index/arrow-right-hover.svg');
    width: 49px;
    height: 89px;
    transition: all .3s ease;
    opacity: 0;
}
.banner .slick-next:hover:before {
    opacity: 1;
}
.btn-scroll {
    display: block;
    width: 96px;
    height: 96px;
    left: 50%;
    bottom: -48px;
    margin: 0 0 0 -48px;
    z-index: 50;
    position: absolute;
    border-radius: 50%;
    border:1px solid  #7C181D;
    background: transparent;
    font-size: 18px;
    color: #7C181D;
    text-align: center;
    line-height: 96px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    z-index: 0;

    /* overflow: hidden; */
}
.btn-scroll:before {
    content: "";
    background: url(../../images/common/index/scroll-icon.svg) no-repeat;
    width: 11px;
    height: 58px;
    background-size: 100%;
    position: absolute;
    top: -25px;
    left: 46px;
    transition: all .3s ease;
    background-size: contain;
}
.btn-scroll:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
    right: auto;
    left: 50%;
    top: 0px;
    z-index: -1;
}
.btn-scroll:hover:after {
    width: 96px;
    height: 96px;
    opacity: 1;
    left: calc(50% - 48px);
}
.btn-scroll:hover:before {
    top: -15px;
}
/*------------ more ------------*/
section .more {
    position: relative;
    display: block;
    width: 150px;
    background: #898989;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: all .6s ease;
    z-index: 0;
}
section .more:hover {
    color: #000;
    background: #000;
    box-shadow: 0px 0px 6px #cacaca;
}
section .more:before {
    content: "";
    background: url(../../images/common/icon-arrow-white.svg) no-repeat;
    width: 20px;
    height: 5px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 24px;
    transition: transform .6s ease-out;
    background-size: contain;
}
section .more:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
    right: auto;
    left: -65px;
    bottom: -30px;
    z-index: -1;
}
section .more:hover:after {
    width: 200px;
    height: 200px;
    opacity: 1;
}
section .more:hover:before {
    transform: translateX(15px);
}
/*------------ sect1 ------------*/
.sect1 {
    margin: 0 auto;
    background: url(../../images/common/index/index-about-bg-1.jpg) no-repeat;
    background-attachment: fixed;
    padding: 0px 0 100px;
    margin-top: 100px;
}
/*----- news ----*/
.news-box {
    position: relative;
    top: -20px;
    margin: 0 0 40px;
}
.news-box .title {
    background: #810714;
    color: #fff;
    width: 155px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    float: left;
    font-weight: bold;
    position: relative;
}
.news-box .title span:nth-child(1){
    position: absolute;
    left: 0;
    top: -50px;
    font-family: 'Playfair Display', serif;
}
.news-box .title span:nth-child(2){
    line-height: 50px;
    color: #FFF;
}
.news-box .news-marquee {
    background: #EDEDED;
    padding: 15px;
    height: 50px;
    float: right;
    width: calc(100% - 155px);
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.2;
}
.news-marquee .date {
    display: inline-block;
    color: #000000;
    padding-right: 10px;
    margin-right: -5px;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    position: relative;
}
.news-marquee .date:before {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #000;
}
.news-marquee .name {
    display: inline-block;
}
/*ios */
.news-marquee a{
    display: inline-block;
    line-height: 1;
    white-space:nowrap;
    margin-right: 40px;
}
/*/ios*/
.news-marquee .more{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    margin: 0;
}
/*----- about ----*/
.about-box {
    position: relative;
}
.about-box .pic {
    position: absolute;
    top: 0;
    max-width: 740px;
    text-align: left;
}
.about-box .pic img{
    width: 0 !important;
    transition: all 1.5s ease;
    object-position: left;
    height: 490px !important;
    object-fit: cover;
}
.about-box.loaded .pic img{
    width: 100% !important;
}
.about-box .text {
    padding: 64px 74px 68px;
    background: #FFF;
    max-width: 788px;
    margin: 40px 0 0 0;
    box-sizing: border-box;
    float: right;
    position: relative;
    z-index: 15;
    box-shadow: 0px 0px 13px 5px #0000000d;
    opacity: 0;
    transition: all 2s ease;
}
.about-box.loaded .text {
    opacity: 1;
}
.about-box .title{
    margin-bottom: 20px;
}
.about-box .title span:nth-child(2) i{
    font-size: 20px;
    color: #888888;
    line-height: 20px;
    padding-left: 78px;
    box-sizing: border-box;
    font-style: normal;
    position: relative;
    letter-spacing: 5px;
}
.about-box .title span:nth-child(2) i:before{
    content: "";
    background: #898989;
    width: 39px;
    height: 1px;
    position: absolute;
    left: 14px;
    top: 9px;
}
.about-box  article.editor{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 111px;
    color: #000;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 24px;
}
/*------------ products ------------*/
.products-sect {
    padding: 60px 0 55px 0;
    height: 528px;
    box-sizing: border-box;
}
.products-sect .title{
    margin-bottom: 25px;
}
.products-sect .more{
    position: absolute;
    right: 15px;
    top: 24px;
}
.products-arrow {
    position: absolute;
    bottom: 0;
    right:160px;
    width: 110px;
}
.products-arrow button {
    border: 0;
    color: transparent;
    background: none;
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    border:1px solid #810714;
    transition: all .3s ease;
}
.products-arrow .slick-arrow:hover{
    background:#810714;
}
.products-arrow .slick-prev {
    float: left;
}
.products-arrow .slick-next {
    float: right;
}
.products-arrow .slick-arrow:before {
    color: #810714;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 49px;
    transition: all .3s ease;
}
.products-arrow .slick-arrow:hover:before {
    color: #FFF;
}
.products-arrow .slick-prev:before {
    content: "\cc901";
}
.products-arrow .slick-next:before {
    content: "\cc900";
}
.product-list {
    margin: 0 -17px;
}
.product-list li {
    width: 20%;
    padding: 0 17px;
}
.product-list li .box {
    margin: 0 auto;
    max-width: 260px;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.product-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:80;
}
.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    margin: 0 auto 3px;
    max-width: 260px;
}
.product-list .pic:after {
    content: "";
    position: absolute;
    display: block;
    transition: all .3s ease;
    height: 3px;
    left: 0;
    top: 0;
    width: 0%;
    background: #810714;
}
.product-list li .box:hover .pic:after {
    width: 100%;
}
.product-list .pic {
    overflow: hidden;
    position: relative;
}
.product-list .box .pic img {
    transition: all ease 0.6s;
}
.product-list .box:hover .pic img {
    transform: scale(1.1);
}
.product-list .text {
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #000000;
    padding: 8px 10px;
    position: relative;
    transition: all .2s;
}
.product-list li .box:hover .text{
    background: #810714;
}
.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 2px;
}
/*------------ sect3 ------------*/
.sect2 {
    padding: 132px 0 135px;
    background: url(../../images/common/index/index-team-bg-1.jpg);
    background-attachment: fixed;
    background-size: cover;
    margin: auto;
    position: relative;
    z-index: 0;
    background-position: 0px 50px;
}
.sect2:before {
    content: "";
    background: linear-gradient(to bottom, rgb(237, 237, 237,0.87) 70%,rgba(237,237,237,0) 100%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);   
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom:0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}
.sect2 .container{
    display: flex;
}
.sect2 .team-box{
    width: 60%;
    box-sizing: border-box;
    padding-right: 57px;
    position: relative;
}
.sect2 .branch-box{
    width: 40%;
    padding-left: 24px;
}
.team-box .more{
    position: absolute;
    right: 56px;
    bottom: -6px;
}
.team-box .title{
    margin-bottom: 25px;
}
.team-arrow {
    position: absolute;
    bottom: -399px;
    right: 160px;
    width: 110px;
}
.team-arrow button {
    border: 0;
    color: transparent;
    background: none;
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    border:1px solid #810714;
    transition: all .3s ease;
}
.team-arrow .slick-arrow:hover{
    background:#810714;
}
.team-arrow .slick-prev {
    float: left;
}
.team-arrow .slick-next {
    float: right;
}
.team-arrow .slick-arrow:before {
    color: #810714;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 49px;
    transition: all .3s ease;
}
.team-arrow .slick-arrow:hover:before {
    color: #FFF;
}
.team-arrow .slick-prev:before {
    content: "\cc901";
}
.team-arrow .slick-next:before {
    content: "\cc900";
}
.team-list {
    margin: 0 -5px;
}
.team-list li {
    width: calc(100% / 3);
    padding: 0 5px;
}
.team-list li .box {
    margin: 0 auto;
    max-width: 260px;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.team-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:80;
}
.team-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    margin: 0 auto 3px;
    max-width: 260px;
}
.team-list .pic:after {
    content: "";
    position: absolute;
    display: block;
    transition: all .3s ease;
    height: 3px;
    left: 0;
    top: 0;
    width: 0%;
    background: #810714;
}
.team-list li .box:hover .pic:after {
    width: 100%;
}
.team-list .pic {
    overflow: hidden;
    position: relative;
}
.team-list .box .pic img {
    transition: all ease 0.6s;
}
.team-list .box:hover .pic img {
    transform: scale(1.1);
}
.team-list .text {
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #000000;
    padding: 8px 10px;
    position: relative;
    transition: all .2s;
}
.team-list li .box:hover .text{
    background: #810714;
}
.team-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 2px;
}
.branch-box .title {
    margin-bottom: 25px;
}
.branch-box .title {
    margin-bottom: 25px;
}
.branch-box .box {
    position: relative;
}
.branch-box  .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:80;
}
.branch-box .pic {
    overflow: hidden;
    position: relative;
}
.branch-box .box .pic img {
    transition: all ease 0.6s;
}
.branch-box .box:hover .pic img {
    transform: scale(1.1);
}
.branch-box .pic:after {
    content: "";
    position: absolute;
    display: block;
    transition: all .3s ease;
    height: 3px;
    left: 0;
    top: 0;
    width: 0%;
    background: #810714;
}
.branch-box .box:hover .pic:after  {
    width: 100%;
} 

.article-sect{
    padding-top: 50px;
    padding-bottom: 80px;
}
.article-sect .title {
    margin-bottom: 25px;
}

.article-sect .more{
    position: absolute;
    right: 15px;
    top: 24px;
}
.article-arrow {
    position: absolute;
    bottom: 0;
    right:160px;
    width: 110px;
}
.article-arrow button {
    border: 0;
    color: transparent;
    background: none;
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    border:1px solid #810714;
    transition: all .3s ease;
}
.article-arrow .slick-arrow:hover{
    background:#810714;
}
.article-arrow .slick-prev {
    float: left;
}
.article-arrow .slick-next {
    float: right;
}
.article-arrow .slick-arrow:before {
    color: #810714;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 49px;
    transition: all .3s ease;
}
.article-arrow .slick-arrow:hover:before {
    color: #FFF;
}
.article-arrow .slick-prev:before {
    content: "\cc901";
}
.article-arrow .slick-next:before {
    content: "\cc900";
}


.article-list {
    margin: 0 -17px;
}
.article-list li {
    width: 20%;
    padding: 0 17px;
}
.article-list .pic {
    overflow: hidden;
    position: relative;
}
.article-list .box .pic img {
    transition: all ease 0.6s;
}
.article-list .box:hover .pic img {
    transform: scale(1.1);
}
.article-list li .box{
    max-width: 260px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    transition: all .2s;
    position: relative;
}
.article-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.article-list li .pic {
    position: relative;
    box-sizing: border-box;
    max-width: 260px;
    margin: 0 auto;
}

.article-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    margin: 0 auto 3px;
    max-width: 260px;
}
.article-list .pic:after {
    content: "";
    position: absolute;
    display: block;
    transition: all .3s ease;
    height: 3px;
    left: 0;
    top: 0;
    width: 0%;
    background: #810714;
}
.article-list li .box:hover .pic:after {
    width: 100%;
}
.article-list li .text {
    margin: 0px 0 0 0;
    padding:15px 10px 5px;
    border: 1px solid #EDEDED;
    position: relative;
}
.article-list li .text:before {
    content: "";
    width: 44px;
    height: 3px;
    position: absolute;
    background: #810714;
    transition: all .3s ease;
    left: 13px;
    top: 171px;
}
.article-list li .box:hover .text:before {
    width: calc(100% - 26px);
}
.article-list li .date{
    color: #777777;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    display: block;
    margin-bottom: 10px;
}
.article-list li .name {
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    line-height: 25px;
}
.article-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 63px;
    color: #777777;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}
.article-list li .date b,
.article-date b {
    display: block;
    font-size: 25px;
}
.keyword_box{
    margin-top: 20px;
    font-size: 14px;
    position: relative;
    z-index: 35;
}
.keyword_box .keyword  li{
    width: auto;
    padding: 0 0px;
    display: inline;
}
.article-list .keyword_box li a,.keyword_box li a{
    color: #000000;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .3s ease;
    font-size: 14px;
    background: #EDEDED;
    padding: 7px 13px;
    margin-bottom: 5px;
    display: inline-block;
}
.keyword_box li:last-child a:after{
    display: none;
}
.keyword_box li:hover a{
    color: #FFF;
    background:#000000 ;
}
.keyword_box.detail{
    margin:15px 0;
    padding: 8px;
}   
.article-detail .pic{
    margin-bottom: 15px;
    text-align: left;
}

/*------------ rwd ------------*/
@media screen and (max-width: 1500px) {
    .team-arrow {
        bottom: unset;
        top: 0;
        right: 160px;
    }
    .team-box .more {
        bottom: unset;
        top: 0;
    }
    .sect2 {
        padding: 60px 0 60px;
    }
    .sect2 .branch-box {
        padding-left: 0px;
    }
}
@media screen and (max-width: 1280px) {
    .about-box .text {
        padding: 64px 60px 68px;
        max-width: 694px;
    }
    .about-box .title span:nth-child(2) i {
       display: block;
       margin-top: 15px;
       padding-left: 56px;
    }
    .about-box .title span:nth-child(2) i:before {
        left: 4px;
    }
}
@media screen and (max-width: 1024px) {
    .banner {
        margin-bottom: 40px;
    }
    .banner .slick-arrow {
        display: none !important;
    }
    .btn-scroll {
        width: 60px;
        height: 60px;
        line-height: 60px;
        bottom: -33px;
        margin: 0 0 0 -30px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        font-size: 12px;
    }
    .btn-scroll:before {
        content: "";
        background: url(../../images/common/index/scroll-icon.svg) no-repeat;
        width: 14px;
        height: 36px;
        background-size: 100%;
        position: absolute;
        top: -21px;
        left: calc(50% - 2px);
        transition: all .3s ease;
        background-size: contain;
    }
    .btn-scroll:hover:after {
        width: 60px;
        height: 60px;
        opacity: 1;
        left: calc(50% - 30px);
    }
    .title span:nth-child(1) {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .title span:nth-child(2) {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 2px;
    }
    .products-sect {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .products-sect .title {
        padding-bottom: 50px;
        text-align: center;
    }
    .products-sect .more {
        position: relative;
        right: 0;
        top: 0;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
    }
    .products-arrow {
        left: 50%;
        top: 70px;
        margin: 0 0 0 -42.5px;
        height: 45px;
        width: 85px;
    }
    .products-arrow button {
        width: 40px;
        height: 40px;
    }
    .products-arrow .slick-arrow:before {
        font-size: 24px;
        line-height: 40px;
    }
    .sect1 {
        padding: 0px 0 50px;
        margin-top: 70px;
        background-attachment: unset;
    }
    .news-box .title span:nth-child(1) {
        top: -32px;
    }
    .about-box .title {
       text-align: center;
    }
    .about-box .text {
        max-width: 100%;
        float: none;
        margin: -20px 0 0 0;
        padding: 25px 25px 25px;
    }
    .about-box .pic {
        position: relative;
        margin: 20px auto 0;
    }
    .about-box .title span:nth-child(2) i {
        letter-spacing: 1px;
        padding-left: 0;
        font-size: 15px;
        padding-bottom: 18px;
    }
    .about-box .title span:nth-child(2) i:before {
        left: calc(50% - 19.5px);
        top: unset;
        bottom:0px;
    }
    .about-box article.editor {
        display: block;
        height: unset;
    }
    .about-box .pic img{
        width: 100% !important;
        height: 100% !important;
        object-fit: unset;
    }
    .about-box .more {
        margin-left: auto;
        margin-right: auto;
    }
    .sect2 {
        padding: 50px 0 ;
        background-attachment: unset;
        background-position: 0px 0px;
    }
    .sect2:before {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
    .sect2 .container {
        flex-direction: column;
    }
    .sect2 .team-box {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .sect2 .branch-box {
        width: 100%;
        padding-left: 0px;
    }
    .team-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .team-box .title {
        padding-bottom: 50px;
        text-align: center;
    }
    .team-box .more {
        position: relative;
        right: 0;
        top: 0;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
    }
    .team-arrow {
        left: 50%;
        top: 70px;
        margin: 0 0 0 -42.5px;
        height: 45px;
        width: 85px;
    }
    .team-arrow button {
        width: 40px;
        height: 40px;
    }
    .team-arrow .slick-arrow:before {
        font-size: 24px;
        line-height: 40px;
    }
    .branch-box .title {
        padding-bottom: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .branch-box .pic {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .article-sect {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .article-sect .title {
        padding-bottom: 50px;
        text-align: center;
    }
    .article-sect .more {
        position: relative;
        right: 0;
        top: 0;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
    }
    .article-arrow {
        left: 50%;
        top: 70px;
        margin: 0 0 0 -42.5px;
        height: 45px;
        width: 85px;
    }
    .article-arrow button {
        width: 40px;
        height: 40px;
    }
    .article-arrow .slick-arrow:before {
        font-size: 24px;
        line-height: 40px;
    }
}
@media screen and (max-width: 600px) {
    .news-box .title,
    .news-box .news-marquee {
        float: none;
        width: auto;
        height: 40px;
        line-height: 40px;
    }
    .news-marquee .more{
        line-height: 35px;
    }
    .news-box .news-marquee {
        padding: 0 10px;
    }
    .news-marquee .date,
    .news-marquee .name {
        line-height: 1.2;
    }
    .news-box .title span:nth-child(2) {
        line-height: 40px;
        text-align: left;
        padding-left: 15px;
        color: #FFF;
    }
    .news-box .title span:nth-child(1) {
        top: -32px;
    }
    .news-box .more {
        height: 40px;
        line-height: 40px;
    }  
}
