@charset:"utf-8";
	
/*搜索结果*/
	.sm14{
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
		box-sizing: border-box;
		padding: 20px 0;
	}
	.sm14Navs{
		width: 100%;
		height: 30px;
		border-bottom: 2px solid #4897e8;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Navs .left .icon{
		width: 76px;
		height: 30px;
		float: left;
		padding: 8px 0;
		color: #000;
		overflow: hidden;
	}
	.sm14Navs .left .icon a{
		display: block;
		width: 76px;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		border-right: 1px solid #4897e8;
		cursor: pointer;
		box-sizing: border-box;
	}
	.sm14Navs .left .icon.select{
		background: #4897e8;
	}
	.sm14Navs .left .icon.select a{
		color: #fff;
	}
	.sm14Navs .right{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #666;
	}
	.sm14Left{
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		margin:0 auto;
	}
	.sm14Left .sm14Cont{
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14Cont .sm14ContNav{
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		color: #000;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14ContFw, .sm14Left .sm14ContSsp{
		width: 100%;
		border:1px solid #ddd;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14ContFw{
		padding: 16px 0;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14ContFw .icons{
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14ContFw .icon{
		width: 16.6666%;
		float: left;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14ContFw .icon div:nth-child(1){
		width: 56px;
		height: 56px;
		overflow: hidden;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.sm14Left .sm14ContFw .icon div:nth-child(1) a{
		display: block;
		width: 56px;
		height: 56px;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14ContFw .icon img{
		width: 56px;
		height: 56px;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14ContFw .icon .name{
		width: 100%;
		line-height: 14px;
		padding: 6px 0 16px 0;
		font-size:14px;
		color: #000;
		text-align: center;
		overflow: hidden;
		box-sizing: border-box;
		cursor: pointer;
	}
	.sm14Left .sm14ContFw .icon .name a:hover{
		color: #4897e8;
	}
	.sm14Left .more{
		width: 126px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		font-size: 14px;
		color: #666;
		background: #ededed;
		margin: 0 auto;
		cursor: pointer;
	}
	.sm14Left .more:hover{
		background: #4897e8;
		color: #fff;
	}
	.sm14Left .sm14ContSsp{
		padding: 10px 30px 30px 30px;
	}
	.sm14Left .sm14ContSsp .lines{
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14ContSsp .line2{
		width: 100%;
		padding: 10px 0 0;
		overflow: hidden;
		box-sizing: border-box;
		border-bottom: 1px solid #eee;
	}
	.sm14Left .sm14ContSsp .line:last-child{
		border-bottom: none;
	}
	.sm14Left .sm14ContSsp .line2 .left{
		width: 180px;
		height:100px;
		overflow: hidden;
		box-sizing: border-box;
		padding-right: 30px;
	}
	.sm14Left .sm14ContSsp .line2 .left a{
		display: block;
		width: 150px;
		height:100px;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14ContSsp .line2 .left img{
		width: 150px;
		height:100px;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14ContSsp .line2 .right{
		width: auto;
		padding: 5px 0;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Left .sm14ContSsp .line2 .right .title{
		width: 100%;
		height: 52px;
		line-height: 26px;
		font-size: 16px;
		color: #000;
		cursor: pointer;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		box-sizing: border-box;
		text-align: justify;
	}
	.sm14Left .sm14ContSsp .line2 .right .title:hover{
		color: #4897e8;
	}
	.sm14Left .sm14ContSsp .line1{
	  width: 100%;
	  padding: 9px 0;
	  overflow: hidden;
	  box-sizing: border-box;
	  border-bottom: 1px solid #eee;
	 }
	 .sm14Left .sm14ContSsp .line1 .right{
	  width: auto;
	  overflow: hidden;
	  box-sizing: border-box;
	 }
	 .sm14Left .sm14ContSsp .line1 .right .title{
	  width: 100%;
	  line-height: 28px;
	  font-size: 16px;
	  color: #000;
	  cursor: pointer;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
	  box-sizing: border-box;
	  text-align: justify;
	 }
	 .sm14Left .sm14ContSsp .line1 .right .title:hover{
	  color: #4897e8;
	 }
	 .sm14Left .sm14ContSsp .line .right .number span{
	  display: inline-block;
	  width: 50px;
	  height: 24px;
	  text-align: center;
	  line-height: 24px;
	  cursor: pointer;
	 }
	 .sm14Left .sm14ContSsp .line1 .right .number span{
	  margin-bottom: 6px;
	 }
	 .sm14Left .sm14ContSsp .line .right .number span.tip1{
	  border:1px solid #0069b7;
	  color: #0069b7;
	 }
	 .sm14Left .sm14ContSsp .line .right .number span.tip2{
	  border:1px solid #f82412;
	  color: #f82412;
	 }
	 .sm14Left .sm14ContSsp .line .right .number span.tip3{
	  border:1px solid #089f48;
	  color: #089f48;
	 }
	 
	 .sm14Left .sm14ContSsp .line .right .number, .sm14Left .sm14ContSsp .line .right .time{
	  line-height: 24px;
	  font-size: 12px;
	  color: #555;
	  overflow: hidden;
	  margin-top: 10px;
	  box-sizing: border-box;
	 }
	
	
	.sm14Right{
		width: 320px;
		overflow: hidden;
		box-sizing: border-box;
		margin-top: 50px;
		border:1px solid #ddd;
	}
	.sm14Right .sm14Cont{
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Right .sm14Cont .sm14ContNav{
		width: 100%;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
		color: #333;
		padding-left: 30px;
		background: #f7f7f7;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Right .sm14Cont  ul{
		width: 100%;
		padding: 14px 0 14px 30px;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Right .sm14Cont  ul li{
		width: 100%;
		line-height: 36px;
		font-size:14px;
		color: #000;
		position: relative;
		padding-left: 20px;
		cursor: pointer;
		overflow: hidden;
		box-sizing: border-box;
	}
	.sm14Right .sm14Cont  ul li:before{
		content: '';
		width: 4px;
		height: 4px;
		background: #999;
		border-radius: 50%;
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -2px;
	}
	.sm14Right .sm14Cont  ul li a:hover{
		color: #4897e8;
	}
	.codePopUp {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
		overflow: hidden;
	}
	.codePopUp .codePopUpMain {
		width: 400px;
		height: 400px;
		margin: auto;
		background: #ffffff;
		border-radius: 5px;
		box-shadow: 0 0 20px rgba(0,0,0,.8);
		overflow: hidden;
	}
	.codePopUp .codePopUpMain .codePopUpTitle {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		color: #ffffff;
		padding: 0 30px;
		background: #094c7d;
		box-sizing: border-box;
		overflow: hidden;
	}
	.codePopUp .codePopUpMain .codeImg {
		width: 100%;
		height: 350px;
		font-size: 0;
		text-align: center;
		overflow: hidden;
	}
	.codePopUp .codePopUpMain .codeImg img {
		width: 200px;
		height: 200px;
		margin: 75px auto;
		vertical-align: middle;
	}
	
	.noData {
			width: 100%;
			text-align: center;
			font-size: 14px;
			color: #999;
			margin-bottom:150px;
		}