/* 未能缩小。正在返回未缩小的内容。
(135,1): run-time error CSS1019: Unexpected token, found '}'
 */
.clear{
    clear:both;
}
.imageOne{
    width: 100%;
}
.clearFloat:after{ 
    content:".";
    clear:both;
    display:block; 
    height:0; 
    overflow:hidden;
    visibility:hidden;
}

.toggleImage{
    background: url(/Images/hove.jpg) repeat-x 0px 0px;
    color: #fff;
}
.achievement{
    box-sizing:border-box;
    width:1200px;
    border:1px solid #DDDDDD;
    margin:24px auto 40px auto;
    background:#fff;
    min-height:840px;
    position:relative;
}
.pageOne {
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:20px;
}
.achievementImage{
    margin:80px 0 50px 60px;
}
.achievementCont{
    box-sizing:border-box;
    height:80%;
    width:100%;
    padding:0 70px 0 110px;
    margin-bottom: 70px;
}
.achievementContImage>img{
    width:288px;
    height:188px;
}

.achievementContList{
    box-sizing:border-box;
    /*width:288px;*/
    width:319px;
    height:450px;
    border:1px solid #DDDDDD;
    float:left;
    /*display:inline-block;*/
    margin-left:20px;
    margin-bottom:40px;
    /*padding:10px 15px;*/
    padding:10px 15px 10px 15px;
    cursor:pointer;
    position:relative
}
.achievementContList>h4{
    text-align:center;
    letter-spacing:1px;
    color:#787878;
    line-height:40px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.tinyContent{
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow:ellipsis; 
    height:140px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height:28px;
    color:#787878;
    font-size:14px;
    margin-bottom:30px;
}

   
.creatTime{
    position:absolute;
    /*bottom:10px;
    right:28px;*/
    bottom:20px;
    right:23px;
    color:#787878;
    font-size:14px;
    
}


/*新闻详情*/
.particulars{
    box-sizing:border-box;
    width: 1202px;
  
    background: #fff;
    margin: 24px auto 40px auto;
    border:1px solid #DDDDDD;
    padding:60px 100px;


}
.particulars>h2{
    color:#666666;
    text-align:center;
    letter-spacing:2px;
    line-height:40px;
}
.particulars>p{
    color:#666666;
    text-indent:2em;
}
.particulars>.particularsTime{
    line-height:80px;
    text-align:center;
}
.particulars>.particularsCont{
    margin:30px 0;
    line-height:30px;

}
.particularsCont>p{
    text-indent:2em;
}
}
.particularsImage img{

    margin-top:25px;



}
.particularsImage{
    text-align:center;
}
.particularsCont{
    text-align: center;
}
.particularsCont img{
    width:300px;
    height:200px;
}



/*新闻详情结束*/
