body {
  font-family: "微软雅黑";
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

header {
  color: #fff;
  width: 100%;
}

.header-wrapper {
  background: url(../images/header_bg.jpg) center no-repeat;
  height: 139px;
  width: 1580px;
  margin: 0 auto;
}

nav {
  background-color: #114BA3;
  color: #fff;
  height: 60px;
  width: 100%;
}

.nav-wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

.navlist {
  padding: 0;
  margin: 0;
  display: flex;
}

.navlist>li {
  float: left;
  text-align: center;
  box-sizing: border-box;
  flex: 1 1 auto;
  position: relative;
}

.navlist>li>a {
  display: block;
  line-height: 1.75rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
}

.navlist-sub {
  background-color: #3491FA;
  padding-left: 0;
  width: 100%;
}

.navlist-sub li {
  line-height: 50px;
}

.navlist-sub li a {
  color: #fff;
  display: block;
}

.navlist-sub li a:hover {

  background-color: #7BC0FC;
}

.navlist>li .hidden {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
}

.navlist>li:hover .hidden {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
}

.navlist>li>a:hover {
  background-color: #063078;
}

#banner {
  background: url(../images/banner_3.jpg) center no-repeat;
  height: 285px;
  width: 100%;
}

main {
  background: #FFF url(../images/news_bg.jpg) top no-repeat;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.main-wrapper {
  width: 1580px;
  margin: 0 auto;
}

aside {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.8rem;
  width: 280px;
  overflow: hidden;
  background-color: #FFF;
  /* background: url(../images/xxgg_bj.png) no-repeat #FFF;
  background-size: 280px;
  background-position: 0 80px; */
  margin: 30px;
  height: auto;
  min-height: 500px;
}

aside .title {
  height: 70px;
  width: 220px;
  background: url(../images/tit_01.jpg) no-repeat top left;
  padding: 15px 0 0 2px;
  margin: 15px 30px;
}

aside .title span {
  color: #3491FA;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}

aside .content {
  margin-bottom: 22px;
  height: auto;
}

aside .content a {
  border-bottom: 1px solid #e8e8e8;
  background: url(../images/icon_left_li.png) 240px center no-repeat #FFF;
  display: block;
  height: 2.8rem;
  line-height: 2.8rem;
  color: #3491FA;
  font-weight: bold;
  font-size: 1rem;
  text-indent: 2em;
}

aside .content a:hover {
  background: url(../images/icon_left_li_on.png) 260px center no-repeat #3491FA;
  color: #FFF;
}

article {
  display: inline-block;
  min-height: 600px;
  vertical-align: top;
  font-size: 1rem;
  width: 1180px;
  margin-top: 30px;
  height: auto
}

article .title {
  display: flex;
  justify-content: space-between;
  height: 3.1rem;
  line-height: 3.1rem;
  border-bottom: 1px solid #FFF;
}

article .title h1 {
  font-size: 1.25rem;
  display: inline-block;
  color: #57A9FB;
  line-height: 2.8rem;
  font-weight: bold;
  height: 2.8rem;
  border-bottom: 6px solid #063078;
  padding: 0 50px 0 0;
  margin: 0;
}

article .breadcrumb {
  background: url(../images/icon_home.png) left center no-repeat;
  padding-left: 40px;
}

article .content li {
  border-bottom: 1px solid #eaebec;
}

article .content>ul>li>a {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
  padding-left: 80px;
  padding-right: 10px;
  height: 60px;
  line-height: 60px;
  background: url(../images/list_li_bg.png) 50px no-repeat;
}

article .content>ul>li>a:hover {
  background-color: #fff;
  color: #3491FA;
}

article .content>ul>li>a span {
  line-height: 65px;
  font-size: 13px;
  color: #999999;
}

.post-content>h1 {
  font-size: 22px;
  margin-bottom: 30px;
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  color: #555555;
}

.post-content>h2 {
  font-size: 12px;
  position: relative;
  display: block;
  border-top: 1px solid #d6d6d6;
  padding: 0 5px;
  color: #999999;
  line-height: 50px;
  text-align: center;
}

.post-content>h2 em {
  padding: 0 20px;
}

#vsb_content{
   text-indent: 2em;
   font-size: 14pt;
   min-height:400px;
   padding:20px 50px;
}
#vsb_content p {
  font-family: '微软雅黑';
  color: #111;
  line-height: 180%;
  margin-bottom: 0.5em;
  background: none !important
}

#vsb_content p strong {
  font-weight: bold;
}

footer {
  background: url(../images/footerbg.png) center no-repeat;
  color: #fff;
  padding: 10px;
  height: 140px;
  width: 100%;
}