@charset "utf-8";
@import url("reset.css");
@import url("header.css");
@import url("footer.css");
@import url("animate.min.css");

.Main{padding-top:52px;}
.LeftNav{width:80px;height:auto;overflow: hidden;float: left;}
.LeftNav ul li{width:100%;height:auto;overflow: hidden;margin-bottom:17px;cursor: pointer;}
.LeftNav ul li.on{background:#8bbb29;}
.LeftNav ul li span{display:block;width:100%;font-size:18px;color:#7e808a;line-height:24px;padding:3px 5px 3px 10px;box-sizing: border-box;}
.LeftNav ul li.on span{color:#FFFFFF;}
.RightBox{width:calc(100% - 168px);height:auto;overflow: hidden;}
.RightBox ul{width:100%;height:auto;overflow: hidden;}
.RightBox ul b{width: 100%;display: flex;text-align: center;min-height: 300px;justify-content: center;align-items: center;background: #ffffff;}
.RightBox ul li{width:calc((100% - 60px)/3);height:360px;float:left;margin:0px 30px 38px 0px;border-radius:2px;border:1px solid #eeeeee;box-sizing: border-box;background:#FFFFFF;}
.RightBox ul li:nth-child(3n){margin-right:0px;}
.RightBox ul li a{display: block;width:100%;height:100%;}
.RightBox ul li a .pic{display: block;width:100%;height:220px;overflow: hidden;margin-bottom: 17px;}
.RightBox ul li a .pic img{width:100%;height:100%;transition: all ease-in-out 1s;}
.RightBox ul li:hover a .pic img{transform: scale(1.1);}
.RightBox ul li a .txt{width:100%;height:auto;overflow: hidden;padding:0px 30px 0px 28px;box-sizing: border-box;}
.RightBox ul li a .date{font-size:16px;color:#7e808a;line-height:32px;}
.RightBox ul li a p{width:100%;height: 65px;overflow: hidden;/* text-overflow: ellipsis; *//* white-space: nowrap; */font-size:20px;color:#333333;line-height: 1.5;position: relative;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.RightBox ul li a p::after{content:"";width:54px;height:3px;border-radius: 1.5px;background:#7d7d7d;position: absolute;left:0px;bottom:0px;transition:width ease-in-out 1s;}
.RightBox ul li:hover a p{color:#8bbb29;font-weight: bold;}
.RightBox ul li:hover a p::after{width:100%;background:#8bbb29;}

.layui-laypage a, .layui-laypage span{background:none;}
