.bj_color {
	background: #e5e5e5;
}
.line_solid{
	border-color: #9d9d9d;
}
.subTitle2 {
	display: flex;
	justify-content: space-between;
}

.subTitle2 .searBox input[type=text],
.subTitle2 .searBox input[type=submit] {
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 32px;
	border-radius: 5px;
	line-height: 32px;
	font-size: 15px;
}

.subTitle2 .searBox input[type=text] {
	text-indent: 36px;
	background: url(../icon/icon_search.png)no-repeat 12px center #fff;
	color: #9b9b9b;
}

.subTitle2 .searBox input[type=submit] {
	padding: 0px 19px;
	background-color: #cfcfcf;
	color: #000000;
	cursor: pointer;
}

/* 院校筛选 */
.hmboxA1 {
	box-sizing: border-box;
	margin-top: 20px;
	background: #ffffff;
}

.hmboxA1 ul li {
	width: calc(100% - 76px);
	height: 60px;
	margin: 0 auto;
	padding: 0px 0;
	line-height: 60px;
	border-bottom: 1px solid #d9d9d9;
}
.hmboxA1 ul li.open{
	height: auto;
}

.hmboxA1 ul li:last-child {
	border-bottom: 0px;
}

.hmboxA1z {
	width: 150px;
	margin-right: 20px;
}

.hmboxA1z span {
	display: inline-block;
	line-height: 30px;
	text-indent: 35px;
	color: #666666;
}

.span01 {
	background: url(../icon/icon_yx_01.png) left no-repeat;
}

.span02 {
	background: url(../icon/icon_yx_02.png) left no-repeat;
}

.span03 {
	background: url(../icon/icon_yx_03.png) left no-repeat;
}

.span04 {
	background: url(../icon/icon_yx_04.png) left no-repeat;
}

.span05 {
	background: url(../icon/icon_yx_05.png) left no-repeat;
}

.span06 {
	background: url(../icon/icon_yx_05.png) left no-repeat;
}

.hmboxA1c {
	height: 60px;
	overflow: hidden;
	width: calc(100% - 200px);
}
.hmboxA1 ul li.open .hmboxA1c{
	height: auto;
}
.hmboxA1c {
	width: calc(100% - 240px);
}

.hmboxA1c a {
	display: inline-block;
	margin-right: 21px;
	color: #333;
	line-height: 22px;
	font-size: 16px;
	border-radius: 11px;
	padding: 0px 14px;
	font-size: 16px;
}

.hmboxA1c a.hover {
	background: #ffd200;
}
.show-more {
	width: 70px;
	padding: 0;
	text-align: right;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
}

.show-more i {
	display: inline-block;
	width: 11px;
	height: 7px;
	margin-left: 5px;
}

/* 全国院校 */
.allSchool {
	width: 1240px;
	padding: 0px 20px 0px 20px;
	background: #fff;
	position: relative;
}

.allSchool ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}

.allSchool ul li {
	width: 6.25%;
	text-align: center;
	padding: 23px 0px;
	line-height: 100%;
}

.allSchool .line {
	width: 1200px;
	height: 2px;
	background: #e7e7e7;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-top: -1px;
	margin-left: -600px;
}

/* 全国院校 列表 */
.cityListBox {
	overflow: hidden;
	background: #cfcfcf;
}

.cityListBox .left {
	width: 90px;
	height: auto;
	padding: 0px 20px;
	float: left;	
	text-align: left;
}

.cityListBox .left h4 {
	color: #ff0000;
	font-size: 30px;
	font-family: "SourceHanSansCN-Medium";
	margin-top: 25px;
	color: #333333;
	line-height: 100%;
}

.cityListBox .left h5 {
	color: #9b9b9b;
	font-size: 14px;
	margin-top: 6px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 100%;
	font-family: "DINPro-Regular";
	letter-spacing: -1px;
}
.cityListBox .left .line{
	width: 20%;
	height: 2px;
	background: #9b9b9b;
	margin-top: 8px;
}

.cityListBox .right {
	width: 1120px;
	height: auto;
	float: right;
	background: #fff;
	padding: 15px 15px 15px 15px;
	/* border-left: 2px solid #e4e4e4; */
}

.cityListBox ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.cityListBox ul li {
	width: 360px;
	height: 100px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: inherit;
	position: relative;
	margin-right: 20px;
}
.cityListBox ul li.mr{
	margin-right: 0px;
}

.cityListBox ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.cityListBox ul li .imgBox{
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	border: 1px solid #ccc;
	left: 0px;
	top: 50%;
	margin-top: -50px;
}
.cityListBox ul li img {
	width: 100%;
	height: 100%;
	transition: all 500ms;
}
.cityListBox ul li:hover img{
	transform: scale(1.1);
}

.cityListBox ul li h4, .cityListBox ul li p{
	position: absolute;
	width: 245px;
	right: 0px;
	
}
.cityListBox ul li h4 {
	line-height: 100%;	
	font-size: 20px;
	color: #333333;
	font-family: "SOURCEHANSANSCN-BOLD";
	top: 3px;
	letter-spacing: -1px;
}

.cityListBox ul li h4 span {
	line-height: 18px;
	background: #ffd200;
	display: inline-block;
	padding: 0px 8px;
	height: 18px;
	position: relative;
	top: -1px;
	font-size: 12px;
	margin-left: 5px;
	color: #000000;
}

.cityListBox ul li p {
	font-size: 16px;
	line-height: 100%;
	height: auto;	
	color: #9b9b9b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cityListBox ul li p.t1 {
	top: 37px;
}
.cityListBox ul li p.t2{
	top: 60px;
}
.cityListBox ul li p.t3{
	top: auto;
	bottom: 0px;
}

.cityListBox ul li p b {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

.cityListBox ul .line{
	width: 100%;
	height: 1px;
	background: #d9d9d9;
	margin: 25px 0px;
}
.separationLine{
	height: 2px;
	background: #a2a2a2;
	margin: 20px auto;
}


/* 筛选 */
.searchResBox{
	display: flex;
	justify-content: flex-start;
}
.searchResBox .title{
	font-size: 16px;
	line-height: 24px;
}
.searchResBox .item{
	line-height: 24px;
	height: 24px;
	border: 1px solid #bababa;
	background: #cfcfcf;
	margin-left: 15px;
	padding: 0px 34px 0px 10px;
	position: relative;
	font-size: 15px;
	color: #666666;
}
.searchResBox .item strong{
	font-weight: normal;
	font-family: "SOURCEHANSANSCN-BOLD";
	font-size: 15px;
	color: #333333;
}
.searchResBox .item .closeBtn{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 24px;
	height: 24px;
	background: #333333;
	display: block;
	text-align: center;
	color: #ffd200;
	
}
/* 列表左侧样式 */
.contListBox .fl{
	width: 875px;
	height: 993px;
	background: #fff;
	padding: 27px 0px 30px 0px ;
}
.contListBox .fl .item{
	width: calc(100% - 74px);
	padding: 0px 37px;
	display: flex;
	justify-content: flex-start;
}
.contListBox .fl .item .imgBox{
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #eeeeee;
}
.contListBox .fl .item .imgBox img{
	width: 100%;
	height: 100%;
}
.contListBox .fl .item dl{
	width: 512px;
	margin-left: 16px;
}
.contListBox .fl .item dl dt{
	line-height: 24px;	
	padding: 0px 0px 10px 5px;
	border-bottom: 1px dashed #d5d5d5;
}
.contListBox .fl .item dl dt a{
	font-size: 23px;
	font-family: "SOURCEHANSANSCN-BOLD";
	color: #333333;
}
.contListBox .fl .item dl dt span{
	display: inline-block;
	font-size: 15px;
	font-family: "SourceHanSansCN-Regular";
	color: #000000;
	margin-left: 18px;
}
.contListBox .fl .item dl dd{
	font-size: 16px;
	line-height: 100%;
	padding: 10px 0px 10px 5px;
	border-bottom: 1px dashed #d5d5d5;
}
.contListBox .fl .item dl dd strong{
	display: inline-block;
	margin-right: 30px;
}
.contListBox .fl .item dl dd:last-child{
	padding-bottom: 0px;
	border: 0px;
}
.contListBox .fl .item .btnBox{
	width: 102px;
	margin-left: auto;
}
.contListBox .fl .item .btnBox .btn1{
	width: 40px;
	height: 16px;
	background: #ffd200;
	font-size: 12px;
	text-align: center;
	color: #000000;
	margin-left: calc(100% - 40px);
	margin-bottom: 23px;
	border-radius: 3px;
	line-height: 16px;
}
.contListBox .fl .item .btnBox  a{
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: block;
	background: #cfcfcf;
	text-align: center;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	margin-bottom: 8px;
}
.contListBox .fl .line{
	height: 1px;
	width: 100%;
	background: #dddddd;
	margin: 27px 0px 30px 0px;
}

/* 列表右侧样式 */
.contListBox .fr{
	width: 360px;
}
.contListBox .fr .ad1{
	width: 100%;
	height: 202px;
	border-bottom: 5px solid #ffd200;
	overflow: hidden;
}
.contListBox .fr .ad1 img{
	width: 100%;
	height: 100%;
	transition: all 500ms;
}
.contListBox .fr .ad1:hover img{
	transform: scale(1.1);
}
.contListBox .fr .list{
	margin-bottom: 30px;
}
.contListBox .fr .list ul li{
	position: relative;
	margin-bottom: 32px;
}
.contListBox .fr .list ul li:last-child{
	margin-bottom: 0px;
}
.contListBox .fr .list ul li .imgBox{
	width: 100%;
	height: 207px;
	overflow: hidden;
	position: relative;
	border-bottom: 6px solid #ffd200;
}
.contListBox .fr .list ul li .imgBox img{
	width: 100%;
	height: 100%;
	transition: all 500ms;
	position: relative;
	z-index: 0;
}
.contListBox .fr .list ul li .imgBox a{
	display: block;
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: rgba(0,0,0,.3);
}
.contListBox .fr .list ul li:hover .imgBox img{
	transform: scale(1.1);
}
.contListBox .fr .list ul li .imgBox a img{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
}
.contListBox .fr .list ul li:hover .imgBox a img{
	transform: scale(1);
}
.contListBox .fr .list ul li p{
	line-height: 37px;
	height: 37px;
	background: #fff;
	font-size: 16px;
	color: #555555;
	text-align: center;
}