* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #050505;
  font-size: 16px;
  background-color: #fff;
  font-family: "helvetica", "neue", "Arial", sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.15s ease-out;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}

.link {
  color: #4a4a4a;
}
.link:hover, .link.active {
  color: #1296db;
}
.link:hover > i, .link.active > i {
  background-color: #1296db;
}

.img-box {
  font-size: 0;
  line-height: 0;
}
.img-box img {
  width: 100%;
}

.center {
  text-align: center !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.disabled {
  cursor: not-allowed !important;
}

.justify {
  font-size: 20px;
  color: #424242;
  line-height: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.justify + .justify {
  margin-top: 25px;
}

.btn {
  display: inline-block;
  width: 200px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  border-radius: 40px;
  text-align: center;
  background-color: #85C9A4;
}

.body {
  padding-top: 35px;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.banner {
  height: 656px;
  min-width: 1200px;
  background-image: url("./img/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner .logo {
  position: absolute;
  top: 58px;
  left: 432px;
  width: 335px;
  height: 75px;
}

.item {
  margin-bottom: 45px;
}
.item .title {
  margin-bottom: 20px;
}
.item .content {
  position: relative;
}

.background .img-box {
  width: 455px;
  margin-top: -2px;
  margin-left: 40px;
}

.result-list .result-item {
  position: relative;
  margin-bottom: 25px;
  padding-left: 45px;
}
.result-list .result-item .link {
  font-size: 20px;
  line-height: 48px;
}
.result-list .result-item i {
  position: absolute;
  top: 7px;
  left: 0;
  width: 33px;
  height: 33px;
}
.result-list .result-item i.pdf {
  background-image: url(./img/pdf.png);
}
.result-list .result-item i.news {
  background-image: url(./img/news.png);
}

.news-list .news-item {
  margin-bottom: 10px;
}
.news-list .news-item a {
  font-size: 20px;
  line-height: 48px;
}

.view-list {
  overflow: hidden;
  margin: 0 -8px;
}
.view-list .view-item {
  width: 288px;
  float: left;
  margin: 0 8px 20px;
}
.view-list .view-item .img-box {
  position: relative;
  height: 195px;
}
.view-list .view-item .img-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  background-image: url("./video/play.png");
}
.view-list .view-item .view-name {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.view-list .view-item .view-position {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
.view-list .view-item .view-position.line-2 {
  height: 3em;
}

.live .video-player {
  width: 711px;
  height: 400px;
  margin: 40px auto 0;
  background: #f2f2f2 url(./img/video.jpg) center no-repeat;
}

.article h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.article .content {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 40px;
}
.article video {
  width: 720px;
  height: auto;
}

.footer {
  height: 631px;
  margin-top: -230px;
  padding-top: 460px;
  background: url(./img/footer.png) center no-repeat;
}
.footer .f-item {
  float: left;
  margin-left: 21px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.footer .f-item p {
  margin-top: 5px;
}