body {
  margin: 0;
  padding: 0;
  min-width: 1200px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.newsInfo_tabContainer {
  margin-top: -216px;
}

.newInfo_commonProblem {
  background-color: #fff;
  border: 1px solid #fff;
}

.W {
  width: 1198px;
  margin: 0 auto;
}

.newInfo_container {
  width: 100%;
}

.newInfo_question {
  margin: 42px 0 20px 70px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
}

.newInfo_questionTitle {
  margin: 45px 0 0 14px;
  vertical-align: top;
}

.newInfo_answer {
  margin: 20px 0 0 70px;
}

.newInfo_answerAnswerContainer {
  display: inline-block;
  width: 820px;
  height: 100px;
  margin: 0 0 30px 14px;
  vertical-align: top;
  font-weight: 400;
  color: #525B78;
  line-height: 22px;
}

.newInfo_answerImg {
  float: left;
}

.newInfo_white {
  width: 1136px;
  height: 1px;
  background: #000000;
  opacity: 0.06;
}

.newInfo_question2 {
  margin-top: 33px;
}

.newsInfo_topBg {
  width: 100%;
  height: 321px;
  padding-top: 70px;
  background: url("../img/bg-1.png") no-repeat center center;
  background-size: cover;
}

.newsInfo_topContainer {
  float: left;
  margin-top: 45px;
  width: 1200px;
  height: 60px;
  background: #F2F4FB;
  border-radius: 8px 8px 0px 0px;
  /* border: 1px solid red; */
}

.newsInfo_top ul li {
  float: left;
  width: 132px;
  height: 60px;
  background: #F2F4FB;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  ;
  line-height: 60px;
  text-align: center;
  /* border: 1px solid orange; */
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
}

.newsInfo_top ul .newsInfo_active {
  font-weight: 600;
  color: #5685FE;
  background-color: #fff;
}

.newsInfo_tabContainer {
  display: none;
}

/* tab区第一部分 */
.newsInfo_tabContainerBox {
  margin-top: -216px;
  margin-bottom: 70px;
  width: 1200px;
  min-height: 847px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(74, 101, 172, 0.18);
  border-radius: 0px 0px 8px 8px;
  /* border: 1px solid red; */
}

.newsInfo_tabContainerBoxP1{
  display: flex;
}

.newsInfo_tabContainerBoxP1Left {
  margin-top: 34px;
  margin-left: 30px;
  width: 292px;
  height: 219px;
  border-radius: 8px;
  /* border: 1px solid yellow; */
}

.newsInfo_tabContainerBoxP1Left img {
  border-radius: 8px;
}

.newsInfo_tabContainerBoxP1Right {
  margin-top: 34px;
  margin-left: 30px;
  width: 800px;
  height: 219px;
}

.newsInfo_tabContainerBoxP1RightTitle {
  margin-top: 20px;
  height: 24px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}

.newsInfo_tabContainerBoxP1RightFont {
  margin-top: 20px;
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}

.newsInfo_tabContainerBoxP1RightDate {
  display: inline-block;
  margin-top: 92px;
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}

.newsInfo_tabContainerBoxP1RightLine {
  margin-left: 30px;
  float: left;
  margin-top: 31px;
  width: 1136px;
  height: 1px;
  background: #000000;
  opacity: 0.06;
}

.newsInfo_tabContainerBoxP1Right1,
.newsInfo_tabContainerBoxP1Right2,
.newsInfo_tabContainerBoxP1Left1,
.newsInfo_tabContainerBoxP1Left2 {
  margin-top: 30px;
}


.news_item {
  display: flex;
  margin: 0 30px;
  padding: 30px 0;
  /* align-items: center; */
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.news_item>img {
  width: 292px;
  height: 219px;
  border-radius: 8px;
}

.news_info {
  margin-top: 20px;
  margin-left: 30px;
}

.info_title {
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis; 
}

.info_des {
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
}

.info_num {
  color: #999999;
  font-size: 14px;
  margin-top: 92px;
}

.ques {
  background-color: #FFFFFF;
  padding-bottom: 70px;
  padding-top: 12px;
  min-height: 800px;
}

.ques_div {
  margin: 0 34px 0 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  width: 1136px;
  height: auto;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.ques_text {
  padding-left: 40px;
}

.text_div {
  display: flex;
  padding-bottom: 20px;
}

.text_div>img {
  width: 31px;
  height: 30px;
  margin-right: 14px;
}

.ques_title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  width: 820px;
}

.ques_ans {
  color: #525B78;
  line-height: 22px;
  font-size: 14px;
  width: 820px;
}

