﻿body {
	background-color: #f7f7f6;
}
a{
	text-decoration: none;
}
.body {
	width: 75rem;
	margin: 0 auto;
	overflow: hidden;
}

.mod {

	margin-top: 1.125rem;
	margin-bottom: -0.6875rem;
}

.title img {
	float: left;
}
.mod .title{line-height: 36px;}
.mod .title .place{padding-left: 1.25rem;}
.title p {
	float: left;
	line-height: 2.25rem;
	font-size: 1.25rem;
	font-weight: bold;
	color: rgb(211, 2, 2);
}

.bookmark {
	padding: 0 0.9375rem 0 0.3125rem;
}

.title_border img {
	margin: 0.5rem 0;
}

.place {
	color: #666666;
	font-size: 0.875rem;
	padding-right: 0.625rem;
	padding-top: 0.9375rem;
}

.container {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}


#tabnav li a {
	display: block;
	width: 245px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #000000;
	background-color: #f1f2f3;
	text-align: center;
	margin: 0.9375rem 0;
}

#tabnav li {
	display: inline-block;
}

#tabnav li a.active {
	background-color: #e20000;
	color: #FFFFFF;
}


#tab_content {
	width: 100%;
	*width: 394px;
	background: #f7f7f6;
	height: 37.5rem;
	overflow: hidden;
}

#tab_content .content {
	padding-top: 15px;
	-moz-border-radius: 5px;
	height: 37.5rem;
}

.content {
	width: 100%;
}

.content li {
	width: 100%;
	font-size: 1.0625rem;
	line-height: 3.125rem;
	padding-bottom: 0.0625rem #cccccc dashed;
	height:50px;
}
.content li span {
    float: right;
}
.cont_left {
	float: left;
}

.cont_right {
	float: right;
	width: 102px;
	height: 38px;
	border: 1px solid;
	border-color: #db0000;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	margin-top: 30px;
}
.cont_right a{
	text-decoration: none;
	color: #db0000;
}

.content li:nth-child(1) {
	border-top: 1px solid #d3d3d3;
}

.content li {
	border-bottom: 1px solid #d3d3d3;
}

.cont_title {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.secondline {
	width: 200px;
	color: #999;
	font-size: 12px;
}

.date {
	float: left;
}

.date img,
.viewed img {
	width: 20px;
}

.viewed {
	float: right;
}

.clear {
	clear: both;
}
