@font-face{
    font-family: 'FZyasong';
    src: url(FZPingXYSJW.TTF);
}

*{
    padding: 0;
    margin: 0;
    
}
body{
    min-width: 1280px;
}

a{
    text-decoration: none;
}
li{
    list-style: none;
}
.bg{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 1130px;
    display: flex;
    z-index: -1;
}
.bg .left{
    width: 37vw;
    height: 100vh;
    min-width: 300px;
    background-image: linear-gradient(225deg,#170D0F 5%,#322D31 95%);
}
.bg .right{
    width: 63vw;
    height: 100vh;
    min-width: 830px;
    background-image: url(../img/index.jpg);
    background-repeat: repeat;
}
.limit{
    width: 1130px;
    margin: auto;
    padding: 100px 0 0 0 ; 
}
.limit .navigation{
    display: flex;
    justify-content: space-between;
}
.limit .navigation img{
    width: 253px;
    height: 45px;
    margin-right: 60px;
    vertical-align: top;
}
.limit .navigation .menu{
    display: flex;
    background-color: #322D31;
    width: 720px;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
}
.limit .navigation .menu li{
    color: #FDD49F;
    text-align: center;
    width: 120px;
    height: 45px;
    line-height: 45px;
    position: relative;
}
.limit .navigation .menu li::before{
    content: "|";
    color: #FDD49F;
    font-weight: bold;
    position: absolute;
    left: 0;
}
.limit .navigation .menu li:nth-child(1)::before{
    content: "";
}
.limit .top{
    margin-top: 53px;
    display: flex;
    justify-content: space-between;
}
.limit .top img{
    background-color: #FDD49F;
    box-shadow: 0 0 10px #000;
    padding: 8px;
    width: 698px;
    height: 366px;
}
.limit .top .intro{
    background-color: #FDD49F;
    padding: 10px 20px;
    width: 348px;
    height: 362px;
    box-shadow: 0 0 10px #000;
    line-height: 35px;
    font-size: 18px;
    font-family:'FZyasong' ;
}
.limit .content{
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
.limit .content .left{
    width: 258px;
    padding: 20px 0;
    background-color:#393438 ;
    height: 503px;
}

.limit .content .left .title{
    width: 70px;
    padding: 0 10px;
    text-align: justify;
    text-align-last: justify;
    vertical-align: top;
    background-color: #FDD49F;
    color: #A40017;
    line-height: 27px;
    /* text-indent: 1.5rem; */
}
.limit .content .left .text{
    color: #FDD49F;
    padding: 0 0px 0 40px;
    line-height: 50px;
    font-size: 18px;
}
.limit .content .left  .contact{
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    padding: 0 15px;
}   
.limit .content .right{
    width: 783px;
}
.limit .content .right .row-top{
    border-top: 15px solid #322D31;
    background-color: #FDD49F;
    padding: 10px;
    font-size: 16px;
    line-height: 32px;
    font-family:'FZyasong' ;
}
.limit .content .right .row-center{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 22px;
    background-color: #B6A788;
}
.limit .content .right .row-center .one{
    width: 403px;
    height: 269px;
}
.limit .content .right .row-center .one-text{
    width: 346px;
    height: 249px;
    background-color: #FDD49F;
    padding: 10px;
    font-size: 16px;
    line-height: 27px;
}
.limit .content .right .row-center .one-text div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 1.5rem;
    font-family:'FZyasong' ;
}
.limit .content .right .row-center .tow{
    margin-top: 15px;
    width: 448px;
    height: 281px;
    vertical-align: top;
}
.limit .content .right .row-center .tow-text{
    height: 264px;
    vertical-align: top;
    margin-top: 15px;
    width: 300px;
    background-color: #FDD49F;
    padding: 10px;
    font-size: 16px;
    line-height: 27px;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-line-clamp: 10; */
}
.limit .content .right .row-center .tow-text div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 1.5rem;
    font-family:'FZyasong' ;
}

.limit .content .right .row-bottom{
    border-bottom: 15px solid #322D31;
    /* height: 200px; */
    width: 783px;
    display: flex;
    justify-content: space-between;
    background-color: #FDD49F;
    margin-top: 26px;
}
.limit .content .right .row-bottom img{
    width: 254px;
    height: 156px;
    vertical-align: top;
    margin-top: 26px;
}
.limit .content .right .row-bottom .text{
    width: 480px;
    /* height: 180px; */
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}
.limit .content .right .row-bottom .text div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 30px; */
    line-height: 28px;
    text-indent: 1.5rem;
    font-size: 16px;
    font-family:'FZyasong' ;
}
.pages{
    display: flex;
    color: #000;
    justify-content: center;
}
.pages li{
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #dedede;
}
.pages a{
    color: #000;
}
.page-active{
    background-color: #A40017;
    color: #fff;
}