.pos {
  color: #2f2f2f;
  font-weight: 600;
  margin-top: 2rem;
}
.pos span {
  color: #1678c3;
}
.new {
  margin-top: 100px;
  margin-right: 100px;
}
.new img {
  float: left;
  width: 40%;
  margin-right: 50px;
}
.new .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new .content h2 {
  font-weight: 600;
  margin-bottom: 25px;
}
.new .content p {
  line-height: 20px;
  color: #666;
}
.new .content span {
  font-size: 14px;
  color: #c6c6c6;
}
.new .content a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 120px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #1379c6;
}
.new .content a:hover {
  text-decoration: none;
}
.fenye {
  margin: 100px auto 120px;
}
.fenye ul {
  margin-left: 300px;
}
.fenye ul li {
  float: left;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  background: #dcdcdc;
  margin-right: 15px;
}
.fenye ul li:hover {
  background: #1379c6;
}
.fenye ul li:first-child {
  width: 80px;
  height: 40px;
}
.fenye ul li:last-child {
  width: 80px;
  height: 40px;
}
