.newscontl {
	overflow: hidden;
}
.newscontltt {
	display: block;

	height: 63px;
	text-align: center;
	line-height: 63px;
	background: #183a79;
	color: #fff;
	font-size: 24px;
}
.newscontltb ul li {
	display: block;
	width: 100%;
	line-height: 45px;
	background: #eeeeee;
	border-bottom: 1px solid #cccccc;
}
.newscontltb ul li a {
	padding-left: 35px;
	display: block;
	width: 100%;
	line-height: 45px;
	font-weight: bold;
	color: #333;
}

.newscontltb ul li ul li{
	display: block;
	width: 100%;
	line-height: 35px;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
}
.newscontltb ul li ul li a {
	padding-left: 60px;
	display: block;
	width: 100%;
	line-height: 35px;
	font-weight: bold;
	color: #666;
	font-size: 14px;
}

.newscontltb ul li .am-icon-angle-right:before {
	margin-right: 10px;
}

.newscontltb ul li a {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscontltb ul li a:hover {
	background: #CCDCF0;
}
.newscontltb ul li a.hover {
	background: #CCDCF0;
}


