.main {
  width: 1200px;
  min-width: 1200px;
  margin: 100px auto;
  overflow: hidden;
}

.main .lxwm_title {
  text-align: center;
  margin-bottom: 50px;
}

.main .lxwm_title a {
  font-size: 30px;
  font-weight: bold;
  color: #195ab2;
}

.main .lxwm_content {
  width: 1200px;
  min-width: 1200px;
  overflow: hidden;
}

.main .lxwm_content .img_box {
  width: 605px;
  height: 404px;
  overflow: hidden;
}
.main .lxwm_content .img_box img {
  width: 100%;
}

.main .text_box {
  width: 545px;
  /*height: 404px;
  overflow: hidden;*/
}

.main .text_box li {
  font-size: 18px;
  margin-top: 40px;
  color: #504e4e;
}
.main .text_box li:first-child {
  margin-top: 0;
}
.main .text_box li img {
  margin-right: 15px;
  vertical-align: middle;
}
