﻿/*分页>>新闻*/
.newslist1 .hidden-mask .mask-left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    transition: all 0.3s ease-in-out;
}

.newslist1 .picbox {
    width: 100%;
    position: relative;
}

.newslist1 .picbox img {
    width: 60px !important;
    height: 52px !important;
}

.newslist1 .hidden-mask .mask-right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    transition: all 0.3s ease-in-out;
}

.newslist1 .hidden-mask:hover .mask-left,
.newslist1 .hidden-mask:hover .mask-right {
    width: 0%;
}

.newslist1 .item {
    padding: 0px 12px;
    /* border-bottom: 1px dashed #ddd; */
}

.newslist1 .item .left {
    float: left;
    margin-right: 8px;
}

.newslist1 .item .right {
    /* margin-top:3px; */
}

.newslist1 .picbox:hover img {
    transform: scale(1.1, 1.1);
}

.page-news .topnew img {
    width: 100%;
    height: 330px;
}

.page-news .top-newslist1 .item {
    padding-top: 0;
    margin-bottom: 12px;
}

/* .newslist1 .item .title {
    line-height: 1.2;
} */




.news-box {
    width: 1200px;
}
.news-left-box {
    background-color: #ffffff;
    padding: 20px;
    width: 900px;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.news-right-box {
    background-color: #ffffff;
    padding: 10px 15px 0px 15px;
    width: 286px;
    float: right;
    min-height: 400px;
    border-radius: 4px;
}