body {
  background-image: url('/themes/default/assets/images/activity/weiyang_bg.jpg');
  background-position-x: center;
  background-repeat: no-repeat;
  background-color: #fba41a;
}
body a {
  text-decoration: none;
  cursor: pointer;
}
section .h_content {
  height: 500px;
}
@media screen and (max-width: 768px) {
  section .h_content {
    height: 250px;
  }
}
.container {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .container {
    width: 100%;
  }
}
.container .head_title {
  margin: 20px auto;
  border: 2px solid #fba41a;
  height: 50px;
  width: 500px;
  font-size: 20px;
  line-height: 50px;
  border-radius: 30px;
  font-weight: bold;
  background-color: #fdf224;
}
@media screen and (max-width: 500px) {
  .container .head_title {
    width: 80%;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
  }
}
.container .content {
  padding: 44px 110px;
  background-color: #fff;
  border-radius: 25px;
}
.container .content p {
  font-size: 20px;
}
.container .content .con_btns .lg_ect {
  width: 300px;
  height: 60px;
  line-height: 60px;
  background-color: #0b75be;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  display: inline-block;
}
.container .content .con_btns .shili {
  margin-left: 10px;
  height: 60px;
  line-height: 60px;
  width: 82px;
  background-color: #fff;
  color: #0b75be;
  border: 1px solid #0b75be;
  font-size: 20px;
  display: inline-block;
  border-radius: 10px;
}
.container .content_text_box {
  margin-top: 20px;
  min-height: 380px;
  padding: 50px;
  background-color: #fff;
  border-radius: 25px;
  text-align: left;
}
.container .content_text_box h4 {
  text-shadow: 1px 0 0;
  font-size: 18px;
}
.container .content_text_box p {
  font-size: 16px;
  line-height: 25px;
}
.container .about_wy {
  margin: 20px 0;
}
.container .about_wy h4 {
  font-size: 18px;
  font-weight: bold;
}
.container .about_wy h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.container .about_wy p {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}
