@charset "utf-8";
/* CSS Document */
.page_news{
	z-index: 999;
	max-width: 1037px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 7px;
	position: relative;
}
.page_news_box{
	max-width: 987px;
	margin: 0 auto;
	box-shadow: 0 0 10px 3px #999;
	text-align: center;
	padding-bottom: 3em;
}
.page_news_in{
	width: 93%;
	margin: 0 auto;
}
.page_news_title{
	padding: 25px 0 0;
}
.page_news_border{
	border: 7px solid #CBCBCB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px;
	position: relative;
}
.news_list_box{
	padding: 1.5em 0;
	background-image: url("../images/website_image/news/news_point.gif");
	background-repeat: repeat-x;
	background-position: top;
}
.news_list_box:nth-child(1), .news_list_box:nth-child(2), .news_list_box:nth-child(3){
	background-image: none;
}
.news_list_top{
	position: absolute;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	border-bottom: 3px solid #4672A3;
	z-index: 999;
	padding: 8px 7px 0;
}
.news_list_date{
	font-size: 1em;
	padding: 0;
	color: #A8BDD3;
	text-align: left;
}
.news_list_text {
    padding: 0;
	margin: 0;
	font-size: 1.3em;
	color: #5F5F5F;
	text-align: left;
	height: 28px;
	overflow: hidden;
}
.news_list_img_out {
    position: relative;
    height: 0;
    padding-top: 90%;
    overflow: hidden;
    margin: 0;
}
.news_list_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease;
}
.page_news_border:hover .news_list_img{
	transform : scale(1.1);
}
.page_news_border:hover .news_list_more{
	color: #fff;
	background-color: #4672A3;
}
.page_news_border:hover .news_list_date, .page_news_border:hover .news_list_text{
	color: #fff;
}
.page_news_border:hover .news_list_top{
	background-color: rgba(70,114,163,0.9);
}
.page_news_border:hover{
	border: 7px solid #4672A3;
}
.page_news_border:hover .news_list_more b::after{
	position: absolute;
	background-image: url(../images/website_image/news/news_icon_arrow_hover.png);
}
.news_list_img img{
	max-width: 100%;	
}
.page_news_border a{
	text-decoration: none;
}
a .news_list_more{
	position: relative;
	background-color: #CBCBCB;
	padding: 7px 2em 1px 1em;
	color: #3A3A3A;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	text-align: right;
}
.news_list_more b{
	position: relative;
}
.news_list_more b::after{
	position: absolute;
	background-image: url(../images/website_image/news/news_icon_arrow.png);
	content: "";
	width: 11px;
	height: 8px;
	bottom: 4px;
	right: -20px;
}
/*內文*/
.news_detail_date{
	font-size: 1em;
	padding: 1em 20px 0;
	color: #A8BDD3;
	text-align: left;
}
.news_detail_text {
    padding: 0 20px;
	margin: 0;
	font-size: 1.4em;
	color: #5F5F5F;
	text-align: left;
	line-height: 1.7em;
}
.news_detail_text span{
	border-bottom: 3px solid #4672A3;
}
.news_detail_pic{
	padding: 1em;
}
.news_detail_pic img{
	max-width: 100%;
}
.news_detail_info{
	background-image: url("../images/website_image/news/news_point.gif");
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	padding: 1em;
	color: #7B7B7B;
}
.news_detail_back{
	background-image: url("../images/website_image/news/news_point.gif");
	background-repeat: repeat-x;
	background-position: top;
	padding: 2em 0;
}
.news_detail_back img{
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 8px;
}
.news_detail_back a{
	color: #090909;
	text-decoration: none;
	letter-spacing: 3px;
	text-shadow: 0 0 1px #787878;
	font-size: 1.2em;
}
.news_detail_back a:hover{
	color: #4672A3;
}

@media screen and (min-width:320px) and (max-width:767px) {
.news_list_text {
    font-size: 1em;
    height: 24px;
}
.news_list_date {
    font-size: 0.8em;
}
.news_list_box:nth-child(2), .news_list_box:nth-child(3){
	background-image: url("../images/website_image/news/news_point.gif");
}
/*news_detail*/
.news_detail_date{
	font-size: 0.8em;
	padding: 1em 0 0;
}
.news_detail_text {
    padding: 0 0;
	font-size: 1em;
	line-height: 1.7em;
}
.news_detail_info p{
	word-break: break-all;
}
}
