.news { margin: 4rem 0; width: 100%; float: left; }
.news-list { width: 100%; float: left; }
.news-list a { display: block; width: calc(33.33% - 4rem); margin-right: 6rem; margin-bottom: 6rem; overflow: hidden; float: left; }
.news-list a:nth-of-type(3n) { margin-right: 0; }
.news-img { width: 100%; height: 30rem; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.news-img img { width: 100%; height: auto; min-height: 100%; transition: all 1s; }
.news-info { width: 100%; float: left; }
.news-info .date { width: 100%; float: left; margin: 1rem 0; font-size: 1.4rem; color: #999; }
.news-info .news-tit { font-size: 2rem; font-family: 'hbold'; margin-bottom: 1rem; float: left; }
.news-info .con { font-size: 1.6rem; color: #666; margin: 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; text-align: justify; font-family: 'hlight'; padding: 0; width: 100%; }
.news-list a:hover .news-tit { color: #0863c4; }
.news-list a:hover .news-img img { transform: scale(1.1, 1.1); }
.news-particulars { width: 100%; float: left; margin-top: 9rem; }
.news-particulars .nav { background: #F8F8F8; width: 100%; display: flex; align-items: center; justify-content: space-between; }
.news-particulars .wrap { width: 130rem;height: 100%; padding: 2rem 0; }
.news-particulars .nav p { font-size: 1.4rem; font-weight: 400; color: #333333; float: left; }
.news-particulars .nav a { font-size: 1.4rem; color: #0C4FA4; float: right; }
.news-particulars .title { text-align: center; font-size: 3.6rem; font-weight: bold; color: #333333; line-height: 3.2rem; margin:5rem 0; }
.news-particulars .cont { width: 100%; margin: 0 auto; padding: 3rem 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.news-particulars .cont p{text-indent:3.6rem; margin: 3.2rem 0;  display: flex;justify-content: center;text-align: justify;}
.news-particulars .cont p img{margin:0 auto;}
.news-particulars .change-page { height: 16.5rem; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.news-particulars .change-page .left { display: flex; align-items: center; }
.news-particulars .change-page .left p { margin: 0 29px; font-size: 18px;color: #333333; line-height: 32px; }
.news-particulars .change-page .left p:hover { color: #0863C4; }
.news-particulars .change-page .right { display: flex; align-items: center; }
.news-particulars .change-page .right p { margin: 0 29px; font-size: 18px; color: #333333; line-height: 32px; }
.news-particulars .change-page .right p:hover { color: #0863C4; }
.news-particulars .change-page .right img { transform: rotateZ(180deg); }
@media screen and (max-width: 992px) {
.news-list a{width:100%;margin:0 0 30px 0;}
  .news-img{height: 240px;}
  .news-particulars .wrap{width:100%; padding:20px;}
  .news-particulars .title{font-size:24px; margin:20px 0;}
  .news-particulars .cont p{margin:20px 0;}
  .news-particulars .cont{font-size:15px;border-bottom:none;}
  .news-particulars .change-page{display:none;}
  .news-particulars{margin-top:60px;}
}
