.news .content{
    background: #efefef;
    padding:86px 0 20px;
}
.news .box{
    min-width:1140px;
    max-width: 1450px;
    margin:0 auto;
}

.news .news-i{
    max-width: 446px;
    border:none;
    margin-bottom: 37px;
    background: transparent;
}
.news .news-i a.img-wrap{
    display: block;
    /*max-height: 540px;*/
    height: 316px;
    overflow: hidden;
}
.news .news-i a.img-wrap>img{
    width: 100%;
    height: 100%;
}
.news .news-i-title {
    display:block;
    height: 52px;
    line-height: 55px;
    text-align: center;
    position: relative;
    color: #404040;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
}
.news .short-line{
    width: 100px;
    height: 3px;
    position: absolute;
    bottom:0;
    left: 50%;
    margin-left: -50px;
    background: goldenrod;
}
.news .news-i-msg{
    padding-top: 13px;
    height: 73px;
    text-align: justify;
    font-size: 17px;
    color:#404040;
    line-height:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    position: relative;
}
.news .news-i-msg a{
    font-size: 18px;
    color: #d5bf8d;
    position: absolute;
    bottom:-2px;
    right: 0;
    cursor: pointer;
    /*font-weight:bold;*/
    font-family:'SFUIText-Regular';
}
.news .part-line {
    height: 120px;
    background: #fff;
    background: url("/public/images/gold-1920.png") no-repeat;
    background-position: center;
}

/* add */
.news-top-image{
    display: block;
}
.news-top-title1{
    margin: 83px auto 50px;
}
.news-top-title2{
    margin: 0 auto 30px;
}
.news-top-title3{
    margin: 0 auto 58px;
}
.cxscroll .list li{
    float: left;
    max-width:497px;
}

.cxscroll {
    position: relative;
    margin: 0 auto;
    width: 1450px;
}
.cxscroll .prev,
.cxscroll .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}
.cxscroll .prev {
    left: -38px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #e1e1e1;
    border-bottom: 20px solid transparent;
}
.cxscroll .next {
    right: -32px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 23px solid #e1e1e1;
    border-bottom: 20px solid transparent;
}

/*@media only screen and (min-width: 641px){
    .am-avg-md-3>li:nth-of-type(3n+1) {
        clear:none;
    }
}
@media only screen and (min-width: 641px){
    .am-avg-md-3>li:nth-of-type(n) {
        clear: none;
    }
}*/
.event-nav {
    margin-bottom: 100px;
}
.icon-line-g{
    margin-top:70px;
}
.news-content-wrap video {
    max-width: 100%;
    background: url('/public/images/big-v.png') no-repeat center center;
    background-size:contain;
}