.news{
    padding-top: 70px;
    box-sizing: border-box;
}
.new-list dl dt{
    overflow: hidden;
}
.new-list dl dt img{
    transition: 2s;
    -webkit-transition:2s ;
    -moz-transition:2s;
}
.new-list a:hover img{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.w1276{
    width: 1276px;
    margin: 0 auto;
}
.new-list dl{
    width: 390px;
    background-color: #fff;
    float: left;
    height: 480px;
    margin-right: 20px;
    margin-bottom: 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.new-list dl dt{
    height: 265px;
    overflow: hidden;
}
.new-list dl:last-child{
    margin-right: 0px;
}
.new-list dl dd{
    box-sizing: border-box;
    padding:20px 15px;
}
.new-list dl dd span{
    color: #000;
    letter-spacing: 6px;
    display: inline-block;
    margin-bottom: 10px;
}
.new-list dl dd h4{
    color: #000;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}
.new-list dl dd p{
    line-height: 25px;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}
.new-list dl dd a{
    color: #000;
    text-decoration: underline;
}
.page{
    text-align: center;
    margin-bottom: 40px;
}
.pagination{
    background-color: #fff;
}

.detail{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
}
.detail p span{
    display: inline-block;
    margin: 0px 15px;
}
.detail p{
    margin: 35px 0px;
}
.detail-wrap p{
    text-indent: 37px;
    text-align: left;
    color:#333;
    line-height: 30px;
    font-size: 16px;
    margin: 12px 0px;
}
.detail-wrap img{
    display: block;
    margin: 30px auto;
}
.prev{
    float: left;
    margin-top: 30px;
    color: #000;
}
.next{
    float: right;
    margin-top: 30px;
    color: #000;
}
.next:hover{
    color: #c73538;
}
.prev:hover{
    color: #c73538;
}
.loading{
    clear: both;
    text-align: center;
    margin-bottom: 50px;
    border-top:1px solid #f1f1f1;
    box-sizing: border-box;
    padding-top: 20px;
}
.loading i{
    display: inline-block;
    margin-right: 10px;
}