@charset "utf-8";
/* 覆盖公共样式 */
.header{
    background: #007892;
}

/* 本页css */
.case {
	height: auto;
	overflow: hidden;
	background:#f9f9f9;
	padding:30px 0;
    min-height: 600px;
}
.case .case_wrapper {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.case .case_wrapper .title {
	font-size: 32px;
	text-align: center;
}

.case .case_wrapper .case_content {
	margin: 30px 0;
}
.case .case_wrapper .case_content .case_left {
	height: auto;
	overflow: hidden;
	background:#fff;
	padding:40px;
	box-sizing: border-box;
}
.case .case_wrapper .case_content .case_left img {
	max-width:100%;
}
.case .case_wrapper .case_content .case_left .case_title {
	font-size: 24px;
	color:#333;
	line-height: 35px;
}
.case .case_wrapper .case_content .case_left .case_date {
	font-size: 13px;
	color:#666;
	line-height: 30px;
} 
.case .case_wrapper .case_content .case_left .case_text {
	margin-top: 24px;
	font-size: 14px;
	height: auto;
	overflow: hidden;
}
.case .case_wrapper .case_content .case_left .option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.case .case_wrapper .case_content .case_left .option .line {
	flex:1;
	height: 2px;
	border-bottom: 2px solid #eee;
}
.case .case_wrapper .case_content .case_left .option .option_item {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	position: relative;
	margin-left: 20px;
	cursor: pointer;
} 
.case .case_wrapper .case_content .case_left .option .option_zan .zan_num {
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color:#666;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top:30px;
	z-index: 2;
}