/* 幻灯片 */
	.news-details-banner{
		width: 100%;
	}
	
	.news-details-banner img{
		width: 100%;
		height: 100%;
	}

/* 内容 */
	.news-details-content{
		width: 100%;
		padding: 1.577% 0% 3.679%;
		background-color: rgba(244, 248, 251, 1);
	}
	
	.news-details-content .crumb{
		width: 100%;
		display: flex;
		font-size: 16px;
		align-items: center;
		color: rgba(84, 84, 84, 1);
	}
	
	.news-details-content .crumb a{
		color: inherit;
		font-size: inherit;
	}
	
	.news-details-content .crumb a:first-child{
		margin-right: 0.526%;
	}
	
	.news-details-content .crumb .icon{
		margin: 0% 0.263%;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	
	.news-details-content .crumb .icon span{
		font-size: 18px;
	}
	
	.news-details-content .content-wrapper{
		width: 100%;
		display: flex;
		margin-top: 2.759%;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.news-details-content .content-wrapper .side-bar{
		width: 20.690%;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper{
		padding: 10%;
		background-color: rgba(255, 255, 255, 1);
		border-top: 2px solid rgba(29, 32, 136, 1);
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .title{
		line-height: 1;
		font-size: 20px;
		color: rgba(138, 138, 138, 1);
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .share{
		width: 100%;
		display: flex;
		margin-top: 6.250%;
		align-items: center;
		justify-content: space-between;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .share .item{
		width: 49%;
		text-align: center;
		color: rgba(191, 191, 191, 1);
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .share .item span{
		line-height: 1;
		font-size: 40px;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .share .item p{
		line-height: 1;
		font-size: 16px;
		margin-top: 4.252%;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .share samp{
		width: 0.667%;
		display: block;
		padding: 5.334% 0%;
		background-color: rgba(191, 191, 191, 1);
	}
	
	.news-details-content .content-wrapper .side-bar .chapter-wrapper{
		padding: 0% 5%;
		margin-top: 10%;
		background-color: rgba(255, 255, 255, 1);
		border-top: 2px solid rgba(29, 32, 136, 1);
	}
	
	.news-details-content .content-wrapper .side-bar .chapter-wrapper .item{
		width: 100%;
		display: block;
		padding: 7.408% 0%;
		border-bottom: 2px dashed rgba(234, 234, 234, 1);
	}
	
	.news-details-content .content-wrapper .side-bar .chapter-wrapper .item:last-child{
		border-bottom-width: 0px;
	}
	
	.news-details-content .content-wrapper .side-bar .chapter-wrapper .item p{
		font-size: 16px;
		overflow: hidden;
		line-height: 26px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		color: rgba(76, 76, 76, 1);
		-webkit-box-orient: vertical;
	}
	
	.news-details-content .content-wrapper .side-bar .chapter-wrapper .item p:first-child{
		line-height: 1;
		margin-bottom: 3.704%;
		color: rgba(191, 191, 191, 1);
	}
	
	.news-details-content .content-wrapper .content{
		width: 72.414%;
		padding: 2.069%;
		background-color: rgba(255, 255, 255, 1);
		border-top: 2px solid rgba(29, 32, 136, 1);
	}
	
	.news-details-content .content-wrapper .content .head{
		width: 100%;
		padding-bottom: 1.905%;
		border-bottom: 1px solid rgba(240, 240, 240, 1);
	}
	
	.news-details-content .content-wrapper .content .head .title{
		line-height: 1;
		font-size: 26px;
		color: rgba(16, 16, 16, 1);
	}
	
	.news-details-content .content-wrapper .content .head .time{
		line-height: 1;
		font-size: 16px;
		margin-top: 0.953%;
		color: rgba(145, 145, 145, 1);
	}
	
	.news-details-content .content-wrapper .content .text{
		font-size: 16px;
		line-height: 28px;
		padding: 2.858% 0%;
		color: rgba(58, 58, 58, 1);
	}
	
	.news-details-content .content-wrapper .content .text .image{
		width: 100%;
		margin: 2.381% 0%;
	}
	
	.news-details-content .content-wrapper .content .text .image img{
		width: 100%;
		height: 100%;
	}
	
	.news-details-content .content-wrapper .content .chapter-wrapper{
		display: none;
	}

/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 幻灯片 */

/* 内容 */
	.news-details-content .crumb{
		font-size: 15px;
	}
	
	.news-details-content .crumb .icon span{
		font-size: 17px;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .title{
		font-size: 18px;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .share .item span{
		font-size: 38px;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .share .item p{
		font-size: 15px;
	}
	
	.news-details-content .content-wrapper .side-bar .chapter-wrapper .item p{
		font-size: 15px;
		line-height: 24px;
	}
	
	.news-details-content .content-wrapper .content .head .title{
		font-size: 24px;
	}
	
	.news-details-content .content-wrapper .content .head .time{
		font-size: 15px;
	}
	
	.news-details-content .content-wrapper .content .text{
		font-size: 15px;
		line-height: 26px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */

/* 内容 */
	.news-details-content .crumb{
		font-size: 14px;
	}
	
	.news-details-content .crumb .icon span{
		font-size: 16px;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .title{
		font-size: 16px;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .share .item span{
		font-size: 36px;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .share .item p{
		font-size: 14px;
	}
	
	.news-details-content .content-wrapper .side-bar .chapter-wrapper .item p{
		font-size: 14px;
		line-height: 22px;
	}
	
	.news-details-content .content-wrapper .content .head .title{
		font-size: 22px;
	}
	
	.news-details-content .content-wrapper .content .head .time{
		font-size: 14px;
	}
	
	.news-details-content .content-wrapper .content .text{
		font-size: 14px;
		line-height: 24px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 幻灯片 */

/* 内容 */
	.news-details-content .crumb{
		font-size: 13px;
	}
	
	.news-details-content .crumb .icon span{
		font-size: 15px;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .title{
		font-size: 14px;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .share .item span{
		font-size: 34px;
	}
	
	.news-details-content .content-wrapper .side-bar .share-wrapper .share .item p{
		font-size: 13px;
	}
	
	.news-details-content .content-wrapper .side-bar .chapter-wrapper .item p{
		font-size: 13px;
		line-height: 20px;
	}
	
	.news-details-content .content-wrapper .content .head .title{
		font-size: 20px;
	}
	
	.news-details-content .content-wrapper .content .head .time{
		font-size: 13px;
	}
	
	.news-details-content .content-wrapper .content .text{
		font-size: 13px;
		line-height: 22px;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */

/* 内容 */
	.news-details-content .crumb{
		font-size: 12px;
	}
	
	.news-details-content .crumb .icon span{
		font-size: 14px;
	}
	
	.news-details-content .content-wrapper .side-bar{
		display: none;
	}
	
	.news-details-content .content-wrapper .content{
		width: 100%;
	}
	
	.news-details-content .content-wrapper .content .head .title{
		font-size: 18px;
	}
	
	.news-details-content .content-wrapper .content .head .time{
		font-size: 12px;
	}
	
	.news-details-content .content-wrapper .content .text{
		font-size: 12px;
		line-height: 20px;
	}
	
	.news-details-content .content-wrapper .content .chapter-wrapper{
		width: 100%;
		display: flex;
		margin: 1.370% 0%;
		align-items: center;
		justify-content: space-between;
	}
	
	.news-details-content .content-wrapper .content .chapter-wrapper .item{
		width: 48%;
		font-size: 12px;
		line-height: 30px;
		border-radius: 5px;
		padding: 2.396% 0%;
		color: rgba(76, 76, 76, 1);
		box-shadow:
		2px 2px 2px rgba(247, 247, 247, 1), 
		2px -2px 2px rgba(247, 247, 247, 1), 
		-2px 2px 2px rgba(247, 247, 247, 1), 
		-2px -2px 2px rgba(247, 247, 247, 1);
	}
	
	.news-details-content .content-wrapper .content .chapter-wrapper .item p:first-child{
		padding: 0% 5%;
		line-height: 1;
	}
	
	.news-details-content .content-wrapper .content .chapter-wrapper .item p:last-child{
		padding: 0% 5%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	.news-details-banner{
		margin-top: 61px;
	}

/* 内容 */
	.news-details-content .content-wrapper .content .head .title{
		font-size: 16px;
		line-height: 20px;
	}
}