@charset "utf-8";

.news-box{width: 100%;padding: 80px 0 160px 0;}
.news-box li{display: flex;justify-content: space-between;border-bottom: 1px solid #e0e0e0;padding:60px 0 94px 0;}
.news-box .new-left{text-align: left;height: auto;display: flex;flex-direction: column;width: 38%;}
.news-box .more-btn{margin-top: auto;margin-left: unset;background: #cccccc;}
.news-box .new-left h3{font-size: 28px;text-align: left;line-height: 36px;color: #000;font-family: 'Arial';}
.news-box .new-left h5{font-size: 16px;line-height: 32px;margin: 30px 0 40px 0;color: #969696;font-family: 'Arial';display: flex;align-items: center;}
.news-box .new-left h5 img{display: block;width: 18px;height: 18px;object-fit: cover;margin-right: 12px;}
.news-box .new-left p{font-size: 16px;line-height: 32px;color: #969696;font-family: 'Arial';}
.news-box .new-right{width: 55%;overflow: hidden;}
.news-box .new-right img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all .4s linear;-webkit-transition: all .4s linear;}
.news-box .new-right:hover img{transform: scale(1.02);}
.news-box li .more-btn:hover {background: #d30008;}

@media (max-width:1366px) {
	.news-box{padding: 60px 0 100px 0;}
}
@media (max-width:1280px) {
	.news-box .new-left h5{margin: 20px 0;}
	.news-box{padding: 40px 0 60px 0;}
	.news-box li{padding: 40px 0;}
}
@media (max-width:1080px) {
	.news-box .new-left h5{line-height: 20px;margin: 10px 0;}
	.news-box .new-left h3{font-size:20px ;line-height: 28px;}
	.news-box .new-left p{line-height: 24px;}
	.news-box{margin-bottom: 10%;}
}
@media (max-width:769px) {
	.news-box{padding: 20px 0;}
	.news-box li{flex-direction: column;padding: 20px 0;}
	.news-box .more-btn{margin: 20px 0;}
	.news-box .new-left{width:100%;}
	.news-box .new-right{width: 100%;}
}

/* 页码 */
.page01{text-align: center;width: 100%;margin-top: 60px;}
.page01 .current{color: #fff;background: #d30008;}
.page01 a{display: inline-block;zoom: 1;padding: 0 16px;height: 40px;line-height: 40px;margin: 0 6px;color: #999999;background: #f5f5f5;cursor: pointer;text-align: center;}
.page01 a:hover{background: #d30008;color: #fff;}
/*.page01 a:nth-child(6){background: none;margin: 0;}*/
.page01 input.go{background: #d30008;color: #fff;border:none}
.page01 input{display:inline-block;zoom:1;display:inline;width:50px;padding:0 8px;margin: 0 6px;height:40px;border:none;background:#f5f5f5;}
.list-more{display: none;width: 120px;border: 1px solid #d30008;border-radius: 8px;text-align: center;margin: 0 auto;}
.list-more a{font-size: 16px;color: #d30008;line-height: 30px;}
@media (max-width:769px) {
	.page01{display: none;}
	.list-more{display: block;margin-top: 4%;}
}

/* 详情页 */
.news-detail{padding: 90px 0 160px 0;}
.detail-title{width: 100%;}
.detail-title h2{font-size: 48px;line-height: 36px;font-weight: bold;color: #333;font-family: 'Arial';}
.detail-title h5{font-size: 16px;line-height: 32px;margin: 30px 0 40px 0;color: #969696;font-family: 'Arial';display: flex;align-items: center;}
.detail-title h5 img{display: block;width: 18px;height: 18px;object-fit: cover;margin-right: 12px;}

.news-detail .cent{padding: 40px 0;border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;}
.news-detail .cent p{font-size: 16px;line-height: 32px;color: #888;font-family: 'Arial';}

.detail-btn{width: 100%;margin-top: 38px;}
.detail-btn ul{width: 100%;display: flex;justify-content: space-between;}
.detail-btn li h3{font-size: 16px;line-height: 30px;color: #888888;font-family: "Arial";display: flex;align-items: center;}
.detail-btn li h3 img{width: 18px;height: 18px;display: block;margin-right: 8px;}
.detail-btn li:hover h3{color: #d30008;}
@media (max-width:1280px) {
	.news-detail{padding: 60px 0 80px 0;}
}
@media (max-width:769px) {
	.detail-title h2{font-size: 30px;line-height: 34px;}
	.detail-title h5{margin: 10px 0 20px 0;}
	.news-detail{padding: 40px 0 60px 0;}
	.news-detail .cent{padding: 20px 0;}
	.detail-btn{margin-top: 4%;}
}
@media (max-width:480px) {
	.detail-title h5{font-size: 14px;line-height: 20px;}
	.detail-title h5 img{width: 12px;height: 12px;margin-right: 8px;}
	.detail-title h2{font-size: 22px;line-height: 26px;}
	.news-detail .cent p{font-size: 12px;line-height: 26px;}
	.news-detail{padding: 20px 0 30px 0;}
	.detail-btn li h3{font-size: 14px;line-height: 24px;}
	.detail-btn li h3 img{width: 16px;height: 16px;}
}