.example_list li{
	border-bottom: solid #dcdcdc 1px;
	padding:0px 0px 5px;
	margin-bottom: 20px;
}
.example_list li:nth-last-of-type(1){
	margin-bottom: 0;
}

.example_list li .example_img{
	float: left;
	width: 30%;
	color: #0c0c0c;
	line-height: 1.6;
	font-size: 14px;
}
.example_list li .example_img:nth-of-type(2){
	margin:0 5%;
}
.example_list a img {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.example_list a:hover img {
	opacity: .8;
    -webkit-transform: scale(.9);
       -moz-transform: scale(.9);
        -ms-transform: scale(.9);
         -o-transform: scale(.9);
            transform: scale(.9);
}
.example_detail{
    margin-bottom: 55px;
}
.example_detail .title{
    font-size: 15px;
    color: #0076EB;
    font-family: '微軟正黑體';
    font-weight: 600;
    line-height: 36px;
}
.example_detail .title:after{
    content:'';
    padding: 10px;
    /*display: block;*/
    width: 10px;
    background: url(../images/example/tra.png)center center no-repeat;
}
.fancybox_hidden{
	display:none;
}