#news_content{
	width: 1200px;
    margin: 0 auto;
    position: relative;
}
#news_content * { font-family:"微軟正黑體"; }

/**
 * 列表
 */
.news_unit {
    display: block;
    float: left;
    width: 100%;
	color: #333;
    margin: 0;
	margin-bottom: 4%;
	padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_unit * {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.news_unit:hover{ text-decoration:none; }

.news_unit .news_img {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    height: 180px;
    overflow: hidden;
    border: 4px solid #fff;
	margin-right: -4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 10px 10px 5px #000000;
    -webkit-box-shadow: 10px 10px 5px #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.news_unit .news_img img.big_width {
	height: 100%;
	max-width: none;
}
.news_unit .news_img img.big_height {
	width: 100%;
	max-height:none;
}

.news_unit .news_box{
    display: inline-block;
    vertical-align: top;
    width: 70%;
    height: 180px;
	position: relative;
    margin-left: 1%;
    margin-right: -4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news_unit .news_name {
    color: #000;
    font-size: 16px;
	font-weight: bold;
    line-height: 25px;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: #F3DCE7;
}
.news_unit .news_info {
	height: 80px;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 10px;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
}
.news_unit .news_more {
	display: block;
	position: absolute;
	left: 0;
    bottom: 4px;
	line-height: 25px;
    padding: 5px 0;
}
.news_unit .news_more span {
	display: block;
    color: #fff;
    font-size: 13px;
    padding: 1px 14px 2px;
	margin-right: -3%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	background: #6b3606;
}
.news_unit .news_more span:hover{
    background: #FBC02D;
}

.news_unit .news_date{
    display: inline-block;
	position: absolute;
    top: 0;
    right: 0;
	color: #fff;
    font-size: 14px;
    padding: 8px 10px 8px;
	background: #68226A;
}

.news_unit:hover .news_img img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}
.news_unit:hover .news_more span {
	color: #fff;
}

/**
 * 頁面控制
 */
.news_page {
	padding: 5px 0px;
	color: #333;
	font-size: 15px;
	border-top: 1px dotted #CCC;
}
.news_page a{
	color: #6b3606;
	text-decoration:none;
}
.news_page a:hover{
	color: #FBC02D;
	text-decoration: underline;
}

/**
 * 內頁
 */
#news_name {
    width: 96%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 10px 0 10px 10px;
	color: #6b3606;
	font-size: 21px;
    font-weight: bold;
    border-bottom: 1px dashed #68226A;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#news_name:before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 4px;
	background: #D88EB1;
}
#news_date {
    clear: both;
    text-align: right;
    position: absolute;
    top: 25px;
    right: 2%;
	color: #68226A;
    font-size: 12px;
    letter-spacing: 1px;
	padding: 0;
}
#n_pic {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#news_info{
    width: 96%;
    margin-left: 2%;
}

/**
 * 頁面控制
 */
#news_ctrl {
	text-align: right;
	margin-right: 1%;
	margin-top: 2%
}
#news_ctrl img{ width: inherit; opacity: 0; }
#news_ctrl a{ position: relative; }
#news_ctrl a:nth-child(1):before,
#news_ctrl a:nth-child(2):before{
	display: inline-block;
	position: absolute;
	width: 50px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 3px 0;
	background: #6b3606;
}
#news_ctrl a:nth-child(1):before{
	content:"BACK";
}
#news_ctrl a:nth-child(2):before{
	content:"TOP";
}
#news_ctrl a:nth-child(1):hover:before,
#news_ctrl a:nth-child(2):hover:before{
	background: #FBC02D;
}

/**
 * RWD
 */
 @media only screen and (min-width: 320px) and (max-width:1200px) {
	  #news_content{
		  width: 100%;}}

@media only screen and (min-width: 320px) and (max-width:960px) {
.news_unit .news_info{ height: 90px; }
.news_unit .news_more{ bottom: -2px; }
}

@media only screen and (min-width: 320px) and (max-width:720px) {
.news_unit .news_name{
    padding: 5px 33% 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#news_name{ padding: 10px 0; }
#news_date{
    text-align: left;
    margin-left: 2%;
    margin-top: 3%;
    position: static;
}
#n_pic {
	float: inherit;
	width: 100%;
	height: auto;
	padding: 0 5%;
	padding-bottom: 20px;
}
#news_ctrl{
    text-align: left;
    margin: 2% 1% 5% 2%;
}
}

@media only screen and (min-width: 320px) and (max-width:480px) {
.news_unit .news_img{
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0;
}
.news_unit .news_box{
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    margin-bottom: 6%;
}
.news_unit .news_more{
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    position: static;
    display: block;
}
.news_unit .news_more span{
    margin-right: 0;
    font-size: 1em;
    padding: 1px 0;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
}
}