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_list_content {
    width: 1200px;
    margin: 0 auto
}

.front_list_content .front_breadcrumbs {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    font-size: 16px;
    -ms-flex-align: center;
    align-items: center
}

.front_list_content .front_breadcrumbs a {
    color: #000;
    padding: 0 5px
}

.front_list_content .front_list_box {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.front_list_content .front_list_box .front_list_left {
    width: 400px;
    min-height: 400px;
    margin-right: 20px;
    margin-top: 20px
}

.front_list_content .front_list_box .front_list_left h2 {
    width: 100%;
    border-bottom: 2px solid #d7d7d7;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-bottom: 10px
}

.front_list_content .front_list_box .front_list_left .front_list_left_item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px
}

.front_list_content .front_list_box .front_list_left .front_list_left_item .item {
    width: 187px;
    text-align: center;
    background: #345075;
    color: #fff;
    padding: 10px 0;
    font-size: 14px
}

.front_list_content .front_list_box .front_list_left ul {
    width: 100%;
    padding-top: 20px
}

.front_list_content .front_list_box .front_list_left ul li {
    width: 100%;
    margin-bottom: 20px
}

.front_list_content .front_list_box .front_list_left ul li a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    text-align: justify;
    color: #000;
    line-height: 22px
}

.front_list_content .front_list_box .front_list_left ul li a img {
    width: 60px;
    height: 60px;
    margin-right: 10px
}

.front_list_content .front_list_box .front_list_right {
    width: 800px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page_box{
    width: 100%;
    display: flex;
    justify-content: center;
}
.front_list_content .front_list_box .front_list_right .front_list_right_tabTitle {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.front_list_content .front_list_box .front_list_right .front_list_right_tabTitle li {
    line-height: 14px;
    font-size: 14px;
    margin-right: 10px
}

.front_list_content .front_list_box .front_list_right .front_list_right_tabBox {
    width: 100%;
    margin-top: 20px

}

.front_list_content .front_list_box .front_list_right .front_list_right_tabBox li {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
}

.front_list_content .front_list_box .front_list_right .front_list_right_tabBox li a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    color: #000
}

.front_list_content .front_list_box .front_list_right .front_list_right_tabBox li a img {
    margin-right: 20px
}
.front_list_content .front_list_box .front_list_right .front_list_right_tabBox li a .front_list_right_info{
    position: relative;
}
.front_list_content .front_list_box .front_list_right .front_list_right_tabBox li a .front_list_right_info h2 {
    font-size: 21px;
    margin-bottom: 18px
}

.front_list_content .front_list_box .front_list_right .front_list_right_tabBox li a .front_list_right_info p {
    line-height: 20px
}

.front_list_content .front_list_box .front_list_right .front_list_right_tabBox li a .front_list_right_info .icon_info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.front_list_content .front_list_box .front_list_right .front_list_right_tabBox li a .front_list_right_info .icon_info img {
    margin-right: 5px;
    display: block
}

.front_list_content .front_list_box .front_list_right .front_list_right_tabBox li a .front_list_right_info .icon_info span {
    display: block;
    line-height: 14px;
    font-size: 14px;
    margin-right: 10px
}

.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
}