.img-content {
	margin-top: 60px;
	margin-bottom: 60px;
}

.img-content .col-md-8,
.img-content .col-md-4 {
	padding-right: 0px;
	padding-left: 0px;
}

.img-content .img-col-8 {
	width: 100%;
	padding-right: 10px;
	height: 430px;
}

.img-content .img-col-4 {
	width: 100%;
	height: auto;
	height: 211px;
}

.img-content .marginTop8 {
	margin-top: 8px;
}

.operateTab {}

.operateTab ul {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 0px;
}

.operateTab ul li {
	margin-left: 35px;
	height: 26px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 26px;
	color: #302E2F;
	list-style: none;
	float: left;
	opacity: 1;
	cursor: pointer;
}

.operateTab ul li:nth-child(1) {
	margin-left: 0px;
	color: #000000;
	opacity: 0.5;
}


.operateTab ul .active {
	font-weight: bold;
	position: relative;
}

.operateTab ul .active::after {
	content: '';
	position: absolute;
	left: 50%;
	right: 0;
	width: 100%;
	height: 2px;
	border-radius: 6px;
	bottom: 2px;
	transform: translateX(-50%);
	border-bottom: 5px solid #FFE300;
	box-sizing: border-box;
	z-index: -1;
}

.operatefull {
	width: 100%;
	background: #FAFAFA;
}

.operatefull .col-md-8,
.operatefull .col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}

.operateList .item-container {
	display: flex;
	justify-content: flex-start;
	height: 234px;
	background: #FFFFFF;
	margin-top: 39px;
	cursor: pointer;
}

.operateList .item-container:hover {
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
}


.operateList .item-container .img img,
.operateList .item-container .img {
	width: 234px;
	height: 234px;
}

.operateList .item-container .text-div {
	flex-direction: column;
	padding: 36px;
}

.operateList .item-container .text-div .title {
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 23px;
}

.operateList .item-container:hover .text-div .title {
	color: #FFE300;
	font-weight: 600;
}

.operateList .item-container .text-div .text {
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 20px;
	color: #919191;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	opacity: 0.8;
}

.operateList {
	margin-bottom: 39px;
}
