/* 新闻 */
.newsInfo{
    padding:3.5rem 0;
    text-align: center;
}
.imgTitle{
    margin:2.5rem 0;
}
.newsLists{
    padding:1.25rem 15%;
}
.newsContent{
    overflow: hidden;
    /* height:15.62rem; */
    padding:1.88rem 0;
    border-bottom:1px solid #eee;
    position: relative;
    box-sizing: content-box;
}
.newsContent>img{
    float: left;
    /* height:150px; */
    width: 260px;
    vertical-align: middle;
}
.newsDetails{
    position: absolute;
    width: 100%;
    padding-left:270px;
}
.leftPart{
    width: 88%;
    padding:1.25rem 5% 0;
    text-align: left;
}
.summaryTitile a{
    font-size:1.2rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color:#222;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
}
.summaryTitile a:hover{
    color:#57ad68;
}
.sumInfo{
    line-height: 1.75rem;
    font-size:1rem;
    color:#666;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
}
.rightPart{
    width: 12%;
    height:56px;
    margin-top:47px;
    border-left:1px solid #ccc;
    text-align: right;
}
.dateTime{
    font-size:1.5rem;
    line-height: 36px;
    color:#858585;
    margin-bottom:0;
}
.dateYear{
    font-size:1rem;
    line-height: 20px;
    color:#999999;
    margin-bottom:0;
}

.ourLocation{
    position: relative;
    height:37.5rem;
    background: url(../images/index/banner002.png) no-repeat center/cover;
}
.toContactUs:before{
    content:'';
    display: inline-block;
    position: absolute;
    right:-14px;
    top:30%;
    width: 0; 
    height: 0; 
    border-top: 8px solid transparent; 
    border-left: 14px solid rgba(0,0,0,.5); 
    border-bottom: 8px solid transparent; 

}
.positionicon{
    position: absolute;
    top:47%;
    left:53%;
}
.contactTitle{
    text-align: center;
    font-size:1.12rem;
    overflow: hidden;
}
.toContactUs{
    position: absolute;
    top:30%;
    left:35%;
    background: rgba(0,0,0,.5);
    width: 32.62rem;
    padding:1.5rem;
    color:#fff;
}
.infoUs{
    font-size:1.2rem;
}
.subContact{
    font-size:1rem;
    position: relative;
}
.subContact:before,.subContact:after{
    content:'';
    display:inline-block;
    width: 3.12rem;
    height:1px;
    background: #fff;
    position: absolute;
    top:50%;
}
.subContact:before{
    left:-3.44rem;
}
.subContact:after{
    right:-3.44rem;
}
.contactDetail{
    line-height:1.62rem;
    font-size:1rem;
    padding:0.62rem 0.31rem
}
.contactDetail li{
      margin-top:0.62rem;
}
.contactDetail>li> span{
    width:1.12rem;
    display: inline-block
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background: #57ad68;
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:768px){
  .newsLists{
    padding: 1.25rem 5%;
  }
}