* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
dl,
dt,
dd,
em,
i,
b {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-style: normal;
}

form,
input,
select,
button,
textarea {
	outline: none;
	border: 0 none;
}

ul,
li {
	list-style-type: none;
}

body {
	font-size: 0.25rem;
	color: #333;
	font-family: "microsoft yahei";
	position: relative;
	background-color: #efefef;
}

body,
html {
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
	border: none;
}

a:visited {
	text-decoration: none;
}

p {
	text-align: justify;
}

#header,
#subMenu,
#subCon>.seat,
#searchList>.seat,
.searchArea>.hotKey,
#subRight,
.subFooter,
.page,
.filterbox,
.span.mark,
br.clear,
.spacewide,
.morecase,
.pctag {
	display: none;
}

#subCon .header, #searchList .header {
	width: 100%;
	height: .8rem;
	padding: 0 .3rem;
	border-bottom: 1px solid #e9ecf2;
	background-color: #fff;
}

#subCon .header .logo,
#searchList .header .logo  {
	display: block;
	width: 1.42rem;
	max-width: 24.5%;
	height: .46rem;
	background: url(/website/images/zhishi/xiaolylogo.png) center no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-top: .15rem;
	margin-right: .25rem;
	text-indent: -100rem;
}

#subCon .header .seat,
#searchList .header .seat {
	width: 65%;
	height: .3rem;
	padding-left: .25rem;
	border-left: 1px solid #d1d5e5;
	float: left;
	margin-top: .25rem;
	font-size: .215rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#subCon .header .seat a,
#searchList .header .seat a {
	color: #666;
}

#subCon h2.title,
#searchList h2.title {
	font-size: .34rem;
	color: #333;
	width: 100%;
	height: .8rem;
	text-align: center;
	line-height: .8rem;
	background-color: #fafbfd;
	border-bottom: 1px solid #e9ecf2;
}


#searchList .searchArea .searchBox {
	height: .65rem;
	border: 1px solid #f9e1ab;
	border-radius: .1rem;
	line-height: .65rem;
	background: url(/website/images/zhishi/bgF40.png);
	overflow: hidden;
	position: relative;
}

#searchList .searchArea .searchBox .inputText {
	background-color: transparent;
	border: 0;
	height: .65rem;
	line-height: .65rem;
	width: 100%;
	padding: 0 .65rem 0 .13rem;
	color: #666666;
	font-size: 0.25rem;
}

#searchList .searchArea .searchBox a.btnSearch {
	width: .65rem;
	height: .65rem;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(/website/images/zhishi/iconSearch.png);
	background-repeat:no-repeat;
	background-size:100%;
}

#searchList .searchArea .searchBox a.btnSearch:hover {
	background-position:bottom;
}

.searchType a {
	display: inline-block;
	*display: inline;
	height: .55rem;
	line-height: .55rem;
	text-align: center;
	background: transparent;
	border-radius: .1rem .1rem 0 0;
	border: 1px solid #ccc;
	border-bottom: 0px;
	margin: .21rem .2rem 0 0;
	padding: 0 .2rem;
	font-size: 0.25rem;
	color: #aaa;
}

.searchType .cur {
	border-color: #f9e1ab;
	background: #fff6e2;
	color: #ff7e00;
}

.searchType a:hover {
	border-color: #f9e1ab;
	background: #fff6e2;
	color: #ff7e00;
}


.case-tag,.searchArea {
	width: 100%;
	padding: .3rem .35rem 0 .3rem;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: .18rem;
	position: relative;
}

.case-tag ul {
	width: 88%;
	height: .7rem;
	overflow: hidden;
}

.case-tag ul.tagshow {
	height: auto;
	overflow: visible;
}

.case-tag ul li {
	display: inline-block;
	height: .45rem;
	line-height: .45rem;
	text-align: center;
	color: #ff7e00;
	background-color: #fff6e2;
	border-radius: .1rem;
	border: 1px solid #f9e1ab;
	padding: 0 .1rem;
	/*float: left;*/
	margin-right: .21rem;
	margin-bottom: .31rem;
}

.case-tag ul li a {
	color: #ff7e00;
}

.case-tag .more {
	width: .36rem;
	position: absolute;
	top: .3rem;
	right: .35rem;
}

.case-tag .more.rotate {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
}

.articelList {
	width: 100%;
	padding: 0 .3rem;
	background-color: #fff;
	margin-bottom: .18rem;
	border-bottom: 1px solid #f5f5f5;
}

.articelList li {
	padding: .4rem 0;
	overflow: hidden;
	position: relative;
}

.articelList li .dashed {
	display: none;
}

.articelList li .num {
	display: none;
}

.articelList li img.photo {
	width: auto;
	max-width: 18%;
	height: .98rem;
	border-radius: 50%;
	float: left;
	margin-top: .2rem;
}

.articelList li .doc-name {
	position: absolute;
	top: 1.8rem;
	width: .88rem;
	text-align: center;
}

.articelList li div.brief {
	float: left;
	width: 72.5%;
	margin-left: 8.5%;
}

.articelList li div.brief h2 {
	margin-bottom: .2rem;
}

.articelList li div.brief h2 a {
	font-size: .25rem;
	color: #333;
}

.articelList li div.brief span.pc-art {
	display: none;
}

.articelList li div.brief p.article-extra {
	margin-bottom: .25rem;
}

.articelList li div.brief p.article-extra a {
	font-size: .25rem;
	color: #666;
	line-height: .35rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: initial;
}

.article-doc span.exp-name {
	float: left;
}

.article-doc span.read-num {
	float: right;
}

.article-doc span.read-num img {
	width: .2rem;
	height: auto;
	margin-right: .1rem;
	vertical-align: middle;
}

.article-doc span.read-num b {
	vertical-align: middle;
}

.page_mobile {
	/*display: flex;*/
	padding: .3rem 0;
	height: .1rem;
	background-color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: .18rem;
}

.page_mobile a {
	display: inline-block;
	width: .5rem;
	position: absolute;
	top: .15rem;
}

a.firstPage {
	left: 6.25%;
}

a.prePage {
	left: 24.2%;
}

a.nextPage {
	left: 67.5%;
}

a.lastPage {
	left: 83.9%;
}

.page_mobile span {
	display: inline-block;
	width: 1rem;
	font-size: .22rem;
	position: absolute;
	top: .15rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);;
}

.page_mobile a img {
	width: auto;
	height: .2rem;
}