.contentBodyColor{
	width: 100%;
	padding: 20px 0;
	margin-top: 20px;
	background-color: #f1f3f5;
	margin-top: 0px !important;
    padding-top: 0px !important;
}

.contentFramework{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 30px;
	background-color: #fff;
}
/* 图片 */
.contentBodyColor .imags_will{
	margin: 20px 0;
	width: auto;
	max-width: 100%;
        text-align: center;
}




/* 左边 */
.worLeft{
	width: 16%;
	padding: 15px 0;
}
.worLeft .head_title{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #c22022;
}
.worLeft .navigationBar{
	width: 100%;
}
.navigationBar li{
	width: 100%;
	padding: 12px 0;
	margin-bottom: 1px;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
}

.worLeft .navigationBar li a{
	width: calc(100% - 13px);
	font-size: 15px;
	padding-left: 10px;
	color: #333333;
	text-indent: 10px;
	display: flex;
	justify-content: space-between;
}
.worLeft .navigationBar li.active a{
	color: #c22022;
}
.worLeft .navigationBar li a:hover{
	color: #c22022;
}
.worLeft .navigationBar li a img{
	width: 7px;
	margin-right: 10px;
}




/* 右边 */
.worRigth{
	width: 81%;
	padding-top: 15px;
}
/* 右边位置 */
.worRigth .head_title{
	width: 96%;
	display: flex;
	padding: 12px 2%;
	background-color: #f1f3f5;
        line-height: 21px;
}
.worRigth .head_title a{
	color: #333;
	font-size: 15px;
}
.worRigth .head_title a:first-child{
	margin-right: 5px;
}
.worRigth .head_title a:hover{
	color: #c22022;
}
.worRigth .head_title span{
	margin: 0 5px;
}
.worRigth .head_title a:last-child span{
	display: none;
}
.worRigth .head_title a:hover span{
	color: #333;
}






/* .worRigth .pagelist{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
} */



/* //列表 */
.worRigth .contWords{
	width: 100%;
	padding-top: 15px;
}
/* 横线 */
.worRigth .contWords .heng_x{
	width: 100%;
	height: 1px;
	margin: 20px 0;
	border-top: 1px dashed #ddd;
}
.worRigth .contWords .heng_x:last-child{
	display: none;
}


.worRigth .contWords li{
	display: flex;
	align-items: center;
	vertical-align: middle;
	margin-bottom: 12.5px;
}
/* 圆点 */
.worRigth .contWords .iconImg{
	width: 5px;
	height: 5px;
	margin: 0 10px 0 5px;
	vertical-align: middle;
}
.worRigth .contWords .a_text{
	width: 87%;
	font-size: 15px;
	text-align: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.worRigth .contWords .a_text:hover{
	color: #c22022;
}
.worRigth .contWords .download:hover{
	color: #c22022;
}
.worRigth .contWords .time{
	text-align: right;
	width: 8%;
	font-size: 14px;
	color: #999;
}


/* 图文列表 */
.worRigth .pagelist:first-child{
	margin-top: 30px;
}
.worRigth .pagelist{
	width: 100%;
	margin-bottom: 30px;
	border-top: 2px solid #dfe7fd;
}
/* 标题 */
.worRigth .pagelist .title{
	display: flex;
	align-items: center;
}
.worRigth .pagelist .title p{
	margin-top: -3px;
	padding: 15px 0;
	margin-right: 10px;
	display: inline-block;
	border-top: 3px solid #c22022;
	font-size: 18px;
	font-weight: bold;
}
.worRigth .pagelist .title span{
	margin: 0 5px;
}


/* 内容 */
.worRigth .pagelist .pagelistBox{
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

/* 图片整体 */
.worRigth .pagelistBox .picture{
	width: 32%;
}
.worRigth .pagelistBox .picture p{
	font-size: 14px;
	color: #444;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* 图片 */
.worRigth .pagelistBox .picture .iamgs{
	width: 100%;
	margin-bottom: 10px;
}


/* 内容 */
.worRigth .pagelistBox .writtenWords{
	width: 65%;
}
.worRigth .pagelistBox .writtenWords li{
	display: flex;
	align-items: center;
	vertical-align: middle;
	margin-bottom: 12.5px;
}
.worRigth .pagelistBox .writtenWords .iconImg{
	width: 11px;
	height: 10px;
	margin-right: 5px;
	vertical-align: middle;
}
.worRigth .pagelistBox .writtenWords a{
	width: 87%;
	font-size: 14px;
	text-align: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.worRigth .pagelistBox .writtenWords a:hover{
	color: #c22022;
}
.worRigth .pagelistBox .writtenWords .time{
	text-align: right;
	width: 8%;
	font-size: 14px;
	color: #999;
}