@charset "utf-8";
/* CSS Document */
.wss{ width: 100%; float: left; margin-top: 40px; }
.wss .wst{ width: 100%; float: left; font-size: 16px;color: #666; padding: 24px 0px 10px 0px; border-bottom: #ddd solid 1px;}
.wss .wst a{color: #666;}
.wss .wst span{color: #f00; font-weight: 700; padding: 0 5px;}
.wss .wul{ width: 100%; min-height: 400px; padding: 40px 60px; box-sizing: border-box; float: left;}
.wss .wul .wli{ width: 100%; border:#ddd solid 1px; background: #f5f5f5; box-sizing: border-box; float: left; position: relative; margin-top: 20px;}
.wss .wul .wli a{ width: 100%; float: left; }
.wss .wul .wli .wimg{ width: 280px; height: 170px; float: left; }
.wss .wul .wli .wimg img{ width: 280px; height: 170px; float: left; object-fit: cover;}
.wss .wul .wli .wtxt{ background: #F5F5F5;position: absolute;left: 280px; top: 0px;bottom: 0px; right: 0px; padding-top: 10px;padding-left: 20px;  padding-right: 20px; }
.wss .wul .wli .wname{ float: left; height: 40px; line-height: 40px; font-size: 20px; font-weight: bold; color: #333333; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; width: 100%;}
.wss .wul .wli .wname span{ color: #f00; }
.wss .wul .wli .wdes{ width: 100%;float: left; line-height: 26px; overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical; color: #595959;  font-size: 14px; height: 78px; }
.wss .wul .wli .wtime{width: 100%;float: left; color: #595959; line-height: 30px;}
.wss .wul .wli .wtime span{ float: right; }
.wss .wul .wli:hover .wname{ color:#004B9F; }
.wpage{ width: 100%; float: left; text-align: center; padding-top: 40px;}
.wpage a{ height: 24px; line-height: 24px; padding: 0 10px; margin: 0 5px; font-size: 14px; color: #666; display: inline-block;
background: #eee;}
.wpage a.current{ background: #004CA0; color: #fff;}