﻿/*分别设置page、content高度  content=page+170*/
.content {
    height: 950px;
}

.page {
    height: 840px;
}
.sub_page {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    height: 750px;
}

.section {
    background-color: #FFF;
    height: 750px;
    width: 1200px;
    display: none;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.paging {
    min-width: 60px;
    height: 30px;
    margin: 0 auto;
    display: inline-block;
}

.paging>li, .prev, .next {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 15px;
    text-align: center;
    line-height: 30px;
    background-color: #c6e6fc;
    color: #1097f3;
}
.present {
    background-color: #1097f3 !important;
    color: #FFF !important;
}
.pagerow{
    width:1200px;
    height: 30px;
    margin: 0 auto; 
    text-align: center;
}
.news_list{
    width: 1200px;
    background-color: #FFF;
}
.news_list_out{
    margin: 10px auto 10px auto;
    padding: 20px 10px;
    width: 1178px;
    height: 100px;
    overflow: hidden;
    display: block;
}
.news_list_date{
    width: 8% !important;
}
.news_list dt {
    float: left;
    height: auto;
    margin-right: 2%;
    min-width: 100px;
    width: 184px;
}
.news_list dd {
    float: left;
    height: 117px;
    margin: 0;
    padding: 0;
    width: 60%;
}
.news_list dd span.more a {
    border: 1px solid #999;
    border-radius: 5px;
    display: block;
    float: right;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    width: 100px;
}
.news_list_date{
    color: #333333;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    width: 8%;
    background: url(../images/date_bg.png) center no-repeat;
}
.news_list dd span.more a {
    border: 1px solid #999;
    border-radius: 5px;
    display: block;
    float: right;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    width: 100px;
}
.news_list_out .news_list_date>strong{
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
.news_list_out .news_list_date>i{
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    color: #333;
}
.news_text {
    height: 815px;
}

.news_text>p {
    height: 100px;
    color: #27a1f4;
    text-align: center;
    font-size: 2em;
    line-height: 60px;
}

.news_content {
    height: 600px;
    padding: 0 20px;
    line-height: 2em;
    text-indent: 2em;
}

.news_img {
    width: 580px;
    height: 280px;
    float: left;
    margin-bottom: 50px;
}

.right_img{
    margin-left: 40px;
}