.aui-nav-content-box {
    width: 420px;
    position: relative;
	margin:0 20px;
	float:left;
}

.aui-nav-list-box {
	overflow: hidden;
	zoom: 1;
	border-bottom: none;
	z-index: 110;
	background: #fff;
	width: 420px;
	display: block;
	/*background:url(../images/line_select_001.png) no-repeat;*/
}

.aui-nav-list-box ul li a {
    color: #000;
}

.aui-nav-list-box ul li {
    float: left;
    color: #333;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    width: 210px;
    text-align: center;
    font-size: 18px;
	font-weight:bold;
	border-bottom:solid 2px #c8b7b8;
	
}

.aui-nav-list-box ul .aui-current {
    color: #a91923;
    font-weight: bold;
	border-bottom:solid 2px #a91923;
	
	
}

.aui-nav-list-box ul .aui-current a {
    color: #a91923;
}

.aui-page-list {
	width: 420px;
	height: auto;
	padding-top: 12px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

.aui-page-img {
    width: 160px;
    height: 100px;
    float: left;
    margin-right: 24px;
    overflow: hidden;
}

.aui-page-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-page-text {
	float: left;
	width: 420px;
	height: 56px;
	margin-bottom:10px;
	position: relative;
}

.aui-nav-list-item {
    display: none;
	margin-top:5px;
}

.aui-page-text h2 {
    line-height: 20px;
    font-weight: 600;
}

.aui-page-text h2 a {
    color: #333;
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
}

.aui-page-text h2 a:hover {
   color: #a91923;
   /* text-decoration: underline;*/
}

.aui-page-text p {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 100%;
}

.aui-page-text p em {
    font-style: normal;
}
