.hide{
	display: none;
}
.banner_sub_name{
	color: #ece045;
    font-size: 13px;
    font-weight: bold;
    line-height: 0.5em;
    letter-spacing: 1px;
	margin-top: 10px;
    margin-bottom: 10px;
}
#number .num_big{ color:#ebd630;font-size:22px; line-height:1.2em;}
.cyc-index > h2{
	padding: 10px 0 20px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    background: url(../images/Message.png) no-repeat bottom center;
    margin-bottom: 15px;
    text-align: center;
}
section.centers2 h2{
	padding: 15px 0 20px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
	color: #FFF;
    background: url(../images/Message2.png) no-repeat bottom center;
}
section.video h2{
	padding: 15px 0 20px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
	color: #1971b9;
    background: url(../images/Message3.png) no-repeat bottom center;
}
.news_box_title{
	color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #197dce;
    border-radius: 7px 7px 0 0;
	font-size: 16px;
    margin-top: 10px;
    padding: 10px 0 10px;
}
.news_box_title.h4-1{
	background-color: #28b1b6;
}
.news_box_date{
	font-size: 12px;
    color: #adadad;
	margin: 10px 0;
}
.place_box_title{
	margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #ffe72e;
}
.video_title{
	font-size: 18px;
    margin-top: 5px;
}
.video_title a{
	color: #1971b9;
}
.city_name{
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
}
.cyc-Sportscenter_header h2{
	font-size: 22px;
}
.cyc-traffic div aside.ad3 h2{
	font-weight: bold;
    font-size: 23px;
    line-height: 1.5em;
    letter-spacing: 2px;
    text-align: left;
}
.footer_title{
	font-size: 17px;
    letter-spacing: 1px;
	margin-bottom: 10px;
}
.pc_btn{
	width: 165px;
    border: #fff solid 1px;
    border-radius: 7px;
    padding: 10px 0;
    margin: 20px auto;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
}
.pc_btn a{
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
}
.pc_btn a:hover{
    color: #9B1C1E;
}
.hkv_sub_title{
	padding-left: 20px;
    font-size: 17px;
    line-height: 1.2em;
    background: #333;
	margin: 10px 0;
}
.edit_area img{
	height: auto !important;
}

/* privacy */
.privacy_notice{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 15px;
	background-color: rgba(0,0,0,0.8);
	z-index: 1001;
	display: none;
}
.privacy_notice_text{
	max-width: 1000px;
	font-size: 16px;
	color: #fff;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.privacy_notice_text a{
	color: #ffe72e;
}
.privacy_notice_text a:hover{
	color: #f2410a;
}
.privacy_btn{
	display: block;
	width: 200px;
	font-size: 16px;
	color: #197dce;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 0;
	background-color: #ffe72e;
	border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.privacy_btn:hover{
	color: #fff;
	background-color: #f2410a;
}
.privacy_text{
	font-size: 16px;
	line-height: 1.8em;
}
.privacy_text ul{
	list-style: disc;
	padding-left: 25px;
}
.privacy_text ul li{
	display: list-item;
	list-style: disc;
}