@charset "utf-8";

/* CSS Document */ /******通用******/


button {
	border: none;
	outline: none;
}

article,aside,details,figcaption,figure,footer,header,menu,nav,section {
	display: block;
}

ol,ul {
	list-style: none;
}

* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}
ol,ul {
	list-style: none;
}

a {
	cursor: hand;
}

ins,a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

input {
	border: 1px solid #e4e4e4;
	border-radius: 0;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

* :focus {
	outline: 0;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #e4e4e4;
	height: inherit;
	line-height: inherit;
	width: 100%;
	font-size: 12px;
	color: #555;
	background: none;
	line-height: 10px \9;
}

/******通用END******/ /*IE CSS3 兼容*/
.IE_CSS3 {
	position: relative \9;
	behavior: url(PIE.htc) \9;
}

/*答题样式开始*/
.dt_content{
    width:100%;
    height:100%;
}
.dt_content{
    width: 1100px;
    margin: 20px auto; 
    border-radius: 2px;
}
.dt_left{
    width:67%;
   
}
.dt_title{
    width:100%;  
    line-height:40px;
    color: #333;
    font-size: 26px;
    text-align: center;
    padding-top:30px;
  
}

.dt_key{
    width:100%;
    height:40px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
    
}
.dt_right h1{
  margin:0!important;
}

.test_content_nr {
    width: 100%;
}
.ul-box{
    margin-top:26px;
    padding: 16px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.test_content_nr>ul>li {
    width: 100%;   
    list-style: none;   
    padding: 16px 0 10px 0;    
}
.test_content_nr>ul>li:not(:last-child){
    border-bottom:1px dotted #ddd;
}
.test_content_nr_tt {
    width: 85%;
    height: auto;
    line-height:28px;
    margin: 0 auto; 
}
.test_content_nr_tt i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    float: left;
    background: #E22323;
    border-radius: 50%;
    margin-left: -50px;
    color: #fff;
    margin-top: 5px;
    font-size: 15px;
    font-style: normal;
    margin-left:-35px;
}
.test_content_nr_tt font {
    font-size: 16px;
    font-weight: bold;
}
.test_content_nr_main {
    width: 85%;
    margin: 0 auto;
    padding: 10px 0;
    height: auto;
}
.option {
    line-height: 32px;
    display: block;
    background: #fff;
    color: #666;
}
.option input {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
}
.option label {
    height: auto;
    display: block;
    line-height: 32px;
    padding-top: 4px;
}
ul, li {
    list-style: none;
}
.test_content_nr_main ul{
    padding-left: 0;
}

.dt_right{
    width:32%;
    height: 100%;
    float: right;
}
.nr_rt_main {
    width: 100%;
    height: auto;
}
.rt_nr1 {
    width: 20%;
    position: fixed;
    top: 434px;
    z-index: 1000;
    background:#fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.rt_nr1 h1 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #E22323;
    text-align: center;
    font-size: 18px;
    display: block;  
    color: #fff;
    font-weight:normal;    
}
.rt_content{
    padding: 12px;
}
.answerSheet ul {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
.answerSheet li {     
    width:20%;    
    padding: 2px;
}
.answerSheet li a {
    line-height: 40px;
    display: block;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius:4px;
}
a {
    text-decoration: none;
    color: #666;
}
.rt_content_nr .active a{
    background-color:#ffe1e1;
}
.jb_title{
    width:100%;
    line-height:40px;
    text-align: center;
    padding-top: 10px;
    color: #333;
    font-size: 20px;    
}
.jb ul li span{
    display: block;
    float: left;
    font-size: 16px;
    width:190px;
}
.jb ul li{
    line-height: 50px;
}
.jb ul li input{
    width:280px;
    height:30px;
    padding: 2px 0 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
}
.jb ul li .tj{
    padding: 8px 40px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #E22323;
    color: #fff;
    border: none;
    margin: 10px 0 40px 140px;
    cursor:pointer;
}
.jb ul li .tj:hover{
    opacity: 0.8;
}
.jb ul li .qx{
    padding: 8px 40px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #e5e5e5;
    color: #666;
    border: none;
    margin: 10px 0 40px 20px;
    cursor:pointer;
}
.jb ul li .qx:hover{
    opacity: 0.8;
}
.jb_ul{
    margin-left: 50px;
}
.jb_ul li{
    display: flex;
    flex-wrap: nowrap;
}
.search-text{
	border: 1px solid #cccccc;
    border-right: none;
    height: inherit;
    float: left;
    width: 664px;
    height: 38px;
    line-height: 38px;
    padding-left: 14px;
    margin-top: 10px;
}
.ue{
    display:inline;
}
.cg img{
    display: block;
    width:40%;
    height:40%;
    margin: 0 auto;
    margin-top: 60px;
}
.cg p{
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
}
.cg span{
    display: block;
    font-size: 16px;
    padding-top:10px;
    text-align: center;
    line-height: 30px;
}
.fs span{
    display: block;
    padding-top: 20px;
    text-align: center;
    font-size: 36px;
    color: #ff0000;
}
.fs p{
    font-size: 16px;
    text-align: center;
    color: #999;
    margin-top: 12px;
}
.fs a{ 
    font-weight: 700;
}
.cg_btn{
    text-align:center;
}
.cg_btn .qd{
    padding: 8px 40px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #E22323;
    color: #fff;
    border: none; 
    cursor:pointer;
}
.cg_btn .qd:hover{
    opacity:0.8;
}
.cg_btn .zc{
    padding: 8px 40px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #E22323;
    color: #fff;
    border: none;
    margin: 0 0 0 30px;
    cursor:pointer;
}
.cg_btn .zc:hover{
    opacity:0.8;
}
