/* 新闻banner  */
.xwBanner {
    width: 1100px;
    height: 395px;
}

.bannerL {
    width: 600px;
    height: 330px;
    float: left;
    margin-top: 18px;
}

.bannerL span {
    display: inline-block;
    width: 600px;
    height: 30px;
    text-align: center;
    background-color: #898989;
    float: left;
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}

.bannerR {
    width: 500px;
    background-color: #f5f5f5;
    float: right;
    margin-top: 19px;
    height: 370px;
}

.xwTitle {
    font-size: 22px;
    color: #333;
    text-align: left;
    margin-top: 80px;
    margin-left: 70px;
    margin-right:40px;
    font-weight: 700;
    float: left;
    letter-spacing: 2px;
}

.Line {
    border-bottom: 2px solid #e1e1e1;
    width: 357px;
    float: right;
    margin-right: 70px;
    margin-top: 20px;
}

.xwCon {
    float: left;
    margin-left: 70px;
    margin-top: 30px;
    margin-right:40px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #898989;
    font-family: PingFangSC-Medium, sans-serif;
}

/*列表开始*/
.List {
    width: 1100px;
}

.listTitle {
    background-image: url(../images/listBg.png);
    width: 221px;
    height: 35px;
}

.title  {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 6px;
    font-weight: 600;
    letter-spacing: 2px;
    height:35px;
}

/*左侧*/
.listLeft {
    width: 753px;
    padding-top: 10px;
    float: left;
}
.articleList {
    width: 755px;
    height: 230px;
    background-color: #f5f5f5;
    float: left;
    margin-bottom:10px;
}
.articleImg {
    margin-left: 26px;
    padding-top: 23px;
    float: left;
    width: 265px;
    height: 183px;
}
.articleCont {
    width: 398px;
    height: 182px;
    float: right;
    margin-right: 40px;
    letter-spacing: 2px;
}
.articleTitle {
    overflow: hidden;
    font-size: 20px;
    padding-top: 35px;
}
.articleDesc {
    padding-bottom: 20px;
    font-size: 14px;
    padding-top: 30px;
    color: #898989;
}
.articleDate {
    color: #898989;
}

/*右侧*/
.listRight {
    float: right;
    padding-top:10px;
}
.recArticle{
    padding-bottom:20px;
    height:190px;
}
.recCon {
    width: 326px;
    float: right;
}
.recTitle {
    width: 326px;
    height: 61px;
    line-height: 61px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    margin:0 auto;
    margin-bottom:10px;
}
.recImg {
    width: 326px;
    height: 162px;
}
.recNews {
    line-height: 250%;
    text-align:center;
    width: 326px;
    height: 30px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.recTitle {
    font-size: 14px;
    text-align: center;
}
.recConts {
    padding-top: 15px;
    margin-left: 15px;
    color: #898989;
    font-size: 14px;
}
.recCon1 {
    padding-top: 10px;
    float: right;
}
.wzWz {
    width: 326px;
    float: right;
    background-color: #f5f5f5;
    height: 250px;
    display: inline-block;
    margin-top: 10px;
}
.wzTitle {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding-top: 30px;
}

.wzCont {
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
}

.wzCont li {
    padding-bottom: 10px;
}

.page_n {
    text-align: center;
    padding: 20px 0;
}

.clearfix {
    zoom: 1;
    padding-top: 60px;
    float: left;
    padding-left: 80px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.page_n a.common_current_page {
    background-color: #e71a21;
    color: #fff;
    text-decoration: none;
}

.page_n a {
    border: #dddad2 1px solid;
    padding: 10px 15px;
    margin: 0 5px;
}

.page_n a {
    border: #dddad2 1px solid;
    background: #f7f6f3;
    padding: 10px 15px;
    margin: 0 5px;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}