.article-list {
  color: #313437;
  background-color: #fff;
}

.article-list p {
  color: #7d8285;
}

.article-list h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width: 767px) {
  .article-list h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.article-list .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.article-list .intro p {
  margin-bottom: 0;
}

.article-list .articles {
  padding-bottom: 40px;
}

.article-list .item {
  padding-top: 50px;
  min-height: 425px;
  text-align: center;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: 0.85;
  transition: opacity 0.2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  opacity: 1;
}

.topnews-list {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .topnews-list {
    margin-top: 20px;
  }
}

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

.glyphicon.glyphicon-plus-sign {
  margin-right: 10px;
}

.row.news-content {
  margin: 15px 0;
}

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

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

.title {
  margin-top: 20px;
}

.row.sp-bg {
  background: linear-gradient(to bottom, #fae4d5, #fdf9f8);
  margin: 30px auto 0;
}

.sp-title {
  color: #c40a08;
  padding: 20px 0;
  margin: 0 0 10px 0;
  text-indent: 1em;
  background: linear-gradient(to right, #fae4d5, #fdf9f8);
}

.img-thumbnail.sp-photo {
  float: left;
  margin-right: 10px;
  width: 150px;
  height: 100px;
}

.sp-sub-title {
  font-size: 18px;
  line-height: 1.4;
}

.list-unstyled.sp-newslist {
  margin-top: 15px;
}

.list-unstyled.sp-newslist li {
  font-size: 16px;
  padding-left: 1em;
  margin-top: 10px;
  margin-bottom: 2%;
  padding-bottom: 2%;
  border-bottom: 1px dashed #f9d2d2;
}

@media (max-width: 767px) {
  .list-unstyled.sp-newslist li {
    padding-left: 1.5em;
    padding-right: 0.5em;
  }
}

.list-unstyled.sp-newslist li::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: #b42a1a;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin-left: -10px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .list-unstyled.sp-newslist li::before {
    margin-right: 7px;
    margin-left: -15px;
  }
}

.btn.btn-danger.btn-lg {
  width: 60%;
  margin: 15px auto 0;
  display: block;
}

@media (max-width: 991px) {
  .img-thumbnail.sp-photo {
    width: 250px;
    height: 150px;
  }
}

@media (min-width: 990px) {
  .sp-sub-title {
    height: 115px;
    font-size: 16px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .sp-sub-title {
    height: 100px;
    font-size: 18px;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .sp-sub-title {
    font-size: 20px;
  }
}

.sp-col-content {
  padding: 3%;
  background-color: #fdf9f9;
}

@media (max-width: 767px) {
  .sp-col-content {
    padding: 0 0 8% 0;
  }
}

.sp-col {
  margin: 2% 0;
}

@media (max-width: 767px) {
  .sp-col {
    margin: 8% 0;
  }
}

.sp-title, .sp-title a {
  color: #bf2d26;
}

.title-more {
  float: right;
  color: #bf2d26;
  margin-right: 3%;
}

.sp-title h3 {
  font-weight: bold;
  font-size: 22px;
  display: inline;
}

.video-title {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.img-responsive {
}

body {
  background: linear-gradient(to bottom, #e21411, #fdf9f8);
}

