@charset "utf-8";
{
	font-size: 14px;
}

/*.source-right-topdiv {
	height: 60px;
	margin-left: 20px;
	display: flex;
	line-height: 60px;
}*/

/*.source-right-topdiv-div {
	width: 245px;
	height: 60px;
	text-align: center;
	display: flex;
	padding-left: 30px;
}*/
/*div.source-right-inputdiv{
	background-image: url(../imgs/calendar.png);
	background-repeat: no-repeat;
	background-position-x:right ;
	background-position-y: center;
}*/
/*.source-right-inputdiv{
	border: 1px solid #E3E6F4;
	 background-color: #FFFFFF;
	 height: 30px;
	 line-height: 30px;
	 margin-top: 15px;
	 width: 140px;
	 margin-left: 10px;
}*/
.source-right-a {
	display: block;
	width: 100px;
	height: 40px;
	background: #2275d3;
	line-height: 40px;
	margin: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
/*select{
	border-color: #E3E6F4;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 58%;
    height: 24px;
}
select::-ms-expand { display: none; }

#collegeId,#shoolSession{
	width:26%;
}*/
/*右侧下部表格*/
#source-table {
	background-color: #FFFFFF;
}
.source-table-tr1{
	background-color: #F6FAFE;
	height: 30px;
	line-height: 30px;
	text-align: center;
	
}
.source-table-tr1 td{
	color: #688BBB;
}
td{
	border-bottom: 1px solid #E3E6F4;
	border-right: 1px solid #E3E6F4;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
td:last-child{
	border-right: 0;
}
tr:last-child > td{
	border-bottom: 0 !important;
}
/*右侧表格*/
.right{
	display: inline-block;
	width: 70%;
	float: left;
	margin-left: 20px;
}
.c-border{
	border: 1px solid #E3E6F4;
	margin-bottom: 20px;
}
/*右侧表格上部*/
.source-right-topdiv-div{
	height: 60px;
	line-height: 60px;
	width: 39.5%;
	float: left;
	padding-left: 20px;
}
.source-right-topdiv-div input{
	border: 1px solid #E3E6F4;
	height: 30px;
	line-height: 30px;
	padding: 0 3%;
	width: 70%;
}
.clear{
	overflow: hidden;
}
.search{
	display: inline-block;
	width: 15%;
	float: right;
}

/*下拉框*/
ul.graduateYear{
	display: none;
	position: absolute;
    background-color: #fff;
    top: 276px;
    left: 50%;
    margin-left: -153px;
    height: 300px;
    border: 1px solid #E3E6F4;
    overflow: auto;
    border-top: 0;
}

ul.graduateYear li{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 20px;
	cursor: pointer;
}

ul.graduateYear li:hover{
	background-color: #EAEAEA;
}

ul.faculty{
	display: block;
	position: absolute;
}

ul.faculty {
	display: none;
    position: absolute;
    left: 50%;
    margin-left: 170px;
    background-color: #fff;
    top: 276px;
    border: 1px solid #E3E6F4;
    border-top: 0;
    height: 300px;
 	overflow: auto;
}

ul.faculty li{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 20px;
	cursor: pointer;
}

ul.faculty li:hover{
	background-color: #EAEAEA;
}