﻿  /*本页*/
  a:hover{ color:Red;}
   
     .test{
   
     width: 1200px; margin:0 auto;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px; 
     padding-bottom:30px;
 
    }
    
   .test>section{  margin:0 auto; margin-bottom:30px;  background-color:White;-webkit-column-break-inside: avoid;}/*避免column-count时换列*/
   
   
/*图片*/
   .focus{  height:200px;width: 360px;position: relative; margin:0 auto; } 

   .focus a img {
	width: 360px;
	border-radius: 5px;
	display: block;
  height:200px;

}
.focus>a {
	background: #fff;
	display: block;
	border-radius: 3px;
	 position:relative;
	 width:100%;
}
   .focus>a span{ position:absolute; display:inline-block; width:100%; height:30px; line-height:30px; text-indent:5px;
	                         z-index:100;  
	                         text-align:left; left:0; bottom:0; font-size:1.2em; padding:5px 0; letter-spacing:1px; color:White;    
                                background: -webkit-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,0.7)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(up, rgba(0,0,0,0),rgba(0,0,0,0.7)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(up,rgba(0,0,0,0),rgba(0,0,0,0.7)); /* Firefox 3.6 - 15 */
    background: linear-gradient( rgba(0,0,0,0),rgba(0,0,0,0.7)); /* 标准的语法（必（必须放在最后）   背景色透明且渐变*/
     

}  
   
  .bksty { text-align:center;}
 .bksty a{   font-size:16px; line-height:30px; font-weight:bold;}
   
   .bkwz{  margin:0 auto;min-height:240px;display: -webkit-flex;display: flex;align-items:center; flex-wrap:wrap;} 
  .bkwz>li{width:100%; position:relative; padding:8px 0 0 0; text-indent:1em;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height:25px;} 
  .bkwz li:before{ position:absolute; content:""; width:5px; height:5px; background-color:#DDDDDD; left:5px; top:50%; border-radius:50%;}
  
 