* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 微软雅黑;
}

ul,
li {
    list-style: none;
}

a:link,
a:visited,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}

input,
select,
option,
textarea {
    outline: none;
    resize: none;
    -webkit-appearance: none;
}

.clr::after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.my_width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.mt35 {
    margin-top: 35px;
}

.ml30 {
    margin-left: 30px;
}
/* ******************************* */
/* ******************************* */
.header {
    background: url(../img/header_bg.png) no-repeat center;
    background-size: cover;
}

    .header .my_width {
        height: 250px;
        position: relative;
    }

        .header .my_width .logo {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

    .header .code {
        width: 205px;
        position: absolute;
        left: 720px;
        top: 50%;
        transform: translateY(-50%);
    }

        .header .code .code_txt {
            float: left;
            text-align: right;
            padding-top: 3px;
        }

        .header .code img {
            width: 70px;
            float: left;
            margin-left: 5px;
        }

    .header .search {
        width: 240px;
        height: 38px;
        background-color: #ffffff;
        border-radius: 5px;
        border: solid 1px #cccccc;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        .header .search .search_txt {
            float: left;
            width: calc(100% - 50px);
            height: 36px;
            border: none;
            background: url(../img/search.png) no-repeat;
            background-position: 9px center;
            padding-left: 33px;
        }

        .header .search i {
            float: left;
            display: block;
            width: 1px;
            height: 17px;
            background: #999;
            margin-top: 9px;
        }

        .header .search .search_sub {
            width: 49px;
            height: 36px;
            background: none;
            border: none;
            position: relative;
        }

    .header .header_nav {
        width: 100%;
        position: absolute;
        bottom: 21px;
    }

        .header .header_nav li {
            float: left;
            margin-left: 25px;
        }

            .header .header_nav li a {
                display: block;
                font-size: 16px;
                font-weight: bolder;
                line-height: 21px;
                color: #000000;
                text-align: center;
            }

            .header .header_nav li:hover a {
                color: #1d4798;
            }
/* ******************************* */
/* ******************************* */
.nav {
    height: 50px;
    background-image: linear-gradient(0deg, #455dc7 0%, #1d4798 100%);
    position: relative;
}

    .nav ul {
        height: 50px;
    }

        .nav ul li {
            float: left;
            width: calc(100% / 13);
        }

            .nav ul li a {
                display: block;
                font-size: 16px;
                font-weight: bolder;
                line-height: 50px;
                color: #ffffff;
                text-align: center;
                transition: height 0.1s;
                position: relative;
            }

                .nav ul li a::after {
                    content: "";
                    display: none;
                    width: 37px;
                    height: 3px;
                    background-color: #ffffff;
                    position: absolute;
                    bottom: 5px;
                    left: 50%;
                    transform: translateX(-50%);
                }

            .nav ul li.active {
                margin-top: -5px;
            }

                .nav ul li.active a {
                    height: 55px;
                    background-color: #163c7b;
                }

                    .nav ul li.active a::after {
                        display: block;
                    }
/* ******************************* */
/* ******************************* */
.footer {
    background: url(../img/footer_bg.png) no-repeat center;
    background-size: cover;
}

    .footer .links {
        padding-top: 40px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }

        .footer .links .links_txt {
            float: left;
            width: 70px;
            height: 20px;
            font-size: 14px;
            font-weight: bolder;
            line-height: 20px;
            color: #ffffff;
        }

        .footer .links .links_list {
            float: right;
            width: calc(100% - 92px);
        }

            .footer .links .links_list li {
                float: left;
                width: calc(100% / 10);
                margin-bottom: 20px;
            }

                .footer .links .links_list li a {
                    display: block;
                    font-size: 14px;
                    line-height: 20px;
                    color: #ffffff;
                    opacity: 0.9;
                }

    .footer .about {
        width: 780px;
    }

        .footer .about .about_item {
            display: inline-block;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 15px;
            color: rgba(255, 255, 255, 0.7);
        }

            .footer .about .about_item a {
                font-size: 14px;
                letter-spacing: 0px;
                color: #ffffff;
            }

    .footer .bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 42px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        text-align: center;
    }
/* ******************************* */
/* ******************************* */
.newspaper_header .my_width {
    height: 170px;
    position: relative;
}

    .newspaper_header .my_width .logo {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .newspaper_header .my_width .home_link {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 14px;
        line-height: 19px;
        color: #000000;
    }
/* ******************************* */
.newspaper_article * {
    max-width: 100% !important;
}