/*second and third common style*/
.conpic {
  width: 100%;
  height: 220px;
}
.conpic > img {
  width: 100%;
  height: 100%;
}
.main {
  width: 100%;
  margin-top: 15px;
  min-height: 400px;
}
.main-left {
  float: left;
  width: 200px;
  text-align: center;
}
.main-l-t {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  background: #005aab;
}
.main-l-b > li {
  height: 34px;
  margin-top: 3px;
  line-height: 34px;
  background: #eaf0f4;
}
.main-l-b > li > a {
  font-size: 14px;
  color: #005aab;
}
.main-l-b > li > a:hover {
  color: #ff7f00;
}
.main-right {
  float: right;
  width: 860px;
}
.main-r-t {
  height: 34px;
  margin-bottom: 10px;
  background: #005aab;
}
.curloc {
  padding-left: 33px;
  line-height: 34px;
  font-size: 15px;
  color: #fff;
  background: url(../images/curloc.png) no-repeat 15px;
}
.curloc > a {
  color: #fff;
}
.main-r-b {
  width: 844px;
  margin: 0 auto;
}
.main-clear {
  width: 100%;
  height: 50px;
  clear: both;
}

/*second style*/
.seclist {
  width: 100%;
  margin-bottom: 35px;
  overflow: hidden;
}
.seclist > li {
  float: left;
  width: 100%;
  height: 39px;
  border-bottom: 1px solid #eaf0f4;
  font-size: 14px;
}
.seclist > li > a {
  float: left;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 20px;
  color: #000;
  background: url(../images/picbtn_b.png) no-repeat left;
}
.seclist > li > a:hover {
  color: #848484;
}
.seclist > li > span {
  float: right;
  margin-right: 40px;
  line-height: 39px;
}
.flip {
  width: 361px;
  margin: 0 auto;
}

/*third style*/
.vsb-header {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eaf0f4;
  font-family: "SimHei";
}
.vsb-title {
  width: 580px;
  margin: 0 auto;
  text-align: center;
  font-size: 16pt;
}
.vsb-time {
  position: absolute;
  right: 35px;
  bottom: 5px;
  font-size: 12pt;
}
.vsb-content {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 20px;
}