.banner img{
    width: 100%;
    margin: 0 auto;
}
.news-list{
    width: 100%;
}
.news-list .list{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.news-list .list li{
    height: 202px;
    width: 100%;
    /* background-color: powderblue; */
}
.news-list .list li:nth-child(1){
    margin-top: 60px;
}
.list li{
    border-top: 1px solid #7b7b7b;
    position: relative;
    font-size: 17px;
}
.list li:nth-child(4){
    border-bottom: 1px solid #7b7b7b;
}
.list li img{
    float: left;
    margin-top: 23px;
    width: 255px;
    height: 155px;
}
.list li span{
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #2a3b72;
    float: left;
    margin-top: 23px;
    margin-left: 45px;
    text-align: center;
    color: #2a3b72;

}
.list li span h3{
    font-weight: bold;
    margin-top: 5px;
}
.list li span i{
    transform-origin:left;
	transform: scale(0.42);
}
.list li b{
    float: left;
    margin-left: 16px;
    color: black;
    margin-top: 17px;
}
.list li p{
    transform: scale(0.76);
    position: absolute;
    top: 75px;
    left: 330px;
    /* background-color: brown; */
    width: 490px;
}
.list li a:nth-of-type(2){
    width: 100px;
    height: 30px;
    background-color: #4cd4d8;
    color: white;
    font-size: 16px;
    position: absolute;
    top: 157px;
    text-align: center;
    right: 6px;
    line-height: 30px;
}
.paging{
    width: 1000px;
    height: 105px;
    margin: 0 auto;
}
.paging .page{
    float: right;
    width: 146px;
    height: 18px;
    margin-top: 17px;
    background-color: tomato;
}


/* 新增css */
.pagination, .pagelist {
    position: relative;
    right: 14px;
    top: 15px;
    float: right;
}

.pagination li, .pagelist li {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    line-height: 18px;
    text-align: center;
    margin: 0 5px;
    height: 18px;
    min-width: 18px;
    overflow: hidden;
    background-color: #f1f1f5;
}

.pagination li:hover, .pagelist li:hover {
    background-color: #4cd4d8;
    border-color: #4cd4d8;
    color: #fff
}

.pagination .active, .pagelist .active {
    background-color: #4cd4d8;
    border-color: #4cd4d8;
    color: #fff
}

.pagination img, .pagelist img {
    cursor: pointer;
    margin: 0 5px;
    min-width: 18px;
    height: 21px;
    
}
.upper1{
    position: absolute;
    z-index: 78787878;
    top: -1px;
    left: -30px;
    width: 21px;
    display: block;
}
.next{
    position: absolute;
    z-index: 78787878;
    top: 0px;
    
}