a {
  color: #7ac9ed;
}

a {
  color: #333333;
}

a:hover {
  color: #0065b7;
}

a:focus {
  outline: none;
}

.news-list {
  list-style: none;
  padding: 0;
}

.news-list li {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 20px;
  background: url('../../assets/img/news-list-icon.png') 10px 12px no-repeat;
}

.topnews-list li {
  font-size: 20px;
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 1px #c5c7c8 dashed;
}

.top-news-title {
  width: 100%;
}

.news-content {
  margin: 15px 0;
  padding-left: 30px;
}

.head-title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.info-content {
  font-size: 16px;
  line-height: 1.6;
}

.simple-slider.foucs {
  margin-top: 20px;
}

.btn-lg {
  width: 50%;
  margin: 15px auto;
  display: block;
  border-radius: 2rem;
  background-color: #2983ed;
}

.c-bg {
  background-color: #ffffff;
  padding-bottom: 30px;
}

.banner-img {
  width: 100%;
}

.banner-c {
  width: 100%;
  margin-bottom: 50px;
  color: #ffffff;
  position: relative;
}

.banner-title {
  text-align: center;
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  margin-top: -4%;
  line-height: 1.5;
  padding: 5%;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .banner-title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 830px) {
  .banner-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 655px) {
  .banner-title {
    font-size: 1.1rem;
    margin-top: 0;
  }
}

