@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: "BEBAS";
    src: url("../font/BEBAS.woff2") format("woff2"),url("../font/BEBAS.woff") format("woff"),url("../font/BEBAS.ttf") format("truetype"),url("../font/BEBAS.eot") format("embedded-opentype"),url("../font/BEBAS.svg") format("svg");
}

@font-face {
    font-family: "Impact";
    src: url("../font/Impact.woff2") format("woff2"),url("../font/Impact.woff") format("woff"),url("../font/Impact.ttf") format("truetype"),url("../font/Impact.eot") format("embedded-opentype"),url("../font/Impact.svg") format("svg");
}


.one {
    margin-top: 40px;
    overflow: hidden;
}

.news-box {
    width: 550px;
    float: left;
    height: 400px;
}

.news-top {
    overflow: hidden;
}

    .news-top ul {
        float: left;
        overflow: hidden;
        width: 100%;
        height: 43px;
        border-bottom: 2px solid #ccc;
        margin-bottom: 2px;
    }

    .news-top li {
        float: left;
        color: #a3a3a3;
        text-align: center;
        font-weight: 700;
        font-size: 13px;
        line-height: 43px;
        cursor: pointer;
    }


        .news-top li a {
            color: #d30009;
            font-size: 24px;
        }

            .news-top li a h1 {
                color: #d30009;
                font-size: 24px;
                float: left;
            }

            .news-top li a p {
                font-size: 14px;
                color: #666;
                line-height: 48px;
                float: left;
                font-weight: normal;
                margin-left: 6px;
            }

        .news-top li.current a, .news-top li:hover a {
            color: #d30009;
        }

a.news-more {
    float: right;
    display: none;
    color: #999;
    font-weight: 700;
    font-size: 9pt;
    line-height: 43px;
}

.news-main {
    position: relative;
    padding-top: 25px;
}

    .news-main h3 {
        color: #043381;
        font-weight: 700;
        font-size: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.indexh1 h1 {
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.news-main h3 a span {
    display: inline-block;
    margin-right: 10px;
}

.news-main p {
    margin-top: 15px;
}

.news-main-box {
    position: relative;
    overflow: hidden;
    width: 90%;
}

    .news-main-box ul {
        position: absolute;
        top: 0;
        left: 0;
    }

    .news-main-box li {
        display: block;
        width: 100%;
    }

        .news-main-box li p {
            line-height: 24px;
            font-size: 14px;
            color: #333;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

.news-main-dl {
    position: absolute;
    top: 15px;
    right: 10px;
    overflow: hidden;
    width: 10px;
    height: 160px;
}

    .news-main-dl li {
        display: block;
        margin-bottom: 22px;
        width: 10px;
        height: 10px;
        background: url(../img/icon2.jpg) no-repeat;
        cursor: pointer;
    }

        .news-main-dl li.on, .news-main-dl li:hover {
            background: url(../img/icon1.jpg) no-repeat;
        }

.inews-list li {
    line-height: 22px;
}

    .inews-list li a, .inews-list li a span {
        color: #666;
        font-weight: 700;
        font-size: 14px;
    }

        .inews-list li a span {
            display: inline-block;
            margin-right: 10px;
        }


.news-main-dl li {
    display: block;
    margin-bottom: 22px;
    width: 10px;
    height: 10px;
    background: url(../img/icon.png) no-repeat -81pt -42px;
    cursor: pointer;
}

    .news-main-dl li.on, .news-main-dl li:hover {
        background: url(../img/icon.png) no-repeat -81pt -52px;
    }

.news-main-con {
    position: absolute;
    bottom: 0;
    left: 0;
}

    .news-main-con li {
        float: left;
        display: block;
        margin-right: 10px;
        width: 30px;
        height: 3px;
        background: #b5b5b5;
        cursor: pointer;
    }

        .news-main-con li.on, .news-main-con li:hover {
            background: #043381;
        }

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.dn {
    display: none;
}

.ov {
    overflow: hidden;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.zzsc {
    float: right;
    width: 600px;
    font-family: '΢���ź�';
}

    .zzsc .tab {
        overflow: hidden;
        border-bottom: 2px solid #ccc;
        margin-bottom: 20px;
    }

        .zzsc .tab a {
            display: block;
            padding: 10px;
            float: left;
            color: #333;
            font-size: 16px
        }

            .zzsc .tab a:last-child {
                /*color: #d30009;*/
            }

            .zzsc .tab a:hover {
                color: red;
                transition: all 0.3s linear;
                font-weight: bold;
            }

            .zzsc .tab a.on { /*color:#d30009; */
                color: red;
                font-weight: bold;
            }

    .zzsc .content {
        overflow: hidden;
        width: 100%; /*height:168px;*/
        position: relative;
    }

        .zzsc .content li {
            width: calc(100%/4);
            float: left;
        }

            .zzsc .content li a {
                display: block;
                overflow: hidden;
                line-height: 28px;
                font-size: 14px;
                color: #333;
            }

                .zzsc .content li a:hover p {
                    color: #043381;
                    transition: all 0.3s linear;
                }

                .zzsc .content li a:hover span {
                    color: #043381;
                    transition: all 0.3s linear;
                }

                .zzsc .content li a p {
                    float: left;
                    width: 70%;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                .zzsc .content li a span {
                    float: right;
                }

.ban_text {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .ban_text .txt {
        width: 70%;
        margin: 0 auto;
        font-size: 28px;
        color: #ffffff;
        letter-spacing: 2px;
    }

    .ban_text .tit {
        font-size: 50px;
        color: #ffffff;
        font-weight: bold;
        margin: 10px 0 30px;
        letter-spacing: 4px;
    }

    .ban_text .xian {
        background-color: #fff;
        height: 4px;
        width: 120px;
        margin: 30px auto 0;
    }
