
body{
    margin: 0;
    padding: 0;
    background: url(../images/nineteen-list-bg.jpg) #eaeaea;
    background-repeat: no-repeat;
    /* background-color: #fcebd1; */
    background-position: center bottom;
}
#main{
	width: 1000px;
    margin: 0 auto;
    border: 10px solid #b81918;
	border-top: 0;
	background:#fff;
}
.crumbsNav{
	font-weight:normal;
	font-size:14px;
	color:#666666;
	width:922px;
	margin:0px auto;
	height:46px;
	line-height:46px;
	border-bottom:1px solid #ececec;

}
.crumbsNav a{
	color:#666666;
}
.crumbsNav span{
	color:#c81b28;
}

.list{
	
	list-style:none;
	font-size:12px;
	background:#fff;
	padding:6px 30px 32px;
}
.article{
	padding:6px 30px 32px;
}

.list li{
	padding-top:0;
	position:relative;
	/*background:url('../images/bg-list-border.jpg') -8px bottom no-repeat;*/
	border-bottom:1px dashed #dfdfdf;
	height:40px;
	line-height:40px;
	zoom:1;
}
.list li a{
	text-decoration:none;
	color:#333333;
	background:url('../images/icon-book.png') left 2px no-repeat;
	padding-left:28px;
	font-size:16px;
}
.list li span.date{
	color:#ca0c00;
	position:absolute;
	right:0px;
	top:0;
	font-family: arial
}
#pager{
	width:1000px;
	margin:0 auto;
	background:#fff;
	height:100px;
	line-height:100px;
	text-align: center;
}
#pager .left-According{
	color:#333;
	margin-right:20px;
}
#pager>div{
	display:inline-block;
}

#pager .page-right{
	margin-left:10px;
}
.page-right a{
	padding: 0 10px;
    text-decoration: none;
    color: #333;
    display: inline-block;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    line-height: 28px;
    cursor: pointer;
    margin-left: 6px;
}
.page-right span{
	color:#333;
	line-height:28px;
	display:inline-block;
}
.pageNum{
	display:inline-block;
	font-family: arial;
}
.pageNum a.current{
	color:#fff;
	background:#d63606;
	border:1px solid #d63606;
}
.left-According span{
	color:#ca0c00;
}

.title{
	margin:0;
	padding:0;
	color:#444;
	font-size:16px;
	text-align:center;
	line-height:1.75em;
	padding-bottom:5px;
	margin-bottom:2px;
}
.titlegroup{
	position:relative;
	zoom:1;
}
cite{
	font-size:12px;
	font-style:normal;
	color:#666;
	line-height:1.75em;
}
.author{
	position:absolute;
	right:5px;
	bottom:3px;
	font-size:12px;
	color:#666;
}

.article .article-author {
    text-align: center;
    margin-bottom: .5rem;
    font-size: .8rem!important;
    line-height: 1rem!important;
    color: #373737;
}
.contents, .contents p{
	color:#666;
	line-height:1.75em;
	font-size:12px;
}
.editor{
	color:#666;
	font-size:12px;
	text-align:right;
	padding-right:10px;
}

.list h2{
	font-size: 22px;
    color: #333;
    text-align: center;
    line-height: 30px;
    background-position: -20px 0;
    background-repeat:repeat-y;
    padding:4px 0;
  }
.article p.author01{
	text-align:center;
	margin:6px 0!important;
	text-indent:0
}
.list p,.list .article-text{
	font-size:14px;
	line-height:24px;
	color:#545454;
	text-indent:2em;
	margin-top:12px!important;
	text-align:justify;
	text-justify:inter-ideograph;
}
.article-text img{
	display: block;
	margin: 15px auto!important;
}
.list p img{
	margin-top:20px;
}
.list .editor{
	text-align: right;
   	margin-top:40px;
}
.back{
	text-align:right;
	margin-top:25px;
}
.editor {
    color: #666;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;}
 .labelLine {
    height: 28px;
    line-height: 30px;
    font-size: 12px;
    color: #3d3d3d;
    font-family: arial;
    border-top:1px dashed #ccc;
}
.labelLine .source {
    float: left;
}
.labelLine .date {
    float: right;
}
/*两列导航页*/
.list-columns .left,.list-columns .right{
	width:388px;
	padding:20px 26px;
	background:#f8f8f8;
	border:1px solid #f2f2f2;
}
.list-columns .left{
	float:left;
}
.list-columns .right{
	float:right;
}
.list-columns h2{
	height:30px;
	line-height:30px;
	border-left:6px solid #ae0000;
	padding-left:10px;
	color:#ae0000;
	font-size:22px;
}
.list-columns .list-columns-news{
	margin-top:10px;
}
.list-columns-news li{
	height:36px;
	line-height:36px;
}
.list-columns-news li a{
	display:inline-block;
	width:280px;
	padding-left:18px;
	background-image:url(../images/icon-red.png);
	background-repeat:no-repeat;
	background-position:left center;
	overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.list-columns-news li span{
	float:right;
	display:block;
	font-size:14px;
}
.list-columns a.more{
	font-size:12px;
	color:#ae0000;
	display:block;
	text-align:right;
	margin-top:10px;
}