.dxy_cont_Value {
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
}

.dxy_cont_main {
	padding: 0;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

.college {
	width: 300px;
	border: 1px #2f53d9 solid;
	border-radius: 6px;
	float: left;
	margin: 8px;
}

.title {
	padding: 5px 15px;
}

.name {
	width: 160px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	color: #717171 !important;
	float: left;
}

.bottom_line_dashed {
	border-bottom: 1px dashed #bcd7ff;
	height: 1px;
}

.college:hover {
	box-shadow: 0px 0px 8px 1px #1349fb;
}

.org {
	width: 48px;
	padding: 0 8px;
	display: inline-block;
	margin-top: 1px;
	background: #2f53d9;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	float: right;
}

.content {
	background-color: #fbfbfb;
	height: 35px;
	cursor: pointer; 
	display: flex;
	flex-direction: row;
	align-items: center;
}

.number {
	float: left;
	width: 50%;
	padding-left: 6px;
}

.content sp {
	height: 26px;
	display: block;
}

.number label {
	color: #4758cd;
	cursor: pointer;
	font-weight: normal;
}

.number .num {
	color: #d02121;
	margin-left: 4px;
	font-size: 12px;
	cursor: pointer
}

.add_box {
	padding-left: 16px;
}

.add_box i {
	width: 22px;
	height: 32px;
	display: inline-block;
	float: left;
	background: url(/Lib/Img/dingwei.png) no-repeat center;
	background-size: 12px 15px;
	margin-left: 4px;
}

.add_box label {
	font-weight: normal;
	float: left;
	font-size: 12px;
	padding-top: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 210px;
}

.college .djck {
	padding-left: 5px;
	color: #adadad;
	font-weight: normal;
	font-size: 12px;
}