body {
  background: #FCF9FC;
}
body .shouqsecBox {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
body .shouqsecBox .secL {
  width: 200px;
  min-height: 644px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  margin-right: 20px;
}
body .shouqsecBox .secL li {
  margin-bottom: 65px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
  color: rgb(51, 51, 51);
  padding-left: 32px;
}
body .shouqsecBox .secL li:first-child {
  margin-top: 32px;
}
body .shouqsecBox .secL li.active {
  color: rgb(204, 80, 80);
  position: relative;
}
body .shouqsecBox .secL li.active::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../images/icon_focus@2x.png");
  -o-background-size: 16px 16px;
     background-size: 16px 16px;
  position: absolute;
  left: 12px;
  top: 2px;
}
body .shouqsecBox .secR {
  width: 1000px;
  min-height: 644px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
}
body .shouqsecBox .secR .secReply {
  width: 944px;
  margin: 29px auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 30px;
}