﻿* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #555;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.header {
  padding-top: 30px;
  height: 400px;
  background: top center / auto 100% url(../img/header.jpg) no-repeat;
}
.header .container {
  position: relative;
}
.top-logo img {
 
}
.logo-wrapper {
  margin-top: 80px;
  height: 80px;
}
.search-wrapper {
  position: absolute;
  top: 290px;
  right: 4rem;
  width: 300px;
  display: flex;
  flex-wrap: nowrap;
  transition: 0.5s all ease;
}
.search-wrapper:focus-within {
  width: 360px;
}
.search-wrapper input {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  flex: 1;
  color: #595959;
  height: 40px;
  padding-left: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-wrapper .btn-search {
  background-color: rgba(0, 110, 171, 0.8);
  border-color: rgba(0, 110, 171, 0.8);
  padding-left: 20px;
  padding-right: 30px;
  border-radius: 0px 8px 8px 0px;
}
#topNav {
  background-color: #0041c9;
}
#topNav .nav-item {
  flex-grow: 1;
}
#topNav .nav-link {
  font-size: 22px;
  color: #fff;
  border: 0;
  text-align: center;
}
#topNav .nav-item.active {
  background-color: #0e82ea;
}
#mainCarousel {
  height: 430px;
  position: relative;
  z-index: 999;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 8rem 0.75rem 1rem;
  text-align: left;
}
#mainCarousel .carousel-caption a {
  color: #fff;
}
#mainCarouselWrapper {
  width: 670px;
}
#mainNews {
  width: 620px;
  height: 526px;
  margin-left: -60px;
  padding: 50px 15px 50px 75px;
  background: top left / 100% 100% url(../img/new-bg.jpg);
}
.headline-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px dashed #666;
}
.headline-wrapper .title a {
  padding: 1rem 0;
  color: #2467d8;
  font-size: 28px;
  font-weight: bold;
}
.headline-wrapper .desc a {
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
  text-indent: 32px;
  display: block;
  margin:20px 0 0;
  padding: 0 15px;
}
.list-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #bbb;
  margin-right: 5px;
  font-size: 20px;
}
.list-wrapper .entry-wrapper a {
  font-size: 18px;
  color: #333;
  line-height: 3;
}
.feature-section {
  background: top left / auto 100% url(../img/addition-bg.jpg);
}
.column-wrapper .headline-wrapper .title a {
  color: #2e5cac;
  font-size: 24px;
  font-weight: normal;
}
.column-wrapper .title-wrapper a {
  color: #fff;
  font-size: 26px;
}
.column-wrapper .title-wrapper {
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  background: top left / 100% 100% url(../img/title-bg.png);
}
.block-list-wrapper .entry-wrapper {
  background: #f8f8f8;
  margin: 16px 0;
  padding: 10px 16px;
}
.block-list-wrapper .entry-wrapper a {
  font-size: 18px;
}
.block-list-wrapper .entry-wrapper:first-child {
  background: #7fa8ef;
  color: #fff;
}
.block-list-wrapper .entry-wrapper:first-child a {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .header {
    height: 320px;
  }
  .logo-wrapper {
    margin-top: 50px;
  }
  .search-wrapper {
    top: 220px;
  }
  #mainCarouselWrapper {
    width: 500px;
  }
  #mainNews {
    width: 500px;
    margin-left: -50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    height: 220px;
  }
  .top-logo img {
    height: 40px;
  }
  .logo-wrapper img {
    height: 50px;
  }
  .logo-wrapper {
    margin-top: 25px;
  }
  #mainCarouselWrapper {
    width: 100%;
  }
  #mainNews {
    height: auto;
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
    margin-top: 20px;
    background: none;
  }
  .search-wrapper {
    top: 130px;
    width: 280px;
  }
  .search-wrapper:focus-within {
    width: 320px;;
  }
  #topNav {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 180px;
    padding-top: 15px;
  }
  .search-wrapper {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -25px;
    padding: 1rem 10rem;
  }
  .search-wrapper:focus-within {
    padding: 1rem 8rem;
  }
  .top-logo img {
    height: 32px;
  }
  .logo-wrapper {
    margin-top: 20px;
  }
  .logo-wrapper img {
    height: 40px;
  }
  #mainCarousel {
    height: 240px;
  }
  .column-wrapper .title-wrapper {
    background-size: auto 100%;
  }
  .search-wrapper {
    margin-top: -25px;
    padding: 0 2rem;
  }
  .search-wrapper:focus-within {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 350px) {
}
