@charset 'utf-8';

.newspage{padding: 40px 0;}
.newspage .faq_item{margin-bottom: 20px;}
.newspage .faq_item .item_title{font-size: 20px; color: #000; line-height: 2em;}
.newspage .faq_item .faq_list{background: #f8f8f8; padding: 10px 20px; margin-bottom: 10px;}
.newspage .faq_item .faq_list .title{font-size: 18px; color: #212121; line-height: 36px; cursor: pointer;}
.newspage .faq_item .faq_list .title i{float: right; font-size: 20px; font-weight: bold;}
.newspage .faq_item .faq_list .text{font-size: 16px; color: #666; line-height: 28px; margin-top: 5px; display: none;}

.newspage .news_item{}
.newspage .news_item .list{width: 49%; float: left; margin: 20px 2% 20px 0;}
.newspage .news_item .list:nth-child(2n){margin-right: 0;}
.newspage .news_item .list .picture{width: 35%; float: left; overflow: hidden; border-radius: 18px;}
.newspage .news_item .list .picture img{width: 100%; height: auto; transition: all 0.5s;}
.newspage .news_item .list:hover .picture img{transform: scale(1.1);}
.newspage .news_item .list .content{width: 60%; float: right;}
.newspage .news_item .list .title{font-size: 20px; line-height: 32px;}
.newspage .news_item .list .title a{height: 64px; font-weight: bold; color: #212121; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
.newspage .news_item .list:hover .title a{color: #182b4c;}
.newspage .news_item .list .date{font-size: 12px; color: #666; margin-top: 10px;}
.newspage .news_item .list .text{font-size: 16px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; margin-top: 10px;}
.newspage .news_item .list .button{margin-top: 20px;}
.newspage .news_item .list .button a{display: inline-block; line-height: 40px; padding: 0 20px; font-size: 14px; color: #444; border: solid #d6d6d6 1px; border-radius: 10px; transition: all 0.5s;}
.newspage .news_item .list:hover .button a{background: #182b4c; border-color: #182b4c; color: #fff;}

@media (max-width:960px) {
	
}