/*国学频道*/
html,body,p,form,img{
    margin: 0;
	padding: 0;
	border: 0;
}
body{
	color: #000000;
	font-family: "宋体";
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 140%;
	width: 100%;
}

a{
    text-decoration: none;
}

.logo{
	height: 40px;
}
.mainnav{
	background-color: #AC2F0B;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	padding:3px 0px;
}
.mainnav a{
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}
.title{
	background-repeat: repeat-x;
	height: 24px;
	border-top: 1px solid #AC2F0B;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #AC2F0B;
}
.title a{
	font-size: 14px;
	font-weight: bold;
	color: #AC2F0B;
}
.mainlist{
	padding:0px 5px 5px 5px;
}
.mainlist a{
    color: #000000;
}

.newstitle{
	text-align:center;
	padding:8px 0px 5px 0px;
	color: #004e97;
	font-size: 14px;
	font-weight: bold;
}
.newsdescp{
	text-align:center;
	padding:5px 0;
	border-bottom: 1px solid #AC2F0B;
}
.newstext{
	padding:5px;
	text-align:justify;
}
.newstext p{
	padding:0px;
	margin:5px 0px;
}

.pagenation{
	text-align: center;
	line-height: 200%;
}
.unity{
	text-align: center;
	line-height: 200%;
	border-top: 1px solid #AC2F0B;
}
.pagenation a,
.unity a{
    color: #004e97;
}
.footer{
	background-color: #AC2F0B;
	color: #FFF;
	text-align: center;
	line-height: 200%;
}
.footer a{
	color: #FFF;
}