body{
margin:0;
}

    #head{
        height: 50px;
        width: 1360px;
        margin:0 auto
    }

    #g_header.hb{
        top:0;
        width: 100%;
        z-index: 999999;
        transition: all .5s;
        height: 100px;
        background: linear-gradient(to right, #16315E , #2a5db6);
    }

    .banner{
        margin:0 auto;
        /*padding:0 50px;*/
        max-width:1400px;
        height: 100px;
    }

    #logo {
        float: left;
        height: 100%;
        /*width: 300px;*/
        width: 100px;
        position: relative;
    }

    .fl{
        float:left
    }

    ol,ul,li{padding:0px;margin:0px;list-style-type:none;}

    .box_table{
        display:table;
        table-layout: fixed;
        width:100%;
        height:100px
    }
    .box_table_cell{
        display:table-cell;
        vertical-align:middle
    }
    .box_table_cell *{
        white-space:normal;
        word-wrap:break-word;
    }

    .fr{
        float:left;
        height: 100%;
    }


    #g_nav{
        float: right;
        /*background: url("../assets/c_bg.png");*/
        width: 1500px;
        /*margin-top: 45px;*/
    }
    #g_nav ul{}
    #g_nav>ul>li{
        float:left;
        position:relative;
        z-index:0;
        /*margin-left: 7rem;*/
        margin: 0 3.67rem;
    }

    #g_nav>ul>li:before{
        content:"";
        position:absolute;
        left: 0;
        width: 100%;
        height: 50px;
        bottom:0;
        transition:.6s;
    }
    #g_nav ul li.on:before, #nav ul li:hover:before{
        width:100%;
        left:0;
    }
    #g_nav ul li a{/*display:block;*/padding: 0;}
    #g_nav ul li h3{
        /*font-size: 1.125rem;*/
        font-size: 1rem;
        color: #0e0e0e;
        line-height: 20px;
        position:relative;
        transition: .36s;
        /*font-weight: bold;*/
        display: inline-block;
    }

    #g_nav ul li i{
        margin:-3px 0 0.625rem;
        display:inline-block;
        width:10px;
        height:5px;
        transition:.5s;
        /*background:url() center no-repeat; */
    }

    #g_nav ul li .sub {
        position:absolute;
        top:100%;
        background:#fff;
        width: auto;
        left: 50%;
        z-index: 1;
        transform: translateX(-50%) scaleY(0);
        visibility:hidden;
        filter:alpha(opacity=0);
        -moz-opacity:0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: .5s;
        transform-origin: top;
    }

    #g_nav ul li .sub .box {
        padding: 0;
        text-align:center;
    }

    #g_nav ul li .sub a {
        padding: 8px 32px;
        line-height: 35px;
        transition:.6s;
        font-size: 14px;
        color: #666666;
        text-align: center;
        white-space: nowrap;
    }

    a:hover{
        text-decoration:none;
    }

    #g_nav ul li .sub a:hover {
        color:  #16315E;
	font-weight: bold;
	font-size: 16px;
    }

    #g_nav ul li:hover .sub {
        filter:alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility:visible;
        transform: translateX(-50%) scaleY(1);
    }

    .c_body{
        width: 1280px;
        margin: 0 auto;
        overflow: auto;
        padding-bottom: 70px;
        background-color: white
    }

    .c_top{
        width: 1280px;
        margin: 0 auto;
        background-color: #f7f7f7;
        overflow: auto;
    }

    .c_title{
        font-size: 20px;
        color: #3b3b3b;
        margin: 13px 35px;
        float: left;
    }

    .c_body a{
        color: black;
    }

    .c_top{
        margin-bottom: 10px;
    }

    .c_left{
        width: 68%;
        float: left;
        margin-left: 20px;
    }

    .c_left .current{
        font: menu;
        color: #6d6d6d;
    }

    .a_title{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin: 16px auto 7px auto;
        color:black;
    }

    .a_imformation{
        text-align: center;
        font: small-caption;
        margin-bottom: 24px;
        color: #b8b8b8;
    }
    .current{
        overflow:auto;
    }

    .article{
        font-family: 宋体;
color:black
    }

    .c_right{
        float: right;
        width: 27%;
        margin-top: 15px;
        margin-right: 10px;
    }

    .card{
        box-shadow:0 4px 8px 0 rgba(0,0,0,0.05),0 6px 20px 0 rgba(0,0,0,0.10);
        display:inline-block;
        padding: 0px;
        width: 99.2%;
    }

    .search{
        margin-left: 15px;
        font-size: 15px;
        padding: 7px;
    }

    .search_btn{
        width: 35px;
        height: 35px;
        border: none;
        outline: none;
        margin-left: 10px;
    }

    .r_n_list{
        /*margin: 20px;*/
    }

    .r_n_list li{
       padding: 17px;
    font-size: 15px;
    }

    .r_n_list li:hover{
        background-color: #979797;
    }

    .r_n_list a:hover{
        color: white;
    }

    .r_title{
        color: white;
        padding: 15px;
        font-size: 15px;
        font-weight: 800;
        background: linear-gradient(to right, #16315E , #2a5db6);
    }

    .r_title_img{
        width: 25px;
        float: right;
        margin-top: 2px;
    }

    .new{
        margin-top: 30px;
    }

    .new_title{
        font-size: 20px;
        font-weight: bold;
        color: #23498b;
        border-bottom: #d9d9d9 1px solid;
        padding-bottom: 15px;
    }

    .new_list li{
        padding: 15px;
        border-bottom: #a3a0a0 1px dotted;
    overflow: auto;
    }

.new_list a:hover {
    color: #213d81;
}

    .new_time{
            width: 48px;
    height: 47px;
    background: #f0efef;
    color: #2e3881;
    padding: 7px;
    /* margin-bottom: 10px; */
    border-radius: 5px;
    text-align: center;
    /* font-weight: bold; */
    font-size: 15px;
    float: left;
    margin-right: 10px;
    }

    .footer {

        border-bottom: 4px solid #213d81;
        background-color: #333;
        /*background-color: #16315E;*/
        /*height: 290px;*/
        height: 120px;
        text-align: left;
        font-size: 12px;
       
    }
    a{
		text-decoration:none
	}
    .line{
        width: 100%;
        height: 1px;
        background-color: #cccccc;
        overflow: auto;
    }

