
.layout-wrapper{margin-top: 5%;}
.news-title-wrapper{padding: 1% 0 ;border-bottom: 4px solid #000;}
.news-title-wrapper .master-word{display: inline-block}
.news-title-wrapper .slave-word{display: inline-block}
.news-wrapper{margin: -1.6%;padding: 3% 0 5% 0;}
.news-wrapper .list{display: block; width: 30%;  margin: 1.66%; float: left;}
.news-wrapper .list .thumb{width: 100%;padding-top:60%;   background-color: #ccc;border-radius: 3px;transform:scale(1); transition:all 0.3s linear 0s; position: relative; overflow: hidden;}
.news-wrapper .list .thumb:hover{box-shadow: 0 10px 30px #d1c3c3;transform:scale(1.1); transition:all 0.3s linear 0s;}
.news-wrapper .list .thumb .inner{position: relative; display: block;width: 100%; padding-bottom:60%; overflow: hidden; }
.news-wrapper .list .thumb img{width:100%; display:block; position: absolute;top: 0px}

.news-wrapper .list .info{  }
.news-wrapper .list .info .firstRow{padding: 6% 0px; font-weight: bold; max-height: 60px; overflow: hidden; color: #000; border-bottom: 1px solid #000; text-overflow: ellipsis; white-space: nowrap;}
.news-wrapper .list .info .secondRow{margin-top: 5%; line-height: 30px; height: 90px; overflow: hidden; color: #666 }
.news-wrapper .list .info .thirdRow{margin-top: 10px;  overflow: hidden; }
.news-wrapper .list .info .thirdRow .tag{display: inline-block; padding: 5px 10px; border-radius: 3px; background-color: #eee; margin-right: 10px}

/*分页码*/
.tp5-pagination-wrapper{padding: 20px;}
.tp5-pagination{}
.tp5-pagination .pagination{}
.tp5-pagination .pagination li{box-sizing:border-box;border: 1px solid #ddd;margin-right: 5px;cursor: pointer;color: #636E7B;float: left;position: relative;background: #fff;display: inline-block;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.tp5-pagination .pagination a{padding: 7px 12px; display: inline-block;}
.tp5-pagination .pagination .active,.tp5-pagination .pagination .disabled{padding: 7px 12px;}
.tp5-pagination .pagination .active{background-color: #2ecfff;border-color: #2ecfff;color: #fff;}
.tp5-pagination .pagination .disabled{background-color: #eee; cursor:default; border-color: #fff;}


@media screen and (max-width: 900px) { /*当屏幕尺寸小于500px时，应用下面的CSS样式*/
   
.news-wrapper .list {margin-top: 2%; float: initial; width: auto; }
.news-wrapper .list .info .firstRow{line-height: 18px; }

.news-wrapper .list .info{margin-top: 3%; float: initial; width: 100%; }
}	
            