@charset "utf-8";
/* CSS Document */
nav > ul > li#n5 > a{
	background-color:#c52b45;
	color:#fff;
}
/*------------------------------------main--------------------------------------------*/
/*------------------content(主要內容)----------------------------*/
/*-----------------------#news------------------------*/
#news{
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
	min-height: 800px;
	}
/*------news(標題)-------*/
.news{
	cursor:pointer;
	margin-bottom:80px;
	transition:color 0.5s ease;
	}
.news:hover{
	color:#14a83b;
	}
.rectangle{
	width: 10px;
    height: 20px;
	margin-left: 8px;
    background-color: #c52b45;
	transition:all 0.8s ease;
	}
.news .word {
	width: 90%;
    float: left;
    margin: -35px 50px;
}
.word p {
    position: relative;
    color: #494752;
    text-align: left;
	line-height: 2em;
}
.word p:hover{
    color: #F17E92;
}
.word span{
	margin:0 20px;
}
/*---newsContent(內文)---*/
.newsContent {
	clear: both;
    background-color: #F17E92;
    padding: 2%;
    margin: 0 2% 100px 2%;
    width:90%;
	border-radius:5px;
	display:none;
}
.newsContent::after {
    content: '';
    display: table;
    clear: both;
}
.newsContent p{
	margin: 15px 0;
	color:#fff;
	line-height: 2em;
	}
/*熒幕尺寸【小於】1281時頁面顯示*/
@media (max-width:1280px) {
/*---------------------------------------------------main---------------------------------------*/
/*-----------------------------------content(主要內容)-------------------------------------*/
#contentHere {
    min-height: 500px;
    width:80%;
    margin: 0 auto;
    text-align: center;
}

}














