[v-cloak] {
    display: none;
}
* {
    box-sizing: border-box;
}

html {
    background-color: #1e68ac;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    min-width: 1260px;
    font-size: 16px;
    color: #020202;
    font-family: "微软雅黑", PingFangSC-Regular, "宋体", Arial, serif;
}
a {
    text-decoration: none;
    color: #393939;
}
a:hover{
    color: #004caa;
}
.g_w_1200 {
    width: 1200px;
    margin: auto;
}


/* page head */
.page_head{
    position: relative;
    z-index: 3;

    background: url(head_bg.png) no-repeat center bottom;
}
.page_head > .base{
    width: 1200px;
    margin: auto;

    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: center; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.page_head > .base > .logo{
    -ms-flex: 1; /* IE10 */
    flex: 1;
}
.page_head > .base > .more{}
.page_head > .base > .more > .ac{
    display: table;
    margin-left: auto;
}
.page_head > .base > .more > .ac > span{
    display: table-cell;
}
.page_head > .base > .more > .ac > span:not(:first-child){
    padding-left: 15px;
}
.page_head > .base > .more > .ac > span > a{
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.page_head > .base > .more > .search{
    margin-top: 15px;
    margin-left: auto;

    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: center; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    width: 305px;
    height: 32px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
}
.page_head > .base > .more > .search > div{
    position: relative;
}
.page_head > .base > .more > .search > div:nth-child(1){
    -ms-flex: 1; /* IE10 */
    flex: 1;
}
.page_head > .base > .more > .search button{
    border: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    background: url(head_search.png) no-repeat center center transparent;
    cursor: pointer;
}
.page_head > .base > .more > .search input{
    border: 0;
    margin: 0;
    padding: 0 12px;
    background-color: transparent;
    width: 100%;
    height: 32px;
    line-height: 1;
    font-size: 14px;
    color: #222;
    outline: none;
}
.page_head > .base > .more > .search input:-webkit-autofill,
.page_head > .base > .more > .search input:-webkit-autofill:hover,
.page_head > .base > .more > .search input:-webkit-autofill:focus,
.page_head > .base > .more > .search input:-webkit-autofill:active{
    background: transparent;
}


/* page foot */
.page_foot{
    position: relative;
    z-index: 3;
    padding: 20px 0;
    color: #ffffff;
    font-size: 12px;
    background-color: #1e68ac;
}
.page_foot a{
    color: #ffffff;
}
.page_foot > .links{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: center; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.page_foot > .links > div:not(:first-child){
    margin-left: 15px;
}
.page_foot > .links > div{
    -ms-flex: 1; /* IE10 */
    flex: 1;

    position: relative;
}
.page_foot > .links .link_btn{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: center; /* IE10 */
    -ms-flex-align: center; /* IE10 */

    display: flex;
    flex-flow: row  nowrap;
    justify-content: center;
    align-items: center;

    border-radius: 3px;
    /*border: 1px solid #c4c5c7;*/
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0, 0.5);

    cursor: pointer;
    transition: all 250ms ease;
}
.page_foot > .links .link_btn > span{
    -ms-flex: 1; /* IE10 */
    flex: 1;

    height: 32px;
    color: #454545;
    text-align: center;
    line-height: 32px;
}
.page_foot > .links .link_btn > i{
    height: 10px;
    width: 10px;
    margin: 0 10px;
    background: url(g_arrow_down.png) no-repeat center center;
}
.page_foot > .links .items{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 44px;
    max-height: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0,0,0, 0.6), 0 3px 5px rgba(0,0,0, 0.2);
    overflow: auto;
    opacity: 0;
    transition: opacity 250ms ease, height 1ms ease, bottom 250ms ease;
}
/* 设置垂直滚动条宽度 */
.page_foot > .links .items::-webkit-scrollbar {
     width: 6px; /* 宽度为 10px */
     height: 6px; /* 高度为 10px */
 }
.page_foot > .links .items::-webkit-scrollbar-thumb {
     background-color: rgba(0, 0, 0, 0.2)
 }
.page_foot > .links .items::-webkit-scrollbar-track {
     background-color: rgba(0, 0, 0, 0.05)
 }
.page_foot > .links .items li a{
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    transition: all 250ms ease;
}
.page_foot > .links .items li a:link,
.page_foot > .links .items li a:visited{
    color: #454545;
}
.page_foot > .links .items li a:hover{
    color: #004caa;
    background-color: #f1f1f1;
}


.page_foot > .links > div.active .items{
    opacity: 1;
    max-height: 200px;
    bottom: 34px;
}
.page_foot > .links > div.active .link_btn.active{
    box-shadow: 0 3px 5px rgba(0,0,0, 0.3) inset;
}


/* 单位、备案、联系 */
.page_foot .other{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: center; /* IE10 */

    display: flex;
    flex-flow: row  nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    padding: 50px 0 30px 0;
}
.page_foot .other > div:not(:first-child){
    margin-left: 60px;
}
.page_foot .other > div:nth-child(2){
    -ms-flex: 1; /* IE10 */
    flex: 1;
}
.page_foot .other > div:nth-child(3){
    line-height: 1.6;
}
.page_foot .other .site_name{
    font-size: 13px;
    font-weight: bold;
}
.page_foot .other .site_info{
    font-size: 12px;
    line-height: 1.6;
    margin-top: 20px;
}
.page_foot .other .site_info .beian{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: center; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.page_foot .other .site_info .beian > div:not(:first-child){
    margin-left: 15px;
}
.page_foot .other .site_info .beian > div:nth-child(2){
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: center; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.page_foot .other .site_info .beian > div:nth-child(2) > div:not(:first-child){
    margin-left: 5px;
}



.g_menu{
    position: relative;
    z-index: 3;
    width: 1200px;
    height: 55px;
    margin: 0 auto;

    list-style: none;
    padding: 0;

    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: center; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.g_menu > li{
    -ms-flex: 1; /* IE10 */
    flex: 1;

    height: 55px;
    text-align: center;

    position: relative;
}
.g_menu > li:not(:first-child):before{
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    bottom: 17px;
    width: 1px;
    background-color: #fff;
}
.g_menu > li > a{
    font-family: '黑体', '微软雅黑';
    font-weight: bold;
    font-size: 24px;
    line-height: 55px;
    color: #f6f6f6;
    cursor: pointer;
    transition: all 250ms ease;
}
.g_menu > li > i{
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -12px;
    bottom: 0;
    height: 0;
    width: 24px;
    background: url(g_menu_arrow.png) no-repeat center bottom;
    opacity: 0;
    transition: all 250ms ease;
}
.g_menu > li > dl{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    display: block;
    opacity: 0;
    transition: all 250ms ease;
}
.g_menu > li > dl > dd{
    display: table-cell;
    white-space: nowrap;
    padding: 15px 0;
}
.g_menu > li > dl > dd:not(:first-child){
    padding-left: 20px;
}
.g_menu > li > dl > dd > a{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #004caa;
}
.g_menu > li > dl > dd > a:hover{
    color: #0df6ff;
}

.g_menu > li.hover > a{
    color: #0df6ff;
}
.g_menu > li.hover > i{
    opacity: 1;
    bottom: -8px;
    height: 8px;
}
.g_menu > li.hover > dl{
    bottom: -54px;
    opacity: 1;
    height: 54px;
}
.g_menu > li > a.active{
    color: #0df6ff;
}

.g_menu_bg{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: rgba(255,255,255, 0.95);
    backdrop-filter: saturate(180%) blur(10px);
    box-shadow: 0 3px 6px rgba(0,0,0, 0.15), 0 2px 2px rgba(0,0,0, 0.15) inset;

    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
}
.g_menu_bg.hover{
    opacity: 1;
    bottom: -54px;
    height: 54px;
    pointer-events: auto;
}


/* flex row warp */
.g_flex_row_warp{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: wrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: start; /* IE10 */

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: start;
}
.g_flex_row_no_warp{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: start; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: start;
}


/* 通用栏目名居中 */
.g_nav_title_center{
    position: relative;

    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: center; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.g_nav_title_center > div:nth-child(2){
    margin: 0 30px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #004caa;
}
.g_nav_title_center > div:nth-child(2) a{
    color: #004caa;
}
.g_nav_title_center > div:first-child{
    -ms-flex: 1; /* IE10 */
    flex: 1;

    height: 1px;
    background-image: -ms-linear-gradient(-90deg, rgba(25,94,178, 1) 0%, rgba(25,94,178, 0) 100%);
    background-image: linear-gradient(-90deg, rgba(25,94,178, 1) 0%, rgba(25,94,178, 0) 100%);
}
.g_nav_title_center > div:last-child{
    -ms-flex: 1; /* IE10 */
    flex: 1;

    top: 35px;
    height: 1px;
    background-image: -ms-linear-gradient(90deg, rgba(25,94,178, 1) 0%, rgba(25,94,178, 0) 100%);
    background-image: linear-gradient(90deg, rgba(25,94,178, 1) 0%, rgba(25,94,178, 0) 100%);
}


/* tab 切换 */
.g_tab{

}
.g_tab  > .tab_head{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: end; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;

    border-bottom: 1px solid #004caa;
}

.g_tab > .tab_head > .items{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: start; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    -ms-flex: 1; /* IE10 */
    flex: 1;
}
.g_tab > .tab_head > .items > .item{
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #004caa;
    height: 33px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.g_tab > .tab_head > .items > .item:not(:first-child){
    margin-left: 20px;
}
.g_tab > .tab_head > .items > .item.active{
    border-color: #004caa;
}
.g_tab > .tab_head > .more{
    font-size: 12px;
    height: 24px;
    display: none;
}
.g_tab > .tab_body{}
.g_tab > .tab_body > .item{
    display: none;
}
.g_tab > .tab_body > .item.active{
    display: block;
}


/* a more */
.g_a_more{
    display: inline-block;
    background: url(g_more.png) no-repeat right center;
    padding-right: 12px;
}
.g_a_more:hover{
    background-image: url(g_more_hover.png);
}


/* 带日期的标题列表 */
.g_title_list_date{
    list-style: none;
    margin: 0;
    padding: 0;
}
.g_title_list_date > li{
    padding: 8px 0;
}
.g_title_list_date > li a{
    position: relative;

    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: center; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.g_title_list_date > li a > .title{
    -ms-flex: 1; /* IE10 */
    flex: 1;
    font-size: 16px;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.g_title_list_date > li a > .date{
    margin-left: 24px;
    font-size: 12px;
    color: #888;
    white-space: nowrap;
}
.g_title_list_date > li a:hover > .date{
    color: #004caa;
}
.g_title_list_date.line > li{
    border-bottom: 1px dotted #999;
    padding: 10px 0;
}


/* 图文水平四幅 */
.g_image_text_list_four{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: end; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.g_image_text_list_four > .item{
    width: calc((100% - 60px) / 4);
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0, 0.3);
    border-radius: 3px;
    overflow: hidden;
}
.g_image_text_list_four > .item:not(:first-child){
    margin-left: 20px;
}
.g_image_text_list_four > .item > .img{
    display: block;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.g_image_text_list_four > .item > .info{
    display: block;
    padding: 10px 15px;
}
.g_image_text_list_four > .item > .info > .title{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.g_image_text_list_four > .item > .info > .title:after{
    content: "...";
}
.g_image_text_list_four > .item > .info > .date{
    display: block;
    font-size: 12px;
    color: #999999;
    text-align: right;
    margin-top: 8px;
}


/* 图文水平五幅(竖) */
.g_image_text_list_five_v{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: end; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.g_image_text_list_five_v > .item{
    width: calc((100% - 80px) / 5);
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0, 0.3);
    border-radius: 3px;
    overflow: hidden;
}
.g_image_text_list_five_v > .item:not(:first-child){
    margin-left: 20px;
}
.g_image_text_list_five_v > .item > .img{
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.g_image_text_list_five_v > .item > .info{
    display: block;
    padding: 10px 15px;
}
.g_image_text_list_five_v > .item > .info > .title{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.g_image_text_list_five_v > .item > .info > .title:after{
    content: "...";
}
.g_image_text_list_five_v > .item > .info > .date{
    display: block;
    font-size: 12px;
    color: #999999;
    text-align: right;
    margin-top: 8px;
}





/* 分页 */
.g_page{
    padding-top: 40px;
    text-align: center;
}
.g_page .page_div{
    display:inline-block; *display:inline; *zoom:1;
}
.g_page .page_div > div{display:inline-block; *display:inline; *zoom:1; margin-left: 10px;}
.g_page .page_div > div:first-child{margin-left: 0;}
.g_page .page_div > div a{
    display:inline-block; *display:inline; *zoom:1; min-width: 32px; height: 26px; line-height: 24px; text-align: center; padding: 0 8px;
    color: #5e5e5e; font-size: 13px;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
}
.g_page .page_div > div a:hover{
    border-color: #004caa; background-color: #004caa; color: #fff !important;
}

.g_page .page_div > div.pagination_curr a{
    border-color: #004caa; background-color: #004caa; color: #fff !important;
}

.g_page .page_div > div.pagination_totalCount,
.g_page .page_div > div.pagination_totalCount{line-height: 24px}



/* 二级侧边栏目导航 */
.sec_menu{list-style: none; padding: 0; margin: 0;}
.sec_menu > li{display: block; margin-top: 2px;}
.sec_menu > li:first-child{margin-top: 0;}
.sec_menu > li > a{
    display: block; padding: 18px;
    background-color: #e7e7e7;
    color: #636363;
    font-family: '微软雅黑'; font-size: 18px;
    text-align: center;
}
.sec_menu > li > a:hover{
    background-color: #004caa; color: #fff !important;
}

.sec_menu > li.active > a{
    background-color: #004caa; color: #fff;
}

.sec_menu > li > ul{list-style: none; padding: 10px 0; margin: 0;}
.sec_menu > li > ul > li{display: block; border-top: 1px dotted #979797;padding: 14px;}
.sec_menu > li > ul > li:first-child{border-top: 0;}
.sec_menu > li > ul > li > a{
    display: block; padding: 10px 18px;
    color: #525252;
    font-family: '微软雅黑'; font-size: 16px;
    text-align: center;
}
.sec_menu > li > ul > li > a:hover{
    color: #004caa;
}
.sec_menu > li > ul > li.active > a{
    color: #004caa;
}

.sec_menu>li>a {
    display: block;
    margin-top: 1px;
    padding: 6px;
    color: #333;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    font-size: 20px;
}

.sec_menu>li>a:hover {
    background: #004caa;
    color: #fff;
}

.sec_menu>li>a.active {
    background: #004caa;
    color: #fff;
}

.sec_menu>li>ul {
    display: none;
}

.sec_menu>li>ul.active {
    display: block;
}

.sec_menu>li>ul>li {}

.sec_menu>li>ul>li>a {
    display: block;
    margin-top: 1px;
    padding: 4px;
    background-color: #ffffff;
    color: #333;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.sec_menu>li>ul>li>a:hover {
    color: #004caa;
}

.sec_menu>li>ul>li>a.active {
    color: #004caa;
}
