﻿@charset "utf-8";

/** promoBox **/
.promoBox {
	position:relative;
	width:100%;
	padding:20px;
	background:#F4F3EF;
	margin-top:30px;
	box-sizing:border-box;
}
.promoBox .box-L {
	float:left;
	width:20%;
}
.promoBox .box-L .pic {
	float:left;
	width:100%;
}
.promoBox .box-L .pic img {
	width:100%;
	height:auto;
}
.promoBox .box-L .btn-cont {
	float:left;
	width:100%;	
	margin:1px 0 0 0;
}
.promoBox .box-L .btn-cont a {
	float:left;
	width:100%;
	color:#FFF;
	font-size:1.6em;
	text-align:center;	
	padding:12px 0;	
	background:#767676;
}
.promoBox .box-L .btn-cont a span {
	padding:10px 30px 10px 0 ;
	background:url(../images/btn-cont-icon.png) no-repeat right 50%;
}
.promoBox .box-L .btn-cont a:hover {
	background:#333;
}
.promoBox .box-L .btn-info {
	float:left;
	width:100%;
	margin:1px 0 0 0;
}
.promoBox .box-L .btn-info a {
	float:left;
	width:100%;
	color:#FFF;
	font-size:1.6em;
	text-align:center;
	padding:12px 0;	
	background:#888;
}
.promoBox .box-L .btn-info a span {
	padding:10px 30px 10px 0 ;
	background:url(../images/btn-info-icon.png) no-repeat right 50%;
}
.promoBox .box-L .btn-info a:hover {
	background:#333;
}
.promoBox .box-R {
	float:right;
	width:78%;
}
.promoBox .box-R h2 {
	color:#000;
	font-size:3.1em;
	font-weight:bold;
	margin-bottom:10px;
}
.promoBox .box-R p {
	color:#666;
	font-size:1.5em;
	line-height:170%;
}
.promoBox .box-R .subtit {
	color:#000;
	font-size:1.9em;
	font-weight:bold;
	margin:20px 0;
}
.promoBox .box-R .subtit a{
	float:right;
	margin-top:5px;
}
.promoBox .box-R ul {
	list-style:none;
	margin:-5px;
}
.promoBox .box-R li.box {
	display:inline-block;
	width:33.33%;
	padding:5px;
	vertical-align:top;
	box-sizing:border-box;
}
.promoBox .box-R li.box .pic {
	font-size:0;
	width:100%;
	height:120px;
	line-height:120px;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	padding:0;
	overflow:hidden;
	border:1px solid #CCC;
	background:#FFF;
}
.promoBox .box-R li.box .pic img {
	max-width:100%;
	max-height:120px;
	height:auto;
	vertical-align:middle;
	padding:0;
	margin:0;
}
.promoBox .box-R li.box a {
	display:block;
	width:100%;
	color:#555;
	font-size:1.3em;
	line-height:130%;
	text-align:center;
	margin-top:5px;
}
.promoBox .box-R li.box a:hover {
	color:#E3007F;
}
.promoBox .box-R li.news {
	width:100%;
	padding-left:20px;
	background:url(../images/promoBox-icon.png) no-repeat 2px 5px;
	margin-top:10px;
	box-sizing:border-box;
}
.promoBox .box-R li.news a {
	font-size:1.5em;
	color:#4d4d4d;
	line-height:150%;
}
.promoBox .box-R li.news a:hover {
	color:#E3007F;
}
.promoBox .box-R li.news span {
	font-size:1.3em;
	line-height:150%;
	color:#d74c3c;
}
@media screen and (max-width:767px) {
	.promoBox {
		padding-bottom:60px;		
	}
	.promoBox .box-L {
		width:100%;
	}
	.promoBox .box-L .pic {
		float:none;
		width:120px;
		margin:0 auto;
	}
	.promoBox .box-L .btn-cont {
		position:absolute;
		bottom:0;
		left:0;
		width:50%;
	}
	.promoBox .box-L .btn-info {
		position:absolute;
		bottom:0;
		right:0;
		width:50%;
	}	
	.promoBox .box-R {
		width:100%;
		margin-top:10px;
	}
	.promoBox .box-R h2 {
		text-align:center;
	}
}
@media screen and (max-width:460px) {
	.promoBox .box-R li.box {
		width:50%;
	}
	.promoBox .box-R li.box .pic {
		height:100px;
		line-height:100px;
	}
	.promoBox .box-R li.box .pic img {
		max-height:100px;
	}
}
@media screen and (min-width:991px) {
	.promoBox {
		padding:25px;
	}
	.promoBox .box-L {
		width:260px;
	}	
	.promoBox .box-L .btn-cont {
		width:129px;
		margin:2px 0 0 0;
	}
	.promoBox .box-L .btn-cont a {
		padding:15px 0;	
	}
	.promoBox .box-L .btn-info {
		width:129px;
		margin:2px 0 0 2px;
	}
	.promoBox .box-L .btn-info a {
		padding:15px 0;	
		background:#767676;
	}
	.promoBox .box-R {
		float:left;
		width:calc(100% - 290px);
		margin-left:30px;
	}
	.promoBox .box-R li.box {
		width:20%;
	}
	.promoBox .box-R li.box .pic {
		height:88px;
		line-height:88px;
	}
	.promoBox .box-R li.box .pic img {
		max-height:88px;
	}
}
@media screen and (min-width:1200px) {
	.promoBox .box-L {
		width:300px;
	}	
	.promoBox .box-L .btn-cont {
		width:149px;
	}
	.promoBox .box-L .btn-info {
		width:149px;
	}
	.promoBox .box-R {
		width:calc(100% - 330px);
	}
	.promoBox .box-R .subtit {
		font-size:2.1em;
	}
	.promoBox .box-R p {
		font-size:1.7em;
	}
	.promoBox .box-R li.news a {
		font-size:1.7em;
	}
	.promoBox .box-R li.news span {
		font-size:1.5em;
	}
	.promoBox .box-R li.box a {
		font-size:1.5em;
	}
	.promoBox .box-R li.box .pic {
		height:118px;
		line-height:118px;
	}
	.promoBox .box-R li.box .pic img {
		max-height:118px;
	}
}
@media screen and (min-width:1440px) {
	.promoBox .box-R li.box .pic {
		height:138px;
		line-height:138px;
	}
	.promoBox .box-R li.box .pic img {
		max-height:138px;
	}
}


/** promoPage **/
.promoPage {
	position:relative;
	width:100%;	
	margin-top:30px;
}
.promoPage .page-L {
	float:left;
	width:100%;
	margin:50px 0 0 0;
	background:#F4F3EF;
}
.promoPage .page-L .pic {
	display:none;
}
.promoPage .page-L dl {
	float:left;
	width:100%;
	padding:20px;
	box-sizing:border-box;
}
.promoPage .page-L dl.border-dot-bot {
    border-bottom:1px dotted #CCC;
}
.promoPage .page-L dt {
	float:left;
	width:100%;
	color:#000;
	font-size:1.9em;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}
.promoPage .page-L dt .icon1{
	float:left;
	display:block;
	width:22px;
	height:22px;
	margin:2px 5px 0 0;
	background:url(../images/promoPage-icon1.png) no-repeat 50% 50%;
}
.promoPage .page-L dt .icon2{
	float:left;
	display:block;
	width:22px;
	height:22px;
	margin:2px 5px 0 0;
	background:url(../images/promoPage-icon2.png) no-repeat 50% 50%;
}
.promoPage .page-L dd {
	float:left;
	width:100%;
	color:#4C4C4C;
	font-size:1.5em;
	line-height:175%;
	padding:0;
	margin:0;
}
.promoPage .page-R {
	float:left;
	width:100%;
}
.promoPage .page-R .tit {
	position:absolute;
	top:0;
	width:100%;
}
.promoPage .page-R h2 {
	float:left;
	color:#CC4B00;
	font-size:3.1em;
	font-weight:bold;
	padding-right:8px;
	background:url(../images/pagetit-bg.png) no-repeat right 0;
}
.promoPage .page-R .subtit {
	width:100%;
	color:#000;
	font-size:1.9em;
	font-weight:bold;
	margin:20px 0;
	padding-top:20px;
	border-top:1px dotted #CCC;
}
.promoPage .page-R .subtit a{
	float:right;
	margin-top:5px;
}
.promoPage .page-R ul {
	list-style:none;
	margin:0 -5px;
}
.promoPage .page-R li.box {
	display:inline-block;
	width:25%;
	padding:5px;
	vertical-align:top;
	box-sizing:border-box;
}
.promoPage .page-R li.box .pic {
	font-size:0;
	width:100%;
	height:118px;
	line-height:118px;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	padding:0;
	border:1px solid #DDD;
	overflow:hidden;
	background:#FFF;
}
.promoPage .page-R li.box .pic img {
	max-width:100%;
	max-height:118px;
	height:auto;
	vertical-align:middle;
	padding:0;
	margin:0;
}
.promoPage .page-R li.box a {
	float:left;
	width:100%;
	color:#555;
	font-size:1.3em;
	line-height:150%;
	text-align:center;
	margin-top:5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis; 
}
.promoPage .page-R li.box a:hover {
	color:#E3007F;
}
.promoPage .page-R li.news {
	width:100%;
	padding-left:20px;
	background:url(../images/promoBox-icon.png) no-repeat 2px 5px;
	margin-top:10px;
	box-sizing:border-box;
}
.promoPage .page-R li.news a {
	font-size:1.5em;
	color:#4d4d4d;
	line-height:150%;
}
.promoPage .page-R li.news a:hover {
	color:#E3007F;
}
.promoPage .page-R li.news span {
	font-size:1.3em;
	line-height:150%;
	color:#d74c3c;
}
@media screen and (max-width:640px) {
	.promoPage .page-R li.box {
		width:33.33%;
	}
	.promoPage .page-R li.box .pic {
		height:120px;
		line-height:120px;
	}
	.promoPage .page-R li.box .pic img {
		max-height:120px;
	}
}
@media screen and (max-width:450px) {
	.promoPage .page-R li.box {
		width:50%;
	}
	.promoPage .page-R li.box .pic {
		height:120px;
		line-height:120px;
	}
	.promoPage .page-R li.box .pic img {
		max-height:120px;
	}
}
@media screen and (min-width:991px) {
	.promoPage .page-L {
		width:275px;
		margin:0;
	}
	.promoPage .page-L .pic {
		display:block;
		float:left;
		width:100%;
	}
	.promoPage .page-L .pic img {
		width:100%;
		height:auto
	}
	.promoPage .page-L dl {
		padding:20px;
	}
	.promoPage .page-R {
		width:calc(100% - 310px);
		margin:0 0 0 35px;
	}
	.promoPage .page-R .tit {
		position:relative;
		width:100%;
	}
}
@media screen and (min-width:1200px) {
	.promoPage .page-L {
		width:315px;
	}
	.promoPage .page-L dt {
		font-size:2.1em;
	}
	.promoPage .page-L dd {
		font-size:1.7em;
	}
	.promoPage .page-R {
		width:calc(100% - 350px);
	}
	.promoPage .page-R li.box .pic {
		height:138px;
		line-height:138px;
	}
	.promoPage .page-R li.box .pic img {
		max-height:138px;
	}
	.promoPage .page-R li.box a {
		font-size:1.5em;
	}
	.promoPage .page-R li.news a {
		font-size:1.7em;
	}
	.promoPage .page-R li.news span {
		font-size:1.5em;
	}
}
@media screen and (min-width:1440px) {
	.promoPage .page-R li.box {
		width:20%;
	}
	.promoPage .page-R li.box .pic {
		height:158px;
		line-height:158px;
	}
	.promoPage .page-R li.box .pic img {
		max-height:158px;
	}
}


/** promoTop **/
.promoTop {
	width:100%;
	margin-bottom:20px;
}
.promoTop .stit {
	float:left;
	font-size:1.8em;
	font-weight:bold;
	color:#FFF;
	background:#CC4B00 url(../images/promoTop-div.png) no-repeat right 50%;
	padding:5px 18px 7px 10px;
	margin:5px 10px 0 0;
}
.promoTop .tit {
	float:left;
	margin:5px 0 0 0;
}
.promoTop .tit h2 {
	float:left;
	font-size:3.1em;
	font-weight:bold;
	color:#CC4B00;
	padding-right:8px;
	background:url(../images/pagetit-bg.png) no-repeat right 0;
}
@media screen and (max-width:560px) {
	.promoTop .stit {
		margin-top:0;
	}
	.promoTop .tit {
		margin-top:0;
	}
}


.promoTr {
	width:100%;
	padding:0;
	margin:0;
	text-align:right;
}
.promoTr .stit {
	float:left;
	font-size:1.8em;
	font-weight:bold;
	color:#FFF;
	background:#CC4B00 url(../images/promoTop-div.png) no-repeat right 50%;
	padding:5px 18px 7px 10px;
	margin:0 10px 0 0;
}
.promoTr .topbtn {
	float:right;
	text-align:right;
}


/** promoInfo **/
.promoInfo {
	width:100%;
	color:#000;
	font-size:1.5em;
	line-height:160%;
	margin-bottom:30px;
}
.promoInfo p {
	margin:15px 0;
}
.promoInfo img {
	height:auto;
	max-width:100%;
	margin:0 auto;
}
.promoInfo ol ,
.promoInfo ul{
	margin:20px 0;
	margin-left:1.5em;
}
.promoInfo > ol > li,
.promoInfo > ul > li {
	margin:10px 0;
}
.promoInfo li > ol,
.promoInfo li > ul {
	margin:10px 0;
}
.promoInfo li > ol > li,
.promoInfo li > ul > li {
	margin:10px 0;
}


.pageHd {
	width:100%;
	margin-bottom:25px;
	margin-top:10px;
	border-bottom:1px dashed #bfbfbf;
}
.pageHd .tit {
	float:left;
	width:100%;
}	
.pageHd h2 {
	float:left;
	font-size:3.1em;
	line-height:130%;
	font-weight:bold;
	color:#CC4B00;
	padding-right:8px;
	background:url(../images/pagetit-bg.png) no-repeat right 0;
}
.pageHd p {
	float:left;
	width:100%;
	color:#555;
	font-size:1.5em;			
	padding:10px 0 10px 20px;
	background:url(../images/comPage-list.png) no-repeat 0 50%;
	box-sizing:border-box;
}


.promoHd {
	width:100%;
	margin-top:-30px;
	margin-bottom:25px;	
	border-bottom:1px dashed #bfbfbf;
}
.promoHd .stit {
	display:inline-block;
	width:100%;
}	
.promoHd .stit span {
	float:left;
	font-size:1.8em;
	font-weight:bold;
	color:#FFF;
	background:#CC4B00 url(../images/promoTop-div.png) no-repeat right 50%;
	padding:5px 18px 7px 10px;	
}
.promoHd h2 {
	font-size:3.1em;
	line-height:130%;
	font-weight:bold;
	color:#CC4B00;
	margin-top:10px;
}
.promoHd p {
	color:#555;
	font-size:1.5em;
	margin:10px auto 15px auto;
}
.promoHd p span {
	font-style:normal;
	padding-left:20px;
	margin-right:15px;
	background:url(../images/comPage-list.png) no-repeat 0 3px;
}
@media screen and (max-width:560px) {
	.promoHd {
		margin-top:0;
	}
	.promoHd p span {
		display:block;
		width:100%;
		padding:5px 0 5px 20px;
		background-position:0 5px;
	}
}
@media screen and (min-width:991px) {
	.promoHd .stit {
		display:block;
	}
	.promoHd h2 {
		display:inline-block;
		width:100%;
	}
}

.calendHd {
	width:100%;
	margin-bottom:20px;
}
.calendHd .stit {
	float:left;
	width:100%;
	margin-bottom:5px;
}
.calendHd .stit span{
	display:inline-block;
	font-size:1.5em;
	font-weight:bold;
	color:#FFF;
	background:#E76D26 url(../images/promoTop-div.png) no-repeat right 50%;
	padding:7px 18px 7px 10px;
	margin:0 10px 0 0;
}
.calendHd .tit {
	float:left;
	font-size:3.1em;
	font-weight:bold;
	line-height:135%;
	color:#CC4B00;
	padding-right:8px;
	background:url(../images/pagetit-bg.png) no-repeat right 0;
}
.calendHd .tit.tt2 {
	padding-right:0;
	background:none;
}
.calendHd .titinfo {
	position:relative;
	float:left;
	width:100%;
	margin-top:10px;
	padding-bottom:15px;
	border-bottom:1px dashed #bfbfbf;
}
.calendHd .titinfo span {
	color:#555;
    font-size:1.5em;
	font-style:normal;
	margin:0 15px 0 0;
	padding-left:20px;
	vertical-align:middle;
	background:url(../images/comPage-list.png) no-repeat 0 3px;
}
.calendHd .titinfo span.signup {
	float:right;
	font-size:1.5em;
	font-weight:bold;
	background:none;
	padding:0;
	margin:-6px 0;
}
.calendHd .titinfo span.signup a {
	display:inline-block;
	color:#FFF;	
	background:#E3007F url(../images/btn-signup-icon.png) no-repeat 5px 50%;
	border:none;
	padding:8px 8px 8px 31px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
.calendHd .titinfo span.signup a:hover,
.calendHd .titinfo span.signup a:focus {
	background-color:#E64B3B;
}
@media screen and (max-width:560px) {
	.calendHd .titinfo span {
		display:block;
		width:100%;
		padding:5px 0 5px 20px;
		background-position:0 5px;
		box-sizing:border-box;
	}
}
@media screen and (min-width:331px) and (max-width:560px) {
	.calendHd .titinfo span.signup {
		position:absolute;
		right:0;
		top:5px;
		width:auto;
		margin:0;
	}
	.calendHd .titinfo span.signup a {
		padding:12px 8px 12px 31px;
	}
}
@media screen and (max-width:330px) {
	.calendHd .titinfo span.signup {
		float:left;
		width:100%;
		text-align:center;
		margin:10px 0 5px 0;
	}
	.calendHd .titinfo span.signup a {
		padding:10px 17px 10px 40px;
		background-position:10px 50%;
	}
}
@media screen and (min-width:991px) {
	.calendHd .tit.tt2 {
		margin-top:10px;
	}
}


/** application **/
.appPage {
	width:100%;
	margin-top:30px;
}
.appBox {
	list-style:none;
	overflow:hidden;
	margin:5px -5px;
    zoom:1;
}
.appBox li {
	position:relative;
	float:left;
	width:50%;
	padding:15px;
	vertical-align:top;
	background:#F6F6F6;
	border:5px solid #FFF;
	padding-bottom:1010px;  
    margin-bottom:-1000px;
	box-sizing:border-box;
}
.appBox .box-L {
	position:absolute;
	left:15px;
	width:100px;
}
.appBox .box-L .photo  {
	width:100px;
	height:100px;
	text-align:center;
	border:5px solid #f28d00;
	box-sizing:border-box;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
	background:rgb(255,255,255); /* Old browsers */
	background:-moz-linear-gradient(top,  rgba(255,255,255,1) 45%, rgba(250,233,200,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top,  rgba(255,255,255,1) 45%,rgba(250,233,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom,  rgba(255,255,255,1) 45%,rgba(250,233,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fae9c8',GradientType=0 ); /* IE6-9 */
}
.appBox .box-L .photo img  {
	width:100%;
	height:auto;
}
.appBox .box-R {
	width:100%;
	padding-left:110px;
	box-sizing:border-box;
}
.appBox .box-R h2 {
	color:#000;
	font-size:2.7em;
	font-weight:bold;
}
.appBox .box-R h2 span {
	float:right;
	color:#FFF;
	font-size:0.8rem;
	font-weight:bold;
	background:#E3007F;
	padding:2px 5px;
	margin-top:7px;
}
.appBox .box-R dl {
	margin:7px 0 0 0;
	border-top:1px dashed #333;
	padding-top:7px;
}
.appBox .box-R dl.file {
	margin:0;
	border:none;
}
.appBox .box-R dt {
	color:#000;
	font-size:1.7em;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:20px;
	background:url(../images/box-R-dt-icon.png) no-repeat 0 50%;
	box-sizing:border-box;
}
.appBox .box-R dl.file dt {
	background:url(../images/box-R-dt-icon2.png) no-repeat 0 50%;
}
.appBox .box-R dd {
	color:#666;
	font-size:1.5em;
	line-height:150%;
	margin:0;
}
.appBox .box-R dl.file dd {
	padding-left:20px;
	background:url(../images/box-R-dd-icon.png) no-repeat 0 2px;
}
.appBox .box-R dd a{
	color:#C74600;
}
.appBox .box-R dd a:hover,
.appBox .box-R dd a:focus{
	color:#E3007F;
}
.appBox .box-cont {
	position:relative;
	float:left;
	width:455px;
	padding-top:10px;
	border-top:1px dashed #CCC;
	margin-top:10px;
}
.appBox .box-cont .tit {
	float:left;
	width:435px;
	color:#000;
	font-size:1.7em;
	font-weight:bold;
	padding-left:20px;
	background:url(../images/box-cont-tit-icon.png) no-repeat 0 50%;
	margin-bottom:5px;
}
.appBox .box-cont .info {
	float:left;
	width:100%;
	color:#666;
	font-size:1.5em;
	line-height:160%;
}
@media screen and (min-width:601px) and (max-width:768px) {
	.appBox .box-L {
		position:absolute;
		left:50%;
		width:100px;
		margin-left:-50px;
	}
	.appBox .box-R {
		width:100%;
		padding:110px 0 0 0;
		box-sizing:border-box;
	}
}
@media screen and (max-width:600px) {
	.appBox {
		margin:0 -5px;
	}
	.appBox li {
		width:100%;
	}
}
@media screen and (max-width:380px) {
	.appBox .box-L {
		position:absolute;
		left:50%;
		width:100px;
		margin-left:-50px;
	}
	.appBox .box-R {
		width:100%;
		padding:110px 0 0 0;
		box-sizing:border-box;
	}
}
@media screen and (min-width:991px) {
	.appBox .box-L {
		position:relative;
		left:inherit;
		float:left;
		width:130px;
	}
	.appBox .box-L .photo  {
		width:130px;
		height:130px;
	}
	.appBox .box-R {
		float:left;
		width:calc(100% - 145px);
		padding:0;
		margin-left:15px;
	}	
}


/** promoPhoto **/ 
.promoPhoto {
	margin:0 -10px;
	list-style:none;
}
.promoPhoto li {
	display:inline-block;
	width:25%;
	height:auto;
	vertical-align:top;
	padding:10px;
	box-sizing:border-box;
}
.promoPhoto li .box {
	float:left;
	width:100%;
	height:100%;
	padding:10px;
	box-sizing:border-box;
	background:#F2F2F2;
	-webkit-box-shadow:0 2px 7px rgba(0%,0%,0%,0.2);
	   -moz-box-shadow:0 2px 7px rgba(0%,0%,0%,0.2);
	        box-shadow:0 2px 7px rgba(0%,0%,0%,0.2);
}
.promoPhoto li .pic {
	display:flex;
	width:100%;
	max-width:158px;
	height:118px;
	flex-direction:column;
    justify-content:center;
    align-items:center;
	padding:0;
	margin:0 auto;
	border:1px solid #DDD;
	overflow:hidden;
	background:#FFF;
}
.promoPhoto li .pic img {
	max-width:100%;
	height:auto;
	max-height:100%;
	vertical-align:middle;
	padding:0;
	margin:0;
}
.promoPhoto li a {
	display:block;
	width:100%;
	color:#555;
	font-size:1.5em;
	text-align:center;
	margin-top:10px;
}
.promoPhoto li a:hover {
	color:#E3007F;
}
@media screen and (max-width:798px) {
	.promoPhoto li {
		width:33.33%;
	}
}
@media screen and (max-width:480px) {
	.promoPhoto li {
		width:50%;
	}
}
@media screen and (max-width:380px) {
	.promoPhoto li .pic {
		height:100px;
		line-height:100px;
	}
}
@media screen and (min-width:991px) {
	.promoPhoto li {
		width:20%;
	}	
	.promoPhoto li .box {
		padding:12px;
	}
}
@media screen and (min-width:1200px) {
	.promoPhoto li .pic {
		max-width:200px;
		height:175px;
	}
}
@media screen and (min-width:1440px) {
	.promoPhoto li .pic {
		max-width:272px;
		height:204px;
	}
}


/** promoNews **/
.promoNews-Hd {
	width:100%;
	height:45px;
	color:#000;
	font-size:1.5em;
	font-weight:bold;
	line-height:45px;
	padding:0;
	border-top:2px solid #333;
	border-bottom:1px dotted #333;
	background:#EFEFEF;
	margin:0;
}
.promoNews-Hd dl {
	position:relative;
	padding:0 100px 0 105px;
}
.promoNews-Hd dt {
	position:absolute;
	left:0;
	width:104px;
	text-align:center;
}
.promoNews-Hd dd.stit {
	float:left;
	width:100%;
	text-align:center;
}
.promoNews-Hd dd.sact {
	position:absolute;
	right:0;
	width:100px;
	text-align:center;
}


.promoNews-List {
	width:100%;	
	list-style:none;
	margin:0 auto;
	border-top:1px dashed #CCC;
}
.promoNews-List li {
	float:left;
	width:100%;	
	border-bottom:1px dashed #CCC;
}
.promoNews-List li a {
	float:left;
	width:100%;	
	padding:10px;
	box-sizing:border-box;
}
.promoNews-List li a:hover {
	background:#EFF3F3;
}
.promoNews-List li dl {
	float:left;
	width:100%;
	box-sizing:border-box;
}
.promoNews-List dt {
	float:left;
	width:100%;
	font-size:1.5em;
	line-height:150%;
	color:#656565;
	font-weight:normal;	
}
.promoNews-List dd.stit {
	float:left;
	width:100%;
	font-size:1.5em;
	line-height:150%;
	color:#000;
}
.promoNews-List dd.stit span{
	display:block;
	font-size:0.8rem;
	color:#d74c3c;
}
.promoNews-List a dd.stit {
	color:#000;
}
.promoNews-List a:hover dd.stit {
	color:#E3007F;
}
.promoNews-List dd.sact {
	float:left;
	width:100%;
}
.promoNews-List dd.sact span {
	display:inline-block;
	color:#FFF;
	padding:5px 8px;
	font-size:1.3em;
	line-height:150%;
	background:#E76D26;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
}
.promoNews-List a:hover dd.sact span  {
	background:#E3007F;
}
.promoNews-List dd.sact span.no,
.promoNews-List a:hover dd.sact span.no {
	background:#AAA;
}
@media screen and (max-width:560px) {
	.promoNews-List {
		border-top:none;
		margin-top:-10px;
	}
}
@media screen and (min-width:991px) {
	.promoNews-List {
		border-top:none;
	}
	.promoNews-List li a {
		padding:14px 0;
	}
	.promoNews-List li dl {
		position:relative;
		padding:0 100px 0 105px;
		box-sizing:border-box;
	}
	.promoNews-List dt {
		position:absolute;
		left:0;
		width:105px;
		text-align:center;
	}
	.promoNews-List dd.stit {
		padding:0 10px;
		box-sizing:border-box;
	}
	.promoNews-List dd.sact {
		position:absolute;
		right:0;
		width:100px;
		text-align:center;
	}
}

/** calendarPage **/
.calendarPage {
	width:100%;
	padding:0;
	margin:0;
}
.calendarTop {
	float:left;
	width:100%;
	margin-bottom:25px;
}
.calendarTop .searchCriteria {
	float:left;
	width:100%;
}
.calendarTop .searchCriteria .tbox {
	float:left;
	width:60%;
	color:#777;
	height:42px;
	padding:0;
	margin-right:-1px;
	border:1px solid #CCC;
	box-sizing:border-box;
}
.calendarTop .searchCriteria .tbox span {
	float:left;
	width:4%;
	height:40px;
	line-height:40px;
}
.calendarTop .searchCriteria .date-query {
	float:left;
	width:48%;
	height:42px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#777;
	border:none;
	padding:0 5px 0 38px;
	background:url(../images/icon-calendar.png) no-repeat 10px 8px;
	box-sizing:border-box;
}
.calendarTop .searchCriteria .sbox {
	float:left;
	width:40%;
	height:42px;
	border:1px solid #CCC;
	box-sizing:border-box;
}
@media screen and (max-width:560px) {
	.calendarTop .searchCriteria .tbox {
		width:100%;
		margin-bottom:-1px;
	}
	.calendarTop .searchCriteria .sbox {
		width:100%;
	}
}
@media screen and (min-width:991px) {
	.calendarTop .searchCriteria {
		float:right;
		width:55%;
	}
}
.calendarNews-Hd {
	float:left;
	width:100%;
	height:39px;
	color:#FFF;
	font-size:1.5em;
	padding:12px 0;
	border:1px solid #333;
	box-sizing:border-box;
	background:url(../images/newsList-Hd-bg.gif) repeat-x;
	margin:0;
}
.calendarNews-Hd dt {
	float:left;
	width:30%;
	font-weight:normal;
	text-align:center;
	background:url(../images/newsList-Hd-div.gif) no-repeat right 50%;
}
.calendarNews-Hd dd {
	float:left;
	width:70%;
	text-align:center;
}
@media screen and (min-width:991px) {
	.calendarNews-Hd dt {
		width:20%;
	}
	.calendarNews-Hd dd {
		width:80%;
	}	
}
.calendarNews-List {
	float:left;
	width:100%;	
	padding:15px 0;
	border-bottom:1px dashed #CCC;
	margin:0;
}
.calendarNews-List dt {
	float:left;
	width:100%;
	font-size:1.3em;
	line-height:160%;
	color:#656565;
	font-weight:normal;
	padding:0 10px;
	box-sizing:border-box;
}
.calendarNews-List dd {
	float:left;
	width:100%;	
	color:#000;
	font-size:1.5em;
	line-height:160%;	
	padding:0 10px;
	box-sizing:border-box;
}
.calendarNews-List dd span{
	font-size:0.9rem;
	color:#d74c3c;
}
.calendarNews-List dd a {
	color:#000;
}
.calendarNews-List dd a:hover {
	color:#E3007F;
}
@media screen and (min-width:991px) {
	.calendarNews-List dt {
		width:20%;
		text-align:center;
	}
	.calendarNews-List dd {
		width:80%;
	}	
}


/*=== new page 單頁式===*/
@media screen and (min-width:991px) {
	.aspnetpager div:first-child {
		width:220px !important;
	}
	.aspnetpager div:last-child {
		width:770px;
	}
}