.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: 50px;
}

.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: 50px;
}

.row.sp-bg {
  background: #c40a08;
  margin: 0 auto;
}

.col-md-4.sp-col {
  margin: 0 0% 2%;
  padding: 1%;
  background-color: #fff;
}

@media (min-width: 992px) {
  .col-md-4.sp-col {
    width: 31%;
    margin: 0 1.1% 2%;
  }
}

.sp-title {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1.6;
  border-bottom: 3px #c40a08 solid;
  color: #c40a08;
  height: 75px;
  margin: 0 0 10px 0;
}

.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: 10px;
}

.list-unstyled.sp-newslist li {
  font-size: 16px;
  margin-top: 10px;
  height: 55px;
  overflow: hidden;
}

.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;
  }
}

