.search {
		width: 100%;
		background: #F7F7F7;
		padding: 50px 0;
		min-height: calc(100vh - 330px);
		margin-top: 80px;
	}
	.width-contener {
	    width: 1200px;
	    margin: 0 auto;
		height: 100%;
	}
	.cf:after {
	    content: "";
	    display: block;
	    clear: both;
	}
	.main {
		width: 780px;
	}
	
 .main .search-area {
		width: 100%;
		height: 60px;
		margin-bottom: 30px;
		border: 1px solid #F1F1F1;
	}
	
	 .main .search-area input {
		float: left;
		width: 680px;
		height: 58px;
		border: none;
		outline: none;
		padding: 0 20px;
		text-align: left;
		font-size: 16px;
		color: #333333;
		line-height: 58px;
		font-family: "microsoft yahei";
		font-weight: 400;
		background: #fff;
	}
	
	.main .search-area img {
		float: left;
		width: 98px;
		height: 58px;
		background: #0064BD;
		padding: 17px 37px;
		cursor: pointer;
	}
	
	.main .list .item {
		display: block;
		height: 190px;
		padding: 20px;
		background: #FFFFFF;
		margin-bottom: 20px;
	}
	
	 .main .list .item:last-child {
		margin-bottom: 0;
	}
	
.main .list .item .titleimg {
		width: 220px;
		height: 100%;
	}
	
.main .list .item .right {
		width: 500px;
		height: 100%;
	}
	
	 .main .list .item .right .title {
		width: 100%;
		height: 30px;
		text-align: left;
		font-size: 22px;
		color: #333333;
		line-height: 30px;
		font-family: "microsoft yahei";
		font-weight: 400;
		margin-bottom: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		transition: 0.3s;
		-moz-transition: 0.3s;	/* Firefox 4 */
		-webkit-transition: 0.3s;	/* Safari 和 Chrome */
		-o-transition: 0.3s;	/* Opera */
	}
	
	.main .list .item:hover .right .title {
		color: #0064BD;
		transition: 0.3s;
		-moz-transition: 0.3s;	/* Firefox 4 */
		-webkit-transition: 0.3s;	/* Safari 和 Chrome */
		-o-transition: 0.3s;	/* Opera */
	}
	
	 .main .list .item .right .content {
		width: 100%;
		height: 60px;
		text-align: left;
		font-size: 14px;
		color: #B2B2B2;
		line-height: 20px;
		font-family: "microsoft yahei";
		font-weight: 400;
		margin-bottom: 20px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	
	 .main .list .item .right .bottom {
		width: 100%;
		height: 20px;
	}
	
	 .main .list .item .right .bottom .cate {
		padding: 0 5px;
		height: 20px;
		border: 1px solid #CECECE;
		border-radius: 2px;
		text-align: center;
		font-size: 12px;
		color: #B2B2B2;
		line-height: 18px;
		font-family: "microsoft yahei";
		font-weight: 400;
		margin-right: 10px;
	}
	
	 .main .list .item .right .bottom .time {
		text-align: left;
		font-size: 12px;
		color: #B2B2B2;
		line-height: 20px;
		font-family: "microsoft yahei";
		font-weight: 400;
	}
	
	 .main .list .item .right .bottom .read img {
		float: left;
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}
	
	 .main .list .item .right .bottom .read p {
		float: left;
		text-align: left;
		font-size: 12px;
		color: #B2B2B2;
		line-height: 20px;
		font-family: "microsoft yahei";
		font-weight: 400;
	}
	
	.hot {
		width: 380px;
		max-height: 700px;
		padding: 26px 20px;
		background: #FFFFFF;
	}
	
	.hot .title {
		margin-bottom: 35px;
	}
	
	.hot .title img {
		width: 20px;
		height: 23px;
		margin-right: 8px;
		margin-top: 4px;
		float: left;
	}
	
	.hot .title p {
		text-align: left;
		font-size: 24px;
		color: #333333;
		line-height: 30px;
		font-family: "microsoft yahei";
		font-weight: 400;
	}
	
	.hot .item {
		padding: 0 28px;
		text-align: left;
		font-size: 20px;
		color: #333333;
		line-height: 30px;
		font-family: "microsoft yahei";
		font-weight: 400;
		margin-bottom: 25px;
		cursor: pointer;
		transition: 0.3s;
		-moz-transition: 0.3s;	/* Firefox 4 */
		-webkit-transition: 0.3s;	/* Safari 和 Chrome */
		-o-transition: 0.3s;	/* Opera */
	}
	
	.hot .item:hover {
		color: #0064BD;
		transition: 0.3s;
		-moz-transition: 0.3s;	/* Firefox 4 */
		-webkit-transition: 0.3s;	/* Safari 和 Chrome */
		-o-transition: 0.3s;	/* Opera */
	}
	
	.hot .item:last-child {
		margin-bottom: 0;
	}
	
	.hot .item span {
		color: #333333;
		font-size: 24px;
		margin-right: 10px;
	}
	
	.hot .item:hover span {
		color: #333333;
	}
	
	.nodata {
		padding-top: 30px;
		text-align: center;
		font-size: 20px;
		color: #333333;
		line-height: 30px;
		font-family: "microsoft yahei";
		font-weight: 400;
	}
	
	.nodata span {
		color: #0064BD;
		font-weight: bold;
		margin: 0 10px;
	}