﻿/*分页*/
 
    .fenye{margin:0 auto; height:32px; width:98%; text-align:center; line-height:32px; margin-bottom:40px;display: -webkit-flex;display: flex; justify-content:space-between;}
 
         .fenye>li a,.test>span{font-size:1.2em; margin:0 auto; text-align:center;}
 
  .fenye> li span{ font-size:1.3em; font-weight:bold; color:Red; padding:5px 3px; background-color:#BFD4FF; border-radius:5px;}
  

 
        
 /*素材列表*/   
 
 .sclist h1 {border-bottom:solid 1px lime; text-align:center; padding:5px; border-radius:5px;   margin:5px auto; width:100%;font-size:1.6em;}
 .sclist h1 span {border-bottom:solid 1px #EDEDED; text-align:center; padding-bottom:2px; letter-spacing:1px;font-size:1.6em;}

    
 .sclist{ width:96%;  margin:20px auto;}
 .sclist>article{ margin-bottom:10px; border-bottom:dashed 1px  #EDEDED; padding-bottom:10px;}
 .sclist>article h2  { width:100%;  }
.sclist>article h2 a{display:block;font-size:1.4em; text-align:center;}
 .sclist>article>p{ font-size:1.2em; color:#999999; padding-top:5px; margin-top:10px; line-height:20px; letter-spacing:1px;}
 
 