@charset "utf-8";

.school-index-news {
	width: 1200px;
	margin: auto;
	padding-bottom: 40px
}

.school-search-banner {
	width: 1200px;
	margin: auto;
	padding-top: 20px
}

.school-search-banner a {
	display: block
}

.school-search-banner a img {
	display: block;
	width: 100%;
	height: 120px
}

.school-search-condition {
	width: 1200px;
	margin: 20px auto 0;
	position: relative
}

.school-search-condition .condition-content {
	width: 100%;
	background: #fff;
	padding: 15px 20px 12px;
	border: 1px solid #f84f02
}

.school-search-condition .condition-content.nolist {
	padding: 0;
	border: 0
}

.school-search-condition .condition-content .content-line {
	display: block;
	margin-bottom: 12px;
	position: relative
}

.school-search-condition .condition-content .content-line::after {
	clear: both;
	display: block;
	content: ""
}

.school-search-condition .condition-content .content-line:last-of-type {
	margin-bottom: 0
}

.school-search-condition .condition-content .content-line b {
	float: left;
	width: 98px;
	text-align: left;
	font-weight: bold;
	color: #333;
	line-height: 36px;
	font-size: 14px
}

.school-search-condition .condition-content .content-line .text-list {
	float: left;
	width: 1060px
}

.school-search-condition .condition-content .content-line .text-list .area-drop {
	display: inline-block;
	padding: 0 25px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #f84f02;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	color: #f84f02;
	box-sizing: border-box;
	cursor: pointer;
	position: relative
}

.school-search-condition .condition-content .content-line .text-list .area-drop>div {
	position: absolute;
	top: 94%;
	left: -1px;
	width: 300%;
	z-index: 5;
	background: #fff;
	border: 1px solid #f84f02;
	max-height: 0px;
	overflow-y: auto;
	opacity: 0;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.school-search-condition .condition-content .content-line .text-list .area-drop>div::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

.school-search-condition .condition-content .content-line .text-list .area-drop>div::-webkit-scrollbar-thumb {
	background: #c9c9c9;
	border-radius: 5px;
	border: none
}

.school-search-condition .condition-content .content-line .text-list .area-drop>div::-webkit-scrollbar-track {
	background: #f2f5f8;
	border: none
}

.school-search-condition .condition-content .content-line .text-list .area-drop:hover>div {
	max-height: 260px;
	opacity: 1
}

.school-search-condition .condition-content .content-line .text-list .area-drop>div a {
	display: block;
	padding: 0 25px
}

.school-search-condition .condition-content .content-line .text-list .area-drop>div a:hover {
	color: #f84f02
}

.school-search-condition .condition-content .content-line .text-list .ipts {
	display: inline-block
}

.school-search-condition .condition-content .content-line .text-list .ipts input {
	display: inline-block;
	width: 80px;
	height: 36px;
	line-height: 36px;
	background: none;
	border: none;
	border: 1px solid #f84f02;
	color: #333;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.school-search-condition .condition-content .content-line .text-list .ipts button {
	display: inline-block;
	border: none;
	background: none;
	background: #f84f02;
	color: #fff;
	width: 80px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.school-search-condition .condition-content .content-line .text-list .ipts button:active {
	opacity: 0.8
}

.school-search-condition .condition-content .content-line em a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 25px;
	margin-bottom: 3px;
	background: #e6f3ff;
	color: #f84f02;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	cursor: pointer;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.school-search-condition .condition-content .content-line em:hover a {
	background: #f84f02;
	color: #fff
}

.school-search-condition .condition-content .content-line em.active a {
	background: #f84f02;
	color: #fff
}

.school-search-condition .condition-content .content-line .text-list>a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 25px;
	margin-right: 3px;
	margin-bottom: 3px;
	color: #333;
	border: 1px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.school-search-condition .condition-content .content-line .text-list>a:hover {
	color: #f84f02;
	border: 1px solid #f84f02
}

.school-search-condition .condition-content .content-line .text-list>a.active {
	color: #f84f02;
	border: 1px solid #f84f02
}

.school-search-condition .condition-content .content-line .text-list .help-tip {
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #f84f02;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-left: 10px
}

.school-search-condition .condition-content .content-line .text-list .help-tip p {
	text-align: center;
	color: #fff
}

.school-search-condition .condition-content .content-line .text-list .help-tip .hover-tip {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f84f02;
	color: #fff;
	width: 300px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.school-search-condition .condition-content .content-line .text-list .help-tip:hover .hover-tip {
	opacity: 1;
	bottom: 30px
}

.school-search-condition .condition-content .content-line .text-list .help-tip .hover-tip .tooltip-arrow {
	position: absolute;
	bottom: -5px;
	left: 6px;
	border-top: 5px solid #f84f02;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent
}

.school-search-condition .condition-wrap {
	padding-top: 60px
}

.school-search-condition .condition-top-select {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 60px;
	line-height: 60px;
	background: #f84f02;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor: pointer
}

.school-search-condition .condition-top-select>img {
	display: inline-block;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%)
}

.school-search-condition .condition-top-select>b {
	display: inline-block;
	margin-left: 63px;
	width: 100px;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.school-search-condition .condition-top-select>em {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	display: inline-block;
	width: 13px;
	height: 8px;
	background: url(/proc/School/school2019/images/icon-arrow-1_224a9546.png) no-repeat center;
	pointer-events: none;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.school-search-condition .condition-top-select:hover>em {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg)
}

.school-search-condition .condition-top-select .condition-dropdown {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 5;
	max-height: 0px;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.school-search-condition .condition-top-select:hover .condition-dropdown {
	max-height: 250px;
	opacity: 1;
	pointer-events: auto;
	overflow-y: auto
}

.school-search-condition .condition-top-select .condition-dropdown::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

.school-search-condition .condition-top-select .condition-dropdown::-webkit-scrollbar-thumb {
	background: #c9c9c9;
	border-radius: 5px;
	border: none
}

.school-search-condition .condition-top-select .condition-dropdown::-webkit-scrollbar-track {
	background: #f2f5f8;
	border: none
}

.school-search-condition .condition-top-select .condition-dropdown a {
	display: block;
	background: #fff;
	line-height: 40px;
	color: #f84f02;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.school-search-condition .condition-top-select .condition-dropdown a:hover {
	background: #f84f02;
	color: #fff
}

.school-search-condition .condition-top-pro {
	position: absolute;
	right: 0;
	top: 0;
	width: 980px;
	height: 50px;
	line-height: 50px;
	background: #f55786;
	background: -moz-linear-gradient(-85deg, #f55786 0%, #ff9862 100%);
	background: -webkit-linear-gradient(-85deg, #f55786 0%, #ff9862 100%);
	background: linear-gradient(175deg, #f55786 0%, #ff9862 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f55786', endColorstr='#ff9862', GradientType=1)
}

.school-search-condition .condition-top-pro span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #fff;
	padding-right: 13px;
	position: relative;
	padding-left: 38px
}

.school-search-condition .condition-top-pro.nolist {
	height: 60px;
	line-height: 60px;
	vertical-align: middle
}

.school-search-condition .condition-top-pro.nolist span {
	vertical-align: middle
}

.school-search-condition .condition-top-pro span i {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff url(/proc/School/school2019/images/icon-pro-book_4a436145.png) no-repeat center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 10px
}

.school-search-condition .condition-top-pro .pro-list {
	display: inline-block;
	width: 770px;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle
}

.school-search-condition .condition-top-pro.nolist .pro-list {
	height: 60px
}

.school-search-condition .condition-top-pro .pro-list a {
	display: inline-block;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.school-search-condition .condition-top-pro .pro-list a:hover {
	background: #fff;
	color: #333
}

.school-search-condition .condition-top-pro .pro-list a.active {
	background: #fff;
	color: #333;
	padding: 0 15px
}

.school-search-condition .condition-top-pro .pro-list:last-of-type {
	width: 60px;
	margin-left: 16px
}

.school-search-list {
	width: 1200px;margin: 30px auto 20px auto;
}

.common-list-title {
	line-height: 50px
}

.common-list-title::after {
	clear: both;
	display: block;
	content: ""
}

.common-list-title h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	float: left;
	line-height: 50px
}

.common-list-title h3 b {
	color: #f84f02
}

.common-search-area {
	float: right;
	width: 600px;
	height: 44px;
	border: 1px solid #e5e5e5;
	background: #fff url(/proc/School/school2019/images/icon-search-btn2_d06b911c.png) no-repeat 10px center;
	padding-left: 41px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative
}

.common-search-area .list-search-input {
	display: inline-block;
	border: none;
	background: none;
	width: 460px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	position: relative;
	top: -4px
}

.common-search-area .wwinputlist {
	display: none;
	position: absolute;
	top: 100%;
	left: 41px;
	width: 460px;
	line-height: 35px;
	z-index: 5;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.common-search-area .wwinputlist a {
	color: #333;
	display: block;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.common-search-area .wwinputlist a:hover {
	color: #f84f02
}

.common-search-area .list-search-btn {
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 80px;
	line-height: 42px;
	background: #f84f02;
	color: #fff;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0
}

.common-search-area .list-search-btn:active {
	opacity: 0.9
}

.list-content-wrap {
	width: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-top: 5px
}

.list-content-wrap .list-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 140px;
	cursor: default;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.list-content-wrap .list-content::after {
	display: block;
	clear: both;
	content: ""
}

.list-content-wrap .list-content .img-area {
	width: 150px;
	height: 100px;
	border: 1px solid #e5e5e5;
	margin-left: 20px
}

.list-content-wrap .list-content .img-area img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%
}

.list-content-wrap .list-content .name-area {
	width: 480px
}

.list-content-wrap .list-content .name-area h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.list-content-wrap .list-content .name-area h4 {
	font-size: 18px;
	color: #8499ae;
	font-weight: normal;
	margin-bottom: 25px;
	padding-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.list-content-wrap .list-content .name-area span {
	font-size: 14px;
	color: #8499ae;
	height: 20px;
	line-height: 20px;
	padding-right:5px
}

.list-content-wrap .list-content .rank-area {
	width: 150px;
	text-align: center
}

.list-content-wrap .list-content .rank-area h3 {
	font-size: 14px;
	color: #8499ae;
	font-weight: normal;
	margin-bottom: 15px
}

.list-content-wrap .list-content .rank-area h4 {
	font-size: 24px;
	color: #f84f02
}

.list-content-wrap .list-content .rank-area h5 {
	font-size: 24px;
	color: #ff4d4c
}

.list-content-wrap .list-content .link-area {
	width: 140px
}

.list-content-wrap .list-content .link-area a {
	display: block;
	background: #f84f02;
	color: #fff;
	height: 33px;
	line-height: 33px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	transition: all linear 0.1s;
	margin-bottom: 10px
}

.list-content-wrap .list-content .link-area a:nth-of-type(2) {
	background: #ff6136
}

.list-content-wrap .list-content .link-area a:last-of-type {
	margin-bottom: 0px;
	background: #03c63d
}

.list-content-wrap .list-content .link-area a:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05)
}

.list-content-wrap .list-content .link-area a.disabled {
	pointer-events: none;
	background: #e2e2e2
}

.list-content-wrap .list-content:hover {
	z-index: 2;
	box-shadow: 0 2px 20px 4px rgba(170, 170, 170, .34)
}

.pager-container {
	height: 105px;
	line-height: 105px;
	text-align: center;
	font-size: 0
}

.pager-container li {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 5px;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	/* overflow: hidden; */
	pointer-events: none
}

.pager-container li a,
.pager-container li span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	pointer-events: auto
}

.pager-container li span {
	background: #e6f3ff;
	color: #f84f02;
	border-color: #e6f3ff;
	cursor: default
}

.pager-container li:hover a {
	background: #e6f3ff;
	color: #f84f02;
	border-color: #e6f3ff
}

.list-content-wrap.nolist {
	text-align: center;
	padding: 50px 0 30px
}

.list-content-wrap.nolist h3 {
	padding-bottom: 50px;
	font-size: 16px;
	font-weight: bold
}

.common-offer-wrap {
	width: 1200px;
	margin: auto;
	background: #fff;
	padding: 22px 45px 19px;
	border: 1px solid #f0f0f2;
	position: relative
}

.swiper-button-schoolcommon {
	width: 15px;
	height: 25px;
	background-size: 100% 100%;
	outline: none
}

.swiper-button-schoolcommon.swiper-button-next {
	right: 20px
}

.swiper-button-schoolcommon.swiper-button-prev {
	left: 20px
}

.common-offer-wrap .content {
	display: inline-block;
	width: 350px;
	height: 220px;
	margin: 10px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	overflow: hidden;
	color: #333;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.common-offer-wrap .content:hover {
	border: 1px solid transparent;
	box-shadow: 0 3px 10px rgba(193, 197, 209, .4)
}

.common-offer-wrap .content .left-img {
	width: 170px;
	height: 100%;
	float: left;
	background: #83b2f8;
	background: -moz-linear-gradient(top, #83b2f8 0%, #cae5ff 100%);
	background: -webkit-linear-gradient(top, #83b2f8 0%, #cae5ff 100%);
	background: linear-gradient(to bottom, #83b2f8 0%, #cae5ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83b2f8', endColorstr='#cae5ff', GradientType=0)
}

.common-offer-wrap .content .left-img img {
	width: 128px;
	height: 178px;
	display: block;
	margin: 20px auto 0;
	box-shadow: 0 3px 10px rgba(193, 197, 209, .5);
	cursor: pointer
}

.common-offer-wrap .content .right-info {
	float: right;
	width: 170px;
	padding: 15px;
	text-align: left
}

.common-offer-wrap .content .right-info .school-info {
	width: 140px;
	margin: auto;
	border-bottom: 1px solid #f2f2f4
}

.common-offer-wrap .content .right-info .school-info h3 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold
}

.common-offer-wrap .content .right-info .school-info span {
	display: block;
	color: #8c8c8c;
	margin-bottom: 15px;
	word-break: break-all;
	overflow: hidden;
	line-height: 16px;
	height: 32px;
	padding-bottom: 3px;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.common-offer-wrap .content .right-info ul {
	width: 140px;
	margin: 10px auto 0
}

.common-offer-wrap .content .right-info ul li {
	line-height: 22px
}

.common-offer-wrap .content .right-info ul li:nth-of-type(1) {
	font-weight: bold
}

.common-offer-wrap .content .right-info ul li:nth-of-type(3) {
	margin-top: 5px
}

.common-offer-wrap .content .right-info ul li:nth-of-type(3) span {
	display: block;
	font-size: 14px
}

.common-offer-wrap .content .right-info ul li:nth-of-type(3) span font {
	color: #8c8c8c
}

.school-common-visa {
	width: 1200px;
	margin: auto;
	padding-bottom: 40px
}

.common-visa-wrap {
	width: 100%;
	padding: 22px 45px 19px;
	background: #fff;
	border: 1px solid #f0f0f2;
	position: relative
}

.common-visa-wrap .content {
	display: inline-block;
	margin: 10px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	overflow: hidden;
	color: #333;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.common-visa-wrap .content:hover {
	border: 1px solid transparent;
	box-shadow: 0 3px 10px rgba(193, 197, 209, .4)
}

.common-visa-wrap .content img {
	display: block;
	width: 100%;
	height: 159px
}

.common-visa-wrap .content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 10px 12px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.common-visa-wrap .content h4 {
	font-size: 14px;
	font-weight: normal;
	color: #818181;
	padding: 0 12px 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.list-content-header {
	padding: 20px 20px 5px
}

.list-content-header h5 {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #8499ae
}

.list-content-header h5:nth-of-type(1),
.list-content-wrap .list-pro-content span:nth-of-type(1) {
	width: 110px;
	font-weight: bold
}

.list-content-header h5:nth-of-type(2),
.list-content-wrap .list-pro-content span:nth-of-type(2) {
	width: 160px;
	font-weight: bold
}

.list-content-header h5:nth-of-type(3),
.list-content-wrap .list-pro-content span:nth-of-type(3) {
	width: 350px
}

.list-content-header h5:nth-of-type(4),
.list-content-wrap .list-pro-content span:nth-of-type(4) {
	width: 165px
}

.list-content-header h5:nth-of-type(5),
.list-content-wrap .list-pro-content span:nth-of-type(5) {
	width: 105px
}

.list-content-wrap .list-pro-content {
	border-bottom: 1px solid #e3e3e3;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 20px;
	position: relative;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.list-content-wrap .list-pro-content:hover {
	z-index: 2;
	box-shadow: 0 2px 20px 4px rgba(170, 170, 170, .34)
}

.list-content-wrap .list-pro-content span {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 5px;
	box-sizing: border-box;
	cursor: pointer
}

.list-content-wrap .list-pro-content span:last-of-type {
	font-size: 0
}

.list-content-wrap .list-pro-content span a {
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-right: 10px;
	color: #f84f02;
	background: #e6f3ff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.list-content-wrap .list-pro-content span a:nth-of-type(2) {
	background: #e3e9ff;
	color: #6687ff
}

.list-content-wrap .list-pro-content span a:last-of-type {
	margin-right: 0;
	background: #ffefef;
	color: #ff4d4d
}

.list-content-wrap .list-pro-content span a:hover {
	opacity: 0.8;
	transform: translateY(-2px)
}

.list-content-wrap .list-pro-content span a.disabled {
	background: #e2e2e2;
	color: #FFF
}

.school-more-btn {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 25px auto;
	background: #f84f02;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.school-more-btn:hover {
	opacity: 0.8;
	color: #fff
}

.weizhi01{height:42px;line-height:42px;font-size: 16px;}
.weizhi01 a{display:inline-block;padding:0px 2px;}
.school-search-condition{margin: 0 auto;}
.school-search-condition .condition-wrap{padding-top: 20px;margin: 0 auto;}

.search_top {width: 600px;height: 44px;border: 1px solid #e5e5e5;background: #fff url(../images/icon-search-btn2_d06b911c.png) no-repeat 10px center; padding-left: 41px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; position: relative;}
.search_top .search_in{display: inline-block;border: none;background: none;width: 460px;height: 20px;line-height: 20px;vertical-align: middle;position: relative;top:10px;}
.search_top .search_up{border: none;background: none;cursor: pointer;position: absolute;right: 0;top: 0;height: 100%;width: 80px;line-height: 42px; background: #f84f02;color: #fff;-webkit-border-radius: 0 5px 5px 0;-moz-border-radius: 0 5px 5px 0;border-radius: 0 5px 5px 0;}
.list-content-wrap .list-content .name-area {width: 750px;}
.content-line .text-list em{font-style: normal;}