.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: 280px;
	min-width: 280px;
	max-width: 300px;
	border: 1px #188c7c solid;
	border-radius: 6px;
	float: left;
	margin: 8px;
}

.college .djck {
	padding-left: 5px;
	color: #adadad;
	font-weight: normal;
	font-size: 12px;
}

.college .content {
	height: 75px;
	overflow: hidden;
	/* 确保内容超出容器时会被隐藏 */
	display: -webkit-box !important;
	/* 作为弹性伸缩盒子模型显示 */
	-webkit-line-clamp: 4;
	/* 限制在两行 */
	-webkit-box-orient: vertical;
	/* 垂直排列盒子 */
	text-overflow: ellipsis;
	/* 多余文本显示为省略号 */
	white-space: normal;
	/* 允许文本换行 */
}

.college .zanwu {
	color: #a4a4a4;
}

.college .jzwmc {
	color: #186540;
}

.title {
	padding: 5px 10px;
}

.name {
	width: 78%;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	color: #717171 !important;
	float: left;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.show {
	width: 75%;
	overflow: hidden;
	padding-left: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bottom_line_dashed {
	border-bottom: 1px dashed #bcd7ff;
	height: 1px;
}

.college:hover {
	box-shadow: 0px 0px 8px 1px #1c8a5c;
}

.org {
	width: 50px;
	padding: 0 5px;
	display: inline-block;
	margin-top: 1px;
	background: #188c7c;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	text-align: center;
	float: right;
}

.content {
	background-color: #fcfeff;
	height: 76px;
	cursor: pointer;
	overflow: hidden;
	color: #9d9d9d;
	text-indent: 15px;
}

.number {
	float: left;
	width: 50%;
	padding-left: 6px;
}

.content .rybox {
	width: 130px;
	height: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: left;
}

.content .rybox:hover {
	color: #0e7c73;
}

.content sp {
	height: 25px;
	line-height: 25px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;

}

.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: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 250px;
}

.add_box_0 {
	margin-bottom: 0px !important;
}

.add_box_2 {
	padding-top: 0px !important;
}

.nvbox {
	cursor: pointer;
}

.tj_title_box {
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.datadropdown,
.sel_yglb_box {
	width: 120px;
	border-left: 1px solid #cccbcb !important;
	border-bottom: 1px solid #cccbcb !important;
	border-top: 1px solid #cccbcb !important;
	border-right: 0 !important;
	border-radius: 0px;
	height: 25px;
	cursor: pointer;
}

.layuiadmin-btn-group {
	right: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#btn_sc,
#AddCustomer {
	border-left: 1px solid #cccbcb !important;
	border-top: 1px solid #cccbcb !important;
	border-bottom: 1px solid #cccbcb !important;
	height: 25px;
	width: 50px;
	cursor: pointer;
	font-size: 12px;
	color: var(--mblue);
	line-height: 25px;
	text-align: center;
}

#AddCustomer {
	background-color: #0e7c73;
	color: #fff;
	border-right: 1px solid #0e7c73 !important;
}

#AddCustomer:hover {
	background-color: #095a53;
	color: #fff;
}

#btn_sc:hover {
	background-color: var(--mblue);
	color: #fff;
}

.ktzrs {
	width: 28px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 1px 4px;
	background-size: 23px 24px;
	font-size: 12px;
	color: #ffffff;
}

.ktzrs0 {
	background-image: url(../Img/qz_hui.svg);
}

.ktzrs1 {
	background-image: url(../Img/qz_lan.svg);
}

.ktzrs2 {
	background-image: url(../Img/qz_hong.svg);
}

.ktzrs3 {
	background-image: url(../Img/qz_zi.svg);
}

.jzwname {
	margin-left: 5px;
	color: #0e7c73;
}