@charset "BIG5";
#body {
	width: 100%;
}
#header {
	margin:0 auto; 
	width:70%;
	height:450px;
	background:url(../images/topbg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
#logo{
	width:15%;
	height:80px;
	display:inline-block;
}

#logo img{
	width:100%;
	height:100%;
}

#datetop{
	background:url(../images/date.png);
	background-repeat: no-repeat;
	background-size:140px 120px;
	display:inline-block;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	width:15%;
	transform: translate(26vw,5px);
	text-shadow:1px 1px #333;
	width: 150px;
    height: 80px;
    text-align: center;

}

#datetop p{
	text-align:center;
	line-height:70px;
	text-shadow:1px 1px #333;
	transform: rotate(-10deg);
}

#banner{
	width:70%;
	height:300px;
	margin:0 auto;
	transform: translateY(25px);
}
#banner img{
	width:100%;
	height:100%;
	box-shadow: -5px 0 5px rgba(0,0,0,0.4), /*左边阴影*/ 
	5px 0 5px rgba(0,0,0,0.4), /*右边阴影*/ 
	0 0px 5px rgba(0,0,0,0.4), /*顶部阴影*/ 
	0 0px 0px red;
	
}
#period{
    float: right;
    margin-right: 10px;
    margin-top: 100px;
}

#content {
	margin:30px auto 0px auto; 
	width:70%;
	height:auto;
	
}


#listdate{
	
	width:70%;
	height:40px;
	background:url(../images/listdate.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	margin-top: -30px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;

}
#listdate ul{
	display:inline;
	list-style:none;
	float:right;
	margin:0 auto;
	width: 45%;
}
#listdate ul >li{
	display: inline-block;
	text-align:center;
	line-height:40px;
}

#listdate ul >li >a{
	
	font-size:11px;
	color:#000;
	text-decoration:none;
}
#post{
	/*margin-top:70px;*/
}
#postA{
	transform:translate(0,-30px);

}
#postB{
	background-color:#f7f7f7;
}

#footer {
	margin:50px auto 0px auto; 
	width:70%;
	
	background-repeat: no-repeat;
	background-size:cover;
	/*height:400px;*/
	
}


#news_title{
	width:130px;
	height:35px;
	
}


#news_title img{
	width:100%;
	height:100%;
}

#othernews ul >li >a{
	color:#5c5c5c;
	text-decoration:none;
}
#information{
	padding-top: 40px;
	padding-bottom:20px;
    text-align: center;
    color:#5c5c5c;
    font-size:12px;
    background-color:#CFA246;
}
}