/* Search */
.sopage{
	border-top:#eee 1px solid;
	padding-top:1em;
	margin-top:0em;
}
/*左侧*/
.so-left{
	float:left;
	width: 210px;
	padding-right:10px;
	border-right:#C8D5F0 0px solid;
}
.so-left h1{
	font-size: 26px;
	color: #fff;
	width: 100%;
	display:block;
	text-align: center;
	line-height: 88px;
    background: linear-gradient(-45deg, #0187DE, #165D9C, #0187DE, #165D9C);
    background-size: 400% 400%;
	cursor:pointer;
}
.so-left a{
	display: block;
	border-bottom: 0px solid #EDEDED;
	text-align: left;
	font-size: 16px;
	padding-left:1.5em;
	line-height:1.75em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	margin:0.25em 0em;
	color: #555;
	background-color: #fefefe;
	/*background-image: -webkit-linear-gradient(left,#8DC21F,#8DC21F);*/
}
.so-left .so_act a,
.so-left a:hover{
	background-image: -webkit-linear-gradient(left,#165D9C,#0187DE,#165D9C);
	border-bottom: 0px solid #EDEDED;
	/*background-color: #EDEDED;*/
	color:#fff;/*#165D9C #1967D2*/
	font-weight:normal;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}
/* 箭头 */
.so-left .icon-arrow::after{
	content: "▶";
	font-size:14px;
	color:#EDEDED;
	padding-right:10px;
}
.so-left .so_act .icon-arrow::after{
	color:#fff;
}
/*右侧*/
.so-right{
	float:left;
	padding:0px 0px 15px 20px !important;
	width:950px;
	border-left:#eee 1px solid;
}
.so-right .stitle{
	color:#333;
	background-color:#f7f7f7;
	margin-top:0px;
	padding:1em 2em;
	border-radius:20px;
}
.so-list{
	border:#00f 0px solid;
}
.so-list ul{
	width:100%;
	list-style:none;
}
.so-list li{

	padding:1em;
}
.so-list .over{
	padding:1em;
	background:#f7f7f7;
}
.so-list h3{
	font-size:16px;
	line-height:150%;
}
.so-list h3 a{
	color:#009;
}
.so-list h3 a:hover{
	color:#BA2636;
}
.so-list h3 a:visited{
	color:purple;
}
.so-list h3 .ch{
	color:#999;
}
.so-list .date{
	color:#090;
}
.so-list .info{
	white-space:nowrap;
}
.so-list .desc{
	color:#000;
	line-height:150%;
}
.so-list .url{
	line-height:22px;
	color:#666;
}
.so-list .url span{
	color:#666;
}
.so-list .url a{
	margin-right:10px;
	text-decoration:underline;
}
.so-list font{
	color:#C03 !important;
}
/* Pager */
.pager{
	clear:both;
	text-align:center;
	padding:30px 0 20px;
}
.pager a,.pager strong, .pager span{
	display:inline-block;
	margin-right:5px;
	padding:2px 7px 0;
	height:18px;
	line-height:16px;
	border:1px solid #D3E1ED;
	outline:none;
}
.pager strong{
	color:#000;
}
.pager span{
	border:none;
	padding:3px;
}
.pager a:hover{
	color:#FFF;
	border-color:#005BAB;
	background-color:#005BAB;
	text-decoration:none;
}
.pager strong{
	border:none;
}
/*nodata*/
.so-right .nodata{
	color:#333;
}
.nodata{
	padding:20px;
	color:#999;
}