/*
 * w2001 - jnp iweb11
 * http://jnp.com.tw
 *
 * Copyright 2013, Evelyn Wang
 * 
 * 
 * December 2013
 */
 
 
/* +seoMarquee
*----------------------------------------------------------------------------*/
#seoMarquee {
	width: 100%;
	height: 39px;
	background: url(../images/article/bg-bannerWrap.jpg) no-repeat center 0 #000005;
	overflow: hidden;
}

#seoMarquee #webSeo {
	margin: 19px auto 0;
	padding: 0 0 0 120px;
	width: 840px;
	height: 20px;
	background: url(../images/all/title-notice.png) no-repeat 30px center;
	position: relative;
}

#seoMarquee #webSeo .seo {
	width: 840px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #fff;
}


/* +sidebar
*----------------------------------------------------------------------------*/
.contetWrap .content #sidebar #pointS {
	margin-top: 10px;
}

.contetWrap .content #sidebar #callCenter ,
.contetWrap .content #sidebar #sideNav {
	margin-top: 20px;
}

.contetWrap .content #sidebar #sideNav ul {
	overflow: hidden;
}

.contetWrap .content #sidebar #sideNav ul li {
	width: 335px;
	height: 85px;
}

.contetWrap .content #sidebar #sideNav ul li a {
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	padding: 20px 0 20px 80px;
	width: 240px;
	height: 47px;
	background: url(../images/article/bg-sidebarNav.png) no-repeat 0 -15px;
	display: block;
	line-height: 47px;
	font-size: 18px;
	color: #FFF;
	font-weight: 900;
}
.contetWrap .content #sidebar #sideNav ul li a:hover {
	background-position: 0 -127px;
}


/* +contetWrap
*----------------------------------------------------------------------------*/
.contetWrap {
	background: url(../images/article/bg-content.jpg) no-repeat center 0 #08020d;
}

.contetWrap .content .contentMain #titleWrap {
	margin: 20px 0 0;
	height: 75px;
	background: url(../images/article/bg-articleTitle.png) no-repeat 0 0;
	overflow: hidden;
}
.contetWrap .content .contentMain #titleWrap .title {
	margin: 15px 0 20px 95px;
	height: 40px;
	float: left;
	overflow: hidden;
}
.contetWrap .content .contentMain #titleWrap .title h2 {
	margin: 0 10px 0 0;
	padding: 0;
	height: 40px;
	background: none;
	float: left;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
}
.contetWrap .content .contentMain #titleWrap .title span {
	height: 40px;
	float: left;
	line-height: 45px;
	font-size: 16px;
	color: #efefef;
	font-weight: 900;
}

.contetWrap .content .contentMain #titleWrap #waylink {
	margin: 15px 15px 20px 0;
	height: 40px;
	float: right;
	line-height: 40px;
	font-size: 12px;
	color: #ffeafe;
}
.contetWrap .content .contentMain #titleWrap #waylink a {
	color: #ffeafe;
}

.contetWrap .content .contentMain #article ,
.contetWrap .content .contentMain #backlist,
.contetWrap .content .contentMain #sitemap {
	padding: 0 20px;
	width: 575px;
	background: url(../images/article/bg-artielc.jpg) repeat-y 0 0;
	overflow: hidden;
}

.contetWrap .content .contentMain #article {
	min-height: 900px;
	color: #ffeafe;
}

.contetWrap .content .contentMain #backlist a {
	margin: 10px 0 0;
	display: block;
	float: right;
	font-size: 12px;
	color: #FCF;
}

.contetWrap .content .contentMain #articleBottom {
	width: 615px;
	height: 30px;
	background: url(../images/article/bg-artielcBottom.png) no-repeat 0 0;
}
.contetWrap .content .contentMain #sitemap h4 {
	margin: 10px 0 10px 0;
    font-size: 24px;
}
.contetWrap .content .contentMain #sitemap h4 a {
    color: #fff;
}
.contetWrap .content .contentMain #sitemap ul {
    overflow: hidden;
}
.contetWrap .content .contentMain #sitemap li {
	float: left;
    width: 48%;
    line-height: 20px;
	padding: 0 10px 0 0;
}
.contetWrap .content .contentMain #sitemap li a {
	color: #ffeafe;
}
