.news-wrap{
    position: relative;
    text-align: center;
    background-image: url("../image/news.jpg");
    background-position: center;
    background-size: cover;
    height: 500px;
}
.header{
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: visible;
}
.banner{
    height: 700px;
    text-align: center;
}
.banner .des{
    width: 100%;
}
.news-list{
    background-color: #222222;
    padding-top: 40px;
}
.news-list .containr{
    padding-top: 60px;
    padding-bottom: 40px;
}
.news-list .more-group{

    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}
.news-list .more-group .more{
    cursor: pointer;
    color: #e0e0e0;
}
.news-item{
    position: relative;
    padding-left: 140px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #dddddd;
    margin-left: 200px;
    margin-bottom: 40px;
}
.news-item .news-date{
    font-family:'ITCAvantGardeStd';
    position: absolute;
    top: 50%;
    margin-left: -264px;
    margin-top: -54px;
    box-shadow: 0px 1px 5px #7e8c8d;
}
.news-item .news-date .years,.news-item .news-date .monthDay{
    border:4px solid #fff;
    float: left;
    line-height: 100px;
    text-align: center;
}
.news-item .news-date .years{
    border-right: none;
    font-size: 40px;
    width: 120px;
    color: #fff;
}
.news-item .news-date .monthDay{
    width: 100px;
    border-color: #111111;
    border-left: none;
    font-size: 30px;
}
.news-title{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
}
.news-title:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-left: 4px solid #aaa;
    border-bottom: 4px solid #aaa;
    position: absolute;
    bottom: 0px;
    left: 20px;
}
.news-text{
    width: 500px;
}
.news-des{
    margin-top: 40px;
}
.news-item .news-img img{
    width: 240px;
    display: block;
}
.news-item .news-img{
    margin-right: 40px;
    box-shadow: 0px 5px 10px #666666;
}
.news-item-more.iconfont{
    position: absolute;
    display: block;
    bottom: 10px;
    right: 30px;
    font-size: 30px;
    text-align: center;
}

.newsBig{
     width: 100%!important;
     height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    margin: 30px 0!important;
}
.news-imgs{
    width: 100%;
    padding-bottom: 73.4%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.news-imgs img{
   width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top:0;
}
.father{
      width: 350px;
      position: absolute;
    top:20px;
}
.newsListContainr{
    height: 300px;
    width: calc(100% - 280px);
    background: #f3f3f3;
    float: right;
}
.newsListContainr .news-title{
     margin-left: 120px;
    margin-top: 10px;
    font-size:25px;
    color: #b29c73;
}
.news-detial{
    margin-left: 120px;
    margin-top: 15px;
    line-height:30px;
    font-size:15px;
    margin-right: 80px;
    color: #beae8c;
    position: relative;
    height: 150px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-times{
    font-size:14px;
    margin-left: 120px;
    margin-top: 15px;
    color: #89785c;

}
.news-list-item{
    width: 48%;
    margin-top: 20px;
    overflow: hidden;
    float: left;
}
.time{
    width: 60px;
    height: 60px;
     background: #ab9365;
    float: left;
    text-align: center;
    color: white;
}
.right{
    width: calc(100% - 60px);
    float: left;
    height: 150px;
    background: #f3f3f3;
}
.timeBig{
    font-size:20px;
    font-weight:bold;
    margin-top: 10px;
}
.timesmall{
    margin-top: 5px;
    font-size:14px;
}

.right .news-title{
    padding-left: 40px;
    font-size:20px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.right .news-title:before{
    border-left: 4px solid #333;
    border-bottom: 4px solid #333;

}
.news-details{
    margin-left: 20px;
    color: #949494;
    font-size:14px;
    line-height:25px;
    margin-top: 15px;
    margin-right: 20px;
    height: 75px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 30px;
}
.first:before{
    display: none;
}
.newsBig .first{
    padding-bottom: 0px!important;

}
