.f-right {
	float: right;
}

.f-left {
	float: left;
}

.f-right, .f-left {
	min-height: 899px !important;
}

/* 信息列表页 */
.con-newsList {
	border-radius: 10px;
	max-width: 1140px;
	margin: 30px auto;
	padding: 0 30px 30px 30px;
	border: 1px solid #f6f6f6;
}

.con-newsList .position {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 16px;
	color: #333334;
}

.con-newsList .position p a:hover {
	color: #1974a1;
}

.con-newsList .column .col_l {
	width: 265px;
}

.con-newsList .content .column {
	border: 1px solid #dedede;
	border-top: 0;
	min-height: 800px;
	border-radius: 10px;
}

.con-newsList .column .text-tag {
	background-color: #2550a4;
	height: 60px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	color: #fff;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
}

.con-newsList .column ul {
	background: #f9f9f9;
}

.con-newsList .column ul li {
	line-height: 56px;
	height: 56px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: bottom;
}

.con-newsList .column ul li a {
	display: block;
	font-size: 18px !important;
	color: #333 !important;
	padding-left: 65px;
	background-color: unset !important;
	text-align: unset !important;
}

.con-newsList .column ul li:hover a {
	color: #1d8de3;
}


.con-newsList .content .con-list {
	width: 780px;
	border: 1px solid #f6f6f6;
	padding: 0px 30px 30px 30px;
	border-radius: 10px;
	padding-bottom: 0;
}

.con-newsList .content .con-list .text-tag1 {
	line-height: 55px;
	border-bottom: 2px solid #2550a4;
	color: #2550a4;
}

.con-newsList .content .con-list .text-tag1 .text-tag-title {
	font-size: 22px;
	color: #2550a4;
	display: inline-block;
	height: 38px;
	line-height: 38px;
}

.con-newsList .content .con-list ul li {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dotted #999;
}

.con-newsList .content .con-list ul li a {
	font-size: 16px;
	color: #333334;
	display: inline-block;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con-newsList .content .con-list ul li span {
	float: right;
	color: #919191;
	font-size: 16px;
}

.pagination {
	padding: 10px 0;
}

.pagination .layui-box a.layui-laypage-refresh {
	margin: 0;
}

.pagination .layui-box a.layui-laypage-refresh span {
	background: url(../img/refresh.jpg) no-repeat;
	padding: 0;
	width: 20px;
}

.layui-laypage input {
	margin: 0 3px !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #2d66a5 !important;
}
/*同级栏目超出隐藏*/
.column.f-left li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}