h1 {
  color: #388DCD;
}
.msg_tit {
  height: 270px;
  width: 80%;
  max-width: 1000px;
  margin-top: 36px;
}
.msg_tit .left__ {
  border: 3px solid #FCD0AB;
  width: 180px;
  height: 100%;
  position: relative;
  float: left;
}
.msg_tit .left__ .left_img {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: -3px;
  top: -3px;
}
.msg_tit .right__ {
  float: left;
  height: 100%;
  width: calc(100% - 180px);
  background: rgba(47, 149, 229, 0.15);
}
.msg_tit .right__ .rignt_content {
  height: 100%;
  padding: 24px;
  color: #388DCD;
  font-size: 24px;
}
.msg_tit .right__ .rignt_content h3 {
  font-weight: bold;
}
.msg_tit .right__ .rignt_content > :nth-child(2) {
  margin-top: 12px;
  line-height: 36px;
}
.msg_tit .right__ .rignt_content > :nth-child(3) {
  margin-top: 18px;
  line-height: 36px;
}
.msg_detail {
  margin-top: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #001B50;
  text-align: left;
}
.msg_detail p {
  margin-top: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #001B50;
  text-align: left;
}
.msg_detail strong {
  margin-top: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #001B50;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .msg_tit {
    width: 100%;
  }
  .msg_tit .right__ .rignt_content {
    padding: 12px;
  }
  .msg_tit .right__ .rignt_content > :nth-child(2) {
    margin-top: 18px;
    line-height: 24px;
  }
  .msg_tit .right__ .rignt_content > :nth-child(3) {
    margin-top: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 560px) {
  .msg_tit .right__ .rignt_content > :nth-child(2) {
    margin-top: 18px;
    line-height: 17px;
  }
  .msg_tit .right__ .rignt_content > :nth-child(3) {
    margin-top: 18px;
    line-height: 17px;
  }
}
