	/* 搜索 */
	.serach-wrap {
		position: relative;
		height: 52px;
		margin: 46px 0;
	}
	.teach-search {
		width: 1200px;
		height: 52px;
		border-radius: 30px;
		box-sizing: border-box;
		border: 2px solid #415DAB;
		background-color: #FFFFFF;
		margin: 0 auto;
	}
	.teach-search .search-input {
		width: 980px;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.teach-search .search-input input {
		width: 100%;
		height: 100%;
		background-color: transparent;
		border: none;
		color: #333333;
		font-size: 18px;
		padding: 0 32px;
		box-sizing: border-box;
		z-index: 2;
	}
	.teach-search .search-input input::placeholder {
		color: #888888;
	}
	.teach-search .search-btn {
		width: 150px;
		height: 103%;
		background-color: #415DAB;
		font-size: 18px;
		color: #FFFFFF;
		cursor: pointer;
		border-radius: 0 30px 30px 0;
		margin-right: -2px;
		margin-top: -1px;
	}
	.teach-search .search-btn .img {
		width: 17px;
		height: 18px;
		margin-right: 10px;
		background: url(../images/icon-search2.png) no-repeat;
		background-size: 100% 100%;
	}
	.search-fixed {
		position: fixed;
		top: 60px;
		left: 0;
		background-color: #FFFFFF;
		width: 100%;
		height:98px;
		z-index: 11;
		box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	}
	.teach-fixed {
		position: fixed;
		top: 84px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 12;
	}
	
	.press-content {
		width: 1280px;
		margin: 0 auto 42px;
	}
	.content-bg {
		width: 100%;
		background-color: #FFFFFF;
		border-radius: 12px;
		box-shadow: 0px 0px 10px 0px rgba(65, 93, 171, 0.1);
		padding: 30px 36px 0;
		box-sizing: border-box;
	}
	.content-bg .content-tit {
		margin-bottom: 32px;
	}
	.recommend-press {
		margin-bottom: 24px;
	}
	.recommend-press .rec-list {
		width: 11.6%;
		margin-right: 1%;
		margin-bottom: 34px;
		text-align: center;
		cursor: pointer;
	}
	.recommend-press .rec-list:hover .img img {
		transform: scale(1.2);
		transition: all 0.8s;
	}
	.recommend-press .rec-list:hover .name {
		color: #415DAB;
		font-weight: bold;
	}
	.recommend-press .rec-list:nth-child(8n) {
		margin-right: 0;
	}
	.recommend-press .rec-list .img {
		width: 80px;
		height: 80px;
		margin-bottom: 12px;
		display: inline-block;
	}
	.recommend-press .rec-list .img img {
		max-width: 100%;
		max-height: 100%;
		transform: scale(1);
		transition: all 0.8s;
	}
	.recommend-press .rec-list .name {
		font-size: 14px;
		font-weight: 400;
		color: #333333;
		line-height: 16px;
	} 
	.sx-press {
		padding-bottom: 30px;
	}
	.sx-press .sx-list {
		border-radius: 8px;
		border: 1px solid #E2E2E2;
		margin-bottom: 30px;
	}
	.sx-press .sx-list:last-child{
		margin-bottom: 0px;
	}
	.sx-press .sx-list .list-info {
		width: 224px;
		background: #F8F9FD;
		border-radius: 8px 0px 0px 8px;
		padding: 32px 32px 36px;
		box-sizing: border-box;
	}
	.sx-press .sx-list .list-info .info-logo {
		width: 100px;
		height: 100px;
		background: #FFFFFF;
		border-radius: 8px;
		margin: 0 auto 28px;
		overflow: hidden;
	}
	.sx-press .sx-list .list-info .info-logo img {
		width: 100%;
		height: 100%;
	}
	.sx-press .sx-list .list-info .info-tit {
		font-size: 16px;
		font-weight: 400;
		color: #333333;
		line-height: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-bottom: 20px;
		text-align: center;
	} 
	.sx-press .sx-list .list-info .info-text {
		font-size: 12px;
		font-weight: 400;
		color: #333333;
		line-height: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-bottom: 12px;
		text-align: center;
	} 
	.sx-press .sx-list .list-info .info-btn {
		width: 160px;
		height: 38px;
		background: #415DAB;
		border-radius: 8px;
		font-size: 16px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 38px;
		margin-top: 48px;
		text-align: center;
		cursor: pointer;
		display: inline-block;
	}
	.sx-press .sx-list .list-books {
		padding: 32px;
		box-sizing: border-box;
	}
	.sx-press .sx-list .list-books .books-tips {
		width: 932px;
		height: 38px;
		font-size: 14px;
		font-weight: 400;
		color: #888888;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin-bottom: 44px;
	}
	.sx-press .sx-list .list-books .books-li {
		width: 130px;
		margin-right: 30px;
		cursor: pointer;
	}
	.sx-press .sx-list .list-books .books-li:last-child {
		margin-right: 0px;
	}
	.sx-press .sx-list .list-books .books-li .li-img {
		width: 130px;
		height: 173px;
		margin-bottom: 14px;
	}
	.sx-press .sx-list .list-books .books-li .li-img img {
		width: 100%;
		height: 100%;
		border-radius: 8px;
	}
	.sx-press .sx-list .list-books .books-li .li-tit {
		font-size: 14px;
		font-weight: 600;
		color: #323232;
		line-height: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-bottom: 8px;
	}
	.sx-press .sx-list .list-books .books-li .li-text {
		font-size: 12px;
		font-weight: 500;
		color: #9B9B9B;
		line-height: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-bottom: 8px;
	}
	.sx-press .sx-list .list-books .books-li:hover .li-tit {
		color: #415DAB;
	}