@CHARSET "UTF-8";
body {
	background-color: #efefef;
}
.nav {
	height: 50px;
	width: 100%;
	background-color: #079dfc;
}
.nav-logo img {
	width: 84px;
	height: 32px;
	margin-top: 9px;
	margin-left: 15px;
}
.nav-logo a {
	line-height: 50px;
	color: #fff;
	margin-right: 15px;
	outline: none;
	text-decoration: none;
}
.nav-tabs {
	background-color: #fff;
	height: 44px;
}
.nav-tabs>li {
    width: 50%;
    margin-bottom: 0;
}
.nav-tabs>li>a,
.nav-tabs>li>a:hover {
	width: 100%;
	position: relative;
	background-color: #fff;
    margin-right: 0;
    border: none;
    border-radius: 0;
    color: #999;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    font-family: "Microsoft Yahei","Helvetica";
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
}
.nav-tabs>li.active>a:after {
	content: "";
	display: block;
	width: 80%;
	height: 2px;
	background-color: #079dfc;
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left: -40%;
}

.head-bg { position: relative; }
.yc-top {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	padding: 3px 0;
	background-color: rgba(0,51,102,.72);
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-family: "Microsoft Yahei","Helvetica";
}
.inner-box {
	position: relative;
	padding: 0 30px;
	height: 100%;
}
.carousel-control {
	width: 30px;
	font-size: 16px;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
	opacity: .6;
}
.carousel-control:focus,
.carousel-control:hover {
 	opacity: .9;
 }
.carousel-control  .glyphicon-chevron-right { margin-right: -7px;}
.carousel-control  .glyphicon-chevron-left { margin-left: -7px;}
.yc-top p { margin-bottom: 0; }


.news-panel {
	padding: 0 15px 0 30px;
	position: relative;
}
.news-panel:before {
	content: "";
	display: block;
	height: 100%;
	border-left: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 15px;
}
.counting {
	position: relative;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding: 13px 0;
	color: #888;
}
.counting:before {
	content: "";
	position: absolute;
	top: 11px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/img-clock.png) no-repeat;
	background-size: 20px 20px;
}
.news-box {
	position: relative;
	padding: 15px 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	font-size: 12px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 1px 1px rgba(0,0,0,.05);
}
.news-box .arrow {
	position: absolute;
	top: 35px;
	left: -16px;
	border-style: solid;
	border-width: 8px;
	border-color: transparent;
	border-right-color: #ddd;
	border-right-color: rgba(0,0,0,0.15);
}
.news-box .arrow:before {
	content: "";
	position: absolute;
	top: -3px;
	left: -11px;
	display: block;
	width: 7px;
	height: 7px;
	background: url(../images/img-point.png) no-repeat;
	background-size: 7px 7px;
}
.news-box .arrow:after {
	content: "";
	position: absolute;
	top: -7px;
	left: 1px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px;
	border-color: transparent;
	border-right-color: #fff;
	border-left-width: 0;
}
.news-box span.time { color: #a5a5a5;}
.news-box p {
	text-indent: 2em;
	margin-bottom: 0;
	line-height: 22px;
	color: #5a5a5a;
}
.news-box p.tit {
	text-indent: 0;
	margin-bottom: 5px;
}
.news-box img { margin-top: 15px; max-width:90%; }

#addBtn {
	border: none;
	outline: none;
	background-color: transparent;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-family: "Microsoft Yahei","Helvetica";
	font-size: 16px;
	line-height: 30px;
	padding: 0;
	color: #888;
}
#addBtn:before {
	content: "";
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/pull-ico.png) no-repeat;
	background-size: auto 30px;
}

.yc-panel {
	padding: 20px 15px;
}
.yc-panel p {
	margin-bottom: 0;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 20px;
}
.yc-panel p.strong { 
	font-weight: bold; 
	margin-bottom: 10px;
}
.yc-panel p.blue { 
	color: #079dfc; 
	margin-top: 8px;
	margin-bottom: 2px;
}

.footer {
	height: 100px;
	border-top: 1px solid #ddd;
	background-color: #fff;
	font-size: 12px;
	padding: 20px 15px;
}
.footer p {
	text-align: center;
}
.footer p>a {
	outline: none;
	color: #5a5a5a;
}
.footer p.p1 {
	font-size: 14px;
	margin-bottom: 20px;
}

#backBtn {
	width: 40px;
	height: 40px;
	font-size: 50px;
	line-height: 50px;
	position: fixed;
	right: 10px;
	bottom: 30px;
	border-radius: 50%;
	background-color: #fff;
	opacity: .8;
}
span.glyphicon-back {
	position: relative;
	top: -5px;
	left: -5px;
}