body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #FFF;
    text-decoration:none;
    
    font-size: 14px;}
body a{
    color:#333;
    text-decoration:none;}
.container {
    width: 1200px;
    margin: 0 auto;}
.row{
    width:100%;}
.row1{
     background:#4086cc
;}

.row2{
    background:#00468c;}

.row3{
    background:#fcfcfc;}
.header-top {
    background-color: #00468c;
    color: white;
    padding: 5px 0;
    font-size: 12px;}
.header-top a {
    color: white;
    text-decoration: none;
    margin: 0 5px;}
.header-main {
    background: url(images/slogo.png);
    padding: 15px 0;
    height:120px;}
.logo-title {
    font-size: 24px;
    font-weight: bold;
    color: #00468c;
    float:right;}
.nav {
    background-color: #00468c;
    padding: 0px 0;}
.nav a {
    display:inline-table;
    color: white;
    text-decoration: none;
    padding: 8px 25px;
    font-size: 16px;}
.nav a:hover {
    background:#4086cc;}
.main-title {
    font-size: 34px;
    color: #Fff;
    font-weight: 0;
    padding:0px 0 10px;
    text-align: center;}
.content-row {
    margin: 20px 0;
    overflow: hidden;}

/*栏目*/
.left-section {
    width: 590px;
    float: left;
    margin-right: 20px;}

.right-section {
    width: 590px;
    float: left;}
.section-title {
    font-size: 18px;
    color: #00468c;
    border-bottom: 2px solid #fc0;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: bold;}
.result-list {
    list-style-type: none;
    padding: 0;
    margin: 0;}
.result-list li {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUklEQVQYlWNgYGD4z4ACmJiY/INi4v8zMDAwMDIwMPxHV4ikCEMhVEEQAwMDAyMDuoS+vv5/BgYGBkZ0hQwMDAyM6LZiyEJTjK4QXQ4A6+wLp0cBp7IAAAAASUVORK5CYII=') no-repeat left center;
    padding-left: 20px;}

.columnlist{
    width:590px;
    float:left;
    margin:0;}
.video{
    width:590px;
    float:left;
    margin-left:20px;}
.blue-box {
    background-color: #E6F0FF;
    border: 1px solid #0055A2;
    padding: 0;
    margin:0px;
    list-style:none;
    line-height: 1.8;
    height:280px;}
.blue-box li{
    height:40px;
    line-height:40px;
    background:#C6D0DF;
    margin:20px;
    font-weight:bold;
    font-size:18px;
    color:#00468c;}
.video-section {
    background-color: #0055A2;
    padding: 15px;
    color: white;
    text-align: center;}
.video-placeholder {
    background-color: #003366;
    height: 187px;
    
    display: table;
    width: 490px;
    text-align: center;
    margin-bottom: 10px;}
.video-placeholder span {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size: 16px;}
.footer {
    background-color: #00468c;
    padding: 20px 0;
    margin-top: 30px;
    overflow: hidden;
    border-top: 1px solid #DDD;}
.footer-left {
    float: left;
    width: 300px;
    text-align: center;}
.footer-center {
    float: left;
    width: 600px;
    text-align: center;}
.footer-right {
    float: right;
    width: 300px;
    text-align: center;}
.footer-title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;}
.date {
    color: #666;
    font-size: 12px;}
.image-row {
    text-align: center;
    margin: 15px 0;}
.image-placeholder {
    background-color: #F0F0F0;
    height: 150px;
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #DDD;}
.image-placeholder span {
    display: table-cell;
    vertical-align: middle;
    color: #666;}
    
     /* 列表样式 */
       .row9 {
           height:50px;
           margin:20px 0;
            overflow: auto;
           
            clear:both;}
       .row9 .titles{
           width:180px;
           height:50px;
           line-height:50px;
           float:left;}
       .row9 .address{
        
           text-decoration:none;
           color:#333;
            width:990px;
           height:50px;
           line-height:50px;
           float:left;
           margin-left:20px;}
         .row10{
           overflow: auto
             margin:20px 0 20px;
              clear:both;}
       .row10 .menus{
           width:180px;
           float:left;}
       .row10 .lists{
         width:990px;
           text-decoration:none;
           color:#333;
           float:left;
           margin-left:20px;}
        .row8{
            clear:both;}
.row2{
    height:55px;
    
}
.row2 .container{
    padding:0;
}
#navigation {
    background-color: #003DA6;
}

.nav-container {
    margin-top:-16px;
}

.nav{
    display:flex;   
    list-style:none; 
    position:relative;
   
    padding:0;
}
.nav>li{position:relative;text-align:center;}      /* 为二级菜单定位做准备 */
.nav>li>a{
    display:block;
    padding:17px 25px;
    color:#fff;
    text-decoration:none;
    font-size:16px;

    transition:background .3s;
}
.nav>li:hover>a{background:#0052D9;}


.nav ul{                         /* 所有下拉 ul */
    position:absolute;
    top:100%;                    /* 紧贴父级 li 底部 */
    left:0;
 z-index:999;
    background:#fff;
    border:1px solid #e0e0e0;
    border-top:0px;
    padding-left:0px;
    box-shadow:0 4px 8px rgba(0,0,0,.15);
    list-style:none;
    display:none;                /* 默认隐藏 */
}
.nav ul{
    padding-left:0px;
    width:280px;
}
.nav>li:hover ul{display:block;} /* 悬停时显示 */
.nav ul li a{
    display:block;
    padding:10px 10px;
    color:#333;
    font-size:16px;
    text-decoration:none;
    transition:background .2s;
}
.nav ul li a:hover{background:#0052D9;color:#fff;}