.main{
	background-color: #f5f5f5;
	min-height: 600px;
	padding-bottom: 50px;
}
.doctor-nav{
	width: 100%;
	height: 280px;
	background-image: url('../images/business01.png');
	background-size: 100% 100%;
}
.doctor-bck{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.doctor-bck .business-nav{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 47px;
}
.doctor-bck>img{
	margin-top: 50px;
}
.doctor-bck .business-nav .business-nav-item{
	width: 236px;
	height: 47px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
}
.doctor-bck .business-nav .business-nav-item:hover, .doctor-bck .business-nav .business-nav-item.active{
	background-color: rgba(3, 80, 165, 1);
	color: #fff;
}
.doctor-wrap{
	margin-top: 20px;
}
.doctor-wrap .desc{
	background-color: #fff;
	padding: 14px;
}
.doctor-wrap .desc .main-img{
	width: 100%;
	height: 300px;
}
.doctor-wrap .desc .desc-content{
	margin-top: 20px;
}
.doctor-wrap .desc .desc-content .desc-tip{
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
	font-weight: bold;
	margin-bottom: 10px;
}
.doctor-wrap .desc .desc-content .article{
	font-size: 14px;
}
.doctor-wrap .desc .desc-content .article>p{
	text-indent: 2em;
	line-height: 1.8;
}
.doctor-wrap .business-main{
	background-color: #fff;
	margin-top: 14px;
	padding: 18px 12px;
}
.doctor-wrap .business-main .business-main-wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.doctor-wrap .business-main .business-main-wrap .business-list{
	position: relative;
}
.doctor-wrap .business-main .business-main-wrap .business-list>img{
	width: 384rpx;
	height: 200px;
}
.doctor-wrap .business-main .business-main-wrap .business-list span{
	font-size: 22px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.doctor-wrap .health{
	background-color: #fff;
	margin-top: 14px;
	padding: 18px 12px;
	/* min-height: 400px; */
}
.doctor-wrap .health .health-wrap{
	display: flex;
	margin-top: 20px;
}
.doctor-wrap .health .health-wrap .health-left{
	width: 150px;
	flex-shrink: 0;
}
.doctor-wrap .health .health-wrap .health-left .h-nav-list{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.doctor-wrap .health .health-wrap .health-left .h-nav-list.active .text{
	background-color: rgba(3, 80, 165, 1);
	color: #fff;
}
.doctor-wrap .health .health-wrap .health-left .h-nav-list.active>img{
	opacity: 1;
}
.doctor-wrap .health .health-wrap .health-left .h-nav-list .text{
	width: 140px;
	height: 60px;
	background-color: rgba(29, 111, 233, 0.1);
	font-size: 16px;
	color: rgba(53, 53, 53, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.doctor-wrap .health .health-wrap .health-left .h-nav-list>img{
	opacity: 0;
}
.doctor-wrap .health .health-wrap .health-right{
	margin-left: 20px;
	flex: 1;
}
.doctor-wrap .health .health-wrap .health-right .h-wrap{
	display: none;
}
.doctor-wrap .health .health-wrap .health-right .h-wrap.active{
	display: flex;
}
.doctor-wrap .health .health-wrap .health-right .h-wrap>img{
	width: 495px;
	height: 320px;
	flex-shrink: 0;
	margin-right: 10px;
}
.doctor-wrap .health .health-wrap .health-right .h-wrap .h-desc .h-title{
	font-size: 16px;
	color: rgba(3, 80, 165, 1);
	font-weight: bold;
}
.doctor-wrap .health .health-wrap .health-right .h-wrap .h-desc .detail{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	margin-top: 15px;
	line-height: 1.7;
}
.doctor-wrap .health .health-wrap .health-right .h-wrap .h-desc .detail>p{
	text-indent: 2em;
}

/* 安全卫生工程研究中心 */
.doctor-wrap .business-main .business-safe-main-wrap{
	display: flex;
	justify-content: space-between;
}
.doctor-wrap .business-main .business-safe-main-wrap .business-safe-main-list{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.doctor-wrap .business-main .business-safe-main-wrap .business-safe-main-list>img{
	width: 385px;
	height: 280px;
}
.doctor-wrap .business-main .business-safe-main-wrap .business-safe-main-list span{
	font-size: 20px;
	color: rgba(0, 0, 0, 1);
	margin-top: 10px;
}
.doctor-wrap .health .safe-h-desc{
	margin-top: 20px;
}
.doctor-wrap .health .safe-h-desc>p{
	font-size: 14px;
	line-height: 1.8;
}

/* 化学中毒中心 */
.chemistry{
	margin-top: 15px;
}
.chemistry .chemistry-nav{
	display: flex;
	justify-content: space-between;
	padding: 0 12px;
}
.chemistry .chemistry-nav .chemistry-nav-list{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.chemistry .chemistry-nav .chemistry-nav-list .text{
	width: 377px;
	height: 46px;
	background-color: rgba(29, 111, 233, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: rgba(53, 53, 53, 1);
}
.chemistry .chemistry-nav .chemistry-nav-list.active .text{
	background-color: rgba(3, 80, 165, 1);
	color: #fff;
}
.chemistry .chemistry-nav .chemistry-nav-list>img{
	margin-top: 5px;
	opacity: 0;
}
.chemistry .chemistry-nav .chemistry-nav-list.active>img{
	opacity: 1;
}
.chemistry .chemistry-wrap .chemistry-wrap-list{
	margin-top: 20px;
	line-height: 2;
	padding: 0 12px;
	display: none;
}
.chemistry .chemistry-wrap .chemistry-wrap-list.active{
	display: block;
}
.chemistry .chemistry-wrap .chemistry-wrap-list p{
	font-size: 14px;
	/* color: rgba(0, 0, 0, 0.65); */
}

/* 职业安全健康促进中心 */
.doctor-wrap .business-main.job-safe{
	background-color: #f5f5f5;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.doctor-wrap .business-main.job-safe .job-safe-list{
	width: 595px;
	height: 325px;
	padding: 18px 12px;
	background-color: #fff;
}
.doctor-wrap .business-main.job-safe .job-safe-left .job-safe-left-content{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.doctor-wrap .business-main.job-safe .job-safe-left .job-safe-left-content .job-safe-left-content-left{

}
.doctor-wrap .business-main.job-safe .job-safe-left .job-safe-left-content .job-safe-left-content-left .job-safe-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 11px;
	width: 356px;
	font-size: 14px;
}
.doctor-wrap .business-main.job-safe .job-safe-left .job-safe-left-content .job-safe-left-content-left .job-safe-item .job-safe-title{
	flex: 1;
}
.doctor-wrap .business-main.job-safe .job-safe-left .job-safe-left-content .job-safe-left-content-left .job-safe-item .job-safe-time{
	white-space: nowrap;
	margin-left: 20px;
}
.doctor-wrap .business-main.job-safe .job-safe-left .job-safe-left-content .job-safe-left-content-right{
	display: flex;
	flex-direction: column;
}
.doctor-wrap .business-main.job-safe .job-safe-left .job-safe-left-content .job-safe-left-content-right .content-right-list{
	width: 189px;
	height: 112px;
	background-color: rgba(241, 245, 249, 1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 26px;
}
.doctor-wrap .business-main.job-safe .job-safe-left .job-safe-left-content .job-safe-left-content-right .content-right-list .text{
	font-size: 18px;
	color: rgba(0, 0, 0, 0.65);
}
.doctor-wrap .business-main.job-safe .job-safe-right-content{
	margin-top: 20px;
}
.doctor-wrap .business-main.job-safe .job-safe-right-content .job-safe-right-content-top>img{
	height: 180px;
}
.doctor-wrap .business-main.job-safe .job-safe-right-content .job-safe-right-content-dw{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.job-safe-book{
	background-color: rgba(241, 245, 249, 1);
	display: flex;
	justify-content: space-around;
	padding: 33px;
	margin-top: 20px;
}
.job-safe-book .book-list{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.job-safe-book .book-list span{
	font-size: 16px;
	color: rgba(20, 20, 20, 1);
	margin-top: 5px;
}
.centralab-wrap{
	display: none;
	justify-content: space-between;
	padding: 18px 24px;
	background-color: rgba(241, 245, 249, 1);
}
.centralab-wrap.active{
	display: flex;
}
.centralab-wrap .centralab-wrap-list{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 309px;
	height: 260px;
	background-color: #fff;
}
.centralab-wrap .centralab-wrap-list span{
	font-size: 14px;
	color: rgba(20, 20, 20, 1);
	margin-top: 5px;
}

/* 杂志编辑部 */
.qurd{
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
.qurd .qurd-list{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-right: 180px;
}
.qurd .qurd-list span{
	font-size: 16px;
	color: rgba(53, 53, 53, 1);
	font-weight: bold;
}
.qurd .qurd-list:last-child{
	margin-right: 0;
}
.qurd .qurd-list:last-child>img{
	transform: translateY(-13px);
}
.qurd .qurd-list:last-child>span{
	transform: translateX(10px);
}
.business-edit-wrap{
	display: flex;
}
.business-edit-wrap .edit-mainpeople{
	border-right: 1px solid #f5f5f5;
	width: 400px;
	padding-right: 10px;
	flex-shrink: 0;
}
.edit-people-wrap{
	padding: 0 12px;
}
.edit-people-wrap .edit-tip{
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
}
.edit-people-wrap .edit-tip .edit-desc{
	font-size: 16px;
	color: rgba(211, 84, 69, 1);
	font-weight: bold;
}
.edit-people-wrap .edit-tip .edit-sort{
	font-size: 16px;
	color: rgba(0, 0, 0, 0.65);
	margin-left: 10px;
}
.edit-people-wrap .wrap-content{
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
.edit-people-wrap .wrap-content .edit-name{
	font-size: 14px;
	min-width: 52px;
	margin-right: 10px;
	margin-top: 10px;
}
.edit-people-wrap .wrap-content .edit-name:nth-child(6n){
	margin-right: 0;
}
.edit-people-wrap .wrap-content.nonth .edit-name:nth-child(6n){
	margin-right: 10px;
}
.edit-people-wrap.cloum{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.edit-people-wrap.cloum .tip-text{
	margin-top: auto;
}
.edit-step{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.flex-box{
	display: flex;
	margin-top: 20px;
}
.right-box{
	width: 460px;
	height: 270px;
	flex-shrink: 0;
	margin-left: 10px;
	margin-top: 20px;
}
.right-box img{
	width: 100%;
	height: 100%;
}
