.col-md-12.title {
  margin: 50px 0 10px;
}

a {
  color: #333333;
}

.main-news p {
  line-height: 1.6;
  text-indent: 2em;
  margin-top: 20px;
  color: #666;
}

.main-news h1 {
  font-size: 32px;
  text-indent: 20px;
}

.container.main-news {
  margin-top: 15px;
  border-bottom: 1px dashed #c5c5c5;
  padding-bottom: 15px;
}

a:focus, a:hover {
  color: #b70000;
  text-decoration: none;
}

a:hover p {
  color: #b70000;
  text-decoration: none;
}

a:hover h2 {
  text-decoration: underline;
}

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

.btn.btn-danger.btn-lg {
  border: none;
  vertical-align: middle;
  margin: 3% auto;
  padding: 1.5% 5%;
}

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

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    margin: 10px 0 0 0;
  }
}

@media (max-width: 767px) {
  .main-news p {
    margin-top: 10px;
  }
}

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

/* 尾部 */

.foot {
  font: 12px/1.75 '宋体', 'Arial', sans-serif;
  margin: 3% auto 0;
  padding-bottom: 10%;
  color: #333;
  text-align: center;
}

.foot a {
  color: #333;
}

.footerTop {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #fafafa;
  border-top: 2px solid #a70a0a;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.footerTop a {
  margin: 0 8px;
}

.footerM {
  margin: 20px 100px 0;
  text-align: center;
}

.footerL, .footerM, .footerR {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}

.footerL, .footerR {
  margin: 0 10px;
}

