.info_common img {
  position: absolute;
  width: 28px;
  height: 28px;
}

.center-box {
  margin: 0 auto;
  width: 1400px;
}

.title {
  margin-top: 40px;
  text-align: center;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Bold, PingFang SC;
  font-weight: bold;
  color: #545454;
  line-height: 33px;
}

.help-input {
  width: 867px;
  height: 48px;
  margin: 24px auto 47px auto;
  border-radius: 6px;
  border: 2px solid #ff8e64;
  position: relative;
  overflow: hidden;
}

.help-input input {
  height: 100%;
  width: 819px;
  font-size: 18px;
  padding-left: 10px;
}

.help-input div {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #ff8e64;
  padding: 8px;
}

.help-input img {
  width: 100%;
  height: 100%;
}

.questions-box {
  min-height: 600px;
  overflow:hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.questions-list {
    width: 310px;
    height: 544px;
    background: #fff;
    border-radius: 8px;
}
.questions-list .leftTit{
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background-color: #D4E7FF;
	border-radius: 8px 8px 0 0;
	font-size: 18px;
	font-weight: bold;
}
.questions-list span {
	display: block;
    font-size: 14px;
    color: #282B31;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    margin-top: 2px;
}

.questions-list span:hover {
	color:#003E8E;
}
.questions-list .bold {
    font-weight: 700;
    color: #003E8E;
    background-color: #F7F7F7;
    border-right: 3px solid #003E8E;
}

/* .questions-list a:nth-child(1) {
  font-weight: 700;
} */

/* .questions-list a:nth-child(2) {
  color: #b51b25;
} */

.questions-options {
    width: 1070px;
    min-height: 544px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
}
.questions-textBox{
	padding: 20px 30px 50px;
}
.questions-options p.numLine{
	padding-left: 90px;
}
.questions-options p {
  word-break: break-word;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 15px;
  color:#545454;
  position: relative;
}
.questions-textBox .textNum{
	display: inline-block;
	width: 50px;
	height: 30px;
	border-radius: 8px;
	background-color: #F5F5F5;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}
.questions-options h4 {
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding-left: 35px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #E5E5E5;
}
.questions-options h5 {
    font-size: 14px;
    font-weight: 700;
	margin-bottom: 15px;
}
.questions-options input {
  zoom: 2;
  vertical-align: middle;
}

.questions-options label {
  font-size: 20px;
  vertical-align: middle;
  color: #545454;
  line-height: 36px;
}

.questions-options div {
  margin: 10px 0;
}

.box_1,
.box_2,
.box_3,
.box_4 {
  display: none;
}

.questions-box .active {
  display: block;
}

