@charset "utf-8";

.container {
    width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}

.none {
    display: none;
}

.general-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #115db2;
}

.general-title h3 {
    font-size: 24px;
    color: #115db2;
}

.general-title a {
    position: absolute;
    top: 5px;
    right: 5px;
}

.normal-ul-li {
    position: relative;
    height: 54px;
    line-height: 54px;
    text-indent: 10px;
    border-bottom: dashed 1px #cdcdcd;
}

.normal-ul-li:last-child {
    border-bottom: 0;
}

.normal-ul-li a {
    display: block;
}

.normal-ul-li:hover .caption {
    color: #115db2;
}

.normal-ul-li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #404040;
    left: 0;
    top: 24px;
    border-radius: 50%;
}

.normal-ul-li .caption {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #404040;
}

.normal-ul-li a .time {
    float: right;
}

.banner {
    width: 100%;
    height: 620px;
    text-align: center;
    padding-top: 240px;
    background: url(./banner.png) no-repeat;
    background-size: 100% 100%;
}

.banner p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: url(./date.png) no-repeat;
    background-position: center center;
}

.zfhy-one {
    position: relative;
    top: -320px;
}

.zfhy-one-left {
    position: relative;
    width: 68.3%;
    height: 480px;
    background: url(./hy-bg.png) no-repeat;
    background-size: 100% 100%;
}

.zfhy-one-left h2 {
    height: 60px;
    font-size: 24px;
    color: #115db2;
    text-align: center;
    line-height: 60px;
    margin-top: 30px;
}

.zfhy-one-left .content {
    height: 280px;
    padding: 35px 4.5%;
    line-height: 30px;
    overflow: hidden;
}

.zfhy-one-left a {
    width: 120px;
    height: 36px;
    position: absolute;
    bottom: 35px;
    right: 40px;
    color: #115db2;
    text-align: center;
    line-height: 36px;
    background-color: rgba(218, 236, 251, 0.35);
    border-radius: 18px;
}

.zfhy-one-left a:hover {
    font-weight: 600;
}

.zfhy-one-right {
    width: 29.2%;
    height: 480px;
    background: url(./rl-bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.zfhy-one-right .hyrl_title {
    text-align: center;
    margin-top: 42px;
}

.zfhy-one-right .hyrl_title span {
    font-size: 24px;
    font-weight: 600;
    color: #115db2;
}

.zfhy-one-right .hyrl_con .date {
    position: relative;
    padding-top: 26px;
}

.zfhy-one-right .hyrl_con .date .left {
    position: absolute;
    top: 38px;
    left: 50px;
}

.zfhy-one-right .hyrl_con .date .right {
    position: absolute;
    top: 38px;
    right: 50px;
}

.zfhy-one-right .hyrl_con .date .dateMonth {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.zfhy-one-right .hyrl_con .date .dateBox {
    width: 80%;
    margin: 0 auto;
}

.zfhy-one-right .hyrl_con .date .dateR {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: rgba(19, 93, 178, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.zfhy-one-right .hyrl_con .date .dateT span {
    width: 14.28%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
}

.dateT span.has a {
    padding: 5px;
    color: #fff;
    background-color: #ffd200;
    border-radius: 5px;
}

.normal-title {
    width: 100%;
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #115db2;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
    background: url(./hyjd.png) no-repeat;
    background-position: center center;
}

.zfhy-two {
    margin-top: -310px;
}

.zfhy-two-left {
    width: 68.3%;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.zfhy-two-ul {
    background-color: #ffffff;
    border-radius: 5px;
    border: dashed 1px #1a7fff;
}

.zfhy-two-ul .one {
    height: 60px;
    display: flex;
    align-items: center;
}

.zfhy-two-ul .one-title {
    width: 57.3%;
    height: 100%;
    line-height: 60px;
    margin-right: 25px;
    padding-left: 18px;
    border-bottom: 1px dashed #214dea;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zfhy-two-ul .one-title:hover {
    color: #115db2;
}

.zfhy-two-ul .one:last-child .one-title {
    border-bottom: 0;
}

.zfhy-two-ul .right {
    flex: 1;
    display: flex;
    justify-content: space-around;
    padding-right: 15px;
}

.zfhy-two-ul .right a {
    width: 90px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #999;
    background-color: #f5f5f5;
}

.zfhy-two-ul .right .active,
.zfhy-two-ul .right a:hover {
    font-weight: 600;
    color: #fff;
    background-color: #1a7fff;
}

.zfhy-two-right {
    width: 29.75%;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.zfhy-two-con a {
    display: block;
    border-radius: 5px;
    border: dashed 1px #1a7fff;
}

.zfhy-two-con a img {
    width: 100%;
    height: 100%;
}

.zfhy-two-left .wrapper,
.zfhy-two-right .wrapper {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    border: dashed 1px #1a7fff;
}

.zfhy-two-right .wrapper .hyzb {
    display: block;
    width: 100%;
    height: 260px;
    margin: 10px auto 0;
    padding-top: 80px;
    background: url(./hyzb.jpg) no-repeat;
    background-size: 100% 100%;
}

.zfhy-two-right .wrapper .hyzb p {
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    margin: 0 8px;
    text-shadow: 5px 5px 5px rgba(33, 84, 157, 0.8);
}

.zfhy-three {
    flex-direction: column;
}

.zfhy-three .normal-title {
    background: url(./mtbd.png) no-repeat;
    background-position: center center;
}

.zfhy-three-left {
    width: 68.3%;
}

.zfhy-four-left {
    width: 49.2%;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.zfhy-four-left .wrapper {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    border: dashed 1px #1a7fff;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .normal-ul li .title {
        width: 72%;
    }
}

@media screen and (max-width: 768px) {

    .container {
        flex-direction: column;
    }

    .banner {
        height: 420px;
        padding-top: 160px;
    }

    .zfhy-one {
        top: -200px;
    }

    .zfhy-one-left,
    .zfhy-one-right,
    .zfhy-two-left,
    .zfhy-two-right,
    .zfhy-four-left {
        width: 100%;
    }

    .zfhy-one-left,
    .zfhy-two-left,
    .zfhy-four-left {
        margin-bottom: 30px;
    }

    .zfhy-four {
        margin-bottom: 0;
    }

    .zfhy-two {
        margin-top: -200px;
    }
    .zfhy-two-con a {
        width: 100% !important;
        height: 280px !important;
    }
    .zfhy-two-con a img {
        height: auto !important;
    }
    .normal-ul-li a .time {
        display: none;
    }

}

@media screen and (max-width: 420px) {

    .banner {
        height: 200px;
        padding-top: 85px;
    }

    .zfhy-one {
        top: -40px;
    }

    .normal-ul-li .caption {
        width: 60%;
    }

    .zfhy-two {
        margin-top: -40px;
    }

    .zfhy-two-ul {
        height: auto;
        padding-bottom: 10px;
    }

    .zfhy-two-ul .one {
        height: auto;
        flex-direction: column;
    }

    .zfhy-two-ul .one-title {
        width: 100%;
        margin-left: 25px;
        padding-left: 8px;
    }

    .zfhy-two-ul .right {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .zfhy-two-ul .right a {
        margin-top: 5px;
    }

    .zfhy-two-ul .one:last-child .one-title {
        border-bottom: 1px dashed #214dea;
    }

    .zfhy-three .normal-title {
        background: none;
    }

}

@media screen and (max-width: 320px) {
    .normal-ul-li .caption {
        width: 55%;
    }
}