body .con_box{
  width: 1140px;
  background-color: #fff;
  padding: 0 30px;
  
}
body .nav{
  margin-bottom: 0;
}
.xqy_title{
  width: 740px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  /* height: 130px; */
  font-size: 30px;
  padding-top: 15px;
}
.xqy_time{
  height: 90px;
}
.time_left{
  margin-right: 33px;
  font-size: 16px;
  margin-top: 35px;
}
.time_right{
  margin-right: 16px;
  font-size: 16px;
  margin-top: 35px;
  
}
.xqy_con{
  padding-bottom: 100px;overflow:hidden;
}
.xqy_con p{
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 18px;
}
.xqy_con div{
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 18px;
}
.xqy_con a {color: blue;}
@media only screen and (max-width:1440px) { 
body .con_box{width:940px;}
.xqy_title{font-size:26px;}
.time_left,.time_right{font-size:14px;}
.xqy_con p{font-size:16px;line-height:30px;margin-bottom: 15px;}
  .xqy_con div{
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}