@charset "utf-8";
/* CSS Document */

body{ font-size:12px; font-family:"宋体"; margin:0; padding:0; background:#f2f2f2;}
a{ text-decoration:none;}
ul,ol,div,p,span,h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px;}
li{ list-style:none;}
img{ border:0px;}
*:focus {outline:none;} 
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*::-webkit-scrollbar { width:8px;}
::-webkit-scrollbar-track {    border-radius: 10px;}
::-webkit-scrollbar-thumb { border-radius: 10px;    background: rgba(0,0,0,0.08);}*/

 .nExamQuestion_head{ background:#e6e6e6; height:auto; float:left; padding:15px 0px 8px 0; position:fixed; right:0px; top:55px; z-index:99}
.nExamQuestion_head ul{ width:400px; height:40px; float:left;  margin-left:15px;}
.nExamQuestion_head ul li{ width:150px; height:44px; line-height:44px; color:#565656; font-size:16px; text-align:center; letter-spacing:5px; border-bottom:3px solid #e6e6e6; float:left; cursor:pointer;}
.nExamQuestion_head ul li.click{border-bottom:3px solid #689df6;}
.nExamQuestion_head ul li:nth-child(2){ margin-left:50px;}
.nExamQuestion_btn{ width:auto; height:auto; float:right; margin-right:80px;}
.nExamQuestion_btn p{ float:left; padding:0 20px; line-height:38px;}
.nExamQuestion_btn a{ border:1px solid #e6e6e6; border-radius:2px; margin-left:20px; font-weight:bold; padding:0px 20px; display:block; height:35px; width:auto; float:left; text-align:center; line-height:35px; color:#444444; position:relative; }
.nExamQuestion_btn a:hover{border:1px solid #c2c2c2;}
.nExamQuestion_btn a:focus{border:1px solid #c2c2c2; background:#e1e1e1;}
.nExamQuestion_btn a input{ width:80px; height:35px; position:absolute; top:0px; left:0px; opacity:0;}
.nExamQuestion_btn a.upload_answer{ display:none;}

.nExamQuestion{ width:1500px; height:auto; /*background:#f2f1f1;*/ position:absolute; right:0px; top:120px;}
.nExamQuestion .kong_data{ width:600px;padding:40px 80px; background:#eeeded; margin:0 auto; clear:left; position:relative; top:30px; display:none;}
.kong_data h3{ color:#202020; font-size:14px;}
.kong_data p{ color:#333333; margin-top:10px;}
.nExamQuestion .nExamQuestion_con{ width:90%; max-width:1300px; margin:0 auto; height:auto; }
.nExamQuestion .nExamQuestion_con .ExamAdvertising{ width:100%; margin-top:20px; height:auto;}
.nExamQuestion .nExamQuestion_con .ExamAdvertising img{ width:100%;}
.nExamQuestion_con .nExamQuestion_conZi{ width:100%; float:left; height:auto;}
.nExamQuestion_con .nExamQuestion_conZi:nth-child(2){ display:none;}
.nExamQuestion_con ul{ width:100%; height:auto; float:left; margin-top:20px;}
.nExamQuestion_con ul li{ width:100%; height:auto; background:#fff; float:left; margin-bottom:20px;box-shadow: 0px 4px 8px #a7a7a7; position:relative}
.nExamQuestion_con ul li .nExamQuestion_btn{ width:90%; margin-right:2%; float:right; height:36px;}
.nExamQuestion_con ul li .nExamQuestion_btn img{ float:right; margin-right:20px; margin-top:16px; cursor:pointer; display:none;}
.nExamQuestion_con ul li .nExamQuestion_num{ color:#636363; font-size:16px; text-indent:15px; line-height:40px; width:8%; float:left; height:100%;}
.nExamQuestion_con ul li .nExamQuestion_img{ width:84%; float:left;height:100%; padding:15px 0px 25px; overflow:hidden;}
.nExamQuestion_con ul li .nExamQuestion_img img{ }
.nExamQuestion_con ul li .nExamQuestion_img p{ float:left;}
.nExamQuestion_con ul li .nExamQuestion_img .jiexi{ margin-top:30px;}
.nExamQuestion_con ul li .nExamQuestion_img .jiexi span{ display:block; float:left; width:50px;}
.nExamQuestion_con ul li .nExamQuestion_answer{ width:auto; float:right;margin-right:5%;height:auto; text-align:left;  padding:25px 0px;position:relative;}
.nExamQuestion_con ul li .nExamQuestion_answer p{ width:auto; height:35px; line-height:35px; font-size:14px;}
.nExamQuestion_con ul li .nExamQuestion_answer p span{ width:auto; margin-right:10px; height:35px; line-height:35px; font-size:14px;}

