/*-----------------------------左侧边栏-----------------------------*/

/*导航文字栏*/
.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;
}
.box-com .title em {
	padding: 0 8px;
	color: #ff4141;
	font-style: 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 a:nth-child(1):hover{
    color: red;
}
.ul-com>li span:nth-child(2) {
    width: 10%;
    float: right;
    text-align: right;
    color: #c6c6c6;
}
/* 相关文章 */
.side-l .xgwz {
	margin-top: 0;
}
.xgwz .title>div {
	background: url(../../images/img/zhishiku/icon-zsk-12.png) no-repeat left center;
    padding-left: 35px;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    font-weight: normal;
}
.xgwz .title>div em {
	padding: 0 8px;
	color: #ff4141;
	font-style: normal;
}
.xgwz .title>div span {
	margin-left: 30px;
}
.xgwz .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;
}
.xgtj .content-com ul li:hover{
    background: #239aff;
    color: #FFF;
    font-weight: bold;
}

.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;
}





























