.carousel {
	width: 100%;
	height: 445px;
	position: relative;
	margin-top: 40px;
}
.layui-carousel-ind ul {
	background: initial;
}
.postion {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding: 0 15px;
	box-sizing: border-box;
	color: #FFFFFF;
}
.title-list {
	flex: 1;
	overflow: hidden;
	height: 100%;
}
.item-title {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
	width: 100%;
	height: 100%;
	display: none;
}

.pos-title {
	font-size: 18px;
	font-weight: 700px;
}
.item-title i {
	margin-right: 5px;
	font-size: 13px;
	flex-shrink: 0;
}
.indicator {
	margin-left: 20px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}
.indicator-item {
	width: 30px;
	height: 3px;
	background: #FFFFFF;
	opacity: 0.4;
	margin-left: 8px;
}
.indicator .active {
	opacity: 1;
}
.title-list .active {
	display:flex;
	color: #FFFFFF;
}
.item-text a:hover {
	color: #F09A0D;
}
/* 综合动态 */
.composite-msg {
	margin-top: 20px;
	background-color: #FFFFFF;
	/* margin-bottom: 20px; */
}
.grid-title a {
	width: 100%;
	height: 40px;
	background: linear-gradient(90deg,#1644ae, #608df4 99%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	flex-shrink: 0;
	color: #FFFFFF;
}
.grid-title a span, .grid-title a i {
	font-size: 16px;
}
.grid-title a img {
	width: 70px;
	height:75%;
}
.msg-list {
	width: 100%;
	height: calc(50px * 5);
	overflow: hidden;
	background: #FFFFFF;
}
.msg-item {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.symbol {
	flex-shrink: 0;
	padding-left: 9px;
}
.symbol i {
	font-size: 13px;
}
.flex-box {
	flex: 1;
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 20px;
	margin-left:5px;
	min-width: 0;
	border-bottom: 1px solid #F0F0F0;
	box-sizing: border-box;
}
.item-text {
	flex: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.item-text a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	height: 100%;
	line-height: 50px;
}
.creation-time {
	margin-left: 20px;
	flex-shrink: 0;
	font-size: 14px;
	color: #999999;
}
/* 综合动态结束 */


/* 四小块布局 */
.cell-block {
	margin-top: 20px;
}
.tab-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tab-item a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	font-size: 16px;
	color: #FFFFFF;
}
.more-icon {
	font-size: 16px;
}
.tab-item {
	background: linear-gradient(90deg,#1644ae, #608df4 99%);
	flex: 1;
	height: 40px;
}
.tab-item-on {
	background: #1A387F;
}

/* 四小块布局结束 */


/* 主体右边重要通知开始 */
.notification {
	margin-top: 40px;
}
.inform-list {
	width: 100%;
	background: #FFFFFF;
	overflow: hidden;
	height: calc(445px - 40px);
}
.inform-item {
	height: calc(100% / 5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 20px;
	border-bottom: 1px solid #F0F0F0;
	padding-right: 20px;
}
.notification .creation-time {
	margin-left: 0;
	margin-top: 10px;
}
.inform-text {
	width: 100%;
	position: relative;
}
.inform-text a {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.inform-item i {
	font-size: 13px;
    position: absolute;
    top: 3px;
    left: -15px;
}
/* 重要通知结束 */

/* 个人会员, 专家申请，留言板开始 */
.cell-box {
	margin-top: 20px;
}
.column-box {
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	overflow: hidden;
}
.item-grid {
	display: flex;
	align-items: center;
	font-size: 14px;
	position: relative;
	height: 50px;
	box-sizing: border-box;
	padding-left: 5px;
}
.item-grid:first-child:before {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: calc(100% - 26px);
	height: 1px;
	background: #F0F0F0;
	box-sizing: border-box;
}
.item-grid img {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
.item-grid p {
	margin-left: 5px;
}
.item-grid a {
	margin-left: 20px;
	color: #1644AE;
}
.specialist, .message {
	height: 100%;
}
.specialist .item-grid, .message .item-grid {
	height: 60px;
}
.specialist .item-grid::before, .message .item-grid::before {
	display: none;
}
.exhibition {
	margin-top: 20px;
	width: 100%;
	height: 510px;
	background: red;
}
.exhibition a, .exhibition a img {
	width: 100%;
	height: 100%;
}
/*个人会员, 专家申请，留言板结束 */



/*底部*/
.layui-footer {
	margin-top: 80px;
}
.a {
	background: #00F7DE;
}