/*listcolumn*/
#colbanner {
	margin-bottom: 18px;
}

.colpics {
	margin-top: -20px;
	display: block;
	background-color: #eeeeee;
	width: 100%;
	color: #333;
}

#zcgs_columnlist {
	margin-bottom: 36px;
}

#zcgs_collistname {
	border: 1px solid #e5e5e5;
}

a.column-item-link {
	color: #1e468e;
	display: block;
	padding-left: 12px;
	line-height: 50px;
	border-top: 1px solid #e5e5e5;
	font-weight: bold;
	font-size: 16px;
}

ul.column-list-wrap {
	list-style: none;
	padding-inline-start: 2px;
}

a.sub-item-link {}

ul.sub-list {
	list-style: none;
	padding-inline-start: 18px;
	margin-bottom: 8px;
}

.col_menu_head {
	background-color: #003E92;
	color: #ffffff;
	height: auto;
	padding-top: 26px;
	padding-bottom: 26px;
	padding-left: 6px;
}

.col_name {
	font-weight: bold;
	font-size: 22px;
	border-left: 6px solid #ffffff;
	padding-left: 8px;
}

#collistname {
	border-bottom: 2px solid #1e468e;
	height: 45px;
	margin-bottom: 20px;
	position: relative;
}

#collistname .lmmc {
	border-bottom: 2px solid #d20a05;
	width: 39%;
	padding-bottom: 9px;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 500px;
}

ul.wp_article_list {
	padding-left: 0;
	padding-inline-start: 0;
	list-style: none;
}

ul.wp_article_list li.list_item {
	list-style: none;
	height: 32px !important;
	padding-top: 5px;
	font-size: 16px;
}

@media (max-width: 767px) {
/* 	#colbanner {
		display: none;
	} */
}

@media (max-width: 990px) {

	span.Article_Title {
		width: 18em;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}

	span.Article_Index {
		display: none;
	}
}

@media (max-width: 768px) {
	span.Article_Title {
		width: 15em;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media (max-width: 400px) {
	span.Article_Title {
		width: 12em;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
	#collistname .lmmc{
	width:80%;
	}
}

@media (max-width: 340px) {
	span.Article_Title {
		width: 10em;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
}
