* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  a {
    text-decoration: none;
  }
  
  li {
    list-style: none;
  }
  
  header {
    opacity: 0.9;
    min-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: #fff;
  }
 
  header > div {
    position: relative;
width:100%;
height:200px;
  }
  
  header > div img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  header > div .head-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: absolute;
    top: 40%;
    right: 0%;
    margin: 20px;
  }
  
  header > div .head-left .nav-English {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4px 0px;
  }
  
  header > div .head-left .nav-English span {
    color: #fff;
    font-size: 12px;
  }
  
  header > div .head-left .nav-English a {
    color: #fff;
    font-size: 12px;
  }
  
  header > div .head-left .search-word {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  header > div .head-left .search-word input {
    width: 150px;
    height: 24px;
    border: 0px;
    outline: none;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  
  header > div .head-left .search-word button {
    width: 64px;
    height: 24px;
    outline: none;
    border: 0px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #bf0413;
  }
  
  header .nav-list {
    min-width: 1500px;
    height: 44px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  header .nav-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    transition: 0.6s all;
  }
  
  header .nav-list > li > a {
    color: black;
  font-size: 20px;
 font-family:微软雅黑;
    
  }
  
  header .nav-list > li ul {
    position: absolute;
    top: 44px;
    left: 0;
    padding: 0 32px;
    display: none;
    background-color: #8F000B;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
         
  }
  
  header .nav-list > li ul li {
    width: 200px;
    font-size: 18px;
    padding: 8px 0px;
  
  }
  
  header .nav-list > li ul li:hover {
    opacity: 0.6;
  }
  
  header .nav-list > li:hover {
    background-color: #8f000b;
   
  }
  
  header .nav-list > li:hover a {
    color: #fff;
    transition: 0.9s all;
  }
  
  header .nav-list > li:hover ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: 0.9s all;
  }
  .main{
      width: 90%;
      margin: auto;
      min-height: 600px;
  }
.title{
text-align:center;
margin:20px 0 10px 0;
font-size: 22px;
    font-family: 微软雅黑;
    font-weight: bold;
}
.info{
margin:5px 0 20px 0;
display:flex;
 justify-content:center;
}
.info>div{
padding:5px 10px 5px 10px;
}
#vsb_content{
width:850px;
margin:auto;
}
#vsb_content_501{
width:850px;
margin:auto;
}

.v_news_content{
min-width:850px;
margin:auto;
line-height:35px;
font-size:16px;
font-family: Microsoft YaHei;
font-weight: 400;
}

.v_news_content>table{
margin:auto;
}
  footer {
    opacity: 0.9;
    min-width: 1280px;
    background-color: #8F000B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
  }
  
  footer p {
    color: #fff;
    font-size: 16px;
  }