/*-----------教師介紹樣式-----------*/

.clear{
	clear:both;
}

.staff p{
	margin-bottom:0;
}

/*人員區塊*/
.staff .info-div{
	max-width: 850px;
	margin-bottom: 45px;
	background:#ffffff;
	padding: 20px;
	border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	font-size:15px;
}


/*人員介紹內容的區塊*/
.staff .college, .staff .dept, .staff .org, .staff .places, .staff .deta, .staff .spec, .staff .edu, .staff .address, .staff .enddate{
	float:left;
	width:100%;
	margin-bottom:10px;
}

/*左邊文字*/
.staff .word{
	float:left;
	width: 100px;
	margin-right: 10px;
	font-weight: 600;
	display: inline-block;
}

/*右邊文字*/
.staff .word_r{
	float: left;
	width: calc(100% - 110px);
	text-align: justify;
}

/*人員區塊裡的連結*/
.staff .info-div a{
	color: #0062A0;
	font-size:14px;
	text-decoration:none;
}

.staff .info-div a:hover{
	color: #202124;
}

/*詳細資料區塊*/
.staff .link{
	min-width: 850px;
	float: right;
}

.staff .link a{
	float:right;
}
.staff ul{
	padding-left: 19px;
}

.staff ul li {
	list-style-type: decimal;
	line-height: 20px;
}

@media screen and (max-width: 545px) {
	.staff .info-div{
		padding: 10px;

	}
}

