/*left*/
/*重写base.css*/
.contentWrapper{ padding-top:0px;}
.contLeft .title{font-size: 24px;color: #0e1b8d; border-bottom:2px solid #CCC; padding-bottom:10px; padding-top:20px;}
.contLeft .title:first-child{ padding-top:0;}
.contLeft .title a{ float:right; color:#666;}

.contLeft  .tabContBottom .ulName{line-height: 42px;border-bottom: 1px solid #ccc;}
 .contLeft  .tabContBottom  .quesName{position: relative;line-height: 42px;border-bottom: 1px solid #ccc;cursor:pointer;}
 .contLeft  .tabContBottom  .quesName a{ font-size: 16px ;color: #666; line-height: 42px;}
 .contLeft  .tabContBottom  .quesName a:hover{color: #073696;}
 


/*right*/
.rightWrapper h1{ font-size:18px; color:#FFF; background:#505050; height:40px; line-height:40px; font-weight:normal; padding-left:20px; margin-top:20px;}
 .rightWrapper .leftNav{ width:100%; margin-top:5px;}
 .rightWrapper .leftNav li{ border:1px solid #dadada; padding-left:20px; border-bottom:none;}
 .rightWrapper .leftNav li.last{ border-bottom:1px solid #dadada;}
 .rightWrapper .leftNav li a{ font-size:18px; color:#404040; height:32px; line-height:32px;}



@media only screen and (max-width : 1200px) {


}
@media only screen and (max-width : 1024px) {


}
@media only screen and (max-width : 900px) {

.contLeft .title:first-child{ padding-top:15px;}
.contLeft .title a{ color:#2556af;}
.contLeft .title { font-size:20px;}
.contLeft .tabContBottom .quesName a{ font-size:12px;}

}

