<style media="screen">
  .column_attr{
    width: 100%;
  }

  .client{
    width: 100%; height: 60px;
  }
  .client p{
    background: #f5f5fc;
    float: left;
    width: 50%;
    font-size: 17px;
    font-weight: 400;
    line-height: 60px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0;
  }
  .client_deco{
    text-align: left;
    color: #c7c6d1;
  }
  .client_name{
    text-align: right;
    color: #2a264a;
  }


  .pvBox{
    overflow: hidden;
    width: 100%;
    /*margin-top: 54px;*/
  }
  .pv_info{
    width: 75%;
    float: left;
  }
  .pvSubject{
    padding-top: 4px;
    text-align: left;
    line-height: 48px;
    font-size: 34px;
  }
  .pvDate{
    margin: 0;
    text-align: left;
    font-size: 22px;

  }
  .pv_logo{
    float: right;
    width: 25%;
    height: 80px;
  }


  .pvContent_box{
    margin-top: 48px;
  }
  .pvContent_question{
    width: 100%; height: 40px;
    border-bottom: 2px solid #696dff;
    box-sizing: border-box;
  }
  .pvContent_question_number{
    float: left;
	width: 40px; height: 40px;
    background: #696dff;
	font-size: 22px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
  }
  .pvContent_question_content{
    float: left;
    height: auto;
    padding-left: 15px;
	font-size: 19px;
    font-weight: 800;
	color: #333333;
    line-height: 40px;
  }
  .pvContent_answer{
	padding: 20px 0 62px 0;
    font-size: 17px;
    font-weight:  400;
	line-height: 28px;
    color: #555555;
  }
  .pvContent_answer p{
	margin: 0 0 10px 0;
  }
  .pvContent_answer .point{
    font-weight: 600;
    color: #696dff;
  }
  .pvContent_answer .pvContent_answer_img{
    text-align: center;
    margin: 30px 0;
  }
  .pvContent_answer ul.indent{
	margin: 0;
	margin-top:-10px;
	padding-left: 18px;
	color: #555555;
  }
  .pvContent_answer ul.indent2{
	  margin: 0;
	  padding-left: 18px;
	  color: #555555;
  }
  .pvContent_answer ul li{
	margin: 0;
  }

  .pvContent_line{display: block;
    width: 100%;
    border-bottom: 2px solid #696dff;
  }

  .img_view img{width: 100%;}

  @media only screen and (max-width: 767px) {
    .pv_info{width: 100%;}
    .pv_logo{float: left; width: 100%;}
	.pvContent_question{height: 70px;}
	.pvContent_question_number{height: 70px; line-height: 70px;}
	.pvContent_question_content{line-height: 30px; width:80%; font-size: 17px;}
  }
</style>
