.row{    position: relative;margin:0 !important;}

.content h2:after {
    border-top: 1px solid #ffffff;
    display: block;
    width: 20px;
    content: "";
    margin: 20px  auto;
}
.banner{
    background: url(../images/active-1.png) no-repeat 0px 0px;
    background-size: cover;
    width: 100%;
}
.base-back span{
    margin-top: 40px;
}
.base-bt h3{margin-top: 60px}
.news{
    margin-top:95px;
   
}
.news li{border-bottom:#dddddd 1px solid;width:45%;}

.picture{margin-top:95px;text-align:center;}
.news li {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.news li::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color:#ff3f3f;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.news li:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.picture li::after{ width: 88%; bottom: 0px;}
.picture li span:hover{color:red}
.phonePic img{display:none;width:100%}
@media screen and (max-width: 767px) {
    .base-content {
        top: 0;
        padding:0 15px
    }
    .base-bt h3 {
        margin-top: 10px;
    }
    .pageturning{
        padding: 20px 0;
    }
     .news{ margin-top: 20px}
     .news li{width:100%}
     .news li:nth-child(2){ border-top: none;}  
     .picture li{padding-left:0;border-bottom: #dddddd 1px solid;}
     .picture li img{width:100%;display:none;}
     .news li span, .news li .Arrow{display:none}
     .news li h5 a{
     height:unset;padding:15px 0;   
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     width: 100%;
    }
    .picture,.news li h5{margin-top:0}
    .picture li:first-child{margin-bottom:0;border-top:none}
    .picture li span{
     padding:15px 0;   
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     width: 100%;
     text-align: left;
    }
    .phonePic img{display:block; height: 240px;padding-top:15px}
}

@-moz-document url-prefix() {
	.base-back span{
    margin-top: 26px!important;}
}
