@charset "utf-8";
.nav-ej ul{
	position:
	relative;
}
.nav-ej ul>li{
	float: left;
	line-height: 56px;
}
.nav-ej li:last-child{
	margin-right:0;
}
.nav-ej{
	border-bottom:1px solid #e6e6e6;
}
.nav-ej ul>li>a{
	font-size: 16px;
	display: block;
	color: #747474;
	position:relative;
	padding: 0 30px;
}
.nav-ej li:hover>a{
	color: #fff;
	background:#0081c1;
	color:#fff;
}
.nav-ej li.active a{
	background:#0081c1;
	color:#fff;
}
.nav-ej li ol{
	position:absolute;
	width:100%;
	left:0;
	display:none;
	background:#fff;
	top:81px;
	z-index: 999;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	padding: 40px;
	box-sizing: border-box;
}
.nav-ej li ol li{
	float:left;
	width: 20%;
	line-height: 60px;
	border: 1px dashed #d9e0ee;
	text-align: center;
	margin-right: -1px;
	margin-bottom: -1px;
}
.nav-ej li ol li:hover{
	background:#222487;
}
.nav-ej li ol li:hover a{
	color:#fff;
}
.nav-ej li ol li a{
	display:block;
}

.cons-list ul li {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
}
.cons-list .nosearch{
	padding: 20px 0 50px;
}
.cons-list .nosearch ul li{
	padding: 10px 0 !important;
}
.cons-list ul li:hover .fl img{
	transform:scale(1.1);
}
.cons-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.cons-list ul li .date {
    width: 7%;
    height: 94px;
    background: #f5f5f5;
    margin-right: 3%;
    margin-top: 5px;
}
.cons-list ul li.hasimg .date {
    margin-top: 25px;
}
.cons-list ul li .txt {
    width: 90%;
    overflow: hidden;
}
.cons-list ul li .date h2 {
    font-size: 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    margin-top: 18px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.cons-list ul li .date p {
    font-size: 12px;
    height: 35px;
    color: #000;
    text-align: center;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.cons-list ul li .txt h2 {
    font-size: 18px;
    color: #333;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 35px;
    height: 35px;
}
.cons-list ul li .txt p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 56px;
    margin-top: 10px;
}
.cons-list ul li:hover .date {
    background: #0081c1;
}
.cons-list ul li:hover .date h2, .cons-list ul li:hover .date p {
    color: #fff;
}
.cons-list ul li:hover .txt h2 {
    color: #0081c1;
}
.cons-list ul .hasimg .txt .fl {
    width: 24%;
    height: 148px;
    overflow: hidden;
}
.cons-list ul .hasimg .txt .fr {
    width: 74%;
    overflow: hidden;
    padding: 20px 0;
}
.cons-list ul .hasimg .txt .fl img {
    width: 100%;
    object-fit: cover;
	min-height:148px;
}

#page-list {font-family: Arial; text-align: center; margin: 30px 0 20px;padding: 40px 0;}
#page-list .p_pages a,#page-list span{font-size: 14px; width: auto; height: auto;}
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d,#page-list .p_goto a{padding: 8px 10px;border: 1px solid #d3d3d3;border-radius: 2px;color: #022044;margin-bottom: 8px;height: auto;}
#page-list .p_pages .p_no_d, #page-list a:hover{background: #3f7ed9;color: #fff;border-color: #3f7ed9;}
#page-list .p_t{ padding: 0 0 0 0; color: #444;padding: 0 5px;position: relative;top: -2px;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #666;}
#page-list .pb_sys_common .p_goto input, .pb_sys_common .p_search input{width: 40px;height: 30px;line-height: 40px;vertical-align: top;}

.erji_nav {
    display: none;
}

.brief, .contents, .cons-list {
    min-height: 45vh;
}
.brief h2 {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
}
.brief p.vsbcontent_img img {
    max-width: 85%;
    width: auto;
    height: auto;
    display: block;
    margin: 15px auto;
}

.brief p {
    text-indent: 2em !important;
    line-height: 2.2em;
    margin: 1.5em 0;
    font-size: 17px !important;
    text-align: justify;
}
.brief p iframe{
	width:100%;
	display: block;
}
.brief {
    padding: 40px 0;
}

.contents {
    padding: 40px 0;
    min-height: 45vh;
}
.content {
    width: 70%;
}
.teacher-content {
	width:100%;
}
.contentr {
    width: 25%;
    border: 1px solid #e2e2e2;
}
.jqrd ul {
    padding: 0 20px;
}
.contents .content .cont-tit {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 35px;
    padding: 10px;
}
.contents .content h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 35px;
}
.bar {
    text-align: center;
    font-size: 14px;
    color: #b2b2b2;
    margin-top: 15px;
}
.content p {
    font-size: 17px !important;
    color: #333;
    text-indent: 2em;
    line-height: 2.2em !important;
    margin: 1em 0;
    text-align: justify;
}
.brief p video{
	margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 80%;
}
.contents .content p video, .contents .content p.vsbcontent_img img, .contents .content p img.img_vsb_content,.brief p img.img_vsb_content ,.v_news_content img{
    margin: 0px auto;
    display: block;
    height: auto !important;
    max-width: 100%;
    width: 600px!important;
}
.info2 {
    padding: 40px 0 0;
    border-top: 2px solid #f0f3f7;
    margin-top: 40px;
    position: relative;
    line-height: 32px;
}
.info2 a{
    color:#666;
    font-size:16px;
}
.info2 a:hover{
	color:#1e2084;
}
.contentr h2 {
    font-size: 18px;
    color: #1056ab;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 12px;
}

.contentr .jqrd li{
	padding: 15px 0;
	border-bottom: 1px solid #d0d0d0;
}
.contentr .jqrd li:last-child{
	border-bottom:0;
}
.contentr .jqrd p{
	font-size: 13px;
	color: #bfbfbf;
	padding-left: 28px;
	line-height: 28px;
	background: url(../img/jqrdicon.png) left center no-repeat;
}
.contentr .jqrd a{
	font-size: 14px;
	color: #000;
}

.serBox {
    padding: 25px;
    background: #f4f4f4;
    margin: 60px 0 10px;
}
.serBox .txt {
    border: none;
    height: 55px;
    line-height: 55px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}
.serBox .btn {
    border: none;
    height: 55px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #0081c1;
    font-size: 18px;
    border-radius: 0;
}
.cons-list .nosearch{
	padding: 20px 0 50px;
}
.cons-list .nosearch ul li{
	padding: 10px 0 !important;
}

.listFrame2 {
    margin: 45px 0;
}
.leader {
	padding: 40px 0;
}
.leader li{
	float:left;
	width: 32%;
	border: 1px solid #eee;
	margin-bottom: 20px;
	margin-right: 2%;
}
.leader li:nth-child(3n){margin-right: 0;}
.leader li .img{
	float:left;
	width: 185px;
	height: 248px;
	overflow: hidden;
}
.leader li .img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.leader li .text{
	float: right;
	width: calc(100% - 185px);
	padding: 25px;
	border-left: 1px solid #eee;
	height: 248px;
}
.leader li .text h2{
	font-size:17px;
	margin-bottom: 10px;
}
.leader li .text p{
	font-size: 15px;
	margin-bottom: 5px;
}
.img-list li{
	float:left;
	width: 18.4%;
	margin-right:2%;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.img-list li:nth-child(5n){
	margin-right:0;
}
.img-list{
	margin-top:40px;
	padding-bottom: 40px;
}
.img-list li img{
	height: 330px;
	width:100%;
	object-fit: cover;
}
.img-list li p{
	font-size: 16px;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 55px;
	white-space: nowrap;
	padding: 0 12px;
}

.teacher-content .img{
	float:left;
	width: 20%;
}
.teacher-content .img img{
	display: block !important;
	width: 100%;
	height: 380px;
	object-fit: cover;
}
.teacher-content .text{
	float: left;
	width: 80%;
	padding: 40px;
	height: 380px;
	/* overflow: auto; */
	border: 1px solid #eee;
}
.teacher-content img{
	display: none !important;
}
.teacher-content .text p{
	text-indent: 0;
	margin: 20px 0;
	line-height: 35px !important;
}
.teacher-content .text h2{
	font-weight: bold;
	font-size: 25px;
	font-family: "宋体";
	color: #0081c1;
	margin-bottom: 20px;
}
.teacher-content p{
	text-indent: 0 !important;
	margin: 0 0 1em 0;
}

.teacher-content .xt{
	font-style: italic;
}

.teacher-tit{
	margin-top:20px;
}
.teacher-tit h2{
	float:
	left;
	width: 23.5%;
	margin-right:2%;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
	border: 1px solid #eee;
	background: #eee;
}
.teacher-tit h2.active{
	background:#0a51a0;
	color:#fff;
}
.teacher-tit h2:last-child{
	margin:0;
}
.teacher-nr{
	padding: 25px;
	border: 1px solid #eee;
}
.teacher-nr .dome{
	display:none;
}
.teacher-nr .dome.active{
	display:block;
}

/* 历届合影 */
.cons-list ul.ljhy{
	margin-top:20px;
}
.cons-list ul.ljhy li{
	float:left;
	width: 23.5%;
	margin-right: 2%;
	padding: 5px;
	margin-top: 20px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
}
.cons-list ul.ljhy li:nth-of-type(4n){
	margin-right:0;
}
.cons-list ul.ljhy li a{
	display:block;
	width:100%;	
}
.cons-list ul.ljhy li a img{
	height:220px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	width: 100%;
	display: block;
	object-fit: cover;
}
.cons-list ul.ljhy li p{	
	font-size: 15px;	
	overflow: hidden;	
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;	
	margin-top: 5px;
}

/* 校友之家 */
.cons-list ul.xyzj li{
	width:15%;
}
.cons-list ul.xyzj li:nth-of-type(4n){
	margin-right:2%;
}
.cons-list ul.xyzj li:nth-of-type(6n){
	margin-right:0;
}
.cons-list ul.xyzj li a img{
	height:220px;
}
.jlry{
	margin:40px 0;
}
.jlry_sub ul  {
	padding:20px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	border-top: none;
	height: 401px;
	overflow: auto;
}
.jlry  h2{
	height: 45px;
	line-height: 45px;
	background: #EEEEEE;
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	padding-right: 50px;
	border-bottom: 1px solid #96ADC7;
}
.jlry  h2 span{
	background: #0081c1;
	display: block;
	width: 160px;
	text-align: center;
}
.jlry ul li{border-bottom: 1px solid #E0E0E0;}
.jlry ul li p{
	margin: 0;
	text-align: center;
	text-indent: 0!important;
	float: left;
	width: 20%;
	position:relative;
	height: 60px;
}
.jlry ul li p span{display:block;font-size: 15px;text-align: center;width: 100%;position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);line-height: 24px;padding: 0 10px;box-sizing: border-box;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;max-height: 48px;}
.jlry ul li p:nth-of-type(1),.jlry ul li p:nth-of-type(2){width:28%;}
.jlry ul li p:nth-of-type(3),.jlry ul li p:nth-of-type(4){width:10%;}
.jlry ul li p:nth-of-type(5){width:24%;}
.jlry ul li p::before{
	display:block;
	content:"";
	width: 1px;
	height: 18px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background: #E0E0E0;
}
.jlry ul li p:last-of-type::before{
	display:none;
}