.banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: url(../images/news/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 li {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.template .right ul li .img {
  float: left;
  width: 176px;
  height: 132px;
  overflow: hidden;
}
.template .right ul li .img img {
  width: 100%;
}
.template .right ul li .des {
  float: right;
  width: 650px;
  height: 132px;
  position: relative;
}
.template .right ul li .des h5 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.template .right ul li .des p {
  font-size: 18px;
  line-height: 26px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.template .right ul li .des p a {
  color: #b51829;
}
.template .right ul li .des p strong {
  font-weight: normal;
  font-size: 16px;
  color: #333;
  padding-left: 34px;
  background: url(../images/news/rili.png) no-repeat center left;
}
.template .right ul li .des p span {
  font-size: 16px;
  color: #333;
  padding-left: 34px;
  margin-left: 40px;
  background: url(../images/news/see.png) no-repeat center left;
}
.template .right ul li .des .count {
  position: absolute;
  bottom: -3px;
  left: 0;
}
.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;
}
