@charset "utf-8";
/* CSS Document - news*/
ul.left_menu > li > a:hover {
	color:#C51928;
	background: url(../data/conference/dot_.png) 5px 14px no-repeat;
}
ul.left_menu > li.act > a{
	color:#C51928;
	background:url(../data/conference/dot_.png) 5px 14px no-repeat;
}
ul.left_menu > li.active > a{
	color:#C51928;
	background:url(../data/conference/dot_.png) 5px 14px no-repeat;
}
.leftnav {
	height: auto;
	position: relative;
	border:#CE1B2E 1px solid;
	border-bottom:#CE1B2E 3px solid;
	margin-bottom:20px;
}
#content {
	width:680px;
	margin:0 auto;
	padding-bottom:30px;
	position: relative;
	line-height: 26px;
	margin-bottom:30px;
	list-style:none;
	border-bottom:#DDDDDD 1px dashed;
}
#content li {
	height:150px;
	color: #5D5D5D;
	margin: 0px 0px 25px 0;
	padding:0 0 0 0px;
	list-style:none;
	position: relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content li:hover{
}
#content li:hover .name{
	color:#0A7DD6;
}
#content li:hover .name span{
	text-decoration:none !important;
}
#content li .photo{
	width:194px;
	height:144px;
	float:left;
	text-align:center;
	background:#FFF;
	border:#CCCCCC 3px solid;
	position:relative;
}
#content li .photo span{
	display:block;
	width:194px;
	height:144px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../data/news/top.png) center no-repeat;
	filter:alpha(Opacity=0);
	-moz-opacity:0;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content li:hover .photo span{
	filter:alpha(Opacity=1000);
	-moz-opacity:1;
	opacity: 1;
}
#content li:hover .date span.more{
	color:#FFF;
	background:#0059B2;
}
#content li .photo img{
	max-width:194px;
	max-height:144px;
	vertical-align:middle;
}
#content li .info{
	width:460px;
	float: right;
}
#content .name span{
	color:#D96D00;
	font-size:12px;
	font-weight:normal;
	margin-right:10px;
	text-decoration:none !important;
}
#content .name {
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	color:#666666;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../data/news/news_dot.png) 5px center no-repeat;
	background-color:#EEEEEE;
	margin-bottom:10px;
}
#content .con{
	color: #868686;
	height: 60px;
	font-size: 13px;
	line-height: 20px;
	margin-bottom:10px;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /*超出第5行時截斷*/
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#content .date{
	color:#FFF;
	line-height: 24px;
	font-size: 12px;
	width:132px;
	height:24px;
	padding:0 0px 0 5px;
	font-weight: bold;
	text-decoration: none;
	border:#0A7DD6 2px solid;
	background:#0A7DD6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
#content .date span{
	float:left;
}
#content .date span.more{
	color: #0A7DD6;
	float:right;
	background:#FFF;
	padding:0 13px;
	text-align:center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
/*----------------------detail-------------------------*/
#content_in {
	width: 680px;
	margin: 0 auto;
	position: relative;
	line-height: 26px;
	padding-bottom:30px;
	margin-bottom: 30px;
	border-bottom:#D8D8D8 1px dashed;
}
#content_in .top_box{
	margin-bottom:20px;
}
#content_in .date{
	color:#FFF;
	line-height: 26px;
	font-size: 12px;
	width:80px;
	height:26px;
	padding:0 5px;
	font-weight: bold;
	text-decoration: none;
	border:#0A7DD6 2px solid;
	background:#0A7DD6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	text-align:center;
	float:left;
}
#content_in .date span{
	color: #0063D3;
	font-weight: bold;
	margin-bottom:3px;
	font-size: 38px;
	display: block;
}
#content_in .name {
	width:545px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	line-height:20px;
	padding:5px 0px 5px 30px;
	text-decoration: none;
	background: url(../data/news/news_dot.png) 15px 13px no-repeat;
	background-color:#EEEEEE;
	float:right;
}
#content_in .photo {
	height: 344px;
	margin:0 auto 30px auto;
	position:relative;
}
#content_in .photo_b {
	width: 450px;
	height:339px;
	text-align: center;
	float: left;
	position:relative;
	text-align: center;
	overflow:hidden;
	border:#DDDDDD 2px solid;
}
#content_in .photo_b img {
	max-width: 450px;
	max-height: 339px;
}
#content_in .right{
}
#content_in .photo_s {
	width: 180px;
	position:relative;
	padding-left:22px;
	float:right;
	border-left:#DDDDDD 1px dashed;
}
#content_in .photo_s li {
	width: 80px;
	height: 60px;
	display:block;
	float:left;
	list-style:none;
	text-align: center;
	margin:0px 0px 6px 0px;
	position:relative;
	background:#FFF;
	border:#DDDDDD 2px solid;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .photo_s li:nth-child(even) {
	float:right;
}
#content_in .photo_s li:hover {
}
#content_in .photo_s li img {
	max-width: 80px;
	max-height:60px;
	vertical-align:middle;
}
#content_in .photo_s li span{
	display:block;
	width: 80px;
	height: 60px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../data/news/top.png) center no-repeat;
	filter:alpha(Opacity=0);
	-moz-opacity:0;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .photo_s li:hover span{
	filter:alpha(Opacity=1000);
	-moz-opacity:1;
	opacity: 1;
}
#content_in .con {
	color:#666666;
	line-height: 24px;
}
#content_in .con img{
	max-width:680px;
	height:auto !important;
}
