/*试题列表*/
/*其他共用*/
.k-test-content{
	width: 1200px;
	margin: 0 auto;
	padding: 15px 20px 25px;
}
.k-test-content .content-left{
	float: left;
	width: 813px;
}
.k-test-content .text-content{
	background: #fff;
	padding: 15px 0px 30px;
}
.test-titel{
	position: relative;
}
.test-titel .titel{
	position: absolute;
	left: -8px;
	top:0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 139px;
	height: 31px;
	padding-top: 5px;
	line-height: 31px;
	font-family:"Microsoft Yahei";
	background: url(../images/bg01.png) no-repeat left  center;
}
.test-titel .more{
	float: right;
	line-height: 36px;
	margin-right: 15px;
	font-family: "宋体";
	font-size: 12px;
	color: #999;
}
.test-titel .btn{
	border: 1px solid #CCCCCC;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 5px;
}
.test-titel .more:hover{
	color: #2273C0;
}
.k-test-content .content-right{
	float: right;
	width: 365px;
}
.k-test-content .hot-test-con{
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px 0px 30px;
}
.hot-test-con .hot-list{
	padding: 20px 20px 0px;
	margin-top: 15px;
}
/*右侧*/
.hot-list li{
	margin-top: 29px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-list li em{
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #999;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
	font-style: normal;
	font-family:"Microsoft Yahei";
}
.hot-list li .bg01{
	background: #FF0000;
}
.hot-list li .bg02{
	background: #FF7F00;
}
.hot-list li .bg03{
	background:#B0B000;
}
.choice-type-con{
	margin: 25px 10px 15px;
	border: 1px solid #ddd;
	color: #999;
	padding-bottom: 25px;
}
.choice-type-con .choice-list{
	margin-top: 25px;
}
.choice-type-con .choice-list .htit{
	float: left;
	width: 60px;
	line-height: 26px;
	text-align: center;
}
.choice-list .list{
	float: left;
	width: 715px;
}
.choice-list .list a{
	float: left;
	display:block;
	height: 26px;
	line-height: 26px;
	padding: 0px 15px;
	margin-right: 5px;
	color: #999;
}
.choice-list .list a.select,.choice-list .list a:hover{
	background: #FFA64D;
	color: #fff;
	-webkit-border-radius:5px;
 	-moz-border-radius:5px;
  -ms-border-radius:5px;
 	-o-border-radius:5px;
	border-radius: 5px;
}
.text-state-con{
	margin: 20px 15px;
	border: 1px solid #ddd;
}
.state-tab-menu{
	height: 45px;	
	overflow: hidden;
	position: relative;
}
.state-tab-menu:after{
	content: '';
	display: block;
	height: 1px;
	background: #ddd;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.state-tab-menu li{
	float: left;
	width: 115px;
	text-align: center;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	border-right: 1px solid #ddd;
	position: relative;
	cursor: pointer;
}
.state-tab-menu li.cur{
	position: relative;
	color:#2273C0;
	border-bottom-color: #fff; 
}
.state-tab-menu li.cur:after{
	  content: '';
    display: block;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    z-index: 2;
}
.state-tab-menu li.cur:before{
	content: '';
    display: block;
    height: 3px;
    background:#2273C0;
    position: absolute;
    left: 0;
    width: 100%;
    top: -1px;
    color: #2273C0;
    z-index: 2;
}
.state-tab-menu li a{
	display: block;
}
.hide{
	display: none;
}
.state-test-list .test-list li{
	padding: 30px 10px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.state-test-list .test-list .icon-new{
	float: left;
	width: 40px;
	height: 38px;
	margin-top: 5px;
	background: url(../images/test-icon01.png) no-repeat center center;
}
.state-test-list .test-list .text-info{
	float: left;
	width: 550px;
	margin-left: 10px;
}
.state-test-list .test-list .text-name{
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.state-test-list .test-list .info{
	padding-top: 10px;
	color: #999;
	overflow: hidden;
}
.state-test-list .test-list .info .type{
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	border: 1px solid #FF9326;
	color: #FF9326;
	display: block;
	-webkit-border-radius:3px;
 	-moz-border-radius:3px;
  -ms-border-radius:3px;
 	-o-border-radius:3px;
	border-radius: 3px;
}
.state-test-list .test-list .info .time{
	float: left;
	display: block;
	margin-left: 20px;
}
.state-test-list .test-list .button{
	float: right;
	margin-top: 15px;
	display: block;
	background: url(../images/bg11.png) no-repeat right 10px center;
	width: 105px;
	padding-left: 15px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #4CA5FF;
	border: 1px solid  #4CA5FF;
	-webkit-border-radius:5px;
 	-moz-border-radius:5px;
  -ms-border-radius:5px;
 	-o-border-radius:5px;
	border-radius: 5px;
}
.state-test-list .test-list .button:hover{
	color: #2273C0;
	border: 1px solid #2273C0;
}
.state-test-list .test-list-course dd{
	padding: 10px;
	background-color: #EBEBEB;
	width: 20%;
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.state-test-list .test-list-course dd p{
	padding: 3px;
}
.test-pages{
	padding: 50px 0px;
	text-align: center;
}
.test-pages a{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
	padding: 0px 12px;
	margin: 0px 2px;
}
.test-pages a.current{
	background: #578EDD;
	color: #fff;
	border-color: #578EDD;
}
/*试题详情*/
.text-introduc-con{
	margin: 60px 15px 40px;
	border: 1px solid #ddd;
	padding: 25px 15px 40px 55px;
}
.text-introduc-con .text-name{
	font-size: 18px;
	font-family:"Microsoft Yahei";
}
.text-introduc-con .text-info{
	padding: 20px 0px;
}
.text-introduc-con .text-info li{
	height: 35px;
	line-height: 35px;
	color: #666;
	overflow: hidden;
}
.text-introduc-con .text-info  span{
	float: left;
	width: 50%;
	display: block;
}
.text-introduc-con .text-type .type{
		font-size: 18px;
		padding-left: 15px;
		font-family:"Microsoft Yahei";
}
.text-introduc-con .text-tixing{
	margin-top: 25px;
}
.text-tixing .titel{
	font-size: 18px;
	font-family:"Microsoft Yahei";
}
.text-tixing  .list{
	padding-top: 15px;
	color: #666；
}
.text-tixing  .list span{
	display: inline-block;
	padding-right: 40px;
}
.text-button{
	margin-top: 45px;
	text-align: center;
}
.text-button a{
	display: inline-block;
	width: 102px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding-left: 18px;
	-webkit-border-radius:5px;
 	-moz-border-radius:5px;
  -ms-border-radius:5px;
 	-o-border-radius:5px;
	border-radius: 5px;
	margin: 0px 10px;
}
.text-button .btn-inter{
	background:#42ABFB url(../images/bg13.png) no-repeat right 10px center;
}
.text-button .btn-collec{
	background:#FFA64D url(../images/bg14.png) no-repeat right 10px center;
}
.text-button .btn-inter:hover{
	background: #2273C0 url(../images/bg13.png) no-repeat right 10px center;
}
.text-button .btn-collec:hover{
	background:#FF8B17 url(../images/bg14.png) no-repeat right 10px center;
}

.text-button .btn-inter.btn-disabled{
	background:#DDDDDD url(../images/bg13.png) no-repeat right 10px center;
}
.text-button .btn-inter.btn-disabled:hover{
	background: #DDDDDD url(../images/bg13.png) no-repeat right 10px center;
}

.text-introduc-text{
	color: #666;
	line-height: 25px;
	padding:0px 20px 50px;
	margin-top: 100px;
}
.text-recommen-list{
	margin-top: 45px;
	padding: 0px 15px;
}
.text-recommen-list li{
	padding: 12px 0px 12px 45px;
	background: url(../images/bg12.png) no-repeat left center;
	border-bottom: 1px dotted #ddd;
}
.text-recommen-list li .htitel{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-recommen-list li .info{
	font-size: 12px;
	color: #AAAAAA;
}
.text-recommen-list  .info span{
	display: inline-block;
	padding-left: 20px;
}
.text-recommen-list  .info span:first-child{
	padding-left: 0px;
}
/*文章列表*/
.z-article-list{
	margin: 25px 10px 15px;
	border: 1px solid #ddd;
}
.z-article-list .article-list li{
	height: 52px;
	line-height: 52px;
	padding: 0px 20px 0px 40px;
	border-bottom: 1px solid #ddd;
	background:url(../images/libg.png) no-repeat 20px center;
}
.article-list .list-titel{
	width: 540px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-list .r-info{
	float: right;
	width: 160px;
	color: #999;
}
.test-pages{
	padding: 50px 0px;
	text-align: center;
}
.test-pages a{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	padding: 0px 15px;
	margin: 0px 2px;
	border-radius: 3px;
}
.test-pages a.current{
	background: #2894FF;
	color: #fff;
	border-color: #2894FF;
}
.pagination-div{
	padding:0;
	margin:0;
}
.pagination.pagination-centered{
	padding: 50px 0px;
	text-align: center;
	font-size:0;
}
.pagination.pagination-centered li{
	display: inline-block;
	margin: 0px 2px;
}
.pagination.pagination-centered li a{
	font-size:14px;
	display:block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
	padding: 0px 12px;
}
.pagination.pagination-centered li.active a{
	background: #578EDD;
	color: #fff;
	border-color: #578EDD;
}
/*load-more start*/
.load-more{
	color:black;
	font-size:14px;
	display:block;
	margin:1rem 10px;
	line-height:1;
	padding:0.5rem;
	border:solid 1px #EFEFF4;
	background-color:#EFEFF4;
	text-align:center;
}
.load-more:active{
	background-color:#DDDDDD;
}
/*load-more end*/