.content {
    background: #fff;
    padding: 30px;
}

.w860 {
    width: 860px;
}

.leftMenu {
    width: 250px;
    background: #eee;
}

.leftMenu>h1 {
    font-size: 18px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2A6AEC;
}

.leftMenu>ul {
    padding: 0 15px 15px;
}

.leftMenu>ul>li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    margin-top: 10px;
}

.leftMenu>ul>li a:hover,
.menuActive {
    color: #2A6AEC;
    font-weight: bold;
}

.address {
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: left;
    background: url(../images/icon-index.png) left center no-repeat;
    padding-left: 30px;
    color: #999;
    border-bottom: 1px solid #ddd;
}

.address a {
    color: #999;
}

.rightCon {
    padding: 20px 0;
}

.rightCon p {
    font-size: 16px;
    line-height: 2em;
    text-indent: 2em;
    margin-bottom: 15px;
    text-align: justify;
}

.rightCon .NewImg li {
    float: left;
    margin: 8px;
}

.rightCon .NewImg li>a {
    display: block;
    width: 195px;
}

.rightCon .NewImg li>a>img {
    display: block;
    width: 195px;
    height: 140px;
}

.rightCon .NewImg li>a>span {
    font-size: 14px;
    color: #666;
    padding: 10px 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rightCon .wyly {
    background: #fafafa;
    padding: 20px;
    margin-bottom: 20px;
}

.rightCon .wyly a {
    display: block;
    background: #2A6AEC;
    color: #fff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
}

.rightCon .wyly a:hover {
    background: #0C4ED2;
}


/* 页码 */

.page {
    font-size: 0;
    text-align: center;
    padding: 30px 0;
    clear: both;
    overflow: hidden;
}

.page a:hover,
.page span:hover {
    border: 1px solid #2A6AEC;
    text-decoration: none;
    color: #2A6AEC;
    cursor: pointer;
}

.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    _display: inline;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0px 11px;
    margin: 0 3px 5px 0;
    line-height: 32px;
    height: 32px;
}

.page .current {
    background: #2A6AEC;
    border: 1px solid #2A6AEC;
    color: #fff !important;
    font-weight: bold;
}


/* 表格 */

.rightCon .table tr {
    height: 40px;
    line-height: 40px;
}

.rightCon .table tr td,
.rightCon .table tr th {
    text-align: left;
    padding-left: 20px;
}


/* 内容页 */

.neiRong {
    padding: 30px;
    min-height: 600px;
}

.newstitle {
    font-size: 26px;
    line-height: 38px;
    font-weight: normal;
    text-align: center;
    color: #333333;
    padding: 20px 0 15px;
}

.newsinfo {
    margin: 5px auto 10px;
    padding: 5px 5px 8px;
    line-height: 26px;
    text-align: center;
    color: #666;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    position: relative;
}

.newsinfo span {
    display: inline-block;
    padding: 0 0.7em;
}

.minh500 p {
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 0px;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    line-height: 2.5em;
}

.newscontnet img {
    display: block;
    margin: 5px auto;
    max-width: 90%;
}


/* 我要留言 */

.beizhu {
    display: block;
    color: #666;
}

.beizhu h1 {
    font-size: 14px;
    margin-bottom: 10px;
}

.beizhu li {
    font-size: 14px;
    line-height: 2em;
}

.control-label {
    width: 150px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.forminput {
    height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    width: 375px;
    text-indent: 1em;
}

.forminput1 {
    height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    width: 905px;
    text-indent: 1em;
}

.formtext {
    height: 200px;
    width: 905px;
    border: 1px solid #ddd;
    line-height: 28px;
    padding: 10px;
}

.subBtn {
    margin: 0 auto;
    background: #2A6AEC;
    padding: 5px 33px;
    border-radius: 5px;
    color: #fff;
    display: block;
    cursor: pointer;
}

.subBtn:hover {
    background-color: #0C4ED2;
}