.share {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 2em;
    border-bottom-width: 0.1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    margin-bottom: 2em;
    overflow: hidden;
}
.share_L {
    float: left;
    width: 20%;
}
.share_L img {
    width: 100%;
}
.share_R {
    float: right;
    width: 78%;
}
.share01 {
    font-family: "微軟正黑體";
    font-size: 0.9em;
    color: #990;
    margin-bottom: 0.5em;
}
.share01 date {
    font-family: Arial;
}
.share02 {
    font-family: "微軟正黑體";
    font-size: 1.4em;
    font-weight: bold;
    color: #FFF;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
}
.share03 {
    font-family: "微軟正黑體";
    font-size: 1.05em;
    color: #CCC;
    line-height: 28px;
}
.share03 a {
    text-decoration: none;
    color: #CCC;
}
.share03 a:link {
	color: #CCC;
	text-decoration: none;
}
.share03 a:visited {
	color: #CCC;
	text-decoration: none;
}
.share03 a:hover {
    color: #FFF;
    text-decoration: none;
}
.share04 {} .share04 img {
    width: 100%;
}
.share05 {
    color: #FFF;
    line-height: 28px;
    font-size: 1.05em;
}
.share06 {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
	border: 0.2px solid #5B3E00;
	margin-bottom: 1em;
	background-color: #664500;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.share07 {
	color: #CCC;
	font-family: "微軟正黑體";
	font-weight: bold;
}

.share08 {
	margin-top: 1em;
	color: #FF0;
	font-family: "微軟正黑體";
	font-size: 1em;
	text-align: right;
}

.share08 a {
	font-family: "微軟正黑體";
	color: #FF0;
	text-decoration: none;
}

.share08 a:link {
	color: #FF0;
	text-decoration: none;
}
.share08 a:visited {
	color: #FF0;
	text-decoration: none;
}
.share08 a:hover {
	color: #F60;
	text-decoration: none;
}

.item {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "微軟正黑體";
}

.item p {
	font-family: "微軟正黑體";
	font-size: 1.05em;
	color: #FFF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

}

.item img {
	width: 100%;

}

.more {
	color: #F00;


}



/*******不同解析度**********/
@media(max-width:1440px){}
@media(max-width:1366px){}
@media(max-width:1280px){}
@media(max-width:1024px){}
@media(max-width: 991px){}
@media(max-width:768px){
	.share_L {width: 100%;}
	.share_L img {padding-bottom:10px;}
	.share04 img {padding-bottom:10px;}
	.share_R {width: 100%;}
}
@media(max-width:640px){
	.share_L {width: 100%;}
	.share_L img {padding-bottom:10px;}
	.share04 img {padding-bottom:10px;}
	.share_R {width: 100%;}
}
@media(max-width:480px){
	.share_L {width: 100%;}
	.share_L img {padding-bottom:10px;}
	.share04 img {padding-bottom:10px;}
	.share_R {width: 100%;}
	.share_seach {
		width: 98%;
		text-align: left;
		margin-top: 1em;
	}
}
@media(max-width:320px){
	.share_L {width: 100%;}
	.share_L img {padding-bottom:10px;}
	.share_R {width: 100%;}
}
