﻿/*分页*/
 .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{ width:96%;  margin:20px auto;}
 .sclist>h2{ width:100%;margin:10px auto; font-size:1.4em; letter-spacing:1px;}
 .sclist:not(:last-child){ border-bottom:dashed 1px #EDEDED;}
.sclist>p:nth-child(2){ color:#999999; line-height:22px; letter-spacing:1px;}
 .sclist>p:nth-child(3){width:96%;display: -webkit-flex;display: flex; justify-content:space-between; }
 .sclist>p:nth-child(3)>span{ font-size:1.2em;   margin:10px auto; display:inline-block; width:15%;}
 .sclist>p:nth-child(3)>span:nth-child(2){   width:15%;}
  .sclist>p:nth-child(3)>span:nth-child(3){    width:30%;}
 .sclist>p:nth-child(3)>span:nth-child(4){  width:30%;  }
 
 
 /*试卷导航*/
.sjMenus{ background-color:#DCDCDC; padding:5px; width:92%; margin:0 auto;}
 
 .sjMenus>h2{ margin:5px auto;text-align:center;}
 .sjMenus>h2>a{ font-size:1.6em; color:Red; text-shadow:2px 2px 2px rgba(0,0,0,.6);}
.xksty{ background-color:white; border-radius:10px;display: -webkit-flex;display: flex; justify-content:space-between; flex-wrap:wrap;}

.xksty>li{ min-width:20%; margin:4px;}
.xksty>li>a{ padding:2px 5px; border-radius:2px 5px; background-color:#BFD4FF; margin:5px ; height:25px; line-height:25px; color:Blue;}
.xksty>li>a:hover{ background-color:#D9FFBC; color:Red; }
