@charset "utf-8";
body {
  background: #f6f6f6;
}
.topdivwrap {
  padding-bottom: 22px;
  background: #015095;
  border-top: 1px solid #015095;
}
.headerwrap {
  background: #ffffff;
}
.headerwrap .header {
  margin: 0 auto;
}
.carousel {
  height: 500px;
  margin-top: 32px;
  /* margin-bottom: 27px; */
}
.carousel .picbtntop {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.carousel .picbtntop .hd {

  width: 310px;
  height: 500px;
  position: absolute;
  right: 0;
  overflow: hidden;
  z-index: 33;
  background: #4c4f51;
}
.carousel .picbtntop .hd ul li {
  padding: 30px 48px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-size: 22px;
  height: 100px;
  box-sizing: border-box;
}

.carousel .picbtntop .hd ul li p{
    /* width: 318px; */
  }

.carousel .picbtntop .hd ul li a {
  line-height:40px;
  color: #fff;
}
.carousel .picbtntop .hd ul li .time {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.carousel .picbtntop .hd ul li.on {
  height: 100px;
  font-size: 22px;
  color: #fff;
  background: linear-gradient(270deg, rgba(21, 144, 226, 0.1) 0%, #015095 100%);
}
.carousel .picbtntop .bd {
  width: 890px;
  height: 500px;
  position: relative;
}
.carousel .picbtntop .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
}
.carousel .picbtntop .bd li .pic {
  position: relative;
  z-index: 0;
}
.carousel .picbtntop .bd li .pic img {
  width: 890px;
  display: block;
  height: 500px;
}

.videolist {
  /* background: #ffffff; */
  /* padding: 44px 0; */
  margin-top: 32px;
}
.videolist ul {
  width: 102%;
}
.videolist ul li {
  float: left;
  position: relative;
  margin: 0 17px 15px 0;
}
.videolist ul li img {
  width: 287px;
  height: 161px;
  display: block;
}
.videolist ul li p {
  width: 287px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #222222;
  line-height: 48px;
}

.videolist .getmore {
  text-align: center;
}
.videolist .getmore img {
  vertical-align: middle;
}
.videolist .getmore a {
  font-size: 16px;
  text-align: left;
  color: #666666;
  line-height: 22px;
  vertical-align: middle;
}