.am-pagination>li>a,
.am-pagination>li>span {
	background: none;
	color: #9A9A9A;
	border: none;
	border-bottom: 1px solid #9A9A9A;
	padding: .2em .5em;
}

.am-pagination>.am-active>a,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span,
.am-pagination>.am-active>span:focus,
.am-pagination>.am-active>span:hover {
	background-color: #0C5CAD;
	border: none;
}

.am-pagination .control {
	border: none;
	color: #999999;
	font-weight: bold;
}


.channel-nav-head {
	background-color: #0C5CAD;
	text-align: center;
	color: #FFFFFF;
	line-height: 50px;
}

.channel-nav-content {
	background-color: #FFFFFF;
	padding: 0 10px;
}

.channel-nav-item {
	padding-top: 20px;
	color: #000000;
	width: 100%;
	line-height: 20px;
	border-bottom: dashed 1px #CCCCCC;
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.list {
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

.list-header {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 10px 20px;
	font-size: 14px;
	border-bottom: solid 1px #CCCCCC;
	position: relative;
}

.list-header-title {
	color: #4985C1;
	font-weight: bold;
	border-bottom: solid 2px #4985C1;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	left: 20px;
	bottom: -1px;
}

.list-header a {
	color: #000000;
}

.list-content {
	padding: 20px 20px;
}

.list-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: #000000;
	border-bottom: dashed 1px #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-item-left {
	display: flex;
	color: #000000;
	align-items: center;
	width: 80%;
}

.list-item-left img {
	width: 8px;
	height: 10px;
	margin-right: 5px;
}

.list-item-time {
	width: 62px;
}

.ico-news-content{
	padding: 30px;
}
.ico-news-content .title{
	text-align: center;
}
.ico-news-content .abstract{
	color: #585859;
	text-align: center;
	font-size: 12px;
} 
.ico-news-content .details{
	text-align: left;
	font-size: 14px;
}
.ico-news-content .details img{
	width: 100%;
	margin: 15px 0;
}
.ico-news-content .details p{
	text-indent: 2em;
}
@media screen and (max-width:641px) {
	.ico-news-content{
		padding: 15px;
	}
}