﻿@charset "utf-8";
/* CSS Document */

#news .mbx-content,
#news .content {
    width: 1164px;
    overflow: hidden;
}

.menu {
    width: 334px;
}

.menu .title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 3px solid #cbcbcb;
    position: relative;
}

.menu .title span {
    height: 40px;
    border-bottom: 3px solid #6c3416;
    color: #6c3416;
    position: absolute;
    bottom: -3px;
}

.menu li {
    float: left;
    width: 100%;
    padding: 12px 0;
    background: url(../images/menu-bg.gif) no-repeat left center;
}

.menu li a {
    display: block;
    width: 170px;
    height: 42px;
    line-height: 42px;
    padding-left: 26px;
    font-size: 18px;
    color: #6c3416;
    border-radius: 3px;
}

.menu li.on a {
    font-size: 20px;
    color: #fff;
    background: #b5876e;
}

.menu li a:hover {
    font-size: 20px;
    color: #fff;
    background: #b5876e;
}

.main {
    width: 800px;
    padding-left: 10px;
    position: relative;
}

.main .line-y {
    width: 1px;
    height: 100%;
    background: url(../images/line-y-bg.jpg) no-repeat left top #ebebeb;
    position: absolute;
    left: 0;
    top: 0;
}

.main li {
    padding: 16px 16px 16px 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.main li:hover {
    background: #fffae4;
}

.main .image {
    width: 150px;
    float: left;
}

.main .image img {
    width: 100%;
}

.main .text {
    width: 608px;
    float: right;
}

.main h3 {
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    border-bottom: 1px dashed #9d9d9d;
}

.main .info {
    height: 24px;
    line-height: 24px;
}

.main b {
    padding: 0 10px;
    font-weight: normal;
}

.main p {
    line-height: 22px;
    margin: 0;
}

.sub-foot {
    text-align: center;
    padding: 20px 0 10px;
}

.sub-foot a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-family: SimSun;
    text-align: center;
    background: #efefef;
    padding: 0px 6px;

}
.pagination{ margin: 0 auto;}
.sub-foot li{ float: left; padding: 10px;}
.sub-foot a.go {
    width: 40px;
}