@charset "UTF-8";
/* CSS Document */
@import url(internal_menu.css);
.event{
	width:90%;
	margin:10px auto 10px auto;
    position:relative;
    overflow:hidden;
	box-sizing:border-box;
}
.event:after{
	padding-top: 229%;
    content:"";
    display: block;
}
.event_img{
	position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
    margin:auto;
}
.event_img a:hover{
	opacity:0.9;
}

.news{
	width:100%;
	overflow:hidden;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.2em;
}
.news .title{
	border-bottom:1px dotted #ccc;
}
.news .title .date{
	color:#666;
	font-weight:normal;
	margin-right:10px;
	float:left;
}
.news .title .media{
	color:#666;
	font-weight:bold;
	float:left;
}
ul.news{
	margin-left:-30px;
}
ul.news li{
	list-style:none;
	border-bottom:1px dotted #ccc;
	line-height:2em;
	letter-spacing:1px;
	display:block;
}
ul.news li date{
	color:#666;
	font-weight:normal;
	margin-right:10px;
	float:left;
}
ul.news li sorc{
	color:#666;
	font-weight:bold;
	margin-right:10px;
	float:left;
}
ul.news li .content{
	color:#666;
	margin-right:10px;
	line-height:1.6em;
	float:none;
	clear:both;
}
ul.news li .content a{
	font-size:1em;
	color:#666;
}
ul.news li .content a:hover{
	color:#f90;
}

.pr_section{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	border:1px solid #ccc;
}
.pr_title{
	width:96%;
	font-size:1.3em;
	font-weight:bold;
	line-height:2em;
	letter-spacing:2px;
	border-top:1px solid #ccc;
	margin:0 auto;
}
.pr_date{
	font-size:0.7em;
	font-weight:normal;
	letter-spacing:0;
	float:right;
	clear:both;
}
.media_source{
	border-top:1px solid #ccc;
	padding:10px 2%;
}
.media_source a{
	color:#666;
}
.media_source a:hover{
	color:#f90;
}
.pr_title a{
	font-size:1em;
	font-weight:bold;
	line-height:2em;
	color:#F90;
}
.pr_title a:hover{
	color:#f90;
}
.desc ul li{
	list-style:decimal;
}

.epaper{
	margin-left:2%;
	margin-bottom:10px;
	clear:both;
}
.epaper .input{
	font-size:1em;
	width:40%;
	min-width:200px;
	height:1em;
}
.epaper .btn{
	font-size:0.9em;
	padding:5px;
	width:90px;
	text-align:center;
	height:25px;
	line-height:1em;
	margin-left:15px;
	color:#fff;
	background:#f90;
}
.epaper .btn2{
	font-size:0.9em;
	padding:5px;
	width:90px;
	text-align:center;
	height:25px;
	line-height:1em;
	margin-left:15px;
	color:#fff;
	background:#FC6;
}