@charset "utf-8";

img {
	display: inline-block !important;
}

.layui-tab {
	margin: 0px;
}

.layui-tab-title {
	height: 66px;
	border-bottom: none;
}

.layui-tab-title li:nth-child(1) {
	margin-left: 0;
}

.layui-tab-title li {
	line-height: 66px;
	padding: 0;
	margin-left: 40px;
}

.layui-tab-title .layui-this:after {
	height: 67px;
}

.layui-tab-brief > .layui-tab-title .layui-this:after {
	border-bottom: 2px solid #2D7AE2;
}

.layui-tab-brief > .layui-tab-title .layui-this {
	color: #2D7AE2;
	font-weight: bold;
}

/* 分页 */
#con_page_dom {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

/* 内容 */
.container_dom {
	width: 1170px;
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.con_dom {
	width: 75%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.con_dom .title {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}

.con_dom .charebar {
	width: 100%;
	padding: 20px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	color: #CCCCCC;
	font-size: 14px;
}

.charebar_main {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.charebar_main > div {
	margin-right: 10px;
}

.con_dom .charebar > div:nth-child(1) i {
	color: #666666;
	margin-right: 10px;
}

.con_dom .charebar > div:nth-child(1) span {
	margin-right: 20px;
}

.con_dom .content {
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
	line-height: 36px;
}

.con_dom .content>p>img {
	text-align: center;
}

.con_dom .page_dom {
	width: 100%;
	display: flex;
	margin: 20px 0;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.con_dom .page_dom span {
	padding: 10px 20px;
	color: #888888;
	font-size: 15px;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.con_dom .page_dom span:hover {
	background: #2D7AE2;
	color: white;
}

/* 侧边栏 */
.con_list {
	width: 20%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.con_list .title {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	padding: 20px 0;
}

.con_list .list {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}

.con_list .list .list_item {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	background: white;
	margin: 10px 0;
	padding: 15px 20px;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.con_list .list .list_item > span {
	width: 90%;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con_list .list .list_item > i {
	color: #888888;
	font-weight: bold;
}
