﻿@charset "utf-8";

.container {
    width: 1200px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}

.normal-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.normal-title a,
.normal-title p {
    color: #999;
}

.normal-title a:hover,
.normal-title:hover p {
    color: #115db2;
}

.img-title {
    display: flex;
    width: 100%;
}

.img-title h5 {
    width: 6px;
    height: 20px;
    position: relative;
    top: 7px;
    background-color: #115db2;
}

.img-title p {
    font-size: 24px;
    font-weight: 600;
    color: #115db2;
    margin-left: 10px;
}

.normal-ul {
    margin-top: 20px;
}

.normal-ul li {
    position: relative;
    margin-bottom: 25px;
}

.normal-ul li:last-child {
    margin-bottom: 0 !important;
}

.normal-ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.normal-ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #115db2;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.normal-ul li:last-of-type {
    margin-bottom: 0;
}

.normal-ul li .title {
    font-size: 16px;
    color: #404040;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-right: 13px;
    padding-left: 18px;
}

.normal-ul li:hover .title {
    color: #115db2;
}

.normal-ul li .time {
    color: #666;
    font-size: 16px;
}

.normal-ul li:hover .time {
    color: #115db2;
}

.breadcrumb {
    width: 100%;
    height: 45px;
    background-color: #f4f4f4;
}

.breadcrumb .breadcrumb_con {
    width: 1200px;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
}

.breadcrumb .breadcrumb_con img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.banner {
    margin-top: 30px;
    margin-bottom: 30px;
}

.zcwj-one-left {
    width: 70.8%;
}

.zcwj-one-left .top {
    width: 100%;
    background-color: #f2f6f9;
    border-radius: 10px 10px 0px 0px;
    padding: 0 30px 30px;
    margin-bottom: 20px;
}

.zcwj-one-left .top a {
    display: block;
    text-align: center;
    position: relative;
    top: -10px;
}

.zcwj-one-left .top p {
    line-height: 26px;
    margin-top: 20px;
    text-indent: 22px;
}

.zcwj-one-left .normal-ul li {
    margin-bottom: 18px;
}

.zcwj-one-right {
    width: 26.7%;
    text-align: center;
}

.zcwj-one-right .zfgb {
    width: 100%;
    height: 140px;
    padding-top: 20px;
    background-color: #115db2;
    border-radius: 10px 10px 0px 0px;
}

.zcwj-one-right .bottom {
    height: 240px;
    padding-top: 20px;
    background-color: #f2f6f9;
}

.zcwj-one-right .bottom a {
    width: 87.5%;
    height: 45px;
    color: #115db2;
    line-height: 45px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 17px;
    transition: all .5s;
}

.zcwj-one-right .bottom a:hover {
    color: #fff;
    background: #115db2;
}

.zcwj-two .normal {
    width: 70.8%;
    padding: 30px 0;
    border-top: dashed 1px #b8cfe8;
    border-bottom: dashed 1px #b8cfe8;
}

.zcwj-two-right {
    width: 26.7%;
    padding: 35px 0 30px;
    border-top: dashed 1px #b8cfe8;
    border-bottom: dashed 1px #b8cfe8;
}

.zcwj-three .normal {
    width: 70.8%;
}

.zcwj-three-right {
    width: 26.7%;
    text-align: center;
}

.zcwj-three-right .img-title {
    position: relative;
    margin-bottom: 30px;
}

.zcwj-three-right .img-title span {
    position: absolute;
    top: 6px;
    right: 2px;
    color: #999;
}

.zcwj-four {
    padding: 30px 0 10px;
    background-color: #f2f6f9;
}

.zcwj-four .container {
    flex-direction: column;
}

.list-title {
    display: flex;
    width: 100%;
    height: 40px;
    margin: 25px 0 5px;
    background-color: #daecfb;
}

.list-title p {
    text-align: center;
    line-height: 40px;
}

.list-title p:first-child {
    flex: 1;
    padding-left: 3%;
    text-align: left;
}

.list-title p:nth-child(2) {
    width: 22.5%;
    min-width: 100px;
}

.list-title p:last-child {
    width: 10%;
    min-width: 70px;
}

.except span {
    display: inline-block;
    text-align: center;
}

.except .title {
    text-align: left;
}

.except .time {
    width: 27.5%;
    min-width: 100px;
}

.except .state {
    width: 11.5%;
    min-width: 70px;
    color: #115db2;
}

.zcwj-four-bottom {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.zcwj-four-bottom .one {
    width: 48.5%;
    height: 310px;
    padding: 0 2%;
    background: url(./gfxwj-bg1.png) no-repeat;
    background-size: 100% 100%;
}

.zcwj-four-bottom .one:last-child {
    background: url(./gfxwj-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.zcwj-four-bottom .one .normal-title {
    padding: 6px 0 30px;
}

.zcwj-four-bottom .one .normal-title a {
    position: relative;
    top: 22px;
}

.zcwj-four-bottom .one .normal-title h5 {
    font-size: 24px;
    color: #fff;
    margin-left: 8%;
}

.zcwj-five {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
}

.zcwj-five .except .time {
    color: #404040;
}

.zcwj-five .except .state {
    color: #666;
}

/* newStyle */
.newStyle .zcwj-one-left .top p {
    font-size: 32px;
    line-height: 52px;
}

.newStyle .zcwj-one-right .bottom a {
    font-size: 28px;
}

.newStyle .container {
    flex-wrap: wrap;
}

.newStyle .zcwj-two .normal {
    width: 100%;
}

.newStyle .normal-ul li .time {
    display: none;
}

.newStyle .normal-title a,
.newStyle .normal-title p {
    font-size: 32px;
}

.newStyle .zcwj-two .container .normal img {
    width: 500px;
}

.newStyle .gjjs_con div {
    font-size: 23px;
}

.newStyle .gjjs_con div {
    font-size: 50px;
}

.newStyle .img-title h5 {
    height: 52px;
}

.newStyle .zcwj-three-right .img-title span {
    font-size: 32px;
}

.newStyle .zcwj-three .container .normal img {
    width: 440px;
}

.newStyle .normal-ul li .title {
    width: 70%;
    font-size: 36px;
}

.newStyle .zcwj-four .container img {
    width: 350px;
}

.newStyle .list-title {
    font-size: 28px;
}

.newStyle .zcwj-five .container img {
    width: 500px;
}

.newStyle .normal-ul li {
    width: 1200px;
    height: 50px;
}

.newStyle .zcwj-three-right img {
    width: 500px;
}

.newStyle .zcwj-two-right {
    width: 100%;
}

.newStyle .input-text {
    height: 70px;
    width: 430px !important;
}

.newStyle .zcwj-five .except .state {
    width: 15%;
    font-size: 30px;
}

.newStyle .except .state {
    font-size: 30px;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .breadcrumb .breadcrumb_con {
        width: 100%;
    }

    .normal-ul li .title {
        width: 72%;
    }
}

@media screen and (max-width: 768px) {

    .container,
    .zcwj-four-bottom {
        flex-direction: column;
    }

    .zcwj-one-left,
    .zcwj-one-right,
    .zcwj-two .normal,
    .zcwj-two-right,
    .zcwj-three .normal,
    .zcwj-three-right,
    .zcwj-four-bottom .one {
        width: 100%;
    }

    .zcwj-one-left,
    .zcwj-three .normal,
    .zcwj-four-bottom .one:first-child {
        margin-bottom: 25px;
    }

    .except li .title {
        width: 60%;
    }

    .list-title p:nth-child(2) {
        width: 27%;
    }

    .list-title p:last-child {
        width: 17%;
    }

    .except .time {
        width: 30%;
    }

    .except .state {
        width: 18%;
    }
}

@media screen and (max-width: 420px) {
    .normal-ul li .title {
        width: 70%;
    }

    .zcwj-four-bottom .one .normal-title h5 {
        font-size: 18px;
        margin-top: 3px;
        margin-left: 14%;
    }
}

@media screen and (max-width: 320px) {
    .zcwj-four-bottom .one .normal-ul li .title {
        width: 68%;
    }

    .zcwj-four-bottom .one .normal-title h5 {
        font-size: 16px;
        margin-left: 17%;
    }
}