@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

/*.list_gray_light {
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 0px;
}
.list_gray_light ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list_gray_light li {
	float: left;
	width: 47%;
	margin: 1.5%;
	box-shadow: 0px 0px 5px 2px #DDD;
}
.list_gray_light li .post_image{
	overflow: hidden;
	float: left;
	width: 50%;
}
.list_gray_light li .post_image img{
	width: 100%;
}
.list_gray_light li .post_text{
	float: left;
	width: 50%;
	padding: 10px;
}
.list_gray_light li .post_text .post_title{
	font-size: 2.2rem;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #F00;
}
.list_gray_light li .post_text .post_intro{
	overflow:hidden;
	display: -webkit-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}*/


.list_gray_light {
	/*width:100%;*/
}

.list_gray_light ul {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style:none;
}
.list_gray_light li {
	/*overflow: hidden;*/
	/*margin: 20px 0;*/
	width: 95%;
	/*box-shadow: 0px 0px 5px 2px #DDD;*/
}
.list_gray_light li .post_image{
	float: left;
	width: 250px;
}
.list_gray_light li .post_image img{
	width: 100%;
}
.list_gray_light li .post_text{
	float: left;
	width: 100%;
	/*width: calc( 100% - 250px );*/
	padding: 20px 40px;
	box-shadow: 0px 0px 5px 2px #DDD;
	margin: 20px 0;
}
.list_gray_light li .post_text .post_title{
	font-size: 2.2rem;
	font-weight: 400;
	margin: 4px 0;
	padding: 0 0 0px 0;
}
.list_gray_light li .post_text .post_content{
	overflow:hidden;
	display: -webkit-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.list_gray_light li .post_text .post_more{
	float: right;
	margin: 8px 0 0 0;
	color: #FF0031;
}

.mechanism_list_box .btn{
	margin: 10px;
}
.mechanism_list_box .btn.u0{
	background: #999;
}
.mechanism_list_box .btn.u1{
	background: #ED5540;
}
.mechanism_list_box .btn.u2{
	background: #E2C54F;
}
.mechanism_list_box .btn.u3{
	background: #71CA90;
}
.mechanism_list_box .btn.u4{
	background: #46C6E1;
}
.mechanism_list_box .btn.u5{
	background: #C0A9C5;
}
.mechanism_list_box .btn.u6{
	background: #F689A6;
}
.mechanism_list_box .btn.u7{
	background: #FD8F44;
}
.mechanism_list_box .btn.u8{
	background: #4692e1;
}

.mechanism_list_box .btn a{
	color: #fff;
	/*background: #999;*/
}




 .mechanism{
	display: block;
}
.current{
	display: none;
}
