/* banner */
.bnp{
  width:100%;
  height:300px;
  background:url("../img/news-m/banner.png") no-repeat;
  background-size:100% 100%;
  position:relative;
  text-align: center;
}
.bnp .p1{
  font-size:35px;
  font-family:MicrosoftYaHei;
  color:rgba(255,255,255,1);
  line-height:31px;
  position: absolute;
  top:30%;
  /* left:18%; */
  width:100%;
}
.bnp .p2{
  font-size:13px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:31px;
  position: absolute;
  top: 49%;
  /* left: 12%; */
  width:100%;
}
/* 主体 */
.boxleft{
  margin: 0 2% 0 6%;
  /* border-top:1px solid #E3E3E3;
  border-bottom:1px solid #E3E3E3; */
}
.boxleft h3{
  font-size:13px;
  font-family:MicrosoftYaHei;
  font-weight:600;
  color:rgba(32,32,32,1);
  line-height:16px;
  margin-right:-5%;
  margin-top: 4%;
}
.boxleft .text{
  font-size:11px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:14px;
  text-align:justify;
  text-indent:1em;
  margin: 3% auto;
}
.boxleft .time{
  font-size:10px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:14px;
  margin:0% auto;
}
.previous,.next{
  width:25px;
  height:11px;
  border:1px solid #E3E3E3;
  font-size:7px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:11px;
  text-align:center;
  margin: 0 2%;
}
.current{
  width:11px;
  height:11px;
  border:1px solid #E3E3E3;
  font-size:7px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:11px;
  text-align:center;
}


.boxright>.img1{
  width:188.5px;
  height:111px;
  position:relative;
  top:5%;
}

@media screen and (max-width: 374px){
  .boxleft h3 {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 600;
    color: rgba(32,32,32,1);
    line-height: 16px;
    margin-right: -5%;
    margin-top: 4%;
  }
  .boxleft .text {
    font-size: 7px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 14px;
    text-align: justify;
    text-indent: 1em;
    margin: 3% auto;
  }
  .boxleft .time {
    font-size: 10px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 14px;
    margin: 0% auto;
  }
  .boxright>.img1 {
    width: 188.5px;
    height: 111px;
    position: relative;
    top: 3%;
  }
  .bnp .p1 {
    font-size: 35px;
    font-family: MicrosoftYaHei;
    color: rgba(255,255,255,1);
    line-height: 31px;
    position: absolute;
    top: 30%;
    /* left: 13%; */
  }
  .bnp .p2 {
    font-size: 13px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 31px;
    position: absolute;
    top: 49%;
    /* left: 5%; */
  }
}
@media screen and (min-width:376px) and (max-width:414px) {
  .bnp .p1 {
    font-size: 35px;
    font-family: MicrosoftYaHei;
    color: rgba(255,255,255,1);
    line-height: 31px;
    position: absolute;
    top: 30%;
    /* left: 20%; */
  }
  .bnp .p2 {
    font-size: 13px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 31px;
    position: absolute;
    top: 49%;
    /* left: 15%; */
  }
  .boxright>.img1 {
    width: 188.5px;
    height: 111px;
    position: relative;
    top: 3%;
  }
}

@media screen and (min-width:360px) and (max-width:374px) {
  .bnp .p1 {
    font-size: 35px;
    font-family: MicrosoftYaHei;
    color: rgba(255,255,255,1);
    line-height: 31px;
    position: absolute;
    top: 30%;
    /* left: 17%; */
  }
  .bnp .p2 {
    font-size: 13px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 31px;
    position: absolute;
    top: 49%;
    /* left: 11.5%; */
  }
}