/* 内容 */
	.news-details-wrapper{
		width: 100%;
		padding: 3.679% 0% 3.153%;
		background-color: rgba(245, 245, 245, 1);
	}
	
	.news-details-wrapper .title{
		width: 100%;
		font-size: 26px;
		line-height: 1.2;
		color: rgba(0, 0, 0, 1);
	}
	
	.news-details-wrapper .time{
		display: flex;
		margin-top: 1.786%;
		align-items: center;
		justify-content: flex-start;
		color: rgba(136, 136, 136, 1);
	}
	
	.news-details-wrapper .time span{
		line-height: 1;
		font-size: 16px;
		margin-right: 5px;
	}
	
	.news-details-wrapper .time p{
		line-height: 1;
		font-size: 14px;
	}
	
	.news-details-wrapper .content-wrapper{
		width: 100%;
		margin-top: 3.215%;
	}
	
	.news-details-wrapper .content-wrapper .content{
		padding: 2.143%;
		border-radius: 5px;
		background-color: rgba(255, 255, 255, 1);
	}
	
	.news-details-wrapper .content-wrapper .content p{
		font-size: 16px;
		line-height: 26px;
		color: rgba(89, 89, 89, 1);
	}
	
/* 上下篇 */
	.news-details-wrapper .chapter-wrapper{
		width: 100%;
		display: flex;
		margin-top: 2.500%;
		align-items: center;
		justify-content: space-between;
	}
	
	.news-details-wrapper .chapter-wrapper .item{
		width: 50%;
		line-height: 1;
		display: block;
		font-size: 16px;
		color: rgba(89, 89, 89, 1);
	}
	
	.news-details-wrapper .chapter-wrapper .item:last-child{
		text-align: right;
	}
	
	.news-details-wrapper .chapter-wrapper .item:first-child{
		text-align: left;
	}
	
	.news-details-wrapper .chapter-wrapper .item p:last-child{
		width: 70%;
		overflow:hidden;
		margin-top: 2.143%;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	
	.news-details-wrapper .chapter-wrapper .item:last-child p:last-child{
		margin-left: 30%;
	}
	
	.news-details-wrapper .chapter-wrapper .item:first-child p:last-child{
		margin-left: 0%;
	}
	
	/* 上下篇选中 */
	.news-details-wrapper .chapter-wrapper .item.current-hover-item p:first-child{
		color: rgba(230, 0, 18, 1);
	}
	
/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 内容 */
	.news-details-wrapper .title{
		font-size: 24px;
	}
	
	.news-details-wrapper .time span{
		font-size: 15px;
	}
	
	.news-details-wrapper .time p{
		font-size: 13px;
	}
	
	.news-details-wrapper .content-wrapper .content p{
		font-size: 15px;
		line-height: 24px;
	}
	
/* 上下篇 */
	.news-details-wrapper .chapter-wrapper .item{
		font-size: 15px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 内容 */
	.news-details-wrapper .title{
		font-size: 22px;
	}
	
	.news-details-wrapper .time span{
		font-size: 14px;
	}
	
	.news-details-wrapper .time p{
		font-size: 12px;
	}
	
	.news-details-wrapper .content-wrapper .content p{
		font-size: 14px;
		line-height: 22px;
	}
	
/* 上下篇 */
	.news-details-wrapper .chapter-wrapper .item{
		font-size: 14px;
	}	
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 内容 */
	.news-details-wrapper .title{
		font-size: 20px;
	}
	
	.news-details-wrapper .content-wrapper .content p{
		font-size: 13px;
		line-height: 20px;
	}
	
/* 上下篇 */
	.news-details-wrapper .chapter-wrapper .item{
		font-size: 13px;
	}		
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 内容 */
	.news-details-wrapper{
		padding-top: 3.530%;
		padding-bottom: 3.530%;
	}
	
	.news-details-wrapper .title{
		font-size: 18px;
	}
	
	.news-details-wrapper .time{
		margin-top: 2.615%;
	}
	
	.news-details-wrapper .content-wrapper{
		margin-top: 3.922%;
	}
	
	.news-details-wrapper .content-wrapper .content p{
		font-size: 12px;
		line-height: 18px;
	}
	
/* 上下篇 */
	.news-details-wrapper .chapter-wrapper{
		display: block;
		margin-top: 5.229%;
	}
	
	.news-details-wrapper .chapter-wrapper .item{
		width: 100%;
		font-size: 12px;
		padding: 2.655% 0%;
		border-bottom: 1px solid rgba(224, 224, 224, 1);
	}
	
	.news-details-wrapper .chapter-wrapper .item:last-child{
		text-align: left;
		border-bottom-width: 0px;
	}
	
	.news-details-wrapper .chapter-wrapper .item:last-child p:last-child{
		margin-left: 0%;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 内容 */
	
/* 上下篇 */
}