.head {
  height: 380px;
  background: #050821 url('../images/title-bg/bg4.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 60px;
  text-align: center;
  margin-bottom: 53px;
  position: relative;
}


.head .name {
  padding-top: 165px;
}

.head .letter {
  font-size: 30px;
  opacity: 0.6;
}

.container {
  background: #fff;
}

.header {
  height: 380px;
}

.box {
  padding: 40px 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  margin-bottom: 50px;
  line-height: 36px;
}

.box .post {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #1A2448;
}

.box .title {
  margin: 0;
  font-size: 24px;
  color: #1A2448;
}

.box .title .jiao {
  width: 20px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  background: url('../images/jiao_2.png') no-repeat;

}

.box p {
  margin: 0 30px;
  font-size: 16px;
  color: #485069;
}

.box .to {
  margin-top: 20px;
  color: #2550DB;
}