﻿.aui-nav-content-box {
    width: 460px;
    position: relative;
    margin: 0px auto;
}

.aui-nav-list-box {
    overflow: hidden;
    zoom:1; 
	border-bottom: none;
    z-index: 110;
    width: 460px; 
    display: block;
}

.aui-nav-list-box ul li a {
    color: red;
    font-weight: bold;
}

.aui-nav-list-box ul li {
    float: left;
    color: #000;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    width: 120px;
    text-align: center;
    font-size: 16px;
	margin-right:35px;
}
.point-style
{
	margin: auto 5px;
}
.aui-nav-list-box ul .aui-current {
    color: #f54343;
    border-bottom: solid 2px #f54144;
    font-weight: bold;
}

.aui-nav-list-box ul .aui-current a {
    color: red;
}

.aui-page-list {
    width: 450px;
    height: 252px;
    padding-top: 12px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-bottom: 10px;
    padding-left: 5px;
}
.aui-page-list ul
{
	text-align:left;
}
.aui-page-list ul li
{
	text-align:left;    
	height: 25px;
    line-height: 20px;
	margin-bottom:15px;
}
.aui-page-list ul li a
{
	color:black;
}
.aui-page-list ul li a:hover
{
	color:red;
}
.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-nav-list-item {
    display: none;
}

.aui-comment-box {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
}

.aui-banner-right {
    width: 430px;
    height: 282px;
    float: right;
}

.aui-banner-right-ovr {
    width: 430px;
    height: 282px;
    float: right;
}
.more
{
	width: 50px;
    float: right;
    margin-top: 20px;
    color: #867A6A;
    font-size: 14px;
}
.more a:hover
{
	color:red;
	cursor:pointer;
}
