/* banner */
.banner img{
	width: 100%;
}
/* 通知公告 */
.notice{
	font-size: 22px;
}
.notice span{
	font-size: 14px;
	margin-left: 18px;
}
.notice-banner img{
	width: 100%;
	height: 430px;
	/*object-fit: cover;*/
}
.notice-list li{
	background-color: #fff;
	height: 100px;
	margin-bottom: 10px;
	cursor: pointer;
	color: #272727;
}
.notice-list li:last-child{
	margin-bottom: 0;
}
.notice-list .date{
	width: 104px;
	text-align: center;
	font-size: 34px;
	border-right: 1px solid #DADADA;
	transition: 300ms;
}
.notice-list .date-yaer{
	font-size: 14px;
}
.notice-list .info{
	padding: 16px 12px 16px 20px;
	width: 0;
	transition: 300ms;
}
.notice-list .info_title{
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.notice-list .info_text{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.notice-list .active .date{
	background-color: #C62800;
	color: #fff;
	border-right: 1px solid #C62800;
}
.notice-list .active .info{
	background-color: #FF3400;
	color: #fff;
}
.notice-list li:hover .date{
	background-color: #C62800;
	color: #fff;
	border-right: 1px solid #C62800;
}
.notice-list li:hover .info{
	background-color: #FF3400;
	color: #fff;
}
/* 办事大厅 */
.office .col{
	margin-bottom: 30px;
}
.office .col img{
	max-width: 100%;
}
.office .col>div{
	margin-top: 10px;
	font-size: 18px;
}
.office .col:nth-child(n+5){
	margin-bottom: 0;
}
/* 商会功能 */
.shgn{
	background-color: #fff;
	padding: 20px;
}
.shgn-title{
	margin-top: 20px;
}
.shgn-banner img{
	width: 100%;
	/*object-fit: cover;*/
}
.shgn-info .title{
	font-size: 18px;
}
.shgn-info .text{
	margin-top: 10px;
	font-size: 14px;
	color: #C3C3C3;
}
.shgn-list{
	margin-top: 15px;
}
.shgn-list-li{
	border-bottom: 1px dotted #D2D2D2;
	line-height: 48px;
}
.shgn-list-li .time{
	white-space: nowrap;
	margin-left: 10px;
	color: #8F8E8E;
}
/* 会员名单 */
.hymd-title{
	height: 50px;
	background-color: #F23218;
	padding: 0 10px;
	color: #fff;
}
.hymd-title .notice{
	font-size: 18px;
}
.hymd-list{
	line-height: 46px;
	font-size: 16px;
	background:linear-gradient(to right,#fae1bd,#e8c388);
}
.hymd-list>div{
	border-bottom: 1px solid #E0BA83;
}
.hymd-list>div:last-child{
	border-bottom: none;
}
.hymd-list .hymd-list-title{
	width: 88px;
	padding: 0 10px;
	border-right: 1px solid #E0BA83;
	float: left;
}
.hymd-list .hymd-list-text{
	padding: 0 10px;
	float: left;
	width: calc(100% - 89px);
}

/* 行为咨询 */
.xwzx .xwzx_banner{
	width: 100%;
	height: 154px;
	/*object-fit: cover;*/
}
.xwzx .month{
	font-size: 26px;
	color: #444;
}
.xwzx .year{
	font-size: 14px;
	color: #878787;
}
.xwzx .xwzx-title{
	font-size: 20px;
	margin-top: 10px;
	color: #848484;
}
.xwzx .xwzx-text{
	font-size: 14px;
	margin-top: 5px;
	color: #878787;
}
.xwzx li{
	margin-bottom: 50px;
}
.xwzx li:nth-child(n+3){
	margin-bottom: 0;
}

/* 会员推荐 */
.hytj .hytj_logo{
	width: 100%;
	height: 100px;
	background-color: #fff;
}
.hytj .hytj_logo img{
	max-width: 100%;
	max-height: 100%;
	/*object-fit: cover;*/
}
.hytj .logo_name{
	text-align: center;
	font-size: 16px;
	margin: 12px 0;
}

@media screen and (max-width:600px) {
	.banner img{
		min-height: 200px;
		/*object-fit: cover;*/
	}
	.swiper-button-next, .swiper-button-prev{
		height: 22px;
		margin-top: -11px;
	}
	.p-ver-58{
		padding: 20px 0;
	}
	.mt-title{
		margin-top: 15px;
	}
	.notice-banner img{
		height: 200px !important;
	}
	.notice-list{
		margin-top: 15px;
	}
	.office .col{
		margin-bottom: 12px !important;
	}
	.office .col>div{
		font-size: 14px !important;
	}
	.shgn-info{
		margin-top: 15px;
	}
	.hymd{
		margin-top: 15px;
	}
	.xwzx .month{
		margin-top: 15px;
	}
	.xwzx li{
		margin-bottom: 15px !important;
		border-bottom: 1px dashed #D2D2D2;
		padding-bottom: 15px;
	}
	.xwzx li:last-child{
		margin-bottom: 0 !important;
		border-bottom: none;
		padding-bottom: 0 !important;
	}
}

@media screen and (min-width:600px) and (max-width:991px){
	.shgn-info{
		margin-top: 15px;
	}
}