/* 幻灯片 */
	.obligation-banner{
		width: 100%;
	}
	
	.obligation-banner img{
		width: 100%;
		height: 100%;
	}
	
	.obligation-banner .mobile-image{
		display: none;
	}
	
	.obligation-banner .computer-image{
		display: block;
	}
	
/* 内容 */
	.obligation-wrapper{
		width: 100%;
		padding: 5.255% 0% 4.730%;
		background-color: rgba(245, 245, 245, 1);
	}
	
	.obligation-wrapper .content-wrapper{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.obligation-wrapper .content-wrapper .upper-wrapper{
		width: 41.429%;
	}
	
	.obligation-wrapper .content-wrapper .upper-wrapper .title-chinese{
		line-height: 1;
		font-size: 26px;
		color: rgba(0, 0, 0, 1);
	}
	
	.obligation-wrapper .content-wrapper .upper-wrapper .explain{
		font-size: 16px;
		line-height: 26px;
		margin-top: 2.858%;
		color: rgba(118, 118, 118, 1);
	}
	
	.obligation-wrapper .content-wrapper .below-wrapper{
		width: 44.643%;
	}
	
	.obligation-wrapper .content-wrapper .below-wrapper img{
		width: 100%;
		height: 100%;
	}
	
/* 新闻动态 */		
	.obligation-news{
		width: 100%;
		padding-bottom: 4.204%;
		background-color: rgba(245, 245, 245, 1);
	}
	
	.obligation-news .content-wrapper{
		width: 100%;
		display: grid;
		 grid-column-gap: 35px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.obligation-news .content-wrapper .item{
		width: 100%;
		display: block;
		padding: 4.396% 0%;
		border-radius: 5px;
		border-bottom: 1px solid rgba(224, 221, 221, 1);
	}
	
	.obligation-news .content-wrapper .item .content{
		width: 94%;
		display: flex;
		margin: 0 auto;
		align-items: center;
		justify-content: space-between;
	}
	
	.obligation-news .content-wrapper .item .content .date{
		width: 80px;
		height: 80px;
		display: flex;
		border-radius: 5px;
		align-items: center;
		justify-content: center;
		background-color: rgba(226, 226, 226, 1);
	}
	
	.obligation-news .content-wrapper .item .content .date .text p:first-child{
		line-height: 1;
		font-size: 24px;
		text-align: center;
		color: rgba(61, 61, 61, 1);
		font-family: "SourceHanSansCN-Bold";
	}
	
	.obligation-news .content-wrapper .item .content .date .text p:last-child{
		line-height: 1;
		font-size: 16px;
		text-align: center;
		margin-top: 6.250%;
		color: rgba(61, 61, 61, 1);
		font-family: 'SourceHanSansCN-Normal';
	}
	
	.obligation-news .content-wrapper .item .content .explain{
		width: 82.613%;
		font-size: 16px;
		overflow: hidden;
		line-height: 26px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		color: rgba(61, 61, 61, 1);
		-webkit-box-orient: vertical;
	}
	
	/* 面包屑导航-选中 */
	.obligation-crumb .content-wrapper .below-wrapper .menu .menu-item.current-menu-item a{
		color: rgba(0, 0, 0, 1);
	}
	
	.obligation-crumb .content-wrapper .below-wrapper .menu .menu-item.current-menu-item a::after{
		width: 100%;
		content: '';
		height: 3px;
		background-color: rgba(230, 0, 18, 1);
		position: absolute;
		left: 0%;
		bottom: -2px;
	}
	
	/* 社会责任-新闻-悬停 */
	.obligation-news .content-wrapper .item.current-hover-item{
		background-color: rgba(255, 255, 255, 1);
		border-bottom: 2px solid rgba(230, 0, 18, 1);
	}
	
/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 幻灯片 */
	
/* 内容 */
	.obligation-wrapper .content-wrapper .upper-wrapper .title-chinese{
		font-size: 24px;
	}
	
	.obligation-wrapper .content-wrapper .upper-wrapper .explain{
		font-size: 15px;
		line-height: 24px;
	}
	
/* 新闻动态 */	
	.obligation-news .content-wrapper{
		 grid-column-gap: 30px;
	}
	
	.obligation-news .content-wrapper .item .content .date{
		width: 75px;
		height: 75px;
	}
	
	.obligation-news .content-wrapper .item .content .date .text p:first-child{
		font-size: 22px;
	}
	
	.obligation-news .content-wrapper .item .content .date .text p:last-child{
		font-size: 15px;
	}
	
	.obligation-news .content-wrapper .item .content .explain{
		font-size: 15px;
		line-height: 24px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */
	
/* 内容 */
	.obligation-wrapper .content-wrapper .upper-wrapper .title-chinese{
		font-size: 22px;
	}
	
	.obligation-wrapper .content-wrapper .upper-wrapper .explain{
		font-size: 14px;
		line-height: 22px;
	}
	
/* 新闻动态 */	
	.obligation-news .content-wrapper{
		 grid-column-gap: 25px;
	}
	
	.obligation-news .content-wrapper .item .content .date{
		width: 70px;
		height: 70px;
	}
	
	.obligation-news .content-wrapper .item .content .date .text p:first-child{
		font-size: 20px;
	}
	
	.obligation-news .content-wrapper .item .content .date .text p:last-child{
		font-size: 14px;
	}
	
	.obligation-news .content-wrapper .item .content .explain{
		font-size: 14px;
		line-height: 22px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 幻灯片 */
	
/* 内容 */
	.obligation-wrapper .content-wrapper .upper-wrapper .title-chinese{
		font-size: 20px;
	}
	
	.obligation-wrapper .content-wrapper .upper-wrapper .explain{
		font-size: 13px;
		line-height: 20px;
	}
	
/* 新闻动态 */	
	.obligation-news .content-wrapper{
		 grid-column-gap: 20px;
	}
	
	.obligation-news .content-wrapper .item .content .date{
		width: 65px;
		height: 65px;
	}
	
	.obligation-news .content-wrapper .item .content .date .text p:first-child{
		font-size: 18px;
	}
	
	.obligation-news .content-wrapper .item .content .date .text p:last-child{
		font-size: 13px;
	}
	
	.obligation-news .content-wrapper .item .content .explain{
		font-size: 13px;
		line-height: 20px;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */
	.obligation-banner .mobile-image{
		display: block;
	}
	
	.obligation-banner .computer-image{
		display: none;
	}
	
/* 内容 */
	.obligation-wrapper .content-wrapper{
		display: block;
	}
	
	.obligation-wrapper .content-wrapper .upper-wrapper{
		width: 100%;
	}
	
	.obligation-wrapper .content-wrapper .upper-wrapper .title-chinese{
		font-size: 18px;
	}
	
	.obligation-wrapper .content-wrapper .upper-wrapper .explain{
		font-size: 12px;
		line-height: 18px;
		margin-top: 3.922%;
	}
	
	.obligation-wrapper .content-wrapper .below-wrapper{
		width: 100%;
		margin-top: 5.229%;
	}
	
/* 新闻动态 */	
	.obligation-news .content-wrapper{
		grid-column-gap: 0px;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.obligation-news .content-wrapper .item .content .date{
		width: 60px;
		height: 60px;
	}
	
	.obligation-news .content-wrapper .item .content .date .text p:first-child{
		font-size: 16px;
	}
	
	.obligation-news .content-wrapper .item .content .date .text p:last-child{
		font-size: 12px;
	}
	
	.obligation-news .content-wrapper .item .content .explain{
		width: 84.731%;
		font-size: 12px;
		line-height: 18px;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	
/* 内容 */
	
/* 新闻动态 */	
	.obligation-news .content-wrapper .item .content .explain{
		width: 77.139%;
	}
}