.jz_school_img{
	width: 308px;
	padding-top: 30px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.jz_school_img img{
	width: 100%;
	height: 80px;
}
.jz_school_input{
	width: 690px;
	height: 40px;
	border-radius: 8px;
	background: #FFFFFF;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.jz_school_input .el-input__inner{
	border: none;
	width: 560px;
}
.jz_school_button .el-icon-search{
	color: #fff;
	font-size: 20px;
}
.jz_school_button{
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: linear-gradient(270deg, #8086F3 0%, #515AF7 100%);
	margin-right: 10px;
}
.jz_school_list {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.jz_school_li{
	position: relative;
	width: 285px;
	height: 275px;
	border-radius: 8px;
	background-color: antiquewhite;
	margin-right: 20px;
	margin-bottom: 80px;
	cursor: pointer;
}
.jz_school_li:nth-child(4n){
	margin-right: 0px;
}
.jz_school_li>img{
	width: 285px;
	height: 275px;
}
.jz_school_cont{
	position: absolute;
	padding: 20px 20px;
	width: 245px;
	box-sizing: border-box;
	bottom: -60px;
	border-radius: 8px;
	left: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 100%);
}
.jz_school_title{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.jz_school_title .jz_school_fimg{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.jz_school_name p{
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.jz_school_name span{
	font-size: 12px;
	font-weight: 500;
	color: #8391A5;
}
.jz_school_tab{
	display: flex;
}
.jz_school_tabs{
	margin-right: 40px;
}
.jz_school_tabs span{
	font-size: 12px;
	font-weight: 500;
	color: #8391A5;
}
.jz_school_text{
	height: 0px;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 0px;
	transition:height 1s;
	letter-spacing: 1px;
	line-height: 20px;
}
.jz_school_cont:hover .jz_school_text{
	height: 100px;
	margin-bottom: 10px;
}
.jz_school_tab{
	margin-bottom: 20px;
}
.jz_school_btn{
	display: flex;
	width: 96px;
	height: 32px;
	border: 1px solid #676EE5;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.jz_school_btn .el-icon-plus{
	color: #676EE5;
	margin-right: 8px;
}
.jz_school_btn span{
	color: #676EE5;
}
.jz_school_btn:hover{
	background: linear-gradient(270deg, #8B90ED 0%, #676EE5 100%);
}
.jz_school_btn:hover .el-icon-plus{
	color: #fff;
}
.jz_school_btn:hover span{
	color: #fff;
}
.jz_school_content{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.jz_school_timg{
	width: 130px;
	height: 40px;
	border-radius: 27px;
	background: #5861F9;
	box-sizing: border-box;
	border: 3px solid #E0E0E0;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jz_school_timg span{
	font-size: 16px;
	color: #fff;
	margin-left: 5px;
}
.jz_school_sj{
	display: flex;
	width: 1200px;
	flex-wrap: wrap;
}
.jz_school_sjli{
	position: relative;
	width: 285px;
	height: 216px;
	border-radius: 8px;
    margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.jz_school_sjli:nth-child(4n){
	margin-right: 0px;
}
.jz_school_sjli>img{
	width: 285px;
	height: 216px;
	border-radius: 8px;
	object-fit: cover;
}
.jz_school_sjcont{
	position: absolute;
	left: 10px;
	top: 20px;
	width: 265px;
	padding: 20px 20px;
	box-sizing: border-box;
	height: 176px;
	border-radius: 8px;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
}
.jz_school_tabgz{
	width: 100%;
	box-sizing: border-box;
	padding: 18px 20px;
	border-radius: 8px;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.jz_school_tabf{
	display: flex;
	align-items:flex-start;
	border-bottom: 1px dashed #ECEEF4;
	margin-bottom: 14px;
}
.jz_school_tabgf{
	display: flex;
	height: 20px;
	align-items: center;
}
.jz_school_tabgf img{
	margin-right: 8px;
}
.jz_school_tabgf span{
	font-size: 14px;
	color: #333;
}
.jz_school_tabgfs{
	width: 1050px;
	display: flex;
	flex-wrap: wrap;
}
.jz_school_gftext{
	height: 20px;
	line-height: 20px;
	margin-right: 40px;
	margin-bottom: 16px;
}
.jz_school_gfcolor{
	color: #FF8000;
	font-weight: 500;
}
.jz_school_lf{
	display: flex;
	align-items:flex-start;
}
.jz_school_gzlist{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 80px;
}
.jz_school_gzli{
	width: 284px;
	height: 80px;
	border-radius: 8px;
	background: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.jz_school_gzlis{
	display: flex;
	align-items: center;
	justify-content: center;
}
.jz_school_gzli:nth-child(4n){
	margin-right: 0px;
}
.jz_school_gzli img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.jz_school_gzname{
	width: 180px;
}
.jz_school_gzname div{
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 10px;
}
.jz_school_gzname p{
	font-size: 12px;
	font-weight: 500;
	color: #8391A5;
	width: 180px;
}
.el-tooltip__popper{
	width: 190px !important;
	line-height: 20px !important;
}
.jz_gjx_right{
	width: 1010px;
}
.jz_gjx_cont{
	padding: 10px 10px;
	background:#fff;
	border-radius: 8px;
	margin-bottom: 20px;
}
.jz_gjx_title{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.jz_gjx_titles{
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.jz_gjx_titles img{
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.jz_gjx_titles span{
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.jz_gjx_border{
	flex: 1;
	border-top: 1px solid #ECEEF4;
	margin-right: 20px;
}
.jz_gjx_more{
	font-size: 12px;
	color: #8391A5;
}
.jz_gjx_list{
	display: flex;
	flex-wrap: wrap;
}
.jz_gjx_li{
	width: 190px;
	height: 60px;
	border-radius: 8px;
	background: #F9F9F9;
	padding: 10px 10px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.jz_gjxs_li{
	width: 220px;
	height: 70px;
	border-radius: 8px;
	background: #F9F9F9;
	padding: 10px 10px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.jz_gjxs_li:nth-child(5n){
	margin-right: 0px;
}
.jz_gjx_li:nth-child(5n){
	margin-right: 0px;
}
.jz_gjx_lis{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jz_gjxs_lis{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.jz_gjx_lis img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.jz_gjxs_lis img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.jz_gjx_gzname{
	width: 120px;
}
.jz_gjxs_gzname{
	width: 140px;
}
.jz_gjx_gzname div{
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
.jz_gjx_gzname p{
	font-size: 12px;
	color: #8391A5;
	line-height: 16px;
}
.jz_gjx_tab{
	display: flex;
	padding: 4px 4px;
	border-radius: 26px;
	background: #E0E0E0;
	margin-right: 10px;
}
.jz_gjx_tabs{
	padding: 6px 16px;
	border-radius: 27px;
	margin-right: 4px;
	cursor: pointer;
}
.jz_gjx_left{
	position: sticky;
	width: 170px;
	height: calc(100vh - 115px);
	border-radius: 8px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px 10px;
	top: 115px;
	overflow: hidden;
	overflow-y: auto;
}
.jz_gjx_left::-webkit-scrollbar {
    display: none !important;
}
.jz_gjx_ftab{
	width: 150px;
	height: 48px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 15px;
	color: #8391A5;
	cursor: pointer;
}
.jz_gjx_ftab:hover{
	color: #5A61F9;
}
.jz_gjx_left .jz_gjx_color{
	background: #E0E0E0;
	color: #5A61F9;
}
.jz_gjx_ftab img{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.jz_gjx_name{
	font-size: 16px;
}