* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑",
    Arial, Verdana, Helvetica, sans-serif, "宋体";
    font-size: 16px;
}

html {
    overflow-x: hidden;
    background-color: #F2F1EF;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: white !important;
}

a:hover {
    color: #ffffff !important;
}

input[type=search]:focus {
    outline: none;
}


.bg{
    background: url(../img/bg.jpg) top center no-repeat;
    background-size: 100%;
    overflow-x: hidden;
}

/* 顶部 */
.top{
    margin-bottom: 10px;
}

.content{
    width: 1400px;
    margin: auto;
    margin-bottom: 30px;
}

.top_main {
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tit {
    display: block;
}

.backhome {
    height: auto;

}

.backhome a {
    background-color: #0168B7;
    border-radius: 8px;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    color: white;
    letter-spacing: 2px;
}

.title1{
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 20px;
}


.footer_box {
    display: none;
}


/* 文章内容 */
.main{
    width: 100%;
    background-color: white;
    height: auto;
    overflow: hidden;
}

.main_tit{
    width: 34%;
    margin: 30px auto 0px;
    display: flex;
    height: 90px;
    line-height: 90px;
    align-items: center;
    justify-content: space-between;
    
}
.main_tit div{
    color: #0168B7;
    font-size: 2.5rem;
    font-weight: bolder;
}

.main_tit_line{
    text-align: center;
    margin: 0 auto 40px;

}







.body {
    background-color: white;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.body_nav {
    height: 45px;
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
}

.body_nav_lf {
    height: 45px;
}

.body_nav_main {
    font-size: 1.5rem;
    background-color: #0168B7;
    color: white;
    height: 45px;
    line-height: 45px;
    padding-right: 40px;
}

.body_nav_main img {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 30px;
}

.body_nav_main02 {
    font-size: 1.5625rem;
    background-color: #186fd3;
    color: white;
    height: 45px;
    line-height: 45px;
    padding-right: 40px;
}

.body_nav_main02 img {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 30px;
}

.body_nav_rt {
    height: 45px;
}

.body_main {
    display: flex;
    justify-content: space-between;
}

.body_main img {
    height: 200px;
}




.more {
    border-radius: 8px;
    float: right;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 36px;
    background-color: white;
    border: 2px solid #0168B7;
    background-color: #0168B7;
}

.more a {
    cursor: pointer;
}

.more02 {
    border-radius: 8px;
    float: right;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 36px;
    background-color: white;
    border: 2px solid #186fd3;
    background-color: #186fd3;
}

.more02 a {
    cursor: pointer;
}

.article {
    padding: 0px 30px;
    max-height: 290px;
}

.article_main {
    max-height: 265px;
    overflow: hidden;
    text-indent: 35px;
    font-weight: bolder;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    line-height: 29px;
    font-size: 16px;
}

@media screen and (min-width : 1081px) and (max-width : 1200px){
    .content {
        width: 100%;
    }
    .top_main {
        width: 90%;
    }
    .title{
        text-align: center;
    }
}


@media screen and (min-width : 769px) and (max-width : 1080px){
    .content {
        width: 100%;
    }
    .top_main {
        width: 80%;
    }
    .title{
        text-align: center;
    }
}



@media screen and (max-width:768px) {
    .bg{
        background-size: cover;
    }
    .content{
        width: 100vw;
    }
    .top_main {
        width: 100%;
        margin: 0px;
    }

    .tit {
        margin: 0 auto;
    }
    .backhome{
        display: none;
    }
    .title1 img{
        width: 100%;
    }

    .main_tit {
        width: 100%;}

    .body_main {
        flex-direction: column;
    }

    .article {
        padding: 0px;
    }

    .body_nav_main {
        font-size: 1.125rem;
        padding-right: 0px;
        width: 100%;
        text-align: center;
        overflow: hidden;
        height: auto;
    }
    .body_main img {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .body_nav_main02 {
        padding-right: 38px;
    }

    .body_main img {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .body_nav_lf,.body_nav_rt{
        display: none;
    }
    .body_nav_main img{
        display: none;
    }

    .footmain {
        width: 100%;
        margin: 0 auto;
    }
    .footmain img {
        float: none;
    }
    .mainp {
        margin: 0 auto;
        width: 100%;
        height: 120px;
        float: left;
        font-size: 14px;
        color: white;
        padding-top: 20px;
        margin-left: 0px;
        line-height: 20px;
    }
}