@charset "UTF-8";
fieldset, hr, img {
    border: 0
}

html {
    background: #fff
}

blockquote, body, button, dd, dl, dt, fieldset, h1, h2, h3, h4, h5, h6, hr, input, lengend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

input {
    border: none
}

body, button, input, select, textarea {
    font: 12px/1.5 PingFang SC, \\5FAE\8F6F\96C5\9ED1, \\5B8B\4F53, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    background: #fff
}

html {
    overflow-y: scroll;
    background: #f5f5f5;
    font-size: 50px;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased
}

body, html {
    margin: 0;
    width: 100%;
    background: #fff
}

#__layout, #__layout > div, #__nuxt {
    height: 100%
}

h1 {
    font-size: 18px
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 14px
}

h4, h5, h6 {
    font-size: 100%
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp, tt {
    font-family: Courier New, Courier, monospace
}

small {
    font-size: 12px
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none
}

abbr[title], acronym[title] {
    border-bottom: 1px dotted;
    cursor: help
}

q:after, q:before {
    content: ""
}

legend {
    color: #000
}

button, input, select, textarea {
    outline: 0;
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    height: 1px
}

.newsImg img {
    width: 100%
}

.front_index_content {
    width: 1200px;
    margin: 0 auto
}

.front_index_content .front_index_news {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    font-size: 18px
}

.front_index_content .front_index_information {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.front_index_content .front_index_information .front_index_info {
    width: 290px;
    height: 396px;
    border: 1px solid #b4b4b4;
    box-sizing: border-box
}

.front_index_content .front_index_information .front_index_info .front_index_info_title {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 11px;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #b4b4b4
}

.front_index_content .front_index_information .front_index_info .front_index_info_title h2 {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.front_index_content .front_index_information .front_index_info .front_index_info_title a {
    color: #666;
    font-weight: 600
}

.front_index_content .front_index_information .front_index_info .front_index_info_list {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box
}

.front_index_content .front_index_information .front_index_info .front_index_info_list li {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
}

.front_index_content .front_index_information .front_index_info .front_index_info_list li a {

    color: #000;
    font-size: 14px;
    white-space:nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    display: block;
}

.front_index_content .front_index_information .front_index_banner {
    width: 600px;
    box-sizing: border-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.front_index_content .front_index_information .front_index_banner img {
    width: 100%;
    display: block
}

.front_index_content .front_index_information .front_index_banner .front_index_banner_info {
    width: 100%;
    position: absolute;
    padding: 15px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .4)
}

.front_index_content .front_index_information .front_index_banner .front_index_banner_info h3 {
    width: 100%;
    margin-bottom: 5px;
    font-size: 20px;
    color: #fff
}

.front_index_content .front_index_information .front_index_banner .front_index_banner_info p {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    color: #fff
}

.front_index_content .front_index_dataItem {
    width: 1200px;
    margin: 0 auto;
    background: #345075;
    margin-top: 10px;
    padding: 20px 0
}

.front_index_content .front_index_dataItem ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.front_index_content .front_index_dataItem ul li {
    width: 100%;
    text-align: center;
    border-right: 2px solid #fff;
    letter-spacing: 1px
}

.front_index_content .front_index_dataItem ul li img {
    width: 70px
}

.front_index_content .front_index_dataItem ul li h4 {
    font-size: 18px;
    color: #fff
}

.front_index_content .front_index_dataItem ul li:last-child {
    border-right: none
}

.front_index_content .front_index_notice {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #345075;
    border-top: 20px solid #345075;
    padding: 0 10px;
    box-sizing: border-box
}

.front_index_content .front_index_notice .front_index_notice_title {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #345075
}

.front_index_content .front_index_notice .front_index_notice_title h3 {
    font-size: 18px
}

.front_index_content .front_index_notice .front_index_notice_title a {
    color: #000;
    font-size: 18px
}

.front_index_content .front_index_notice .front_index_notice_list {
    width: 100%;
    padding: 10px 0
}

.front_index_content .front_index_notice .front_index_notice_list li {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed #666;
    padding-bottom: 10px;
}

.front_index_content .front_index_notice .front_index_notice_list li a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.front_index_content .front_index_notice .front_index_notice_list li a .text {
    display: -ms-flexbox;
    display: flex
}

.front_index_content .front_index_notice .front_index_notice_list li a .text img {
    margin-right: 5px;
    width: 12px;
    height: 16px;
    display: block;
}

.front_index_content .front_index_notice .front_index_notice_list li a .date, .front_index_content .front_index_notice .front_index_notice_list li a .text p {
    color: #000;
    font-size: 14px;

}

.footer {
    width: 100%;
    background: #345075;
    margin-top: 20px
}

.footer .footer_box_top {
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0
}

.footer .footer_box_top h3 {
    color: #fff;
    font-size: 16px
}

.footer .footer_box_top .footer_box_top_link {
    width: 1100px;
    display: -ms-flexbox;
    display: flex
}

.footer .footer_box_top .footer_box_top_link ul {
    width: 20%
}

.footer .footer_box_top .footer_box_top_link ul li {
    margin-bottom: 15px
}

.footer .footer_box_top .footer_box_top_link ul li a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block
}

.footer .footer_box_top .footer_box_top_link ul li:last-child {
    margin-bottom: 0
}

.footer .footer_box_bottom {
    width: 1120px;
    margin: 0 auto;
    border-top: 2px solid #fff;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.header {
    width: 100%
}

.header .header_box {
    width: 1200px;
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 0
}

.header .header_box, .header .header_box .header_logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header .header_box .header_logo img {
    width: 300px;
    height: 100%
}

.header .header_box .header_admin {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header .header_box .header_admin a {
    color: #000
}

.header .header_box .header_admin .header_login_btn a {
    width: 100px;
    background: #345075;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 2px 0
}

.nav {
    width: 100%;
    background: #345075
}

.nav .nav_box {
    width: 1200px;
    margin: 0 auto
}

.nav .nav_box ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    border-left: 2px solid #fff;
    box-sizing: border-box
}

.nav .nav_box ul li {
    width: 100%;
    border-right: 2px solid #fff;
    box-sizing: border-box
}

.nav .nav_box ul li a {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    padding: 13px 0;
    font-size: 14px
}

.nav .nav_box ul .active {
    background: #024aa9
}

/*html{*/
/*    filter:grayscale(100%);*/
/*    -webkit-filter: grayscale(100%);*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter:grayscale(100%);*/
/*    -o-filter:grayscale(100%);*/
/*    filter: grayscale(100%);*/
/*    filter:gray;*/
/*}*/