.banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: url(../images/about/banner.png) no-repeat center;
}
.navigation {
  height: 56px;
  line-height: 56px;
  background: #f2f2f2;
  box-shadow: 4px 4px 4px #e8e8e8;
}
.navigation p {
  color: #1e1e1e;
  font-size: 22px;
  padding-left: 394px;
  background: url(../images/about/position.png) no-repeat center left;
  background-position: 350px center;
}
.navigation p a {
  color: #1e1e1e;
}
.template .left {
  float: left;
  margin-top: -74px;
  width: 300px;
}
.template .left .top {
  border-radius: 7px 7px 0 0 ;
  width: 100%;
  height: 90px;
  background: #b51829;
  text-align: center;
  /*  box-shadow: 2px 4px 4px #eaeaea; */
}
.template .left .top h2 {
  font-size: 30px;
  color: #fff;
  padding-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.template .left .top p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 8px;
}
.template .left .bs {
  box-shadow: 4px 4px 4px #f1f1f1;
}
.template .left .nav ul li {
  font-size: 24px;
  line-height: 78px;
  border: 1px solid #c5c5c5;
  border-bottom: none;
  padding-left: 60px;
}
.template .left .nav ul li a {
  color: #999999;
}
.template .left .nav ul li.active {
  background: url(../images/news/sj.png) no-repeat center;
  background-position: 240px center;
}
.template .left .nav ul li.active a {
  color: #b51829;
}
.template .left .tel {
  text-align: center;
  border: 1px solid #c5c5c5;
  padding-bottom: 25px;
  background: #f2f2f2;
}
.template .left .tel img {
  width: 37px;
  margin: 0 auto 0;
  padding-top: 14px;
}
.template .left .tel h6 {
  font-weight: normal;
  font-size: 24px;
  color: #b51829;
  line-height: 50px;
  width: 210px;
  margin: 0 auto;
  border-bottom: 2px solid #b51829;
}
.template .left .tel p {
  color: #b51829;
  margin-top: 10px;
  font-size: 22px;
}
.template .right {
  width: 850px;
  float: right;
}
.template .right .title {
  border-bottom: 2px solid #d9d9d9;
  margin-top: 14px;
}
.template .right .title h3 {
  font-size: 28px;
  color: #b51829;
  line-height: 54px;
  margin: 0 auto;
  width: 120px;
  border-bottom: 4px solid #b51829;
  margin-bottom: -3px;
}
.template .right ul {
  margin: 10px 0 30px;
}
.template .right ul li {
  line-height: 60px;
  border-bottom: 1px solid #d9d9d9;
}
.template .right ul li p {
  color: #1e1e1e;
  font-size: 22px;
  padding-left: 20px;
  font-weight: 200;
  position: relative;
}
.template .right ul li p:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #b51829;
  position: absolute;
  left: 0;
  top: 25px;
}
.template .right ul li p span {
  float: right;
}
.template .right ul li:hover p {
  font-weight: normal;
  color: #b51829;
}
.template .right .pagination {
  width: 1200px;
  margin-top: 50px;
  margin: 0 auto;
}
.template .right .pagination p {
  font-size: 18px;
  color: #a8a8a8;
}
.template .right .pagination p a {
  border: 1px solid #cfcfcf;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin: 0 4px;
  color: #a8a8a8;
  border-radius: 5px;
}
.template .right .pagination p a.active,
.template .right .pagination p a:hover {
  color: #fff;
  background: #b51829;
  border: 1px solid #b51829;
}
.template .right .pagination p .num {
  width: 35px;
  height: 35px;
}
.template .right .pagination p .btn {
  padding: 6px 6px;
  line-height: 18px;
}
.template .right .pagination p .btn.makesure {
  color: #fff;
  background: #b51829;
  border: 1px solid #b51829;
}
.template .right .pagination p input {
  width: 30px;
  height: 30px;
  border: 1px solid #cfcfcf;
  margin: 0 6px;
  font-size: 18px;
  text-align: center;
  color: #a8a8a8;
  border-radius: 5px;
}
