﻿.body {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.lists_content {
    width: 1200px;
    height: auto;
    background: #fff;
}

.lists_total {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    background: #fff;
}

.lists_title {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #ddd;
}

.currenturl {
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    background: url("../images/location.png")no-repeat 0 center/13px 15px;
    padding: 0 10px;
    margin-top: 18px;
    overflow: hidden;
}

.currenturl a {
    width: auto;
    height: 52px;
    color: #000;
    float: left;
}

.currenturl span {
    width: auto;
    height: 52px;
    color: #000;
    float: left;
    padding: 0 10px;
}

.lists_body {
    width: 100%;
    height: auto;
    padding-top: 15px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.lists_left {
    width: 250px;
    height: 478px;
    background: #fff;
    margin-right: 20px;
}

.lists_body_left_title {
    width: 100%;
    height: 75px;
    background: red;
}

.lists_body_left_title a {
    display: block;
    width: 225px;
    height: 75px;
    background: #334685;
    padding-left: 20px;
    float: right;
    line-height: 75px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.lists_body_left_son {
    width: 230px;
    background: #fafafb;
    margin: 0 auto;
}

.lists_body_left_son a {
    display: block;
    width: 200px;
    height: 52px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    line-height: 51px;
    font-size: 14px;
    font-weight: bold;
}

.lists_right {
    width: 900px;
    height: auto;
}

.lists_body_right_title {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.lists_body_right_title a {
    display: block;
    padding-left: 21px;
    padding-top: 12px;
    font-size: 14px;
    color: #1b487b;
    font-family: "微软雅黑";
    float: left;
    font-weight: bold;
}

.lists_body_right_son {
    width: 100%;
    height: 51px;
    background: #fff url("../images/jg_back2.png")no-repeat center;
}

.lists_body_right_son a {
    display: block;
    padding-left: 21px;
    padding-top: 16px;
    font-size: 14px;
    font-family: "微软雅黑";
    float: left;
    font-weight: bold;
}

.news_pan {
    width: 988px;
    height: auto;
    margin: 0 auto;
}

.news_document {
    display: block;
    width: 100%;
    font-size: 22px;
    text-align: center;
    margin: 49px auto 29px auto;
}

.news_little_title {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 55px auto;
}

.artical {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 55px auto;
    font-family: "宋体";
    line-height: 25px;
    /*letter-spacing: 2px;
    text-indent: 28px;*/
}

.news_pan img {
    display: block;
    margin: 68px auto;
}

.news_documents {
    display: block;
    width: 100%;
    font-weight: bold;
    font-family: "仿宋";
    font-size: 29px;
    text-align: center;
    margin-bottom: 29px;
}