@charset "utf-8";
/* CSS Document */

.hotNewsBox {
	position: fixed;
	right: 20px;
	bottom: 36px;
	width: 300px;
	background: url(../images/hotNews_bg.png) top no-repeat;
	z-index: 10;
}
.second-title.hotNews_title {
	width: 85%;
	height: 37px;
	background: url(../images/hotNew_title.png) left no-repeat;
	background-size: contain;
	margin: 20px auto;
}
.hotNewContainer {
	width: 85% !important;
	margin: 20px auto;	
}
.hotNewItem {
	padding: 5px;
	box-sizing: border-box;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.hotNewItem:hover {
	background: #222;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.hotNewContainer a {
	display: block;
	color: #ddd;
	text-decoration: none;
	overflow: hidden;
}
.hotNewContainer a.newsImg {
	margin-bottom: 7px;
}
.hotNewContainer a.newsText {
	max-height: 40px;
	overflow: hidden;
}
.hotNewContainer a .second-title {
	font-size: 1.16rem;
	font-weight: 300;
	color: #fff;
}
a.newsMore {
	display: block;
	font-size: 1.08rem;
	color: #cc8a55;
	border: 1px solid #cc8a55;
	text-decoration: none;
	width: 85%;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
a.newsMore:hover {
	color: #fff;
	background: #666;
    border: 1px solid #666;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.hotNewNone {
	width: 85% !important;
	margin: 20px auto;
	color: #666;
	font-size: 1.25rem;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	display: none;
}
.indexMap {
	display: none;
	position: relative;
	width: auto;
	height: 350px;
}
#map_canvas {
	width: 100%;
	height: 100%;
}
a.gotoMap {
	position: absolute;
	display: block;
	font-size: 1.08rem;
	color: #fff;
	text-decoration: none;
	z-index: 1;
	background: #443d37;
	padding: 5px 10px;
	right: 60px;
	top: 10px;
}


/** 最新消息燈箱 **/
.lightbox {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#lightbox_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/lightbox_bg.png) repeat;
}
/** 最新消息燈箱 置中架構 **/
.outer_table {
	display: table;
	width: 620px;
	height: 100%;
	margin: 0 auto;
}
.outer_tablerowgroup {
	display: table-row-group;
}
.outer_tablerow {
	display: table-row;
}
.outer_tablecell {
	display: table-cell;
	vertical-align: middle;
}
/** 最新消息燈箱 置中架構 End **/
.light_content {
	position: relative;
	z-index: 2;
	padding: 5px;
}
.light_content a#lightbox_close {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	background: url(../images/lightbox_close.png) no-repeat;
	background-size: contain;
	z-index: 10;
}
.light_content img {
	width: 100%;
}
body.body_overflow {
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.hotNewsBox	{
	position: relative;
	right: 0;
	bottom: auto;
	width: auto;
	margin: 0 auto;
	background: none;
}
.second-title.hotNews_title {
	width: auto;
	margin: 20px 25px;
}
.hotNewContainer, .hotNewNone {
	width: auto !important;
	margin: 15px 25px;
}
a.newsMore {
	width: auto;
	margin: 0 25px;
	margin-bottom: 25px;
	color: #fff;
	background: #666;
}
.indexMap {
	display: block;
}
	.outer_table {
		width: 80%;
	}
}
@media screen and (max-width: 700px) {
	
}
@media screen and (max-width: 414px) {
.hotNewContainer a.newsText {
	height: 35px;
}
}