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: 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;
    }
    #g_nav ul{}
    #g_nav>ul>li{
        float:left;
        position:relative;
        z-index:0;
        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{padding: 0;}
    #g_nav ul li h3{
        font-size: 1rem;
        color: #0e0e0e;
        line-height: 20px;
        position:relative;
        transition: .36s;
        display: inline-block;
    }

    #g_nav ul li i{
        margin:-3px 0 0.625rem;
        display:inline-block;
        width:10px;
        height:5px;
        transition:.5s;
    }

    #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_l_top{
        width: 100%;
        overflow: auto;
    }

    .c_title{
        font-size: 30px;
        font-weight: bold;
        color: #20488b;
        margin: 7px 0px;
        float: left;
    }

    .line{
        width: 100%;
        height: 1px;
        background-color: #cccccc;
        overflow: auto;
    }

    .c_body a{
        color: black;
    }

    .c_body{
        width: 1280px;
        margin: 0 auto;
        overflow: auto;
        padding-bottom: 70px;
        background-color: white
    }

    .c_top{
        margin-bottom: 10px;
    }

    .c_left{
        width: 68%;
        float: left;
        margin-left: 20px;
    }

    .current{
        float: left;
        font: menu;
        color: #6d6d6d;
        margin: 10px 0px;
    }

    .c_left li {
        padding: 10px 0px;
    }

    .c_left li a:hover {
        color: #213d81;
    }

    .c_left li:nth-child(odd) {
        background-color: #f0efef;
    }

    .arrow-d{
        width: 26px;
        margin-left: 10px;
    }

    .c_left li a{
        margin: 0px 10px;
    }

    .arrow-right{
        width: 15px;
        margin-left: 20px;
    }

    .list{
        margin-left: 15px;
		margin-top: 15px;
    }

    .li_date{
        font-size: 14px;
        color: #6b6868;
        float: right;
        margin-right: 20px;
    }

    .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;
        background: url("../img/search.png");
        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);
        border-radius: 3px;
    }

    .r_title_img{
        width: 25px;
        float: right;
        margin-top: 2px;
    }

    .new{
        margin-top: 30px;
    }

    .new_title{
        font-size: 18px;
        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;
    .foot {

        width: 80%;
        border: 4px solid #333;
        height: 200px;
        margin: auto;
        padding-left: 50px;
    .f1 {
        margin-top: 30px;
        height: auto;
    .ful_1 {
        margin-bottom: 10px;
        width: 86%;
    }
    li {
        float: left;
        margin-right: 40px;
        box-sizing: border-box;
    }
    span {
        padding-left: 21px;
        font-size: 14px;
        line-height: 24px;
        display: block;
        color: #ccc;
        margin-bottom: 5px;
    }
    .ful_2 {
        width: 86%;
        border-top: 1px solid #6666664a;
        padding-top: 20px;
    }
    }
    }
    }
	a{
	text-decoration:none
	}
	