@charset "UTF-8";

.inner-box {
    padding: 32px 23px;
    margin-bottom: 30px;
    background: #f6faff;
    position: relative;
}
.inner-box:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 22px;
    background: #3274a8;
    position: absolute;
    top: 32px;
    left: -1px;
    border-radius: 5px;
}
.inner-box--nobefore:before {
    display: none;
}
.inner-box-title {
    font-size: 20px;
    font-weight: bold;
}
.inner-box-list:after {
    content: '';
    display: block;
    clear: both;
}
.inner-box-list li {
    float: left;
    margin-top: 29px;
    width: 25%;
    height: 21px;
}
.inner-box-list li span,.inner-box-list li a {
    display: inline-block;
    padding-left: 14px;
    /* margin-right: 80px; */
    position: relative;
}
.inner-box-list li span:before,.inner-box-list li a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #8cb0f2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.inner-box-work {
    margin-top: 20px;
    line-height: 30px;
}

.two-column-list .common-list:after {
    content: '';
    display: block;
    clear: both;
}
.two-column-list .common-list li {
    width: 50%;
    float: left;
    padding: 12px 20px 12px 12px;
}

/* leader */
.leader-intro {
    display: table;
    margin-bottom: 18px;
}
.leader-intro span {
    display: table-cell;
}
.leader-intro span:first-child {
    width: 120px;
    font-weight: bold;
    font-size: 18px;
}
.leader-intro span:last-child {
    line-height: 25px;
    color: #333333;
}

.leader-left {
    width: 70%;
    float: left;
}
.leader-right {
    width: 30%;
    float: left;
    padding-left: 20px;
}
.leader-right > a {
    display: inline-block;
    width: 100%;
    background: #f5faff;
    text-align: center;
    background: url(../images/leader_right_bg.jpg) no-repeat;
    background-size: cover;
    padding: 20px 0;
}
.leader-right > a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.leader-right > a:first-child {
    margin-bottom: 20px;
}
.leader-right > a > img {
    vertical-align: middle;
}

/* leader-detail */
.leaderdetail {
    padding: 36px 48px 30px;
    background: url(../images/leaderdetail_bg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.leaderdetail-img {
    text-align: center;
}
.leaderdetail-img img {
    max-width: 164px;
}
.leaderdetail-name {
    color: #2b579c;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
}
.leaderdetail-cate {
    margin-top: 28px;
}
.leaderdetail-cate-title {
    color: #2b579c;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.leaderdetail-cate-content p {
    line-height: 30px;
}

/* zmhd */
.zmhd-left {
    width: 60%;
    float: left;
    margin-bottom: 28px;
}
.zmhd-right {
    width: 40%;
    float: left;
    padding-left: 20px;
    margin-bottom: 28px;
}
.mail-top {
    height: 255px;
    background: url(../images/mail_bg.jpg) no-repeat;
    background-size: cover;
}
.mail-top-title {
    float: left;
    padding-top: 55px;
    padding-left: 77px;
}
.mail-top-links {
    float: right;
    padding-top: 55px;
    padding-right: 60px;
}
.mail-top-links > a {
    display: block;
    height: 50px;
    padding: 0 24px;
    background: #1564d3;
    margin-bottom: 15px;
    border-radius: 5px;
}
.mail-top-links > a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mail-top-links > a > img {
    margin-right: 7px;
}
.mail-top-links > a > img,
.mail-top-links > a > span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.mail-tongji {
    background: #e5f1fc;
    border: 1px solid #c5e0f9;
    padding: 30px 17px 36px;
    position: relative;
}
.mail-tongji:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #015293;
    position: absolute;
    left: 0;
    top: 30px;
}
.mail-tongji-title {
    font-size: 18px;
    color: #333;
}
.mail-tongji-ul {
    margin-top: 44px;
}
.mail-tongji-ul li {
    width: 33.33333%;
    float: left;
}
.mail-tongji-number {
    font-size: 36px;
    color: #3586f6;
    text-align: center;
    font-family: serif;
}
.mail-tongji-cate {
    color: #333;
    text-align: center;
    margin-top: 21px;
}
.mail-table table {
    width: 100%;
    table-layout: fixed;
}
.mail-table tr th {
    padding: 14px 0;
}
.mail-table tr th {
    font-weight: bold;
    background: #e5f1fc;
}
.mail-table tr th:nth-child(2) {
    text-align: left;
}
.mail-table tr td {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}
.mail-table tr td:nth-child(2) a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.mail-table tr td:nth-child(4) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yjzj {
    float: left;
    width: 60%;
}
.yjzj-list-status {
    width: 82px;
    height: 82px;
    background: url(../images/yjzj_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    float: left;
}
.yjzj-list-status--on:before {
    content: '正在征集';
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #1e528e;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.yjzj-list-status--off {
    background: url(../images/yjzj_bg2.jpg) no-repeat;
    background-size: cover;
}
.yjzj-list-status--off:before {
    content: '征集结束';
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #606060;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.yjzj-list li {
    padding: 19px 0;
    border-top: 1px dashed #e5e5e5;
}
.yjzj-list li:first-child {
    padding-top: 0;
    border-top: 0;
}
.yjzj-list-content {
    margin-left: 100px;
}
.yjzj-list-title {
    padding-top: 6px;
    padding-bottom: 16px;
}
.yjzj-list-title p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    padding-right: 30px;
}
.yjzj-list-title span {
    float: right;
    color: #999999;
}
.yjzj-list-summary {
    color: #818181;
    line-height: 22px;
}

.jdjb img{
    width: 100%;
}

/* zwgk */
.zwgk-line {
    margin-bottom: 20px;
}
.zwgk-line2 {
    margin: 0 -30px 28px;
}
.zwgk-line3 {
    margin: 0 -9px;
}
.zwgk-left {
    float: left;
    width: 60%;
}
.zwgk-right {
    float: left;
    width: 40%;
    padding-left: 20px;
}
.zwgk-l {
    width: 33.333333%;
    float: left;
    padding: 0 30px;
}
.zwgk-c {
    width: 33.333333%;
    float: left;
    padding: 0 29px;
    border-left: 1px dashed #e5e5e5;
    border-right: 1px dashed #e5e5e5;
}
.zwgk-r {
    width: 33.333333%;
    float: left;
    padding: 0 30px;
}

.law-list {
    display: none;
    position: relative;
    /*margin-top: -24px;*/
}
.law-list.on {
    display: block;
}
.law-list .common-list-more {
    top: -26px;
}
.law-list li {
    position: relative;
    padding-top: 24px;
    padding-left: 29px;
}
.law-list li:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/law-icon.png) no-repeat center center;
    position: absolute;
    left: 6px;
    top: 24px;
}
.law-list li:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 65px;
    background: url(../images/law-dotted.png) repeat-y center;
    position: absolute;
    left: 10px;
    top: 45px;
}
.law-content a {
    display: block;
}
.law-list a:after {
    content: '';
    display: block;
    clear: both;
}
.law-item-left {
    /*margin-right: 86px;*/
    padding-right: 15px;
}
.law-item-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    margin-bottom: 13px;
}
.law-item-summary {
    font-size: 16px;
    color: #878787;
    line-height: 1.5;
}
.law-item-right {
    width: 80px;
    float: right;
    background-color: #ecf3fe;
    text-align: center;
    padding: 10px 9px;
}
.law-item-day {
    font-size: 28px;
    font-weight: bold;
    color: #1e528e;
    padding-bottom: 5px;
    border-bottom: 1px solid #1e528e;
}
.law-item-yearmonth {
    font-size: 14px;
    font-weight: bold;
    color: #1e528e;
    padding-top: 7px;
}

.zfxxgk-list {
    margin: 0 -5px;
}
.zfxxgk-list li {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
}
.zfxxgk-list li a {
    display: table;
    width: 100%;
    height: 83px;
    background: #f4f9fe;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d3e7fc;
}
.zfxxgk-list-cell {
    display: table-cell;
    vertical-align: middle;
}
.zfxxgk-list-title {
    margin-top: 10px;
}

.zwgk-l-leader {
    margin: 0 -20px;
}
.zwgk-l-leader li {
    width: 33.33333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 7px;
}
.zwgk-l-leader li a {
    display: block;
    background: #f6f6f6;
    text-align: center;
    padding: 11px 0;
    border-radius: 5px;
}
.jgzn {
    width: 100%;
    height: 81px;
    background: url(../images/jgzn_bg.jpg) no-repeat center center;
    background-size: cover;
    display: table;
}
.jgzn a {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.jgzn span,
.jgzn img {
    display: inline-block;
    vertical-align: middle;
}
.jgzn span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-left: 15px;
}

.zwgk-linkbox li {
    width: 25%;
    height: 164px;
    padding: 0 9px;
    float: left;
}
.zwgk-linkbox li a {
    display: block;
    height: 100%;
    padding-top: 48px;
    position: relative;
    border-radius: 5px;
}
.zwgk-linkbox li:nth-child(1) a {
    background: url(../images/zwgk_linkbox1.png) no-repeat;
    background-size: cover;
}
.zwgk-linkbox li:nth-child(2) a {
    background: url(../images/zwgk_linkbox2.png) no-repeat;
    background-size: cover;
}
.zwgk-linkbox li:nth-child(3) a {
    background: url(../images/zwgk_linkbox3.png) no-repeat;
    background-size: cover;
}
.zwgk-linkbox li:nth-child(4) a {
    background: url(../images/zwgk_linkbox4.png) no-repeat;
    background-size: cover;
}
.zwgk-linkbox li a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 25px;
    background: #136ecf;
    position: absolute;
    top: 48px;
    left: 0;
    border-radius: 5px;
}
.zwgk-linkbox li span {
    padding-left: 26px;
    color: #207cde;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
}

/* zwdt */
.zwdt-line1 {
    margin: 0 -15px;
    margin-bottom: 30px;
}
.zwdt-line1-left {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.zwdt-line1-right {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.zwdt-slideBox {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}
.zwdt-slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 13px;
    z-index: 1;
}

.zwdt-slideBox .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.zwdt-slideBox .hd ul li.on {
    background: #0a5491;
}

.zwdt-slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.zwdt-slideBox .bd li {
    width: 100%;
    height: 100%;
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.zwdt-slideBox .bd p {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 15px 130px 15px 10px;
    background: rgba(0, 0, 0, 0.5);
}

.zwdt-slideBox .bd ul {
    width: 100%;
    height: 100%;
}

.zwdt-slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.zwdt-slideBox .prev,
.zwdt-slideBox .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 36px;
    height: 57px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.zwdt-slideBox .prev {
    left: 10px;
    background: url(../images/slidebox-prev.png) no-repeat;
    background-size: contain;
}

.zwdt-slideBox .next {
    right: 10px;
    background: url(../images/slidebox-next.png) no-repeat;
    background-size: contain;
}

.zwdt-slideBox .prev:hover,
.zwdt-slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.zwdt-slideBox .prevStop {
    display: none;
}

.zwdt-slideBox .nextStop {
    display: none;
}

.zwdt-news-topa {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 20px 25px 15px !important;
}
.zwdt-news-detailp {
    width: 100%;
    color: #8c8c8c;
    text-indent: 2em;
    text-align: left;
    line-height: 25px;
}
.zwdt-news-detaila {
    display: inline-block !important;
    color: #d10101;
    padding: 0 !important;
    text-indent: 0;
    overflow: initial !important;
}
.zwdt-news-detaila:before {
    display: none !important;
}
.zwdt-news-topa:before {
    display: none !important;
}

.zwdt-line2 {
    margin: 0 -15px;
    margin-bottom: 30px;
}
.zwdt-line2-left {
    width: 50%;
    padding: 0 15px;
    float: left;
}
.zwdt-line2-right {
    width: 50%;
    padding: 0 15px;
    float: left;
}

.zwdt-picMarquee-left{
    position:relative;
}

.zwdt-picMarquee-left .bd {
    width: 100%;
    overflow: hidden;
}
.zwdt-picMarquee-left ul li {
    width: 25%;
    height: 103px;
    /* margin-right: 15px; */
    line-height: 30px;
    text-align: center;
    float: left;
}
.zwdt-picMarquee-left ul li img {
    width: 100%;
    height: 100%;
    padding: 0 7px;
}

.zwdt-picMarquee-left .prev,
.zwdt-picMarquee-left .next{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 36px;
    height: 57px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.zwdt-picMarquee-left .prev{
    left: 7px;
    background: url(../images/slidebox-prev.png) no-repeat;
    background-size: contain;
}

.zwdt-picMarquee-left .next{
    right: 7px;
    background: url(../images/slidebox-next.png) no-repeat;
    background-size: contain;
}

.zwdt-picMarquee-left .prev:hover,
.zwdt-picMarquee-left .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* wsbs 网上办事 */
.wsbs-line1 {
    margin-bottom: 30px;
}
.wsbs-line2 {
    margin-bottom: 30px;
}
.wsbs-line3 {
    margin-bottom: 30px;
}
.wsbs-banner1 img {
    width: 100%;
}
.wsbs-banner2 img {
    width: 100%;
}
.ywxt {
    padding: 25px 20px 5px 20px;
    background: #e5f1fc;
}
.ywxt-boxs{
    margin: 0 -17px;
}
.ywxt-box{
    width: 33.33333%;
    padding: 0 17px;
    float: left;
    margin-bottom: 20px;
}
.ywxt-box a{
    display: block;
    height: 168px;
    border: 1px solid #cfe4fc;
    border-radius: 7px;
    overflow: hidden;
}
.ywxt-box:nth-child(1) a{
    background: #fff url(../images/ywxt_bg1.jpg) no-repeat right bottom;
}
.ywxt-box:nth-child(2) a{
    background: #fff url(../images/ywxt_bg2.jpg) no-repeat right bottom;
}
.ywxt-box:nth-child(3) a{
    background: #fff url(../images/ywxt_bg3.jpg) no-repeat right bottom;
}
.ywxt-box:nth-child(4) a{
    background: #fff url(../images/ywxt_bg4.jpg) no-repeat right bottom;
    background-size: 120px;
}
.ywxt-box-title{
    padding-top: 61px;
    padding-left: 28px;
    color: #0153ca;
    font-size: 20px;
    font-weight: bold;
}
.ywxt-box-title2{
    padding-top: 20px;
    padding-left: 28px;
    letter-spacing: 2px;
}

/* common_list 通用列表 */
.commonlist{
    overflow: hidden;
    background: #fff;
    margin-bottom: 50px;
    padding-right: 48px;
}
.commonlist-left{
    width: 224px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    border-right: 1px solid #e6e6e6;
    background: #fafafa;
    float: left;
    text-align: center;
}
.commonlist-right{
    margin-left: 224px;
    padding: 23px 0 100px 67px;
}
.commonlist-left-title{
    margin-bottom: 18px;
}
.commonlist-left-title span{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 12px;
    border-bottom: 4px solid #2b579c;
}
.commonlist-left-channels li{
    position: relative;
}
.commonlist-left-channels li a{
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    line-height: 1.2;
}
.commonlist-left-channels li.on a,
.commonlist-left-channels li:hover a{
    color: #2b579c;
    font-weight: bold;
    border-bottom-color: #c1c9d7;
}
.commonlist-left-channels li.on:after,
.commonlist-left-channels li:hover:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 1px;
    background: #c1c9d7;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(30deg);
    transform-origin: right bottom;
}
.commonlist-right-ul{
    margin-bottom: 36px;
}
.commonlist-right-ul li {
    padding: 12px 0;
}
.commonlist-right-ul li:nth-child(5n){
    margin-bottom: 24px;
}
.commonlist-right-ul li:nth-child(5n+1){
    border-top: 1px dashed #e7e7e7;
    padding-top: 24px;
}
.commonlist-right-ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    position: relative;
}
.commonlist-right-ul li a:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 8px;
    left: 0;
}
.commonlist-right-ul li span{
    float: right;
    color: #999999;
}
.commonlist-right-ul li p{
    display: block;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.commonlist--noleft{
    padding-right: 0;
}
.commonlist--noleft .commonlist-right{
    margin-left: 0;
    padding: 20px 35px;
}
.commonlist--noleft .commonlist-right-channelname{
    padding: 20px;
    padding-left: 0;
    font-size: 22px;
    font-weight: bold;
    color: #2a5197;
}

/* 网站地图 */
.map {
    padding: 10px;
}
.map .map-title {
    line-height: 40px;
    position: relative;
    padding: 0 13px;
    font-size: 18px;
    font-weight: bold;
    color: #0a5491;
}
.map .map-title:before {
    border-radius: 2px;
    content: '';
    width: 4px;
    height: 20px;
    background: #0a5491;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.map .map-links {
    padding: 5px 15px;
}
.map .map-links li {
    display: inline-block;
    margin-right: 20px;
    line-height: 35px;
}

@media screen and (max-width: 1200px) {
    .zmhd-left,
    .zmhd-right,
    .yjzj{
        width: 100%;
    }
    .zmhd-right {
        padding-left: 0;
    }
    .mail-top {
        height: auto;
    }
    .mail-top-title {
        float: none;
        text-align: center;
        padding-left: 0;
        padding-top: 25px;
    }
    .mail-top-title img {
        max-width: 80%;
    }
    .mail-top-links {
        float: none;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 15px;
        width: 180px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1000px) {
    .zwgk-left,
    .zwgk-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .zwgk-right {
        padding-left: 0;
    }
    .zwgk-line2 {
        margin: 0;
    }
    .zwgk-l-leader {
        margin: 0 -10px;
    }
    .zwgk-l-leader li {
        padding: 0 10px;
    }
    .zwgk-l,
    .zwgk-c,
    .zwgk-r {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .zwgk-c {
        border: none;
    }
    .zwgk-linkbox li {
        width: 50%;
        margin-bottom: 20px;
    }

    .zwdt-line1,
    .zwdt-line2 {
        margin-left: 0;
        margin-right: 0;
    }
    .zwdt-line1-left,
    .zwdt-line1-right,
    .zwdt-line2-left,
    .zwdt-line2-right {
        width: 100%;
        padding: 0;
    }
    .zwdt-line1-left,
    .zwdt-line2-left {
        margin-bottom: 20px;
    }

    .ywxt-box-title {
        padding-top: 22px;
    }
    .ywxt-box{
        width: 100%;
        margin-bottom: 20px;
    }

    .inner-box-list li{
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .two-column-list .common-list li {
        width: 100%;
    }
    .leader-container {
        margin-bottom: 20px;
    }
    .leader-left,
    .leader-right {
        width: 100%;
    }
    .leader-right {
        padding-left: 0;
    }

    .commonlist{
        padding: 20px;
    }
    .commonlist-left{
        width: 100%;
        float: none;
        padding-bottom: 20px;
        margin-bottom: 0;
        border: 1px solid #e6e6e6;
    }
    .commonlist-left-title span{
        font-size: 20px;
    }
    .commonlist-left-channels li a{
        padding: 12px 0;
        font-size: 16px;
    }
    .commonlist-right{
        margin-left: 0;
        padding: 20px 0;
    }
    .commonlist-right li p{
        padding-right: 0;
    }
}
@media screen and (max-width: 500px) {
    .leaderdetail {
        padding: 20px;
    }
    .leaderdetail-img img {
        max-width: 120px;
    }
    .mail-tongji {
        padding-bottom: 10px;
    }
    .mail-tongji-ul {
        margin-top: 20px;
    }
    .mail-tongji-ul li {
        width: 100%;
    }
    .mail-tongji-cate {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .yjzj-list-status {
        float: none;
        display: block;
        width: 100%;
    }
    .yjzj-list-content {
        margin-left: 0;
        margin-top: 15px;
    }
    .yjzj-list-title span {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
    }

    .zfxxgk-list {
        margin: 0;
    }
    .zfxxgk-list li {
        width: 100%;
        padding: 0;
    }
    .zwgk-line3 {
        margin: 0;
    }
    .zwgk-linkbox li {
        width: 100%;
        padding: 0;
    }

    .zwdt-slideBox {
        height: 250px;
    }

    .commonlist--noleft .commonlist-right{
        padding: 10px;
    }

    .inner-box-list li{
        width: 100%;
    }
}
