<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search{
  width:500px;
  margin:0 auto;
  height:50px;
  margin-top:50px;
  bordeR:1px solid #ededed;
}
.search input{
  padding-left:10px;
  height:50px;
  line-height:50px;
  width:500px;
}
.search img{
  position:relative;
  left:460px;
  top:-35px;
}
.search img:hover{
  cursor:pointer;
}
.navBar{
  width:1200px;
  height:42px;
  margin:0 auto;
  margin-top:50px;  
}
.navBar .btn{
  width:110px;
  height:42px;
  float:left;
  border:1px solid #ededed;
  text-align:center;
  line-height:42px;
  font-size:14px;
  color:#333;
}
.navBar .btn:hover{
  cursor:pointer;
}
.navBar .active{
  background:#0c4176;
  color:#fff;
  border:1px solid #0c4176;
}
.navBar span{
  float:right;  
  line-height:42px;
  font-size:14px;
  color:#666;
}
.container{
  width:1200px;
  height:900px;
  margin:0 auto;
  margin-top:20px;
  margin-bottom:50px;
  position:relative;
}
.container1{
  width:1200px;
  height:900px;
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.container2{
  width:1200px;
  height:900px;
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.container .appear{
  display:block;
}
.intro{
  width:1200px;
  height:207px;
  border:1px solid #ededed;
  margin-bottom:30px;
}
.intro .left{
  display:block;
  float:left;
}
.intro .right{
  width:864px;
  height:171px;
  float:right;
  padding-top:36px;
  padding-left:30px;
  padding-right:30px;
}
.theam{
  display:block;
  width:100%;
  font-weight:bold;
  font-size:16px;color:#333;
  margin-bottom:20px;
}
.fontxt{
  display:block;
  width:100%;
  line-height:30px;
  font-size:14px;
  color:#666;
  text-overflow:ellipsis; 
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow:hidden;
  margin-bottom:30px;
}
.intro:hover .fontxt{
  color:#166bca;
}
.msg{
  width:100%;
  height:30px;
  line-height:30px;
}
.msg .cname{
  float:left;
}
.msg .cname span{
  font-size:14px;
  color:#8e8e8e;
  position:relative;
  top:-8px;
}
.msg .ctime{
  float:right;
}
.msg .ctime span:nth-child(1){
  margin-right:30px;
}
.msg .ctime span{
  font-size:14px;
  color:#8e8e8e;
}
.msg .ctime span img{
  margin-right:5px;
  position:relative;
  top:2px;
}
#demo0,#demo1{
  width:100%;
  margin-top:65px;
  margin-left:150px;
}
.wklist{
  width:102%;
  height:750px;
  margin-left:-27px;
}
.wklist .blocks{
  width:276px;
  height:340px;
  border:1px solid #ededed;
  float:left;
  margin-left:28px;
  background:#fff;
  margin-bottom:20px;
}
#demo3{
  text-align:center!important;
}
.wklist .blocks:hover{
  box-shadow: 8px 8px 10px #e6e6e6;
}
.wklist .blocks:hover .detail .sub{
  color:#166bca;
}
.wklist .blocks .imgShow{
  width:276px;
  height:207px;
  overflow:hidden;
}
.wklist .blocks .imgShow img{
  width:276px;
  height:207px;}
.wklist .blocks .imgShow img:hover{
  transform:scale(1.1);
  transition:all 0.9s;
}
.wklist .blocks .detail{
  width:244px;
  padding-left:16px;
  padding-right:16px;
  padding-top:20px;
}
.wklist .blocks .detail .sub{
    width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 18px;
}
.wklist .blocks .detail .ava{
  display:block;
  width:100%;
}
.wklist .blocks .detail .ava img{
  width:28px;
  height:28px;
  border-radius:50%;
  float:left;
}
.wklist .blocks .detail .ava b{
  font-size:14px;
  padding-left:10px;
  position:relative;
  top:5px;
  color:#8e8e8e;
  margin-left:10px;
  display:inline-block;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; 
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  overflow:hidden;
}
.wklist .blocks .detail .count{
  width:100%;
  /*background:green;*/
  margin-top:20px;
}
.wklist .blocks .detail .count span{
  font-size:14px;
  color:#8e8e8e;
}
.wklist .blocks .detail .count span img{
  position:relative;top:-2px;
}
.wklist .blocks .detail .count span:nth-child(1){
  float:left;
}
.wklist .blocks .detail .count span:nth-child(2){
  float:right;
}</pre></body></html>