.Search_Box{
	position: absolute;
	right: 0;
	top: 9px;
	width: 360px;
}
.Search_Box>input{
	width: 313px;
	height: 28px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 14px;
	font-size: 12px;
	color:#656565;
	text-indent: 16px;
	line-height: 28px;
}
.Search_Btn{
	position: absolute;
	top: -6px;
	right: 8px;
	display: inline-block;
}
.Search_Btn>span:before{
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 28px;
	color: #00c897;
}
/*搜索提示*/
.Search_About{
	display: none;/*当前隐藏*/
	position: absolute;
	left: 0;
	top: 36px;
	padding: 7px 0;
	width: 313px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	z-index: 99;
}
.Search_About>li{
	width: 100%;
	height: 28px;
	text-indent: 17px;
	line-height: 28px;
}
.Search_About>li>a{
	font-size: 12px;
	color: #565656;
}
.Search_About>li>a>span{
	color: #24b779;
}

/*展开*/
.Unfold{
	width:100%;
	height:auto;
	background:#fff;
	border-bottom:1px solid #e5e5e5;
	}
.Condition{
    position: relative;
	padding: 21px 0 10px;
	margin: 0 auto;
	width: 1220px;
	height: auto;
}	
.Condition_Item{
	position:relative;
	margin-bottom:20px;
	width:auto;
	height:30px;	
}
.Condition_Item>p{
	float:left;
	width:70px;
	height:30px;
	border-right:1px solid #fff;
	background:#00c897;
	font-size: 14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	}
.Condition_Item>ul{
	width:auto;
	height:30px;
	float:left;
	background:#eee;
	}
.Condition_Item>ul>li{
	float:left;
	padding:0 20px;
	font-size: 14px;
	line-height:30px;
	color:#010101;
	cursor:pointer;
	}
.Item_Check{
	background:#00b26d;
	color:#ffffff !important;
	}
.Over{
	width:1119px !important;
	overflow:hidden;
	}
.AddBox{
	float:right;
	width:30px;
	height:30px;
	background:#00c897;
	text-align:center;
	line-height: 30px;
	cursor:pointer;
	}
.AddBox>span:before{
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 20px;
	color: #fff;
}
.Surplus{
	display:none;
	position:absolute;
	right:0;
	top:30px;
	width: 210px;
	border-style: solid;
	border-color: #00c897;
	border-width: 1px 1px 5px 1px;
	background:#fff;
	z-index:999;
	}
.Surplus>ul{
	overflow: hidden;
}
.Surplus>ul>li{
	float: left;
	margin: 10px 2.5px;
	min-width: 100px;
	font-size: 14px;
	color:#010101;
	line-height:30px;
	text-align: center;
	cursor:pointer;
	}		
.Up_Btn{
	margin:0 auto 10px;
	width:24px;
	height:10px;
	cursor:pointer;
	}
.Up_Btn>span:before{
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 24px;
	color: #cecece;
}
/*折叠*/
.Fold{
	display:none;
	padding-bottom: 16px;
	width:100%;
	height:89px;
	background:#ffffff;
	border-bottom:1px solid #dcdcdc;
	}
.Result{
	margin:0 auto;
	padding-top:30px;
	width:1220px;
	height:89px;
	}
.Result p{
	width:80px;
	height:30px;
	float:left;
	font-size: 14px;
	color:#626262;
	line-height:30px;
	}
.Result ul{
	float:left;
	width:auto;
	height:30px;
	}
.Result ul li{
	float:left;
	padding:0 30px;
	margin-right:13px;
	height:30px;
	border-radius: 5px;
	background:#00b26d;
	line-height:30px;
	color:#ffffff;
	
	}
.Down_Btn{
	margin:10px auto 0;
	width:18px;
	height:10px;
	cursor:pointer;
	}
.Down_Btn>span:before{
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 24px;
	color: #cecece;
}


/*中间*/
.Container{
	min-width: 1220px;
	height: auto;
	background: #eee;
}
.Search_Content{
	margin: 0 auto;
	width: 1220px;
	height: auto;
	/*overflow: hidden;*/
}
.Section_Box{
	position: relative;
	width: 100%;
	height: 59px;
	border-bottom:1px solid #dcdcdc;
}
.Small{
	margin-top: 9px;
	width: 35px;
	height: 40px;
	vertical-align: top;
}
.Section_Box>span{
	display:inline-block;
	font-size: 16px;
	color:#626262;
    line-height:59px;
	padding:0 21px 0 14px;
	vertical-align:middle;
	}
.Selected_Ul{
	display:inline;
	}
.Selected_Ul>li{
	display:inline-block;
	font-size: 14px;
	color:#626262;
	vertical-align:middle;
	}
.Selected_Ul>li>span:before{
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 14px;
	color: #626262;
	vertical-align: -1px;
}
.Del_Select{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: 5px;
}
.Del_Select:before{
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 24px;
	color: #06c999;
}
.Section_At{
	color: #00b26d !important;
}

/*悬浮选择框*/
.Choice_Box{
	display: none;
	position:absolute;
	left:0;
	top:9px;
	width:381px;
	height:auto;
	z-index:999;
	}
.Choice{
	position:relative;
	width:347px;
	height:auto;
	border:solid #00c897;
	border-width:1px 1px 6px 1px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	background:#ffffff;
	}
.Choice_Head{
	margin-top:16px;
	margin-bottom:9px;
	font-size: 16px;
	color:#626262;
	text-indent:20px;
	}
.Choice>img{
	position:absolute;
	right:-33px;
	top:-1px;
	width:33px;
	height:42px;
	}
.Choice>ul{
	padding-top:11px;
}
.Choice>ul>li{
	line-height: 32px;
}
.Choice_First{
	margin:0 auto 36px;
	width:301px;
	}
.Choice_First>li>label,.Choice_Second>li>label{
	color: #c9c9c9;
	font-family: "icomoon";
	font-size: 16px;
	font-weight: bold;
}
.Choice_First>li>label:before,.Choice_Second>li>label:before{
	content:'\e932';
}
.Down_Angle:before{
	content:"\ea3a" !important;
	color: #00c897 !important;
}
.Choice_First>li>span,.Choice_Second>li>span{
	font-size: 14px;
	color:#626262;
	cursor: pointer;
	}
.Choice_First>li>span:hover,.Choice_Second>li>span:hover{
color: #00c897;
}
.Choice_Second{
	display: none;
	padding-left:22px;
	width:279px;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	}
.Choice_Third{
	display: none;
	width:279px;
	border-top:1px solid #e5e5e5;
	}
.Choice_Third>li{
	line-height:32px;
	cursor:pointer;
	}
.Choice_Third>li>span{
	display: block;
	padding-left: 40px;
	font-size: 14px;
	color:#626262;
}
.Choice_Third>li>span:hover,.Checked{
	background:#00b26d;
	color:#fff !important;
	}

/*多选*/
/*3.6改*/
.Multiple{
	float: right;
	position: relative;
	width:auto;
	height:32px;
	overflow:hidden;
	}

	
.Multiple label {
	float: left;
	display: block;
	cursor: pointer;

	width: 40px;
	height: 12px;
	line-height: 11px;
	font-size: 12px;
	color:#626262;
	padding-left: 17px;
	margin-bottom: 10px;
	margin-top:11px;
}
/*3.6改结束*/

.Multiple .Label_Check {
	background:url(../images/Search/select.png) no-repeat;
}
.Multiple label.c_on {
	background:url(../images/Search/selected.png) no-repeat;
}

.Multiple .Label_Check input{
	position: absolute;
	left: -9999px;
}

/*3.6改*/
.Classify{
	display: inline-block;
	margin-top: 9px;
	width: 41px;
	height: 13px;
}
.Classify>li{
	float: left;
	width: 20px;
	height: 14px;
	border-left: 1px solid #cdcdcd;
}
.Classify>li:nth-child(1){
	border-left: none;
}
.Classify>li>a{
	display: block;
	width: 14px;
	height: 13px;
}
.Square{
	width: 14px;
	height: 13px;
}
.Parallel{
	margin-left: 6px;
	width: 14px;
	height: 13px;
}
/*3.6改结束*/
/*搜索结果*/
/*3.6改*/
.Search_Result{
	position: relative;
	width: 100%;
	height:auto;
	min-height: 360px;
	border-top:1px solid #fbfbfb;
}
.Rank{
	float: left;
	width: auto;
	height: 32px;
	line-height: 32px;
}
/*3.6改结束*/
.Rank>span{
	font-size: 12px;
	color: #606060;
}
.Rank>a{
	font-size: 12px;
	color: #606060;
	margin-left: 12px;
}
.Rank_Check{
	color: #1ead76 !important;
}
.Rank>a>span{
	font-family: "icomoon";
	vertical-align: -1px;
}
.Rank>a>span:before{
	content: attr(data-icon);
}
.Rank_Down{
	display: none;
}

/*3.6改*/
.Search_Result>p{
	height: 52px;
	font-size: 14px;
	color:#626262;
	line-height: 52px;
}
/*3.6改结束*/
.Search_Result>p>span{
	padding: 0 6px;
	color: #e60012;
}
/*平行排列*/
.Parallel_Ul{
	display: none;
	width: 100%;
}
/*3.6改*/
.Parallel_Ul>li{
	position:relative;
	margin-bottom: 20px;
	width: 100%;
	height: 187px;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(218, 218, 218, 0.294);
	overflow: hidden;
}

.Par_Pic{
	float: left;
	width: 329px;
	height: 187px;
	border-right: 1px solid #ddd;
	overflow: hidden;
}
.Par_Pic img{
	width: 329px;
	height: 187px;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -ms-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
.Parallel_Ul>li:hover .Par_Pic img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.Par_Details{
	float: left;
	width: 889px;
	height: 187px;
}
.Par_Head{
	position: relative;
	font-size: 20px;
	color:#313131;
	line-height: 48px;
	text-indent: 23px;
}
.Par_Head>span{
	color: #ff0000;
}
/*.FileType{
	position: absolute;
	top: 14px;
	right: 70px;
	width: 24px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	text-indent: 0;
}*/
.FileType:before{
	margin-right: 10px;
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 20px;
	vertical-align: -1px;
}
/*.FileType_More{
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	width: 24px;
	height:auto;
}
.FileType_More>span{
	display: block;
	margin-top: 3px;
}*/
.Word{
	color: #2b5797 !important;
}
.PPT{
	color: #d04626 !important;
}
.PDF{
	color: #f89e00 !important;
}
.Excel{
	color: #1f7246 !important;
}
.TXT{
	color: #8b8c8d !important;
}
.Area_Tip{
	display: inline-block;
	margin-right: 11px;
	width: 41px;
	height: 20px;
	background: url(../images/Search/area_tip.png) no-repeat;
	font-size: 12px;
	color:#fff;
	line-height: 20px;
	text-align: center;
	text-indent: 0;
	vertical-align: 2px;
}
.School_Tip{ 
	position: absolute;
	top: 14px;
	right: 13px;
	width: 41px;
	height: 20px;
	background: url(../images/Search/school_tip.png) no-repeat;
	font-size: 12px;
	color:#fff;
	line-height: 20px;
	text-align: center;
	text-indent: 0;
}
.Par_Name{
	margin-bottom: 12px;
	font-size: 14px;
	color:#5e5e5e;
	line-height: 30px;
	text-indent: 23px;
}
.Par_Name>span{
	margin-right: 30px;
}
.Par_Lab{
	margin-bottom: 20px;
	font-size: 12px;
	color:#5e5e5e;
	line-height: 12px;
	text-indent: 23px;
}
.Par_Lab>span{
	display: inline-block;
	padding:0 5px; 
	border-left: 2px solid #b9b9b9;
	text-indent: 0;
}
.Par_Lab>span:nth-child(1){
	border-left: none;
	padding-left: 0;
}
.Par_Lab>span>label{
	color: #ff0000;
}
.Par_Other{
	padding-top: 6px;
	padding-left: 23px;
	height: 18px;
	font-size: 12px;
	font-family: "SimSun";
	color:#959595;
	line-height: 12px;
}
.Par_Other>span{
	display: inline-block;
	padding: 0 8px;
	/*border-left: 1px solid #959595;*/
}
.Par_Other>span:nth-child(1){
	padding-left:0;
	border-left: none;
}
.Grade>img{
	width: 16px;
	height: 14px;
	vertical-align: -2px;
}
.Antistop{
	display: inline-block;
}
.Antistop>span{
	color: #bdb31a;
	border-left:1px solid #bdb31a;
}
.Antistop>span:nth-child(1){
	border-left: none;
}
.Par_Other>span:nth-child(1){
	width: 200px;
}
/*.Intro{
	float: left;
	width: 372px;
	height: 206px;
}*/
.Share_Box{
	position: absolute;
	right: 0;
	top: 0;
	margin: 14px 23px 9px 0;
	width: auto;
	text-align: right;
	height: 18px;
}
.Share_Box>span{
    position: absolute;
    left: -73px;
    top: -2px;
	font-size: 14px;
	color: #5e5e5e;
	vertical-align: 3px;
}
.Share_Box>a{
	margin-right: 5px;
}
    .Share_Box img {
            width: 16px;
    border-radius: 3px;
    }
/*.Intro>p{
	margin: 0 auto;
	width: 330px;
	font-size: 12px;
	font-family: "SimSun";
	color:#272727;
	line-height: 22px;
}
.Intro>p>span{
	color: red;
}
.Intro>a{
	margin-top: 9px;
	padding-left: 23px;
	font-size: 12px;
	font-family: "Arial";
	color:#079976;
	text-decoration: underline;
	}*/
/*3.6改结束*/
/*九宫格排列*/
.Square_Ul{
	width: 100%;
}
.Square_Ul>li{
	float: left;
	position: relative;
	margin-right: 26px;
	margin-bottom: 27px;
	width: 285px;
	/*height: 355px;*/
	background: #fff;
	/*box-shadow: 0px 5px 5px 0px rgba(218, 218, 218, 0.294);*/
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.Square_Ul>li:nth-child(4n){
	margin-right: 0;
}
.Heart{
	display: block;
	position: absolute;
	top: 8px;
	right: 3px;
	width: 33px;
	height: 33px;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	line-height: 35px;
	color: #cdcdcd;
	z-index: 99;
}
.Heart_Check{
	color: #19efb5 !important;
}
.Heart:hover{
	color: #19efb5;
}
.Heart:active{
	color: #00b987;
}
.Heart>span:before{
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 26px;
}
.Squ_Pic{
	width: 285px;
	height: 161px;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}
.Squ_Pic>a>img{
	width: 285px;
	height: 161px;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -ms-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
.Square_Ul>li:hover .Squ_Pic img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.Squ_Head{
	width: 100%;
	height: 79px;
    text-align:center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Squ_Head>a{
	width: 100%;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color:#666;
}
.Squ_Head>a:hover{
	color: #ccc;
}
.Squ_Head>p{
	width: 100%;
	height: 14px;
	text-align: center;
}
.Squ_Head>p>span{
	padding: 0 5px;
	border-left: 1px solid #3f8775;
	font-size: 12px;
	color:#3f8775;
}
.Squ_Head>p>span:nth-child(1){
	border-left: none;
}
.Author{
	width: 100%;
	/*height: 51px;*/
	background: #f8f6ee;
	border-top: 1px solid #eceae3;
	border-bottom: 1px solid #eceae3;
}
.Author>img{
	display: block;
	float: left;
	margin: 7px 0 0 19px;
	width: 35px;
	height: 35px;
	border:1px solid #ededea;
}
.Aut_Dea{
	float: right;
	margin-top: 7px;
	width: 217px;
	/*height: 37px;*/
}
.Aut_Dea>p{
	margin: 2px 0;
	height: 14px;
	line-height: 14px;
}
.Aut_Dea>p>span{
	display: inline-block;
    /*width: 96px;*/
    padding: 0 5px;
    /*border-left: 1px solid #b8b7b2;*/
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Aut_Dea>p>span:nth-child(1){
	padding-left: 0;
	/*border-left: none;*/
}
.Aut_Dea>p:nth-child(1), .Aut_Dea>p:nth-child(2){
	color:#666;
	line-height: 20px;
	margin-bottom: 5px;
}
.Aut_Dea>p:nth-child(3), .Aut_Dea>p:nth-child(4){
	color: #aaa;
	line-height: 20px;
	margin-bottom: 5px;
}
.Widget{
	position:relative;
	width: 100%;
}
.Widget>p{
	margin: 12px 0 0 20px;
	width: 150px;
	height: 14px;
}
.Widget>p>img{
	margin-right: 3px;
	vertical-align: -2px;
}
.Widget>ul{
	margin-top: 9px;
	margin-left: 20px;
    margin-bottom: 10px;
	width: 166px;
	height: 15px;
}
.Widget>ul>li{
	float: left;
	width: 54px;
	line-height: 15px;
}
.Widget>ul>li>a:before{
	font-family: "icomoon";
	content: attr(data-icon);
	color: #c9c9c9;
	font-size: 14px;
	vertical-align: -2px;
}
.Widget>ul>li>span{
	margin-left: 7px;
	font-size: 12px;
	font-family: "SimSun";
	color:#959595;
}
.Widget>span{
	position: absolute;
	right: 14px;
	top: 5px;
	font-size: 12px;
	color:#666;
}
.Widget>span>label{
	color: #ff1b1b;
	font-size: 16px;
	font-weight: bold;
}
/*.TheStarsBox{
	position: relative;
	margin-right: 8px;
	display: inline-block;
	padding: 0 !important;
	width: 85px;
	height: 14px;
	vertical-align: -2px;
}
.TheStarsBox_Bg{
	display: block;
	width: 89%;
	height: 100%;
	background: #00c897;
}
.TheStarsBox>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	height: 14px;
}*/
 .jiathis_style .jiathis_txt {    margin-top: 0px;
    margin-left: -21px;}
 /*3.6新增*/

.Search_ResTop{
	width: 100%;
	height: 32px;
	border-top:1px solid #fbfbfb;
	border-bottom:1px solid #dcdcdc;
	overflow: hidden;
}
.TheStarsBox{
	position: relative;
	margin-right: 8px;
	display: inline-block;
	padding: 0 !important;
	width: 85px;
	height: 14px;
	vertical-align: -2px;
}
.TheStarsBox_Bg{
	display: block;
	width: 89%;
	height: 100%;
	background: #00c897;
}
.TheStarsBox>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	height: 14px;
}
.Par_title {
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 628px;
    vertical-align: -16px;
    display: inline-block;
    text-indent: 0;
}

.condition-hidden {
    display: none;
}
.condition-hidden.show {
    display: block;
}

