/*栏目左侧内容*/
.content {
	width: 1000px;
	height: auto;
}

.list-left {
	float: left;
	width: 680px;
	height: auto;
	border-top: 2px solid #0dc2b4;
}

.title {
	border-bottom: 1px solid #e9e9e9;
	color: #0dc2b4;
	font-weight: bold;
	font-size: 16px;
	height: 34px;
	line-height: 35px;
}

.title_one {
	background: #fcfcfc;
	color: #0dc2b4;
	font-weight: bold;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
}

.title_two {
	border-bottom: 1px solid #e9e9e9;
	background: #fcfcfc;
	color: #0dc2b4;
	font-weight: bold;
	font-size: 14px;
	height: 34px;
	line-height: 35px;
	letter-spacing: -1px;
}

.title_one i,.title_two i {
	display: inline-block;
	overflow: hidden;
	margin-right: 2px;
	width: 10px;
	height: 12px;
	background: url(//img.985ks.com/images_new/list_t.png) no-repeat;
	/*vertical-align: middle;*/
}

/* 栏目地区导航 */
.region {
	display: inline;
	width: 670px;
	height: auto;
}

.region dl span {
	float: left;
	line-height: 28px;
	background: url(//img.985ks.com/images_new/dhjs.png) no-repeat;
	width: 60px;
	height: 28px;
	background-size: 59px 28px;
	display: inline-block;
}

.region dl dd {
	float: left;
	display: inline;
	margin: 0px 5px 10px 5px;
	height: 25px;
	line-height: 25px;
}

.region dl dd a {
    display: block;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    text-decoration: none
}

.region dl dd a:hover {
    border: #f60 solid 1px;
    background: #fff;
    color: #f60;
}

.region dl dd a.currentA {
    border: 1px solid #FF6600;
    background: #FF6600;
    color: #fff;
}

/*栏目左侧*/
.left_article {
	padding: 10px 10px 10px 0;
}

/*左侧列表*/
/*左侧置顶*/
.left_article .list_hot{
	clear: both;
	margin-top: 10px;
}

.left_article .list_hot a:hover {
    color: #f24f46;
}

.left_article .hot_red {
	width: 80%;
	padding-right: 28px;
	background-image: url(//img.985ks.com/images_new/hot.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
	color: #FF6600;
}
/*左侧新闻*/
.left_article .list_news{
	border-top: 1px dashed #e4e4e4;
	padding-top: 10px;
	margin-top: 10px;
}

.left_article li {
	overflow: hidden;
	padding-left: 10px;
	text-align: left;
	height: 38px;
	line-height: 38px;
	background: url(//img.985ks.com/images_new/point1.png) no-repeat left center;
}

.left_article li:hover {
	background: url(//img.985ks.com/images_new/point2.png) no-repeat left center;
}

.left_article li a {
	float: left;
	font-size: 16px;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.left_article li span {
	float: right;
	font-size: 12px;
	color: #999;
}

/*内容隔线*/
.fenge {
	border-bottom: 1px dashed #e4e4e4;
	margin: 10px 0;
}

/*加载更多按钮*/
.next-page {
    margin: 0 auto;
    padding: 0 10px 10px;
    width: 400px
}

.next-page .more-box {
    display: block;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 1px #ececec;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    border-radius: 8rem;
}

.next-page a:hover {
    border-color: #FF6600;
    background: #FF6600;
    color: #fff;
    text-decoration: none
    border-radius: 8rem;
}

/*按钮提示*/
.left_article .tishi {
	border: 1px solid #e9e9e9;
	color: #ff4f4f;
	text-align: center;
	font-size: 15px;
	line-height: 35px;
}

/*按钮提示*/
.tishi {
	border: 1px solid #e9e9e9;
	color: #ff4f4f;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
}

/*报考指南*/
.bkzn {
	position: relative;
	color: #333;
	text-align: left;
	margin-top: 5px;
}

.bkzn dt {
	float: left;
	margin: 0px 8px 7px 9px;
	text-align: center;
}

.bkzn dt a {
	float: left;
	display: inline;
	width: 75px;
	height: 30px;
	background: url(//img.985ks.com/images_new/master1.png) no-repeat;
}

.bkzn dt a:hover {
	background: url(//img.985ks.com/images_new/master2.png) no-repeat;
	color: #0dc2b4;
	text-decoration: none;
}

/*栏目右侧内容*/
.list-right {
	float: right;
	width: 300px;
	height: auto;
	padding-left: 20px;
}

.right01 {
	float: left;
	margin: 10px 0;
	width: 300px;
}

.right01 .title a {
	color: #0dc2b4;
	line-height: 33px;
	padding-right: 10px;
	display: inline-block;
	border-bottom: 2px solid #0dc2b4;
}

.right01 .right_article {
    padding: 5px 0 0 5px;
}
.right01 .right_article li {
	overflow: hidden;
	line-height: 36px;
}
.right01 .right_article li a {
	padding-left: 25px;
	float: left;
	overflow: hidden;
	width: 270px;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	
}
.right01 .right_article li a:before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  color: #fff;
  background: #bbbbbb;
}
.right01 .right_article li  a:hover {
  color: #FF6600;
  background: #fcfcfc;
}
.right01 .right_article li:nth-child(1) a:before {
  content: '1';
  background: #ff2a00;
}
.right01 .right_article li:nth-child(2) a:before {
  content: '2';
  background: #ff7316;
}
.right01 .right_article li:nth-child(3) a:before {
  content: '3';
  background: #ff9c00;
}
.right01 .right_article li:nth-child(4) a:before {
  content: '4';
}
.right01 .right_article li:nth-child(5) a:before {
  content: '5';
}
.right01 .right_article li:nth-child(6) a:before {
  content: '6';
}
.right01 .right_article li:nth-child(7) a:before {
  content: '7';
}
.right01 .right_article li:nth-child(8) a:before {
  content: '8';
}
.right01 .right_article li:nth-child(9) a:before {
  content: '9';
}
.right01 .right_article li:nth-child(10) a:before {
  content: '10';
}
.right01 .right_article li:nth-child(n+4) {
  border-top: 1px dashed #eeeeee;
}

/*栏目底部描述*/
.describe {
	color: #666;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	width: 660px;
	border-radius: 3px;
	background: #f8f8f8;
	text-indent: 2em;
	font-size: 14px;
}