/* 顶部公告栏 */
.item {
	padding: 13px;
	background-color: white !important;
}

/* 顶部搜索栏 */
/* .layui-form-item {
	margin-bottom: 0 !important;
} */

.item a {
	/* color: blue; */
	text-decoration: underline;
}

/* 轮播图栏 */
.banerImg {
	width: 100%;
}

.layui-carousel {
	margin-right: 20px;
}

.imgItem {
	/* background-color: #08A7B9; */
	height: 100px;
	width: 145px;
	padding: 10px;
	box-sizing: border-box;
	color: white;
	font-weight: 600;
	font-size: 13px;
}

.imgItem:hover {
	background-color: rgba(0, 0, 0, .3);
}

/* 今日头条 */
.newspaper {
	width: 380px;
}

/* 关注我们 */
.followBox {
	background-color: #F4F4F4;
}

/* 热门推荐 */
/* 文章标题 */
.title {
	font-weight: 700;
	font-size: 22px;
}

.title:hover {
	background-color: #00AA98;
	color: white;
}

.news-item {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* 本月焦点 */
.focalPoint {}

/* 本月焦点 */
.authorList {
	display: inline;
}

.authorItem {
	display: inline-block;
	width: 28%;
	margin-right: 4%;
	margin-bottom: 10px;
}

.author {
	user-select: none;
}

.authorImg {
	padding: 5px;
	border: 1px solid #ececec;
}
/* 品牌展示 */
.stickTop {
	position: sticky;
	top: 100px;
}
/* 合作伙伴 */
.container {
	text-align: center;
	overflow: overlay;
}

.btnTitle {
	font-size: 24px;
	color: #333;
}

.btnline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}

.btnline::before,
.btnline::after {
	content: '';
	flex: 1;
	height: 2px;
	background-color: #009688;
	/* 绿色 */
	margin: 0 10px;
}

.btnline-text {
	padding: 0 10px;
	font-weight: bold;
	color: #333;
}

.layui-colla-title {
	background-color: white !important;
}

.layui-collapse {
	border-style: none !important;
}
/* 内容布局 */
.content-left {
	width: 965px;
	border-right:none;
}

.content-right {
	width: 380px;
}