.content {
	background: #f1f1f1;
}

/* 内容 */
.detail-box {
	width: 1177px;
	margin: 0 auto;
	padding: 20px 0 25px 0;
}

/* 协会工作 */
.detail-association {
	background-color: #fff;
	padding: 25px 25px 25px 21px;
}

.title-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #0091E7;
}

.top-work {
	display: flex;
	align-items: center;
}

.line {
	display: block;
	width: 3px;
	height: 23px;
	background-color: #0091E7;
	margin-right: 10px;
}

.work-text {
	font-size: 18px;
	font-weight: 600;
	display: block;
}

.top-more {
	color: #0091E7;
	font-size: 15px;
	font-weight: 600;
}

.association-detail {
	width: 99%;
	margin-left: 12px;
	margin-top: 20px;
	border-top: 2px solid #E5E6E5;
	position: relative;
}

.line-detail {
	width: 75px;
	height: 2px;
	background-color: #0091E7;
	position: absolute;
	top: -2px;
}

.detail-content {
	width: 100%;
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content-left {
	width: 500px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.content-left img {
	width: 100%;
	height: 100%;
}

.content-left-item {
	opacity: 1;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	transition: all 0.15s;
}

.content-left-item.hidden {
	opacity: 0;
	z-index: -1;
}

.img-mask {
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
}

.img-mask p {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	padding: 0 15px;
}

.content-right {
	width: 585px;
	height: 300px;
}

.content-right ul li {
	border-bottom: 1px dashed #DCDCDC;
}

.content-right ul li a {
	width: 100%;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content-right ul li a:hover {
	color: #333333;
}

.right-text {
	display: flex;
	align-items: center;
	border-bottom: none;
	padding: 8px 0;
}

.right-text i {
	color: #0091E7;
}

.right-text span {
	margin-left: 10px;
	display: inline-block;
	width: 460px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.date-text {
	font-size: 15px;
}

/* 通知公告 */
.detail-notice {
	margin-top: 25px;
	background-color: #fff;
	padding: 25px 25px 25px 21px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.notice-left {
	width: 31%;
}

.notice-middle {
	width: 31%;
}

.notice-right {
	width: 31%;
}

.notice-detail {
	width: 97%;
	margin-left: 15px;
	margin-top: 20px;
	border-top: 2px solid #E5E6E5;
	position: relative;
}

.line-notice {
	width: 70px;
	height: 2px;
	background-color: #0091E7;
	position: absolute;
	top: -2px;
}

.notice-box {
	height: 240px;
	margin-top: 10px;
}

.notice-box li {
	padding: 8px 0;
	border-bottom: 1px dashed #DCDCDC;
}

.notice-box li a {
	color: #666;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.notice-box li a:hover {
	color: #333333;
}

.notice-text {
	display: flex;
	align-items: center;
}

.notice-text i {
	color: #0091E7;
}

.notice-text span {
	margin-left: 10px;
	display: inline-block;
	width: 200px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notice-text {
	font-size: 15px;
}

.notice-date {
	font-size: 15px;
}

/* 会员单位 */
.detail-member {
	margin-top: 25px;
	background-color: #fff;
	padding: 25px 25px 25px 21px;
}

.member {
	width: 99%;
	margin-left: 13px;
	margin-top: 20px;
	border-top: 2px solid #E5E6E5;
	position: relative;
}

.line-member {
	width: 72px;
	height: 2px;
	background-color: #0091E7;
	position: absolute;
	top: -2px;
}

.member ul {
	width: calc(100% - 58px) !important;
	margin: 0 2px !important;
	padding: 0 27px !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	flex-direction: row !important;
	background: #FFFFFF !important;
}

.member ul li {
	width: 345px;
	height: 96px;
	margin-top: 15px;
	box-shadow: 0 0 2px #BFBFBF;
}

.member ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.member ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
	top: 0;
	height: 100%;
	margin-top: 0;
	background-color: #fff;
}

#swiper-hydw .swiper-button-next,
#swiper-hydw .swiper-button-prev{
	top: 15px;
	height: calc(100% - 15px);
	background-size: 24px 24px;
}

.detail-standard {
	margin-top: 25px;
	background-color: #fff;
	padding: 25px 25px 25px 21px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.standard-left {
	width: 37%;
}

.standard-center {
	width: 37%;
}

.standard-right {
	width: 20%;
}

.standard-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #0091E7;
}

.standard-text {
	display: flex;
	align-items: center;
}

.standard-line {
	display: block;
	width: 3px;
	height: 17px;
	background-color: #0091E7;
	margin-right: 10px;
}

.work-standard {
	font-size: 15px;
	font-weight: 600;
	display: block;
}

.standard-more span {
	color: #0091E7;
	font-size: 12px;
	font-weight: 600;
}

.standard-box {
	width: 97%;
	margin-left: 13px;
	margin-top: 10px;
	border-top: 2px solid #E5E6E5;
	position: relative;
}

.line-standard {
	width: 60px;
	height: 2px;
	background-color: #0091E7;
	position: absolute;
	top: -2px;
}

.standard-box ul {
	height: 229px;
	margin-top: 5px;
}

.standard-box ul li {
	font-size: 12px;
	padding: 8px 0;
	border-bottom: 1px dashed #DCDCDC;
}

.standard-box ul li a {
	color: #666;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.standard-box ul li a:hover {
	color: #333333;
}

.stand-text {
	display: flex;
	align-items: center;
}

.stand-text i {
	font-size: 10px;
	color: #0091E7;
}

.stand-text span {
	margin-left: 10px;
	display: inline-block;
	width: 290px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.stand-date {
	font-size: 15px;
}

.standardImg-box {
	width: 95%;
	margin-left: 13px;
	margin-top: 10px;
	border-top: 2px solid #E5E6E5;
	position: relative;
}

.line-standardImg {
	width: 60px;
	height: 2px;
	background-color: #0091E7;
	position: absolute;
	top: -2px;
}

.standard-swiper {
	width: 100%;
	height: 224px;
	margin-top: 10px;
	/* background-color:red; */
}

/* swiper轮播 */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.swiper-slide img {
	width: 150px;
	height: 195px;
	object-fit: cover;
}

.swiper-text {
	width: 100%;
	display: block;
	padding: 0 15px;
	font-size: 15px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next, .swiper-button-prev {
	background-size: 15px 15px;
}

/* 内容结束 */