
.aui-input {
    font-size: 14px;
    position: relative;
    z-index: 1;
    height: 44px;
    line-height: 44px\9;
    vertical-align: middle;
    color: #333;
    border-width: 1px;
    border-style: solid;
    outline: 0;
}

button, input, optgroup, select, textarea {
    margin: 0;
    padding: 0;
    border: 1px solid #ededed;
    font-family: inherit;
}

input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 11px system-ui;
}

.aui-nav-content-box {
    width: 1200px;
    position: relative;
    margin:20px auto;
}

.aui-nav-list-box {
    overflow: hidden;
    zoom: 1; border-bottom: none;
    z-index: 110;
    background: #fff;
    width: 243px;
    display: block;
    border-top: solid 1px #d1d1d1;
    border-left: solid 1px #d1d1d1;
    margin: auto;
}

.aui-nav-list-box ul li a {
    color: #000;
}

.aui-nav-list-box ul li {
    float: left;
    color: #000;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    width: 80px;
    text-align: center;
    font-size: 14px;
    border-right: solid 1px #d1d1d1;
    border-bottom: solid 2px #d1d1d1;
}

.aui-nav-list-box ul .aui-current {
    color: #f54343;
    background: #f7f7f7;
    border-bottom: solid 2px #f54144;
    font-weight: bold;
}

.aui-nav-list-box ul .aui-current a {
    color: #f54343;
}

.aui-page-list {
    width: 30%;
    padding-top: 12px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.aui-page-img {
    width: 100%;
    height: 200px;
    margin-right: 24px;
    overflow: hidden;
}

.aui-page-img img {
    width: 100%;
    height: 100%;
    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;
    background: #ddd;
    float: right;
}

.aui-banner-right-ovr {
    width: 430px;
    height: 282px;
    background: #ddd;
    float: right;
}

.aui-page-title{ width: 100%; height: 60px; overflow: hidden; border-bottom: 1px solid rgb(244, 244, 244);}
.aui-page-list h2 a{ font-size: 16px; color: #000; line-height: 30px;}
.aui-page-content{ margin-top: 10px; text-align: left; color: #999; height: 75px; overflow: hidden;font-size: 14px;line-height: 1.8;font-family: "微软雅黑"; }
.aui-page-time{ font-size: 14px; margin-top: 10px; color: #999;}
.aui-page-list .aui-page-img:hover img {
    -webkit-transform: scale(1.5);
            transform: scale(1.1);
}
.aui-page-list .aui-page-img img {

        -webkit-transition: transform .6s;
            transition: transform .6s;
}