.clearFlex:after {
    height: 0;
    content: '';
    clear: both;
    visibility: hidden;
    display: block;
    overflow: hidden;
}
body,html{
    width: 100%;
    height: 100%;
}
.Banner{
      width: 100%;
    height: auto;
    min-width: 1000px;
    margin-top: 136px;
}
.Container{
    width: 1200px;
    margin: 55px auto;
    box-sizing: border-box;
}
.ItemItem{
    width: 100%;
    margin-top: 40px;
    height: 135px;
}
.ItemItem:hover .NewsTitle{
    color: #fa7d0a;
}
.NewsList{
    width: 100%;
    cursor: pointer;
}
.NewsItem{
    width: 9.5%;
    height: 100%;
    text-align: center;
    float: left;
    background-image: linear-gradient(to right, #fa8c0a , #fa7d0a);
    background: -webkit-linear-gradient(left,#fa8c0a,#fa7d0a);
    background: -moz-linear-gradient(left,#fa8c0a,#fa7d0a);
    background: -webkit-gradient(linear,left top,right top,from(#fa8c0a),to(#fa7d0a));
    background: linear-gradient(left,#fa8c0a,#fa7d0a);
    background: -ms-linear-gradient(left,#fa8c0a,#fa7d0a);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#fa8c0a, endColorstr=#fa7d0a);
}
.NewsItemDate{
    font-size: 39.99px;
    color: #fefefe;
    padding-top: 20px;
}
.NewsItemYear{
    font-size: 14px;
    color: #fefefe;
}
.NewsData{
    width: 90.5%;
    height: 100%;
    float: left;
    background: #eeeeee;
    padding:28px 30px;
    box-sizing: border-box;
    position: relative;
}
.NewsTitle{
    color: #333333;
    font-size: 20.05px;
    font-weight: 900;
}
.heng{
    width: 30%;
    height: 2px;
    background: #d9d9d9;
    margin-top: 5px;
}
.SubText{
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12.05px;
    color: #868686;
    margin-top: 25px;
}
.NewsData img{
    position: absolute;
    right: 40px;
    top: 40px;
}
.fenye{
    font-size: 0px;
    margin: 50px auto;
    width: 200px;
}
.fenye li{
    font-size: 20.02px;
    color: #686868;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}
.fenye li img{
    width: 30px;
    height: 30px;
}
.myActive{
    color: #fa7d0a !important;
}
@media screen and (max-width: 1200px) {
    .Container{
        width: 1000px;
        box-sizing: border-box;
    }
}
