﻿.contentOuter {
 margin:0 auto; min-height:800px;   width:1200px;display: -webkit-flex;display: flex; justify-content:space-between;
}
.contentOuter>div{
      min-height:400px;
  }
  .leftOuter{ width:800px; }
.contentLeft{ width:800px; margin:20px auto;}

.contentRight{ width:330px;}
/*相关试卷*/
.shijuans{ margin-top:50px;}
.shijuans>span{ color:Red; font-size:20px;  margin:20px 0;}
.shijuans>a{ display:block; line-height:30px; margin-top:30px; font-size:16px;}
/*相关老师列表*/

.fixed{
        position: fixed;
        top:0px;

      }
.teas{  height:500px;width:320px;display: -webkit-flex;display: flex; justify-content:space-between; flex-wrap:wrap;}
.teas>li:first-child{ font-size:20px; color:Red;}
.teas>li:not(:first-child){ width:350px; height:60px;display: -webkit-flex;display: flex; justify-content:space-between; flex-wrap:wrap;}
.teas>li>img{ width:60px; height:60px; border-radius:10px;}
.teas>li>a{ width:250px; height:60px;}
.teas>li>a>span{ display:inline-block; width:100%; font-size:14px;}
.teas>li>a>span:nth-child(1),.teas>li>a>span:nth-child(2){ width:60px; font-size:16px; line-height:30px;}
/*试卷列表*/
.sJlist li{ margin:20px 0; border-bottom:solid 1px #DCDCDC;}
.sJlist li>div{ color:#888888; margin:10px 0;}
.sJlist li>a{display: -webkit-flex;display: flex; justify-content:space-between; height:25px; line-height:25px;}
.sJlist li>a>span{ font-size:14px; }
.sJlist li>a>span:first-child{ font-size:16px; width:580px; font-weight:bold;}

/*试卷导航*/
.sjMenus{ background-color:#DCDCDC; padding:5px;}
.xksty>p{ margin:5px auto;text-align:center;}
.xksty>p>a{ font-size:20px; color:Red; text-shadow:2px 2px 2px rgba(0,0,0,.6);}
.xksty{ background-color:white; border-radius:10px;}

.xksty>div{min-height:50px;width:320px;display: -webkit-flex;display: flex; justify-content:space-between; flex-wrap:wrap;}
.xksty>div>a{ padding:2px 5px; border-radius:2px 5px; background-color:#BFD4FF; margin:5px 10px; height:25px; line-height:25px; color:Blue;}
.xksty>div>a:hover{ background-color:#D9FFBC; color:Red; }





/*试卷详情*/

.contentLeft img{ max-width:96%;}


  /*分页*/
    .fenye{ margin:20px auto; height:32px;  max-width:700px;  text-align:center; line-height:32px;display: -webkit-flex;display: flex; justify-content:space-between;}
  .fenye>li{ margin:0 10px;}
  .fenye>li span{ font-size:16px; font-weight:bold; color:Red; padding:5px 10px; background-color:#BFD4FF; border-radius:5px;}
  
  

   /*关联导航*/
.xiangguan1{width:800px; margin:20px auto; min-height:20px; border:solid 1px #CDCDCD; padding:10px; position:relative;}
 .xgTitle{font-size:20px; font-weight:bold; padding:5px;position:absolute; top:-20px; left:100px; background-color:#EDEDED; border-radius:10px;}
 
 .smallMenus{ display:inline-block; margin:10px 20px; border:solid 1px #EDEDED; padding:3px 5px; border-radius:10px;}
 
   .smallMenus>a,.smallMenus>span{ margin-right:15px; display:inline-block;}
  .smallMenus>a:first-child,.smallMenus>span{ font-size:16px; font-weight:bold; }