div {
}

.l2, .r2 {
	height: 21em;
}

.l2 {
	float: left;
	width: 49%;
}

.r2 {
	float: right;
	width: 49%;
	overflow: hidden;
}

.articlecontent p {
	line-height: 1.5;
	font-size: 14px;
	color: #333;
}

.articlecontent .p_text_indent_2 {
	text-indent: 2em;
}

.frag-title {
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
	color: #0b5394;
}

.frag-title2 {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
	color: #0b5394;
}

.frag-title3 {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
	color: #269403;
	margin-left: 1em;
}

ul.tab {
	list-style: none;
	margin: 10px 0;
}

ul.tab li {
	display: inline-block;
	font-size: 1.2em;
	line-height: 2em;
	padding: 0 .5em;
	margin: 0 .2em;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	background: #eee;
}

ul.tab li.active {
	background: #0b5394;
	color: white;
	font-weight: bold;
}

ul.tab li.active a {
	color: white;
}

[frag=窗口7] .articlecontent{
    height: 16em;
    overflow: hidden;
}

.more{
    text-align:left;
    padding-right:10px;    
}

.more a{
    float:right;
    color:#888;
}