
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "微软雅黑";
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;outline: none;color: #595b5d;}
a,a:hover,a:focus{text-decoration: none; color: #0073d4;}
button,input{outline:none !important; }
#skip{height: 0; overflow: hidden;}
::-moz-placeholder{color:#ccc;}
::-webkit-input-placeholder{color:#ccc;}
:-ms-input-placeholder{color:#ccc !important;}
.clearfix:before,.clearfix:after,.wrapper:after,.wrapper:before { content:"";display:table;}
.clearfix:after,.wrapper:after { clear:both; overflow:hidden;}
.clearfix,.wrapper{*zoom:1; /* for ie6 & ie7 */}
u.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
ul{
	display: block;
	list-style-type: disc;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start:0;
}
.frame-tab{
	width:348px;
	height: 440px;
	border:1px solid #ddd;
}
.nav{
	background:#ebebeb;
}
.nav>li {
	position: relative;
	float: left;
	width: 100%;
	display: inline-block\9;
	list-style: none;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 18px 12px;
	color: #0b3355;
	text-align: center;
	font-size: 19px;
}

.nav>li>a:focus,.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}
.nav>li.active a{
	color: #d70415;
	font-weight: bold;
	background: #ebebeb;
}
.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}
.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}
.tab-cont{
	padding: 20px;
}
.tab-cont h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tab-cont h4 a{
	font-size: 17px;
	color: #333;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}
.tab-cont p{
	font-size: 17px;
	color: #aaaaad;
	line-height: 170%;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: relative;
}
.tab-cont a.l-more{
	color: #d70415;
	position: absolute;
	right:0;
	bottom:0;
	background: #fff;
	text-indent: 1em;
}
.tab-cont span{
	color: #ddd;
}
.tab-cont span.time{
	color: #999;
	margin-top: 16px;
	display: block;
	font-size: 15px;
	float: right;
}
.nowrapli li{
	padding: 6px 0 10px 14px;
	background: url("../img/dot-square.png") left center no-repeat;
	list-style: none;

}
.nowrapli li{
	position: relative;
}
.nowrapli li a{
	color: #333;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;

}
.nowrapli li a:hover{
	color: #d70415;
}
.nowrapli li span.time{
	position: absolute;
	right:0;
	font-size: 14px;
	color: #999;
	top:8px;
	margin-top: 0
}