.head{
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.head .logo{
    background: url(/assets/index/images/logo2.png) no-repeat center center / 100% 100%;
}
.head a{
    color: #7c0014;
}
.head .head-on{
    border-left: 1px solid #7c0014;
    color: #7c0014;
}
.head .head-item.active a{
    font-weight: bold;
}
.box{
    background: #ffffff;
}
.about{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 120px;
}
.about .w-1200{
    display: flex;
    justify-content: space-between;
}
.about .about-le{
    width: 190px;
    height: auto;
    overflow: hidden;
}
.about-le .about-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #7c0014;
    line-height: 34px;
    margin-top: 10px;
}
.about-le .about-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.about-ul .about-li{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    cursor: pointer;
}

.about-li.active {
    color: #7c0014;
}
.about .about-ri{
    width: 900px;
    height: auto;
    overflow: hidden;
}
.top{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 10px;
}
.top .top-le{
    width: auto;
    height: 35px;
    border-left: 4px solid #7c0014;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 32px;
}
.top-le span{
    color: #7c0014;
}
.top .top-ri{
    width: auto;
    height: 40px;
    font-size: 18px;
    color: #999999;
    line-height: 40px;
    display: block;
}
.about-ri .new{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new .new-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new-ul .new-li{
    width: 100%;
    height: 240px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.new-li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.new-li .new-img{
    width: 300px;
    height: 200px;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.new-li .new-box{
    width: 566px;
    height: 200px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
.new-box .new-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    /*margin-top: 15px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-box .new-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*text-indent: 2em;*/
    text-align: justify;
}
.new-box .new-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 0;
    display: flex;
}
.new-span .span{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-right: 90px;
}
.new .page{
    width: 100%;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 60px;
}