@charset "utf-8";
/*

body {
	width: 700px;
	margin: 100px auto 0 auto;
	font-family: Arial, Helvetica;
	font-size: small;
	background: #444;
}
*/
#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
#tabs li {
}
#tabs a {
	position: relative;
/*
	background: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);
*/
/*	padding: .7em 3.5em;s*/
	float: left;
	text-decoration: none;
	color: #444;
/*
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
*/
}
 #tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {
 background: #fff;
}
#tabs a:focus {
	outline: 0;
}
 #tabs a::after {
 content:'';
 position:absolute;
 z-index: 1;
 top: 0;
 bottom: 0;
/*
 background: #ddd;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
 background-image: -webkit-linear-gradient(top, #fff, #ddd);
 background-image: -moz-linear-gradient(top, #fff, #ddd);
 background-image: -ms-linear-gradient(top, #fff, #ddd);
 background-image: -o-linear-gradient(top, #fff, #ddd);
 background-image: linear-gradient(to bottom, #fff, #ddd);
*/
/*
 -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-transform: skew(10deg);
 -moz-transform: skew(10deg);
 -ms-transform: skew(10deg);
 -o-transform: skew(10deg);
 transform: skew(10deg);
 -webkit-border-radius: 0 5px 0 0;
 -moz-border-radius: 0 5px 0 0;
 border-radius: 0 5px 0 0;
*/
}
 #tabs #current a, #tabs #current a::after {
 background: #fff;
 z-index: 3;
}
/* ------------------------------------------------- */
#content {
	width: 832px;
	background: #fff;
	padding: 24px;
	height: 214px;
	position: relative;
	z-index: 2;
	border-bottom: 0.3px solid rgba(232,232,232,0.62);
	border-right: 0.3px solid rgba(232,232,232,0.62);
	border-left: 0.3px solid rgba(232,232,232,0.62);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 0px 2px 2px  rgba(232,232,232,0.62);
}
/*
#content h2, #content h3, #content span {
	margin: 0 0 15px 0;
}
*/
/* ------------------------------------------------- */

#about {
	color: #999;
}
#about a {
	color: #eee;
}
.beijing{
	background: url("../image/tab_newbf.png");
	background-color: #E0F3FF;
	width: 260px;
	height: 50px;
	background-position: right;
	border-top-left-radius:10px;
/*	background-size: 100% 100%;*/
}
.beijing div{
	font-size: 16px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	margin-right: 90px;
	padding-top: 15px;
}
.beijing1{
	background: url("../image/tab_activity2.png");
	width: 200px;
	height: 50px;
	background-position: right;
	background-color: #E0F3FF;
}
.beijing2{
	background: url("../image/tab_activity2.png");
	width: 200px;
	height: 50px;
	background-position: right;
	background-color: #0F93ED;
}
.beijing3{
	background: url("../image/tab_more.png");
	width: 187px;
	height: 50px;
	background-position: right;
/*	background-color: #E0F3FF;*/
}
.beijing1 div{
	font-size: 16px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #0066CC;
	line-height: 24px;
	text-align: center;
	margin-right: 90px;
	padding-top: 15px;
}
.beijing2 div{
	font-size: 16px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #0066CC;
	line-height: 24px;
	text-align: center;
	margin-right: 90px;
	padding-top: 15px;
}
.beijing3 div{
	font-size: 12px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	margin-left: 100px;
	padding-top: 15px;
}
.time{
	float: right;
	top: 0px;
	color: rgba(171,171,171,1.00);
	font-weight: 400;
}
#tab1 ul li a{
	color: black;
}
#tab1 ul li a:hover{
	color: blue;
}
#tab2 ul li a{
	color: black;
}
#tab2 ul li a:hover{
	color: blue;
}
#tab3 ul li a{
	color: black;
}
#tab3 ul li a:hover{
	color: blue;
}