@charset "utf-8";
/* CSS Document */

/*--輪撥控制--*/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

/*-----首頁版面配置-----*/
.indexNewsBlock {
	float:left;
	width:70%;
	max-width:800px;
	margin-right:50px;
}
aside {
	float:left;
	width:calc(30% - 50px);
}
.fastLink {
	border-bottom:5px solid #24467C;
}
.fastLink::after {
	content:'';
	display:block;
	clear:both;
}
.fastLink li {
	float:left;
	width:30%;
	height:100%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow:hidden;
	margin: 0 1.55% 20px 1.5%;
}
.fastLink li a {
	display:block;
	font-size:16px;
	background:#24467C;
	color:#ffffff;
	padding:20px;
	line-height:20px;
	text-align:center;
	transition:.3s;
}
.fastLink li a:hover {
	background:#231815;
	color:#ffffff;
	transition:.3s;
}
.indexAlbumBlock {
	margin:50px 0;
}

/*-----最新消息------*/
.moreNews {
	line-height:50px;
}
.moreNews a {
	display:block;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#24467C;
	transition:.3s;
}
.moreNews a:hover {
	background:#231815;
	color:#FFFFFF;
	transition:.5s;
}

/*----系所資訊-----*/
.indexInfo {
	padding:10px;
}
.indexInfo h1 {
	color:#24467C;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
}
span.infoTitle {
    display: inline-block;
    width: 50px;
    vertical-align: top;
	text-align:right;
}
span.infoContent {
    display: inline-block;
    width: calc(100% - 50px);
}

@media only screen and (max-width: 800px) {
.indexNewsBlock {
	float:none;
	width:100%;
	max-width:none;
	margin-right:0;
	margin-bottom:20px;
}
aside {
	float:none;
	width:100%;
	margin-bottom:20px;
}
}