
body {
	background-color: #eeeeee;
}

.title-com {
	overflow: hidden;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
}
.title-com>h2 {
	padding-left: 35px;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    font-weight: normal;
}

/*-----------------------------头部-----------------------------*/
.a-header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #282e3f;
	color: white;
}
.a-header-con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.a-header-logo {
	background: url(/Public/images/img/ask/ask_logo.png) no-repeat;
	height: 100%;
	float: left;
}
.a-header-logo img {
	height: 100%;
	float: left;
}
.a-header-logo em {
	font-size: 32px;
	float: left;
	font-style: normal;
	margin-left: 61.22px;
}
.a-header-list {
	float: right;
	height: 100%;
}
.a-header-list li {
	float: left;
	text-align: center;
	font-size: 14px;
	padding: 0 10px;
}
.a-header-list li.on {
	background-color: #4c556e;
}
.a-login-bar {
	font-size: 14px;
	float: right;
	margin-left: 40px;
	height: 100%;
}
.a-login-bar a {
    color: white;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
	padding-right: 15px;
}
.a-login-bar a:not(:last-child) {
}
.a-login-bar #shoppingCartNum {
    bottom: 16px;
}
/*-----------------------------搜索栏-----------------------------*/
.a-search {
	width: 100%;
	height: 40px;
	background-color: white;
	line-height: 40px;
	padding: 10px 0;
}
.wi1200 {
	height: 100%;
}
.a-search-box {
	width: 40%;
	float: left;
	height: 100%;
}
.a-search-box form {
	width: 100%;
	height: 100%;
}
.a-search-box input {
	width: 80%;
	float: left;
	font-size: 14px;
	background: url(../../images/img/ask/sousuo.png) no-repeat 8px center;
	text-indent: 30px;
	height: 100%;
	border: 1px solid #dddddd;
	border-right: none;
	box-sizing: border-box;
}
.a-search-box button {
	width: 20%;
	float: left;
	text-align: center;
	background-color: #239aff;
	font-size: 16px;
	color: white;
	height: 100%;
	font-family: 'Microsoft Yahei';
}

.a-search-box .subit{
	width: 20%;
	float: left;
	text-align: center;
	background-color: #239aff;
	font-size: 16px;
	color: white;
	height: 100%;
	font-family: 'Microsoft Yahei';
	text-indent: 0;
}







.a-search ul {
	float: left;
	margin-left: 25px;
}
.a-search li {
	float: left;
}
.a-search li:not(:first-child) {
	margin-left: 12px;
}
.a-search .go-ask {
	float: right;
	width: 10%;
	text-align: center;
	font-size: 16px;
	background: #239aff url(../../images/img/ask/icon-6.jpg) no-repeat 14px center;
	padding-left: 30px;
	color: white;
	box-sizing: border-box;
}
/*-----------------------------主要内容-----------------------------*/
.container {
	width: 1200px;
	margin: 0 auto 50px;
}
/*.zhishiku-menu,*/
.container .side-l>div,
.container .side-r>div {
    box-shadow: 2px 2px 2px rgba(153,153,153,.2);
}
/*-----------------------------左侧边栏-----------------------------*/
.side-l {
	width: 70%;
	box-sizing: border-box;
	float: left;
	margin-top: 15px;
}
/*-----------------------------右侧边栏-----------------------------*/
.side-r {
	width: 28%;
	box-sizing: border-box;
	float: right;
	/*margin-top: 15px;*/
}
.zxwz,
.rmwz {
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding: 10px 20px;
}
.rmwz {
    margin-top: 25px;
}
/*.zxwz .title,
.rmwz .title {
	width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}*/
/*.zxwz .title span,
.rmwz .title span {
	float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 34px;
    box-sizing: border-box;
    font-size: 18px;
}*/
.zxwz .title>h2 {
    background: url(../../images/img/zhishiku/icon-zsk-5.jpg) no-repeat left center;
}
.rmwz .title>h2 {
    background: url(../../images/img/zhishiku/icon-zsk-6.jpg) no-repeat left center;
}
.zxwz .title a.more,
.rmwz .title a.more {
	float: right;
    line-height: 50px;
}
.zxwz .zxwz-con li,
.rmwz .rmwz-con li {
	width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #e5e5e5;
    float: left;
    /*color: #337ab7;*/
    color: #484848;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zxwz .zxwz-con li {
    padding-left: 27px;
    background: url(../../images/img/zhishiku/icon-zsk-7.jpg) no-repeat left center;
}
.zxwz .zxwz-con li a:hover,.rmwz .rmwz-con li a:hover{
	color: #ffa200;
}

.rmwz .rmwz-con li {
	
}
.rmwz .rmwz-con li i {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 9px 5px;
	font-style: normal;
	background-color: #ffa200;
	color: white;
	text-align: center;
	line-height: 17px;
	border-radius: 4px;
	font-size: 12px;
}
.zxwz .zxwz-con li span:not(:last-child),
.rmwz .rmwz-con li span:not(:last-child) {
	color: black;
}
.zxwz .zxwz-con>ul,
.rmwz .rmwz-con>ul {
	height: 216px;
}

.gglm {
    margin-top: 30px;
}
.gglm img {
	width: 100%;
}

/*9.27修改*/
#zskBoxId a:hover{
	color: #239aff;
}
