.news-components{
    margin-bottom: 60px;
}

p {
    margin: 0;
}
.news-banner {
    height: 300px;
}
.news-wrap {
    margin-top: 70px;
}
.news-category {
    width: 1200px;
    margin: 0 auto;
}
.scroll-left,
.scroll-right {
    position: absolute;
    top: 0;
    width: 35px;
    height: 50px;
    cursor: pointer;
}
.scroll-left {
    left: -55px;
    background: url(../images/news/left.png) no-repeat;
}
.scroll-right {
    right: -55px;
    background: url(../images/news/right.png) no-repeat;
}
.scroll-left:hover {
    background: url(../images/news/left-hover.png) no-repeat;
}
.scroll-right:hover {
    background: url(../images/news/right-hover.png) no-repeat;
}
.new-tabs {
    overflow: hidden;
}
.news-list {
    font-size: 0;
    white-space: nowrap;
    transform: translate3d(0,0,0);
    transition: all .5s;
}
.news-cell {
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
    width: 166px;
    height:50px;
    border-radius:10px 10px 0px 0px;
    font-size:20px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.news-cell:first-child {
    margin-left: 0;
}
.news-category-bottom {
    height:12px;
    border-radius:0px 10px 0px 0px;
    opacity: .8;
}
.new-list-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.aval-box {
    flex: 0 0 auto;
    width: 560px;
    height: 420px;
    overflow: hidden;
}
.aval-box img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.0);
    transition: transform 2s;
}
.box-1-list {
    margin-left: 40px;
}
.box-1-item {
    padding: 42px 0;
    border-bottom: 1px solid #E5E5E5;
}
.box-1-item:last-child {
    padding: 42px 0 0 0;
    border-bottom: none;
}
.box-1-item:first-child {
    padding: 0 0 42px 0;
}
.box-1-date {
    padding-top: 13px;
    flex: 0 0 auto;
    width: 84px;
    height: 84px;
    background: #F5F5F5;
}
.box-1-date p:first-child {
    text-align: center;
    color: #333333;
    font-size: 30px;
    line-height: 30px;
}
.box-1-date p:last-child {
    margin-top: 15px;
    color: #212121;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
.box-1-new-item {
    margin-left: 20px;
    flex-grow: 1;
    width: 499px;
}
.new-title {
    color: #212121;
    font-size: 18px;
    cursor: pointer;
}
.new-dept {
    margin-top: 16px;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 43px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  /*要显示的行数*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new-list-box .box-2 {
    margin-top: 62px;
}
.box-2-item {
    cursor: pointer;
    margin-top: 40px;
}
.box-2-item:first-child {
    margin-top: 0;
}
.box-2-item-aval {
    flex: 0 0 auto;
    width: 200px;
    height: 150px;
}
.box-2-item-aval img {
    display: block;
    width: 100%;
    height: 100%;
}
.box-2-info {
    flex-grow: 1;
    margin-left: 40px;
    border-bottom: 1px solid #E5E5E5;
    padding-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.box-2-item:hover {
    background-color: #E5E5E5;
}
.box-2-info:hover {
    border-bottom: 1px solid #137DCD;
    transition: all 1s;
}
.box-2-info .new-title {
    padding-top: 31px;
    width: 760px;
}
.box-2-info .new-dept {
    margin-top: 23px;
}
.box-2-date {
    padding-top: 31px;
    color: #212121;
    font-size: 16px;
    line-height: 18px;
}
.news-wrap .load-more {
    margin: 79px auto;
    width: 100px;
    cursor: pointer;
    text-align: center;
    color: #137DCD;
    font-size: 18px;
}
.news-wrap .load-more:hover {
    color: #01A8FF;
}
.new-title:hover {
    color: #137DCD;
}
.news-components .pageations {
    text-align: center;
    width: 1200px;
    margin: 60px auto;
    height: 36px;
}
.scale-up img{
    transform: scale(1.4);
    transition: transform 4s;
}
.pageations {
    margin: 60px;
    text-align: center;
}
.news-cell:hover{
    color: #fff;
}
.news-list>a{
    opacity: .8;
}
.news-list>a:hover{
    opacity: 1;
}
/* .news-list>a:nth-child(1):hover{
    background-color: #0058b3 !important;
}
.news-list>a:nth-child(2):hover{
    background-color: #0b8500 !important;
}
.news-list>a:nth-child(3):hover{
    background-color: #de7300 !important;
}
.news-list>a:nth-child(4):hover{
    background-color: #ca005f !important;
} */