/*left*/
/*重写base.css*/
.contentWrapper{ padding-top:0px;}
.title{font-size: 24px;color: #0e1b8d; border-bottom:2px solid #CCC; padding-bottom:10px; padding-top:20px; font-weight:bold;}
.title:first-child{ padding-top:0;}
.title .tips{ color:#666666; font-size:14px; font-family:"微软雅黑"; padding-top:5px; font-weight:normal;}
/***instruction***/
.instruction{ padding:15px 0;}
.instruction h3 , .instruction .instrInfo li{ color:#666; font-size:14px; font-weight:normal;}
.instruction .instrInfo li{ margin-bottom:20px;}

.tabContBottom .ulName{line-height: 42px;border-bottom: 1px solid #ccc;}
.tabContBottom .quesBox .quesName{position: relative;font-size: 14px ;color: #666;line-height: 42px;border-bottom: 1px solid #ccc;background: url(/common/Style2/images/tab_icon.png) no-repeat right center;cursor:pointer; font-family: Arial,"微软雅黑","黑体",sans-serif;}
.tabContBottom .quesBox .quesTab{background: url(/common/Style2/images/tab_icon_active.png) no-repeat right center; font-weight:bold;}
.tabContBottom .quesCont{display: none; border-bottom:1px solid #ccc; padding-bottom:40px;}
.tabContBottom table{width: 100%;  padding-bottom:12px;   padding-top: 8px; border:0;margin:0;border-collapse:collapse;border-spacing:0;}
.tabContBottom .quesCont th{ background:#8c8c8c; color:#FFF; font-size:18px; font-weight:normal; text-align:center; border-right:1px solid #efefef; border-top:1px solid #efefef; height:37px; line-height:37px;}
.tabContBottom .quesCont th:last-child{ border-right:none;}
.tabContBottom .quesCont th.model{ width:33.3%;}
.tabContBottom .quesCont tr td{word-break: break-word; text-align:center; color:#000; font-size:14px; height:39px; line-height:39px; border-bottom:1px solid #8c8c8c; border-right:1px solid #8c8c8c; background:#efefef;}
.tabContBottom .quesCont tr td span{ line-height:22px;}
.tabContBottom .quesCont tr td:last-child{border-right:none; }
.tabContBottom .quesCont tr:last-child td{border-bottom:none; }
.tabContBottom .quesCont tr:last-child{ margin-bottom:20px;}
.tabContBottom .quesCont .answer{ font-size:14px; color:#666; line-height:22px; padding:10px 0;}
.tabContBottom .quesCont .quesImg{ display:block; margin: 0 auto;}

 




@media only screen and (max-width : 900px) {
.title{ font-size:20px; font-weight:bold;}
.tabContBottom .quesCont .quesImg{ width:100%;}
.title:first-child{ padding-top:15px;}
.title a{ color:#2556af;}
.contLeft .title{ font-size:20px;}
.contLeft .tabContBottom .quesName a , .instruction h3, .instruction .instrInfo li ,.tabContBottom .quesBox .quesName , .tabContBottom .quesCont .answer , .title .tips{ font-size:12px;}
.tabContBottom .quesCont tr td,  .title .tips , .tabContBottom .quesBox .quesName , .tabContBottom .quesCont .ans{ font-size:12px;}
}


@media only screen and (max-width : 680px) {

}
@media only screen and (max-width : 375px) {
 .title{ font-size:20px;}
 .tabContBottom .quesBox .quesName{ line-height:22px; padding:10px 0;}
}