@charset "utf-8";
/* CSS Document */
#artical{
	width:1000px;
	}
#artical img{
	width:1000px;
	}
#school{
	background-color:#f0f0f0;
	margin-top:15px;
	padding-bottom:5px;
	}
#school_inner{
	width:1000px;
	margin:0 auto;
	}
#left{
	width:600px;
	float: left;
	
	}
#country{
	/*background-image:url(../images/school_info-1_11.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	    min-height: 350px;
	position:relative;
	margin-bottom:30px;

		}
#country_text{
	width:550px;
	height:160px;
	text-align:justify;
	position:absolute;
	right: 0px;
	bottom: 0px;
	font-size: 20px;	
	line-height: 1.6em;
	}
.department{
	    margin: 10px 0px;
	}
.department_img{
	float:left;
	width:100px;
	margin-right:15px;
		}
.department_img img{
	width:100px;
	height:100px;	
	}
.department_text{/*表格*/
	float:left;
	width:480px;
	margin-bottom:30px;
	}
.department_text ul{
	margin-top:0px;
	}
.department_text a{
	color:#666666;
	text-decoration:none;
	font-size: 13px;   
	line-height: 1.6em;
    vertical-align: middle;
	}
.department_text li{
	list-style:none;
	display:inline;
	margin-right:20px;
	}
#right{
	width:360px;
	float:right;
	}
/*解決DI撐不開問題*/	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#college_list{
	margin:0px;
	padding:0px;
	list-style: none;
}

#college_list li{
	float: left;
	width:50%;
	margin:0px;
	padding:0px;
    /*padding-bottom: 5px;*/
}
#content_inner{

}

#school_bottom_list{
	width: 100%;
	background-color: #f0f0f0;
    padding-bottom: 50px;
}

#category_menu a{
    margin-right: 10px;
}

.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}