@charset "utf-8";


.topWrap {
    max-width:1200px;
}
.topDiv {
   width:100%;
   max-width:1200px;
   margin:0 auto;
}
.logo {
margin-left:10px;
}
@media (max-width: 400px) {
  .logo img {
     width:100%
  }
}
 .topR {
     margin-right:10px;
   }
.nav {
  width:100% ;
  
}

.nav ul, ol {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}
.nav li a {
  padding:0 0;
 }

.navi-slide-head {
display:none;
}

.mobile-menu {
  display: none;
}
.hamburger-menu {
 display:none;
}
.mobile-menu {
    display: none;
}

.infor_list {
       margin:0 10px; 
    }

.infor_list li a {
    display: inline-block;
    width: calc(100% - 42px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main_conRCb li a {
     display: inline-block;
     width: calc(100% - 42px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.main_conRCb {
   margin:0 10px;
   min-height: 500px;
}


@media (max-width: 700px) {
  .topR {
      display: none;
   }
   .nav {
     display: none;
   }
   .navWrap  {
       display: none;
    }

    .navi-slide-head {
       display: block;
       background: #0073b4;
       height: 40px;
    }
    .navi-slide-title {
       display: inline-block;
       float: left;
       font-weight: normal;
       color: #fff;
       font-size: 18px;
       line-height: 40px;
       margin-left: 5px;
    }
    .hamburger-menu {
       display: block;
       width: 34px;
       height: 40px;
       float: left;
       margin-left: 5px;
     }
     .hamburger-menu span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 5px 0;
    }
    .mobile-menu.active {
        display: block;
     }
    .mobile-menu  ul {
    display: flex;
    flex-direction: column;
     }
     .mobile-menu  ul li {
    border-bottom: 1px solid #ccc;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    }
    .mobile-menu.active  ul li a {
    display: block;
    }

    .new_inforBox  {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
  
   .newBoxb {
      width: 50%;
   }
   .news {
   width:50% ;
   float:none; 
   }
   .informBox {
     width:100% ;
     float: left;
   }
      .contente {
       flex-wrap:wrap;
    }
   .main_conR {
     float:left;
     width: 100%;
     padding-left: 0;
    border: none;
   }
   .main_conL {
     width: 100%;
   }
   .main_tit {
     width: 100%;
   }
   .mainWrap {
     width: 100%; 
   }
   .main_conLT {
      width: 100%;
   }
   .main_conLT dl dt {
     width: 100%;
   }
   .main_conLT dl dd {
     width: 100%;
     margin:0 10px;
   }
   .main_conLT dl dd a {
     width: 100%;  
  }
  .main_conLT dl {
     display: flex;
   }
   .main_conR h2 {
       width: 100% ;
       height: 70px;
       line-height: 70px;
       border-bottom: 1px dashed #eee;
       font-size: 22px;
       color: #666666;
       text-align: center;
    }
    .main_conRC {
        padding: 0 15px 40px;
    }
    .main_content {
       width: 100%;
    }
    .main_contit {
        width: 100%;
     }
     .main_contit h2 {
        width: 100%;
     }
    .main_contit p {
       width: 100%;
   
    } 
    .main_conDiv {
        width: 100%;
       
    }
   #vsb_content_2 DIV {
      margin: 0 10px;
   }
   .main_conRCb ul li {
    
    font-size: 14px;
    color: #666666;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #eee;
   # background: url(../img/xdd.png) no-repeat 2px 22px;
   # text-indent: 15px;
    cursor: pointer;
    overflow:hidden;
}



}

@media (max-width: 600px) {

    .newBoxb {
     display: none; 
    }
    .news {
       width: 100%;
     }
    .informBox {
       width: 100%;
       float:left;
   }  
    .infor_list {
       margin:0 10px; 
    }
  .news li {
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
}



}

@media (min-width: 700px) and  (max-width: 1050px) {
 .newBoxb {
   display: none;
  }
  .new_inforBox  {
     width: 50%;
   }
  .news {
    width: 100%;
  }
  .informBox  {
  width: 48%; 
  }
  .new_inforBox.fl .news li {
    line-height:260%;
  }
}

@media  (min-width: 992px) {


}

@media (min-width: 1200px) {
   .contenta .informBox.fr{
    width: 40%;
   }
}


@media (max-width: 420px) {
     .head-top .logo {
      width:95vw;
      }
}

@media (min-width: 420px) {
     .head-top .logo {
      width:400px;
      }
}