/*绗竴绉嶆柟娉曪紝鏂板鏍囩娓呮娴姩*/

.fc {
    clear: both;
}


/*绗簩绉嶏紝缁欑埗绫绘€庡姞浼被鍏冪礌娓呴櫎*/

.box:after {
    content: "";
    display: block;
    clear: both;
}

.box {
    *zoom: 1;
}


/*鍙虫诞鍔�*/

.fr {
    float: right;
}


/*宸︽诞鍔�*/

.fl {
    float: left;
}


body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "SimSun", Arial;

    background-size: contain;
    background-repeat: no-repeat !important;
}

.wzlogo {
    width: 100%;
    text-align: center;
}

.logotitle {
    width: 1100px;
    height: 365px;
    margin: 0 auto;
    padding-top: 54px;
    overflow: hidden;
    box-sizing: border-box;
}

.logotitle>a {
    display: block;
    text-align: left;
    margin-top: 10px;
}

.logotitle h1 {
    font-size: 100px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 35px;
}

.conx {
    width: 100%;
    margin: 0 auto;
    min-height: 500px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer {
    min-width: 1200px;
    width: 100%;
    background: #484848;
    padding-top: 15px;
    line-height: 22px;
    color: #bebebe;
    text-align: center;
}

.footer a {
    color: #bebebe;
}

.footer+.hidden-body {
    display: none;
}

@media screen and (max-width: 720px) {
    body {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-family: "Microsoft YaHei", "寰蒋闆呴粦", "SimSun", Arial;
        
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
    ;
    }

    .logotitle {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .logotitle>a {
        display: block;
        text-align: left;
        margin-top: 10px;
    }

    .logotitle>a>img {
        width: 50%;
        margin-left: 10px;
    }

    .logotitle h1 {
        font-size: 50px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
        text-align: center;
        margin-top: 35px;
    }

    .conx {
        width: 100%;
        margin: 0 auto;
        height: auto;
        background: rgba(242, 242, 242, 1);
        padding: 20px 0 20px 0;
        min-height: 300px;
        margin-bottom: 20px;
    }
}

#page_title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #005888;
    height: 120px;
    line-height: 120px;
    margin-bottom: 40px;
    background-color: #F3F3F3;
}

.list_title {
    width: 1100px;
    font-size: 24px;
    margin: 0 auto;
    color: #0e87c8;
}

.list {
    border: 1px solid #cdcdcd;
    box-shadow: 0 0 5px rgba(155, 155, 155, .7);
    padding: 10px 25px;
    overflow: hidden;
    background-color: #F3F3F3;
    width: 1100px;
    margin: auto;
}

.list a {
    float: left;
    width: calc((100% - 80px) / 4);
    box-sizing: border-box;
    padding-left: 30px;
    margin-right: 20px;
    height: 45px;
    line-height: 45px;
    position: relative;
    transition: 200ms;
}

.list a::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0e87c8;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 500ms;
}

.list a:hover {
    background-color: #0076ca;
    color: #ffffff;
    border-radius: 2px;
}

.list a:hover::before {
    background-color: #fff;
}

.list_title+.list {
    margin-top: 30px;
}

.list+.list_title {
    margin-top: 50px;
}

