﻿.main-banner-box{
    width: 100%;
    display: block;
    height: 100vh;
    padding-top: 94px;
    box-sizing: border-box;
    overflow: hidden;
}
.main-banner,
.main-banner-list{
    position: relative;
}
.main-banner,
.main-banner-list-box,
.main-banner-list{
    width: 100%;
    height: 100%;
    display: block;
}
.main-banner-slong-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
     z-index: 1000;

    font-family: "Acme";
}
.main-banner-slong{
    font-size: 28px;
    color: #FFF;
    letter-spacing: 2px;
    font-family: "Acme";
}
.slick-list,
.slick-track{
    height: 100%;
}
.main-banner-list span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.news-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding:80px 0;
}
.news-list-info-title,
.news-list-info-link{
    font-family: "Acme";
    letter-spacing: 1px;
}
.news-list-info-article{
    letter-spacing: 1px;
}
/*---------------------news-style1----------------------------*/
.news-style1 .news-list{
    width: 100%;
    display: block;
    margin-bottom: 80px;
    position: relative;
    font-size: 0;
}
.news-style1 .news-list-img-box{
    width: 600px;
    height: 560px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;

}

.news-list-img-box span,
.news-list-img2 span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
}




.news-style1 .news-list-img2{
    width: 300px;
    max-width: 100%;
    height: 230px;
    display: block;
    position: absolute;
    top: calc(50% - 115px);
    left: calc(50% - 150px);
    overflow: hidden;
    z-index: 1;
}

.news-style1 .news-list-info-box{
    width: calc(100% - 600px);
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 220px;
    box-sizing: border-box;
}
.news-style1 .news-list-info-title{
    font-size: 30px;
    color: #2c4e8b;
    margin-bottom: 20px;
}
.news-style1 .news-list-info-article{
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
}

.news-style1 .news-list-info-link{
    font-size: 18px;
    width: 120px;
    letter-spacing: 2px;
    display: block;
    color: #c0a264;
    
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.news-style1 .news-list-info-link span{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.news-style1 .news-list-info-link span:before{
    content: 'none';
    font-size: 0;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #c0a264;
}
.news-style1 .news-list-info-link:after{
    content: 'none';
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0,1);
    transition: all .5s ease;
    background-color: #c0a264;
}
.news-style1 .news-list:after{
    content: 'none';
    font-size: 0;
    display: block;
    clear: both;
}

.news-style1 .news-list:nth-child(even){
    direction: rtl;
}
.news-style1 .news-list:nth-child(even) .news-list-info-box{
    padding: 0;
    padding-right: 220px;
    direction: ltr;
}


/*---------------------news-style2----------------------------*/
.news-style2 .news-list{
    width: 100%;
    display: block;

    position: relative;
    font-size: 0;
}
.news-style2 .news-list-img-box{
    width: 600px;
    height: 560px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;

}



.news-style2 .news-list-img2{
    display: none;
}

.news-style2 .news-list-info-box{
    width: calc(100% - 600px);
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    box-sizing: border-box;
}
.news-style2 .news-list-info-title{
    font-size: 30px;
    color: #c0a264;
    margin-bottom: 20px;
}
.news-style2 .news-list-info-article{
    font-size: 18px;
    color: #555;
    line-height: 2;
    margin-bottom: 40px;
}

.news-style2 .news-list-info-link{
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
    color: #FFF;
    max-width: 100%;
    position: relative;
    width: 250px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    background-color: #2c4e8b;
    text-align: center;
}


.news-style2 .news-list:nth-child(even){
    direction: rtl;
}
.news-style2 .news-list:nth-child(even) .news-list-info-box{
    padding: 0;
    padding-right: 50px;
    direction: ltr;
}


/*---------------------news-style3----------------------------*/
.news-style3 .news-list:nth-child(3n+1){
    display: block;
    float: left;
    padding-left: 0;
}
.news-style3 .news-list{
    display: block;
    float: right;
    width: calc(100% - 360px);
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: 50px;    
    max-width: 100%;
}
.news-style3 .news-list-img2{
    display: none;
}
.news-style3 .news-list:nth-child(3n+1){
    width: 360px;
}

.news-style3  .news-list-img-box{
    width: 320px;
    max-width: 100%;
    height: 230px;
    overflow: hidden;

}
.news-style3 .news-list:nth-child(3n+1)  .news-list-img-box{
    height: 260px;
    width: 100%;
    display: block;
    margin-bottom: 10px;

}

.news-style3 .news-list:nth-child(3n+1) .news-list-info-box{
    display: block;
    width: 100%;
    padding: 0;
}

.news-style3 .news-list-info-title{
    font-size: 16px;
    margin-bottom: 10px;
    height: 25px;
    overflow: hidden;
}

.news-style3 .page{
    clear: both;
}
.news-style3 .news-list-img-box{
    display: inline-block;
    vertical-align: middle;
}
.news-style3 .news-list-info-box{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 360px);
    padding-left: 20px;
    box-sizing: border-box;
}

.news-style3 .news-list-info-article{
    font-size: 14px;
    color: #555;
    max-height: 195px;
    line-height: 1.6;
    overflow: auto;
}

.news-style3 .news-list:nth-child(3n+1) .news-list-info-article{
    height: 205px;
    max-height: 100%;
}
.news-style3 .news-list-info-link{
    display: none;
}



/*--------------------------news-page--------------------------------*/
.news-page-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
}
.news-page-title-box{
    width: 100%;
    display: block;
}
.news-page-back{
    font-size: 20px;
    color: #777;
    font-family: "Acme";
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    margin-top: 5px;
    transition: all .8s ease;
    letter-spacing: 2px;
    
}
.news-page-back i{
    padding-right: 5px;
}
.news-page-title{
    width: 800px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    font-family: "Acme";
    letter-spacing: 1px;
    color: #2c4e8b;
}

.news-page-info-box{
    width: 800px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.news-page-info-img{
    margin-top: 20px;
}
.news-page-edit-box{
    margin: 20px 0;
    font-size: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d1d1d1;
}

.news-page-info-prev{
    font-size: 20px;
    font-family: "Acme";
    letter-spacing: 1px;
    position: absolute;
    top: 18%;
    left: -200px;
}
.news-page-info-next{
    font-size: 20px;
    font-family: "Acme";
    letter-spacing: 1px;
    position: absolute;
    top: 18%;
    right: -200px;
}
.news-page-info-prev i{
    font-size: 24px;
    margin-right: 5px;
}
.news-page-info-next i{
    font-size: 24px;
    margin-left: 5px;
}

.news-more-b-title{
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    color: #c0a264;
    font-family: "Acme";
    margin-bottom: 40px;
}
.news-more-list-box{
    font-size: 0;

}
.news-more-box{
    width: calc(100% + 80px);
    position: relative;
    left:-40px;
    padding:40px 0;
}
.news-more-list{
    width: 360px;
    max-width: 100%;
    display: block;
    margin: 0 40px;
    outline: none;
}
.news-more-img-box{
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden;
}
.news-more-img-box span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
}
.news-more-title{
    font-size: 16px;
    font-family: "Acme";
    margin: 10px 0;
    display: block;
    transition: all .5s ease;
}

.news-more-article{
    font-size: 14px;
    color: #555;
    display: block;
    height: 100px;
    overflow: hidden;
    transition: all .5s ease;
}