﻿/*-----------------------------左侧边栏-----------------------------*/
.side-l,
.side-r {
	margin-top: 0 !important;
}
/*导航文字栏*/
.banner-text {
	width: 1200px;
	margin: 0 auto;
	line-height: 36px;
}
.banner-text ul {
	padding-left: 32px;
	background: url(../../images/img/zhishiku/icon-zsk-9.png) no-repeat 9px center;
	overflow: hidden;
	color: #666666;
}
.banner-text li {
	float: left;
}
.banner-text li:not(:last-child):after {
	content: '>';
	padding: 0 3px;
	float: right;
}
/*主要内容*/
/*公共*/
.box-com {
	width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding: 10px 30px;
    margin-top: 25px;
}
.box-com .title {
	overflow: hidden;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
}
.box-com .title h2{
    padding-left: 35px;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    font-weight: normal;
}
.content-com {
    overflow: hidden;
}
.ul-com>li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #e5e5e5;
    float: left;
    color: #337ab7;
}
.ul-com>li a:nth-child(1) {
    width: 90%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ul-com>li span:nth-child(2) {
    width: 10%;
    float: right;
    text-align: right;
    color: #c6c6c6;
}
/* 知识简介 */
.side-l .zsjj {
    margin-top: 0;
}
.zsjj .img-box {
	width: 18%;
	float: left;
}
.zsjj .img-box img {
	width: 100%;
}
.zsjj .int-box {
	width: 78%;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 24px;
	float: right;
}

/* 知识内容 */
.zsnr .title h2 {
	background: url(../../images/img/zhishiku/icon-zsk-1.jpg) no-repeat left center;
}

.zsnr .anjian {
	margin: 25px 0;
}

/* 相关阅读 */
.xgyd .title h2 {
	background: url(../../images/img/zhishiku/icon-zsk-11.jpg) no-repeat left center;
}

/* 相关推荐 */
.xgtj .title h2 {
	background: url(../../images/img/zhishiku/icon-zsk-10.jpg) no-repeat left center;
}
.xgtj .content-com ul li {
	float: left;
	line-height: 1;
	padding: 7px 8px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin-top: 12px;
	margin-right: 3px;
	color: #afafaf;
}


.page a{
	padding: 5px 8px;
	display: inline-block;
	margin-left: 3px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
}
.page a:hover,.current{
	background:#239aff ;
	color: #fff;
}





























