body {
	background-color: #f5f7f9;
	position: relative
}



.img-circle {
	width: 36px;
	height: 36px;
	background-color: #e17a27
}

.loading-box {
	display: none;
	margin: 40px auto 0;
	font-size: 14px;
	color: #ddd;
	text-align: center
}

.loading {
	margin: 0 auto;
	width: 50px;
	height: 20px;
	text-align: center;
	font-size: 10px
}

.loading>div {
	background-color: #eee;
	height: 100%;
	width: 3px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out
}

.loading .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.loading .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.loading .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.loading .rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

@-webkit-keyframes stretchdelay {
	0%,100%,40% {
		-webkit-transform: scaleY(.4)
	}

	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes stretchdelay {
	0%,100%,40% {
		transform: scaleY(.4);
		-webkit-transform: scaleY(.4)
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

.add-more,.add-more:focus,.no-more,.no-more:focus {
	width: 95%;
	margin: 0 30px;
	padding: 16px 0;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1;
	color: #2269a5;
	text-align: center;
	border: 1px solid #2269a5;
	background: #fff;
	border-radius: 3px;
	overflow: hidden
}

.no-more,.no-more:focus {
	color: #ddd!important;
	border: none!important;
	padding: 0!important
}

.btn-icon {
	padding: 10px;
	margin-left: 10px;
	background: url(../images/public/btn-icon.png) no-repeat center center
}

.filter .moudle-title {
	padding: 30px 0;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #333;
	border-bottom: 2px solid #eee
}

.filter .moudle-title span {
	color: #e17a27
}

.filter {
	margin-bottom: 20px;
	background-color: #fff
}

.filter-title {
	padding: 10px 0;
	display: none;
	background-color: #fff
}

.filter-title li {
	font-size: 14px;
	color: #31404c;
	text-align: center;
	cursor: pointer
}

.filter-title li .icon {
	padding: 0 4px;
	margin: 0 0 0 3px;
	background-size: contain
}

.filter-title .down-icon {
	background: url(../images/down.png) no-repeat center center
}

.filter-title .top-icon {
	background: url(../images/top.png) no-repeat center center
}

.filter-box {
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.moubile-filter-tit {
	display: none
}

.filter-content {
	padding: 10px 30px 20px
}

#filter-major1,#filter-major2,#filter-result {
	display: none;
	height: 55px
}

#filter-result .filter-result-num {
	font-size: 16px;
	color: #333;
	margin-left: 6px
}

#filter-result em {
	font-style: normal;
	display: none
}

#filter-area {
	height: 55px;
	overflow: hidden
}
.filter-tools {
    padding:0 30px 15px;
    background-color:#fff
}
.filter-tools .filter-type {
    margin-bottom:0;
    padding-top:0;
    height:auto!important;
    border:none!important
}
.filter-tools .search-box {
    width:250px
}
.filter-tools .search-input {
    width:200px;
    padding-left:27px;
    background:url(../images/search-bg.png) no-repeat 10px center;
    font-size:12px;
    height:30px;
    line-height:28px;
    border:1px solid #bbb;
    color:#888
}
.filter-tools .search-btn,
.filter-tools .search-btn:focus {
    float:right;
    width:50px;
    font-size:14px;
    height:30px;
    line-height:30px;
    color:#fff;
    background-color:#5a9ad0;
    border-color:#5a9ad0
}
.filter-type {
	border-bottom: 1px dashed #eee;
	margin-bottom: 10px;
	padding-top: 15px
}

.filter-type:last-child {
	margin-bottom: 0
}

.filter-type p {
	float: left;
	width: 90px;
	font-size: 16px;
	line-height: 22px;
	color: #222d35
}

.filter-type[data-fold=true] {
	height: auto!important
}

.filter-type[data-fold=true] p {
	width: 90px
}

.filter-box .filter-type[data-fold=true]>ul {
	width: auto!important;
	float: none!important;
	margin-left: 90px
}

.filter-box .filter-type>ul {
	position: relative;
	margin-left: 90px
}

.filter-box .filter-type>ul li,.filter-box .tab-content ul li {
	float: left;
	margin-right: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	overflow: hidden;
	margin-bottom: 15px;
	cursor: pointer
}

.filter-box .filter-type>ul li.open-btn {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 auto;
	text-align: center
}

.filter-box .filter-type>ul li.open-btn a {
	font-weight: 700;
	font-size: 14px;
	color: #e17a27!important;
	width: 32px!important;
	background: #fff!important;
	padding: 0!important
}

.filter-box .filter-type>ul .search-li {
	float: left;
	width: 92%;
	margin-right: 0!important;
	margin-left: 15px;
	cursor: auto!important;
	overflow: visible
}

.filter-type label,.filter-type .result-item {
	padding: 3px 15px;
	margin-right: 6px;
	font-size: 14px;
	font-weight: 400;
	color: #dc6464;
	border: 1px solid #dc6464;
	cursor: pointer
}

.filter-type label .close-icon,.filter-type .result-item .close-icon {
	padding: 0 5px;
	margin-left: 5px;
	background: url(../images/public/close-icon.png) no-repeat center right
}

.filter-box .filter-type>ul .search-li>ul {
	margin-top: 15px
}

.filter-box .filter-type>ul .search-li .search-box {
	position: relative;
	max-width: 170px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #2269a5;
	border: 1px solid #2269a5!important;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	overflow: hidden
}

.filter-box .filter-type>ul .search-li .search-box .search-icon {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	right: 0;
	top: 0;
	background: url(../images/school/filter-search.png) no-repeat center
}

.filter-box .filter-type>ul .search-li .search-box input {
	display: block;
	border: none;
	height: 24px;
	color: #2269a5;
	line-height: 24px;
	padding-left: 12px
}

.filter-box .filter-type .porject-box {
	max-height: 102px;
	overflow-y: auto
}

.filter-box .filter-type>ul li a,.filter-box .filter-type>ul li span,.filter-box .tab-content ul li a {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	color: #444
}

.filter-box .filter-type>ul>li.active>a,.filter-box .filter-type>ul>li.active>span,.filter-box .filter-type>ul>li:hover>a,.filter-box .filter-type>ul>li>ul>li.active>a,.filter-box .filter-type>ul>li>ul>li:hover>a,.filter-box .tab-content ul li.active a {
	color: #fff;
	background-color: #2269a5
}

.filter-tabs-box {
	float: left;
	width: 90%;
	margin-left: 15px;
	margin-top: -5px
}

.major-box,.school-box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.major-box .moudle-title,.school-box .moudle-title {
	padding: 30px 0;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #0e2644;
	border-bottom: 2px solid #eee
}

.schoollist {
	padding: 0 20px 0
}

.schoollist-item {
	padding: 20px 0;
	border-bottom: 1px solid #eee
}

.school-list-cnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.school-box .school-logo {
	float: left;
	width: 10%;
	max-width: 120px;
	text-align: center
}

.school-box .school-logo a {
	display: block;
	width: 100%
}

.school-box .school-cnt {
	float: left;
	width: 71%;
	width: calc(74% - 1px);
	padding-right: 2%;
	margin: 0 2%;
	border-right: 1px dashed #e2e2e2
}

.school-tit {
	margin-bottom: 10px;
	line-height: 1.42857143
}

.school-tit h2 {
	float: left;
	line-height: 30px;
	margin-right: 1%
}

.school-tit a {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.school-tit a > span{
	color: #888;
} 

.school-tit a:hover,.school-tit a:hover > span{
	color: #e17a27
}

.school-btn {
	float: right;
	padding-top: 20px;
	width: 12%
}

.address-icon {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
}

.address-icon i {
	padding: 2px 10px;
	background: url(../images/icon.png) no-repeat -90px -43px;
	margin-right: 5px
}

.school-type-list {
	float: left;
	width: 48%;
	margin-right: 2%;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.school-type-list .tag {
	margin-left: 0;
	margin-right: 6px
}

.school-type-list .adv-tag {
	line-height: 26px;
	padding: 0 20px;
	margin: 0 20px 0 0
}

.school-type-list .adv-tag:hover {
	color: #fff;
	background-color: #e07564
}

.school-type-list.school-type-list-all {
	width: 100%
}

.school-type-list:last-child {
	width: 100%;
	margin: 0 auto
}

.school-type-list b {
	font-weight: 400;
	color: #333
}

.school-type-list span {
	color: #666
}

.school-btn a {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 36px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	text-align: center;
	background-color: #2269a5;
	color: #fff
}

.school-btn .detail-btn {
	margin-bottom: 26px;
	margin-right: 0;
	width: 90%;
}

.school-btn .detail-btn:hover {
	color: #fff;
	background-color: #e17a27
}

.school-btn .order-btn {
	line-height: 34px;
	color: #fe8848;
	border: 1px solid #fe8848
}

.adv-tag {
	display: inline-block;
	font-size: 12px;
	color: #e07564;
	padding: 0 10px;
	margin: 0 10px;
	border: 1px solid #e07564;
	line-height: 1.8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.major-box .school-cnt {
	width: 71%;
	width: calc(79% - 80px)
}

.rules-box .school-cnt {
	width: 79%;
	width: calc(86% - 97px);
	padding-right: 1%;
	margin: 0 1%;
}

.rules-box .school-logo-img+.school-cnt {
	width:  72%;
    width: calc(88% - 130px);
    margin: 0 1% 0 0;
}

.major-box .school-logo {
	color: #fff;
	font-size: 20px;
	width: 130px;
	max-width: 130px;
	height: 87px;
	padding: 13px 8px
}

.rules-box .school-logo-img {
	float: left;
    min-width: 70px;
    margin-right: 20px
}
.rules-box .school-logo-img img{
    width: 70px;
	height: 70px
}

.rules-box .school-logo-img a {
	display: block;
    width: 70px;
	height: 70px
}

.major-box .school-logo,.rules-box .school-logo,.rules-box .school-logo-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
	background-size: cover!important
}

.major-box .school-logo a,.rules-box .school-logo a {
	color: #fff
}

.major-box .school-logo1,.rules-box .school-logo1 {
	background: #7c8dbf url(../images/poject-bg.png) no-repeat center center
}

.major-box .school-logo2,.rules-box .school-logo2 {
	background: #6ea4c8 url(../images/poject-bg.png) no-repeat center center
}

.major-box .school-logo3,.rules-box .school-logo3 {
	background: #b4859b url(../images/poject-bg.png) no-repeat center center
}

.major-box .school-logo4,.rules-box .school-logo4 {
	background: #79aca1 url(../images/poject-bg.png) no-repeat center center
}

.major-box .school-logo5,.rules-box .school-logo5 {
	background: #5f90c5 url(../images/poject-bg.png) no-repeat center center
}

.major-box .zs-icon,.rules-box .zs-icon {
	float: left;
	height: 24px;
	padding: 0 16px;
	background: url(../images/zs-img.png) no-repeat center center;
	margin-right: 6px
}

.major-box .schoollist {
	overflow: hidden
}

.major-box .schoollist-item,.rules-box .schoollist-item {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	border-bottom: 1px solid #ddd!important
}

.rules-box .school-logo {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 97px;
	height: 65px;
	padding: 13px 8px
}

.rules-box .school-tit h2 {
	max-width: 92%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.rules-box .school-type-list {
    float: none;
    display: inline-block;
    margin-right: 35px;
    width: auto !important;
	/* width: 16%;
	margin-right: 5% */
}

.rules-box .school-type-list:first-child {
	margin-left: 0
}

/* .rules-box .school-type-list:first-child+.school-type-list {
	width: 28%
} */

.rules-box .school-type-list span .height-light {
	font-size: 16px;
	font-weight: 700;
	color: #e57575
}

.rules-box .school-tit p {
	float: left;
	font-size: 14px;
	color: #666
}

.rules-box .school-tit .address-icon {
	padding: 0 7px;
	background: url(../images/icon.png) no-repeat -96px -46px;
	margin-right: 5px
}
/* .rules-box .school-logo{
	width: auto;
	height:  auto;
	background: none !important;
	padding: 0;
}
.rules-box .school-logo .poject-name{
	margin-right: 0 !important
}

.rules-box .school-logo-img .poject-name,.rules-box .school-logo .poject-name{
    width: 20px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    padding: 5px 0;
    float: left;
    margin-right: 20px;
    background-color: #fff;
    min-height: 56px;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0;
    border-radius: 2px
}
.rules-box .poject-name1,.rules-box .poject-name8{
    color: #567dac;
    border: 1px solid #567dac;
}
.rules-box .poject-name2{
    color: #d75d49;
    border: 1px solid #d75d49;
}
.rules-box .poject-name3{
    color: #0095d3;
    border: 1px solid #0095d3;
}
.rules-box .poject-name4{
    color: #d38c30;
    border: 1px solid #d38c30;
}
.rules-box .poject-name5{
    color: #5dab98;
    border: 1px solid #5dab98;
}
.rules-box .poject-name6{
    color: #984871;
    border: 1px solid #984871;
} */
.zs-em{
    font-size: 12px;
    color: #fff;
	padding: 0 5px;
	margin-right: 5px;
    border-radius: 2px
}

.zs-em1{
    background: #e17a27
}
.zs-em2{
    background: #808eb5
}
.zs-em3{
    background: #749eb6
}

.filter-box #filter-major>ul,.filter-box #filter-school>ul {
	padding-left: 63px
}

.filter-box #filter-school>ul li {
	width: 184px
}

/* .filter-box #filter-major>ul li {
	width: 116px
} */

.filter-box #filter-school>ul li {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.filter-box #filter-major > ul li.select-all,.filter-box #filter-school > ul li.select-all,.filter-box .filter-type>ul li.open-btn {
	width: auto!important
}

.filter-box .filter-type[data-fold=true]>ul li.open-btn {
	display: none!important
}

.filter-box #filter-major > ul li.select-all,.filter-box #filter-school > ul li.select-all {
	position: absolute;
	left: 0
}
.filter-btn{
	display: none
}


.page {
	width: 100%;
	text-align: center;
	padding: 40px 0 0
}

.page>ul>li {
	float: left
}

.page .pagezong:hover {
	background-color: #fff;
	color: #000
}

.page>a,.page>b {
	width: 10%;
	background-color: #fff;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	padding: 6px 20px;
	margin-right: 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.page>a:hover,.page>b,.page>ul>li>.active {
	background-color: #2269a5;
	border: 1px solid #2269a5;
	color: #fff
}

.fst-page a,.last-page a {
	padding-left: 5px;
	padding-right: 5px
}

@media only screen and (max-width:1200px) {
	.container {
		width: 98%
	}
	.filter{
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important
    }
    

	.poject-item {
		width: 48%;
		margin: 1%
	}

	.add-more,.add-more:focus,.no-more,.no-more:focus {
		margin: 0 2.5%
	}
}

@media only screen and (max-width:1024px) {
	
	.schoollist {
		padding: 0 2%
	}

	.filter .moudle-title {
		line-height: 1.4
	}

	.filter .moudle-title,.major-box .moudle-title,.school-box .moudle-title {
		padding: 3% 0
	}

	.school-box .school-logo {
		width: 24%
	}

	.major-box .school-logo {
		max-width: 120px
	}

	.school-box .school-cnt {
		width: 76%;
		width: calc(98% - 120px);
		padding-right: 0;
		margin: 0 0 0 2%;
		border-right: 0
	}

	.rules-box .school-logo-img+.school-cnt {
		width: 87%;
		width: calc(98% - 130px)
	}

	.school-type-list {
		line-height: 28px
	}

	.school-btn {
		width: 73%;
		width: calc(74% - 1px);
		margin-left: 130px;
		height: 56px
	}

	.rules-box .school-logo-img+.school-cnt+.school-btn {
		margin-left: 80px
	}

	.school-btn a {
		width: 46%;
		max-width: 120px;
		line-height: 26px;
		margin: 0 1% 10px
	}

	.schoollist-item {
		padding: 2% 0
	}

	.school-btn .detail-btn {
		margin-bottom: 10px
	}

	.school-btn .order-btn {
		line-height: 24px
	}

	.school-type-list .adv-tag,.school-type-list b {
		float: left
	}

	.school-type-list .adv-tag {
		margin: 0 1% 1%;
		padding: 0 10px
	}

	.rules-box .school-type-list {
		width: 18%;
		margin-right: 2%
	}

	.rules-box .school-type-list:first-child+.school-type-list {
		width: 38%
	}

	.page {
		padding-top: 5%
	}

	.page [title],.page>.pagezong {
		display: none
	}

	.page a,.page>b {
		max-width: 120px;
		width: 22%;
		margin-right: 1%;
		padding: 0;
		display: inline-block
	}

	.page a,.page>b {
		display: none
	}

	.page a.fst-page,.page a.last-page,.page a.next,.page a.pre {
		display: inline-block
	}
}

@media only screen and (max-width:767px) {

	.form-box .select-search .school-option,.form-box .select-search .school-option.hidden {
		display: block!important;
		position: static;
		padding: 0!important
	}

	.form-box .select-search .school-option {
		margin-bottom: 0!important;
		overflow: visible;
		box-shadow: none!important;
		border-radius: 3px
	}

	.form-box .select-search {
		margin: 0 auto!important
	}

	.form-box .school-option select {
		padding-left: 12px
	}

	.form-box .school-option select,.form-box .school-option select option {
		width: 100%
	}

	.form-box .school-option select,.form-box .school-option select option,.form-box .schoolName-box {
		height: 34px;
		line-height: 30px
	}

	.form-box .school-option select option,.form-box .schoolName-box {
		padding: 0!important
	}

	.form-box .select-search .school-option input,.form-box .select-search button {
		display: none
	}



	.poject-item {
		padding: 2%
	}

	.poject-item dd,.poject-item dt {
		width: 100%
	}

	.poject-tit {
		line-height: 30px;
		margin-bottom: 1%
	}

	.poject-name {
		font-size: 18px;
		line-height: 1.2
	}

	.poject-item p {
		height: 44px;
		white-space: normal
	}

	.poject-tools a {
		padding: 0 15px
	}

    
	.major-box,.school-box {
		margin-bottom: 3%;
		padding-bottom: 3%
	}

	.major-box .moudle-title,.school-box .moudle-title {
		font-size: 22px;
		line-height: 1.3
	}

	.schoollist {
		padding: 0
	}

	.school-tit h2 {
		float: left;
		width: 100%!important;
		max-width: none!important;
		margin: 0 auto
	}

	.schoollist[data-type=school] .school-tit h2 {
		width: calc(100% - 60px)!important
	}

	.schoollist[data-type=school] .address-icon {
		float: right;
		width: 60px
	}

	.school-tit a {
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 30px
	}

	.poject-item,.schoollist-item {
		float: left;
		width: 98%;
		margin: 1%!important;
		border: 1px solid #ddd;
		padding: 2%
	}

	.school-box .schoollist[data-type=major] .school-cnt,.school-box .schoollist[data-type=rules-logo] .school-cnt,.school-box .schoollist[data-type=rules] .school-cnt {
		width: 100%!important;
		margin-left: 0!important;
		margin-right: 0!important
	}

	.school-box .school-cnt {
		margin: 0 auto 2%
	}

	.school-type-list {
		width: 48%
	}

	.schoollist[data-type=school] .school-type-list {
		width: 100%!important
	}

	.schoollist[data-type=school] .school-type-list .adv-tag {
		margin-right: 100%;
		font-size: 12px
	}

	.schoollist[data-type=school] .school-type-list:last-child {
		display: none
	}

	.school-btn {
		width: 50%;
		height: auto;
		margin: 0 auto!important;
		text-align: center;
		padding-top: 0
	}

	.school-btn a {
		max-width: 120px;
		width: 100%;
		margin: 0 auto;
		text-align: center
	}

	.major-box .school-logo,.poject-item dt,.rules-box .school-logo,.rules-box .school-logo-img {
		display: none!important
	}

	.major-box .school-btn,.rules-box .school-btn {
		margin: 0 0 0 auto!important
	}

	.major-box .school-btn .detail-btn,.rules-box .school-btn .detail-btn {
		margin-right: 0
	}

	.rules-box .school-type-list {
		min-width: 46%;
	}
	.rules-box .school-type-list:first-child,.rules-box .school-type-list:first-child+.school-type-list+.school-type-list {
		width: 40%
	}

	.rules-box .school-type-list:first-child+.school-type-list,.rules-box .school-type-list:first-child+.school-type-list+.school-type-list+.school-type-list {
		width: 56%
	}

	.major-box .school-btn .detail-btn b {
		font-size: 16px
	}

	.rules-box .school-tit p {
		width: 50px;
		font-size: 12px;
		white-space: nowrap
	}

	.rules-box .school-tit h2 {
		white-space: normal;
		width: calc(100% - 50px)!important
	}

	.rules-box .school-tit a {
		max-height: auto;
		line-height: 24px;
		white-space: normal
	}

	.add-more,.add-more:focus,.no-more,.no-more:focus {
		line-height: 1.4;
		padding: 1.5% 0;
		margin-top: 3%
	}




/* 20200601 start */
	.filter .moudle-title {
		font-size:24px
	}
	#filter-result {
		height:auto!important;
		padding-bottom:2%
	}
	#filter-result .filter-result-num {
		display:inline-block;
		padding-top:3px
	}
	.filter-type {
		margin-bottom:4px;
		padding-top:4px
	}
	.filter-type p {
		position:relative;
		z-index:2;
		margin-bottom:10px!important
	}
	.filter-box .filter-type>ul,.filter-type p {
		width:100%;
		font-size:14px;
		margin:0 auto
	}
	
	
	.filter-content {
		padding: 0
	}
	/* .major-filter-tools{
		width: 80%;
		margin: 0 10%;
	} */
	.filter-tools {
		padding:1% 2% 3%
	}
	.filter-tools .filter-type p,.moubile-filter-box {
		display:none
	}
	.moubile-filter-tit {
		display:block
	}
	.moubile-filter-tit li .icon {
		position:absolute;
		width:10px;
		padding:0;
		height:100%;
		top:0;
		right:-8px;
		background-size:contain
	}
	.moubile-filter-tit .down-icon {
		margin:0 auto!important;
		background:url(../images/down.png) no-repeat center center
	}
	.moubile-filter-tit .top-icon {
		margin:0 auto!important;
		background:url(../images/top.png) no-repeat center center
	}
	.moubile-filter-tit ul {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-pack:distribute;
		justify-content:space-around;
		-ms-flex-align:center;
		align-items:center;
		height:40px;
		line-height:40px;
		background-color:#fff
	}
	#filter-result .filter-result-num {
		font-size:14px;
		margin:0 auto
	}
	#filter-result em {
		display:inline-block;
		min-width:20px;
		text-align:center;
		font-style:normal;
		color:#d7762c!important
	}
	.filter-title li.have-param>span:before,.filter-type .reset-btn,.filter-type label {
		display:none!important
	}
	#filter-result {
		width:100%;
		text-align:center;
		height:auto!important;
		padding-bottom:2%
	}
	.filter-tools .search-box {
		width:100%!important
	}
	.filter-tools .search-input {
		width:calc(100% - 50px)
	}
	
	.moubile-filter-tit li.have-param>span:before {
		display:none!important
	}
	.moubile-filter-tit li>span:before {
		right:0
	}
	.moubile-filter-box .filter-type {
		display:none
	}
	.moubile-filter-box .filter-type p,.moubile-filter-box .filter-type>ul li.open-btn {
		display:none!important
	}
	

	.filter {
		position: relative;
		width: 100%;
	}
	.moubile-filter-tit li[data-state="true"]::after{
		display: block;
		position: absolute;
		content: '';
		width: 100%;
		height: 41px;
		background: #fff;
		border: 1px solid #eee;
		border-radius: 2px 2px 0 0;
		z-index: 0;
		left: -1px;
		top: -1px;
		z-index: -1;
		box-sizing: content-box;
	}
	.moubile-filter-tit li > span{
		position: relative;
		padding-right: 10px;
	}
	.major-filter-title li > span {
		padding-right: 20px
	}
	.moubile-filter-tit li.have-param{
		color: #d7762c;
		border: 1px solid #d7762c;
		border-radius: 3px;
	}
	.moubile-filter-tit li.have-param::before,.moubile-filter-tit li > span::before{
		display: block;
		content: '';
		position: absolute;
		width: 10px;
		height: 100%;
		background-color: none !important;
		background: url(../images/down.png) no-repeat center center;
		background-size: 8px;
		top: 0;
		right: 5px;
		z-index: 2;
	}
	.moubile-filter-tit li.have-param > span::before{
		display: none !important;
	}
	.moubile-filter-tit li>span::before{
		right: 0;
	}
	.moubile-filter-tit li p{
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		padding-left: 2px;
		padding-right: 12px;
		background: #fff;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size:12px;
	}

	.filter-box #filter-major > ul, .filter-box #filter-school > ul{
		padding-left: 0;
	}
	.filter-box .filter-type>ul li{
		width: 31.333%;
		margin: 2px 1%;
		line-height: 30px
	}
	/* .filter-box #filter-project >ul li {
		width: 48%;
	} */
	.filter-box .filter-type > ul li a, .filter-box .filter-type > ul li span, .filter-box .tab-content ul li a{
		width: auto;
		border-radius: 2px
	}
	.moubile-filter-tit{
		display:block;
		overflow-x: auto;
		padding: 0 0 5px;
		overflow-y: hidden;
		margin-bottom: -1px
	}
	.moubile-filter-tit ul{
		display: block;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-pack:distribute;
		justify-content:space-around;
		-ms-flex-align:center;
		align-items:center;
		width: 570px;
		height: 40px;
		line-height: 40px;
		background-color:#fff;
		padding-left: 5px;
		padding-right: 5px
		/* box-sizing: border-box */
	}
	.moubile-filter-tit li {
		position: relative;
		float: left;
		margin: 0 5px;
		padding: 0 2%;
		text-align: center;
		font-size: 14px;
		line-height: 28px;
		cursor: pointer;
		width: 104px;
		min-width: 104px;
		background: #f2f2f7;
		border: 1px solid #f2f2f7;
		white-space: nowrap;
		/* overflow: hidden; */
		text-overflow: ellipsis;
		border-radius: 2px;
		z-index: 13;
	}
	.filter-box .filter-type > ul > li.active > a, .filter-box .filter-type > ul > li.active > span, .filter-box .filter-type > ul > li:hover > a, .filter-box .filter-type > ul > li > ul > li.active > a, .filter-box .filter-type > ul > li > ul > li:hover > a, .filter-box .tab-content ul li.active a{
		/* color: #439AC5;  */
		color: #fff; 
		background: #2269a5
	}
	.filter-box.open{
		position: relative;
		z-index: 11;
	}
	.filter-box.open .moubile-filter-box{
		display: block !important;
		position: absolute;
		/* height: 50vh; */
		padding-bottom: 5px;
		max-height: 250px !important;
		overflow-y: auto;
		background: #fff;
		width: 100%;
		z-index: 1;
		border-top: 1px solid #eee;
		padding-top: 5px
	}
	.filter-box.open .moubile-filter-box .open{
		display: block !important
	}
	.filter-box.open .filter-mark{
		display: block;
	}
	.filter-mark{
		display: none;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0, .4);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}

	/* 专业库 start */
	/* .filter-title{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
	}
	.filter-type[data-fold=true] p {
		width:70px
	}
	.filter-box .filter-type > ul li a{
		padding: 0 5px
	}
	.filter-box .filter-type > ul li.select-all a{
		padding: 0 15px;
	}
	.filter-box #filter-major > ul li.select-all,.filter-box #filter-school > ul li.select-all{
		position: static !important;
		width: 31.333% !important
	}
	.filter-box #filter-school > ul li,.filter-box #filter-school > ul li.select-all{
		width: 48% !important;
		text-align: left
	}
	.filter-box #filter-major[data-fold=true] > ul li.select-all{
		position: static !important;
		width: 100% !important;
		margin: 0;
	}
	.filter-box .filter-type[data-fold=true]>ul li,.filter-box .filter-type[data-fold=true]>ul li a{
		width: 100% !important;
		margin: 0;
		border-radius: 0
	}
	.filter-box .filter-type[data-fold=true]>ul {
		margin-left:0
	}
	.major-filter-title li {
		width: 96%;
		line-height: 28px;
		margin: 0 2%;
		border-radius: 3px;
	}
	.filter-title  li.have-param,.major-filter-title  li[data-state='true'] {
		color:#d7762c;
		border:1px solid #d7762c;
		border-radius:3px
	}
	.filter-title  li.have-param:before{
		display:block;
		content:'';
		position:absolute;
		width:10px;
		height:100%;
		background-color: none !important;
		background: url(../images/down.png) no-repeat center center;
		background-size:8px;
		top:0;
		right:5px;
		z-index:2
	}
	.filter-title li p {
		position:absolute;
		width:100%;
		top:0;
		left:0;
		padding-left:2px;
		padding-right:9pt;
		font-size: 14px;
		background:#fff;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden
	}
	
	.filter-title [data-target="#filter-major3"]{
		display: none !important
	}
	.filter-type[data-fold=true]{
        position: absolute;
        height: 200px !important;
        padding: 0;
        top: 0;
        overflow-y: auto !important;
        background: #fff;
        border: 1px solid #ddd
	}
	#filter-major1[data-fold=true]{
		width: 50%;
		left: 50%;
	}

	#filter-major3 p{
		line-height: 50px;
		font-size: 14px;
		width: auto;
		padding-left: 6%
	}
	.filter-btn{
		border:none;

		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		border-top: none;
	}
	.filter-btn a{
		float: right;
		width: 50%;
		font-size: 14px;
		line-height: 36px;
		padding: 0 15px;
		color: #2269a5;
		text-align: center
	}
	.filter-btn .success-btn{
		background: #2269a5;
		color: #fff !important; 
	}
	.moubile-filter-box.open .filter-btn{
		display: block;
		border: none
	}
	 */
	.major-filter-box .moubile-filter-box{
		padding: 0 2%;
	}
	.major-filter-box .moubile-filter-box,.major-filter-box .moubile-filter-box .filter-type,.major-filter-box .moubile-filter-box .filter-type p,
	.major-filter-tools .filter-type p{
		display: block !important
	}
	.major-filter-box .filter-type[data-fold="true"] p{
		width: 70px;
		line-height: 32px
	}
	.major-filter-box .filter-type[data-fold="true"] > ul{
		margin-left: 70px;
	}
	.major-filter-title{
		display: none !important
	}
	.filter-box #filter-major > ul{
		padding-left: 0;
		margin-left: 0
	}
	.filter-box #filter-major > ul li.select-all{
		position: static;
	}
	.major-filter-box .filter-type > ul li{
		width: auto;
	}
	.major-filter-tools #filter-result{
		text-align: left;
		margin-bottom: 3%
	}
	.major-filter-tools .filter-type p{
		width: 70px;
	}
	/* 专业库 end */

	/* 20200601 end */
}

@media only screen and (max-width:425px) {
	
	.poject-name {
		font-size: 16px
	}

	.poject-tools {
		text-align: center
	}

	.poject-tools span {
		display: block;
		margin-bottom: 1%;
		text-align: left
	}

	.school-tit a,.school-tit h2 {
		line-height: 30px
	}

	.major-box .school-type-list,.school-type-list b {
		font-size: 14px
	}

	.school-type-list {
		font-size: 12px;
		line-height: 26px
	}

	.major-box .school-cnt {
		width: 100%
	}

	.school-btn {
		width: 80%
	}

	.major-box .school-logo,.rules-box .school-logo,.rules-box .school-logo-img,.school-box .school-logo {
		margin-bottom: 5%
	}

	.add-more,.add-more:focus,.no-more,.no-more:focus {
		font-size: 14px;
		margin-top: 5%
	}

	.schoollist[data-type=school] .schoollist-item {
		width: 98%
	}

	.school-box .schoollist[data-type=school] .school-logo {
		width: 20%;
		margin: 0 0 3%
	}

	.school-box .schoollist[data-type=school] .school-cnt {
		width: 75%!important;
		margin-left: 4%;
		margin-right: 0
	}

	.schoollist[data-type=school] .school-btn {
		width: 50%;
		padding-top: 0
    }
    .price-type{
        width: 98% !important;
    }
}