@CHARSET "UTF-8";


.banner .title{padding-top: 270px;}
.banner .title.active{padding-top: 150px; transition: 1.5s;}

.news-contain{padding: 4% 15%;}
.news-contain .news-detail{padding: -5px;}
.news-contain .news-content{width: 100%;border: 1px solid #d9d9d9;}
.news-contain .news-content:hover{-moz-box-shadow:0px 0px 20px #b6b5b5; -webkit-box-shadow:0px 0px 20px #b6b5b5; box-shadow:0px 0px 20px #b6b5b5;}
.news-contain .news-content img{width: 100%;max-height: 326px;}
.news-contain .news-content .news-title{line-height: 2;width: 90%;height: 100%;margin: 0 auto;padding: 2% 0; line-height: 2;}
.news-contain .news-content .news-title .title{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-contain .news-content .news-title .title:hover{color: #ff9504}
.news-contain .news-content .news-title .time{color: #aaa}
/** 分页 */
.news-contain  .casePage {font-size: 18px;margin: 0 auto;width: 90%;text-align: center;display: flex;justify-content: center;padding-top: 2%;}
.news-contain  .casePage .active{color: #ff8600;}
.news-contain  .casePage .page-item {width: 35px;margin: 0 10px;display: table-cell;border: 1px solid #d9d9d9;}