body{
    font-family: 微软雅黑, "Arial","Hiragino Sans GB", "Helvetica", "sans-serif";
}

.banner{
    width: 100%;
    height: 160px;
    background: url(../images/banner.png) no-repeat center;
    overflow: hidden;
}
.search{
    width: 560px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 2px;
    opacity: 0.86;
    margin: 0 auto;
    margin-top: 48px;
}

.text{
    width: 478px;
	height: 42px;
    float: left;

    width: 110px;
	height: 16px;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;

	line-height: 19px;
	letter-spacing: 0px;
    color: #666666;
    line-height: 42px;
    margin-left: 24px;
}

.seek{
    width: 82px;
	height: 42px;
	background-color: #8cc43f;
    border-radius: 0px 2px 2px 0px;
    float: right;
}

.seek input{
    width: 23px;
    height: 22px;
    background: url(../images/seek.png) no-repeat center;
    margin: 10px 0 0 30px;
    cursor: pointer;    /* 小手*/
}

.seek div input[type=submit]{
	margin: 0 auto;
	padding-left: 0;
	background: #8cc43f;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
    cursor: pointer;
}

.hot{
    width: 563px;
    height: 18px;
    margin: 0 auto;
    margin-top: 18px;
}

.hot div ul li:nth-child(1){
    display: block;
    width: 14px;
    height: 17px;
    background: url(../images/huo.png) no-repeat center;
}

.hot ul li{
    float: left;
}

.hot ul li{
    margin-right: 15px;
	height: 15px;
	font-family: SourceHanSansCN-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 0px;
    margin-top: 8px;
	
}

.hot ul li a{
    color: #ffffff;
}

.box{
    width: 100%;
    /* height: 2367px; */
    background-color: #f8f9fa;
    overflow: hidden;
}
.box>div{
    margin-bottom: 20px;
}
.boxs{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
}

.left_box{
    width: 870px;
}
.condition{
    background-color: #ffffff;
    padding: 20px 20px 30px;
}
.condition>div{
    display: flex;
    justify-content: space-between;
}
.condition>div.nature{
    border-bottom: 1px dashed #EAEAEA;
}
.condition>div>span{
    width: 80px;
    font-size: 15px;
    color: #666;
    line-height: 30px;
    margin-top: 4px;
}
.condition>div>ul{
    display: flex;
    width: 780px;
    flex-wrap: wrap;
    font-size: 15px;
    border-bottom: 1px dashed #EAEAEA;
    padding-bottom: 8px;
}
.condition>div.nature>ul{
    border-bottom: none;
}
.condition>div>ul li{
    margin: 12px 20px 5px 0;
}
.condition>div>ul a{
    padding: 0 10px;
    border-radius: 3px;
}
.condition>div>ul a:hover{
    background-color: #2e9afd;
    color: #ffffff;
}
.condition>div>ul li.check_area>a{
    background-color: #2e9afd;
    color: #ffffff;
}
.condition>div>ul li.check_grade>a{
    background-color: #2e9afd;
    color: #ffffff;
}
.condition>div>ul li.check_system>a{
    background-color: #2e9afd;
    color: #ffffff;
}
.condition>div>ul li.check_nature>a{
    background-color: #2e9afd;
    color: #ffffff;
}
.condition>div>ul li.check_major>a{
    background-color: #2e9afd;
    color: #ffffff;
}
.num{
	font-size: 15px;
    color: #222222;
    margin: 18px 0 0 0;
}
.num span{
    color: red;
}
.school{
    width: 870px;
    background-color: #ffffff;
    margin-top: 20px;
    padding-bottom: 26px;
}

.school_hover:hover{
    background-color: #f1f8ff;
}

.li{
    width: 822px;
    height: 88px;
    position: relative;
}
.sc{
    width: 822px;
    height: 107px;
    margin: 0 auto;
    padding-top: 21px;
    border-bottom: #ebeef5 1px solid;
}

.school_logo{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 15px;
}

.center{
    float: left;
    width: 586px;
    height: 88px;
    margin-left: 15px;
}

.name{
    height: 21px;
    font-size: 22px;
    color: #222222;
}
.name a:hover{
    color: #2E9AFE;
}
#info a{
    font-size: 16px;
    color: #999999;
    margin-left: 20px;
    cursor: pointer;
    text-decoration: none;
}
#info a:hover{
    color: #2E9AFE;
}
.content{
    width: 584px;
    height: 50px;
    margin-top: 15px;
}

.left{
  float: left;
  width: 455px;
  height: 50px;
}

.tuition{
    height: 17px;
    font-size: 16px;
    color: #999999;
    white-space: nowrap;
}
.tuition span{
    display: inline-block;
    width: 400px;
    font-size: 16px;
    color: #222222;
    overflow: hidden;
    vertical-align: middle;
    margin-top: -4px;
}

.natures{
    height: 17px;
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.natures>span{
    margin-top: 5px;
}
.rights{
    float: right;
    width: 128px;
  }
.rights p{
    font-size: 16px;
    color: #999999;
    margin-bottom: 13px;
}
.rights span{
    font-size: 16px;
    color: #222222;
}
.right{
    float: left;
    width: 100px;
    height: 74px;
    margin-left: 52px;
    margin-top: 7px;
}
.right div{
    width: 100px;
	height: 32px;
	background-color: #f8f9fa;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 32px;
}

.right div:hover{ 
    background-color: #2e9afd;
}
.right div:hover a{
    color: #fff;
}
.little{
    width: 18px;
	height: 18px;
    margin-top: -2px;
    margin-left: 6px;
    vertical-align: middle;
}
.pages{
	margin: 30px auto 10px;
	text-align: center;
}
.pages ul li{
	display: inline-block;
    width: 32px;
    line-height: 30px;
    background-color: white;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    border: 1px solid #eee;
}
.pages ul li span{
	background: #00a3f0;
    color: #FFF;
    display: inline-block;
    width: 32px;
    margin-right: 5px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #00a3f0;
}
.pages .a1 {
    width: 50px;
}
.pages .disabled{
    border: none;
}
.pages .disabled>span{
    border: none;
    background: #fff;
    color: #222;
}
.write{
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}    
.write p:nth-child(1){
    width: 96px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #666666;
}
.write ul{
    margin-top: 10px;
}
.write ul li{
    font-size: 14px;
    color: #666666;
    margin: 10px 0;
    line-height: 24px;
}
.right_box{
    width: 310px;
}
.right_box>div{
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
    margin-top: 20px;
}
.right_box>div.biao{
    margin-top: 0;
}
.right_box>div>p{
    border-bottom: 1px solid #F4F9FE;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}
.right_box>div>p>span{
    display: inline-block;
	padding: 0 15px;
	line-height: 50px;
	border-bottom: 2px solid #2E9AFE;
}
.right_box>div.class{
    padding: 0;
    background: none;
}
.biao form{
	padding: 20px 30px;
}
.biao form p{
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.biao form p>img{
	margin-left: 15px;
}
.biao form input{
	width: 100%;
	padding-left: 30px;
	margin-left: -25px;
	line-height: 48px;
    border-radius: 5px;
    font-size: 14px;
	background:none;  
	outline:none;
	border: 1px solid #DBE7F6;
}
.biao form input[type=button]{
	margin: 0 auto;
	padding-left: 0;
	background: #2E9AFD;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
}
.biao>span{
	font-size: 12px;
	color: #A5A6AA;
	display: block;
	margin: 0 30px;
    line-height: 24px;
}
.class a{
    display: block;
    margin-top: 20px
}
.class a>img{
    display: block;
}
.action_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 10px;
}

.action_box a{
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    margin-top: 10px;
    font-size: 14px;
    color: #2E9AFE;
    background: #F1F8FF;
    border-radius: 2px;
}

.rank ul{
    margin-top: 10px;
}
.rank ul li{
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 31px;
}

.rank ul li span{
    width: 25px;
    height: 15px;
    background: #BABABA;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    margin-left: 10px;
}

.rank ul li a{
    width: 280px;
    font-size: 12px;
}
.rank ul li p{
    width: 140px;
    height: 30px;
    font-size: 13px;
    font-family: SourceHanSansCN-Regular;
    color: #303030;
}
.rank ul li:nth-child(1) span{
    background: #ED4200;
}
.rank ul li:nth-child(2) span{
    background: #FF6E10;
}
.rank ul li:nth-child(3) span{
    background: #FF9900;
}

.field{
    width: 100%;
    float: right;
    margin-top: 20px;
    background-color: #fff;
}
.field>div{
    width: 290px;
    background-color: #f1f8ff;
    border-radius: 2px;
    margin: 0 auto ;
    margin-top: 20px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.field p{
    border-bottom: 1px solid #F4F9FE;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}

.field p span{
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    border-bottom: 2px solid #2E9AFE;
}
.qq p{
	font-size: 16px;
	line-height: 24px;
    color: #303030;
    
}
.code p{
    width: 145px;
	font-size: 16px;
	line-height: 24px;
    color: #303030;
}
.code img{
    width: 96px;
    height: 96px;
}

.rela{
    width: 220px;
	/* height: 260px; */
    background-color: #ffffff;
    position:fixed;
    top: 400px;
	left: 25px;
}

.rela_span{
    display: block;
    width: 220px;
	height: 40px;
    background-color: #2e9afd;
}

.rela_span p{
    width: 62px;
	height: 16px;
	font-size: 15px;
    color: #ffffff;
    margin: 0 auto;
    line-height: 36px;
}


.rela ul {
    /* height: 160px; */
    width: 220px;

    overflow: hidden;
    text-align: left;
    clear: both;
    height: 100%;
}

.rela ul li{
    width: 220px;
	height: 40px;
    background-color: #fff;

    float: left;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
}

.rela ul li em{
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #898989;
    overflow: hidden;
}

.rela ul li:nth-child(even){
    background-color: #f8f9fa;
}

.but p{
    cursor: pointer;
}


.but{
    width: 220px;
    height: 40px;
    background-color: #fff;
    /* margin-top: 199px; */
}


.but p:nth-child(1){
    /* display: block; */
    width: 100px;
	height: 32px;
	background-color: #2e9afd;
    border-radius: 4px;
    float: left;
    margin: 4px 0 14px 15px;

    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
}

.but p:nth-child(2){
    display: block;
    width: 60px;
	height: 32px;
	border-radius: 4px;
    border: solid 1px #2e9afd;
    float: right;
    margin: 4px 35px 14px 0;

    font-size: 16px;
    color: #2e9afd;
    text-align: center;
    line-height: 30px;
}

