/* 加入產業新聞 */
.multilines{
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient:vertical;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.news_show_cover{
	font-family:"微軟正黑體", Arial, sans-serif;
	margin-bottom: 25px;
	border-top: 5px solid #dcdcdc;
	border-bottom: 5px solid #dcdcdc;
	position: relative;
	clear: both;
	margin: 15px 0 20px;
    width: 785px;
    display: inline-block;
}
.news_show_cover:before ,.news_show_cover:after {
	display: block;
	content: '';
	position: absolute;
	width: 67px;
	height: 3px;
	background: #fec006 url(../images/decoration.png) center bottom no-repeat;
}
.news_show_cover:before {
	right: 15px;
	top: 0;
}
.news_show_cover:after {
	left: 15px;
	bottom: -8px;
}
a.see_more {
	position: absolute;
	font-size: 12px;
	color: #fec006;
	right: 15px;
	padding: 7px;
}
a.see_more:hover {
	text-decoration: underline;
}
.news_title{
	display: inline-block;
	width: 180px;
	letter-spacing: 0.08em;
	font-size: 25px;
	font-weight: bold;
	color: #fec006;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
	background: url(../images/news_title.png) 10px bottom no-repeat;
}
.news_title_with_search{
	margin-top: 10px;
	margin-bottom: 10px;
}
.news_title_with_search{
	display: block;
	width: 200px;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	float: right;
    margin-top: 35px;
}
.boxtxt{
	width: 140px;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 3px;
	outline: none;
}
.search_Action_btn{
	width: 33px;
	background: #e9edee;
	text-align: center;
	border:none;
	font-size: 12px;
    font-weight: bold;
    color: #333;
    line-height: 22px;
    padding: 0 5px;
    border-radius: 3px;
}
.news_list{
	margin: 20px 0;
	padding:0;
}
.news_list.news_breaking{
	border: 1px solid #eee;
	clear: both;
}
.news_list li{
	padding: 15px 5px;
	background: #fff;
	list-style: none;
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
}
.news_list.news_breaking li{
	width: 50%;
	float: left;
	margin-top: 0;
	padding: 10px 5px;
}
.news_list li:hover{
	background: #e0eaf4;
}
.news_list li a{
	text-decoration: none;
}
.news_single_img{
	width: 205px;
	height: 135px;
	overflow: hidden;
	float: left;
	position: relative;
}
.news_single_img:after{
	display: block;
	position: absolute;
	content: 'READ MORE';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.75);
	color: #F95A40;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	line-height: 125px;
	opacity:0;
}
.news_list li:hover .news_single_img:after{
	opacity:1;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-ms-transition: ease .5s;
	-o-transition: ease .5s;
	transition: ease .5s;
}
.news_single_img img{
	width: 100%;
}
.news_single_txt{
	width: 100%;
	padding-left: 220px;
	box-sizing: border-box;	
}
.time{
	color: #5a5a5a;
	font-size:12px;
	padding-left: 18px;
	background:url(../images/icon_clock.png) left center no-repeat;
	margin: 0;
	margin-left:auto;
	width: 72px;
}
.title_name{
	font-size: 18px;
	color: #3e7bba;
	margin: 5px 0;
	text-decoration: none;
	height: 30px;
	line-height: 26px;
	-webkit-line-clamp:1;
}
.news_breaking.news_list .title_name{
	height: 50px;
	-webkit-line-clamp:2;
}
.news_single_txt a{
	color: initial;
}
.news_single_txt p{
	margin: 0;
	font-size: 12px;
	color: #333;	
	line-height: 20px;
	-webkit-line-clamp:4;
	height: 80px;
}
.news_breaking.news_list .news_single_txt p{
	-webkit-line-clamp:3;
	height: 60px;
}
.trade{
	position: relative;
	border-bottom: 1px solid #aaa;
	padding:20px 0; 
}
.trade:before{
	pointer-events: none;
    position: absolute;
	content: '';
	border-style: solid;
	opacity:1;
	left: calc(50% - 10px);
	bottom: -10px;
	border-width: 10px 10px 0 10px;
	border-color: #aaa transparent transparent transparent;

}
.trade a{
	display: inline-block;
	width: 120px;
	border: 1px solid #ccc;
	line-height: 35px;
	color: #212121;
	font-weight: bold;
	font-size: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	text-align: center;
	background:#fff;
	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px transparent;
  	position: relative;
}
.trade a.active{
	background: #fec106;
	border: 1px solid #ffdf01;
	color: #fff;
}
.trade a.active:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity:1;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #fec106 transparent transparent transparent;
}
.article_box{
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	padding: 0 0 20px 0;
}
.article_title{
	color: #2c3d66;
	font-size:28px;
	font-weight: bold;
	margin: 20px 0;
}
.author{
	text-align: right;
	float: right;
	font-size: 12px;
	color: #444;
	margin: 0;
}
.author span{
	display: inline-block;
	padding: 3px 10px;
	border-radius: 10px;
	border: 1px solid #dce2e7;
	margin-left: 10px;
}
.author +.time{
	margin-left: initial;
	width: 110px;
}
.txt {
	margin:25px 0;
	letter-spacing: 0.1em;
	line-height: 32px;
	font-size: 15px;
}
.txt img{
	width: 100%;
	display: block;
	line-height: 0;
	margin: 20px 0;
}
.share_to{
	text-align: right;
}
.share_to span {
	color: #999;
	border-radius: 15px;
	border: 1px solid #999;
	padding: 4px 20px;
	margin-right: 20px;
	font-size: 12px;
	line-height: 18px;
}
.share_to a {
	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 25px;
}
.share_to a span {
	text-indent: -9999px;
	display: block;
	border: none;
	text-align: initial;
}
.share_to a.line_s{
	background: url(../images/icon_line.png);
	margin: 0;	
}
.share_to a.fb_s{
	background: url(../images/icon_fb.png);
}
.last_page {
	display: block;
	width: 150px;
	margin: 10px auto 20px; 
	background: #999 url(../images/last_btn.png) center center no-repeat;
	color: #fff;
	padding-left: 65px;
	line-height: 35px;  
	font-size: 13px;
	box-sizing: border-box;
	text-decoration: none;
}
.news_title.long_tx {
	width: 300px;
}
.news_list.relative li{
	margin-top: 10px;
}