﻿@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	line-height: 160%;
}
a {
	color: #1A293E;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;
}

/*����վͷ��ʼ*/

#headpart {
	font-size: 12px;
	line-height: 25px;
	background-image: url(http://img1.fyeedu.net/images/headbg.jpg);
	background-repeat: repeat-x;
}
.part {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
}
.part a {
	text-decoration: none;
	color: #000;
}
.part a:hover {
	text-decoration: underline;
}

#toppart {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
#toppart .logobar {
	width: 320px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#toppart .searchbar {
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 10px;
}

#topmenu {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	height: 35px;
	background-image: url(http://img1.fyeedu.net/images/topmenubg.jpg);
}
#topmenu ul {
	background-image: url(http://img1.fyeedu.net/images/topmenuright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 960px;
	height: 35px;
}
#topmenu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#topmenu ul li a {
	line-height: 35px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(http://img1.fyeedu.net/images/topmenusplit.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	font-size: 14px;
	width: 82px;
	text-align: center;
}
#topmenu ul li a:hover {
	color: #003;
	background-image: url(http://img1.fyeedu.net/images/topmenubghover.jpg);
	background-repeat: repeat-x;
}

#topmenu ul li .first {
	width: 55px;
	background-image: url(http://img1.fyeedu.net/images/topmenuleft.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#topmenu ul li .first:hover {
	background-image: url(http://img1.fyeedu.net/images/topmenubghoverfirst.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

/*����վͷ����*/

#Top {
	border: 1px solid #CCCCCC;
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topbar 
{
	background-image: url('http://img1.fyeedu.net/images/topbg.jpg');
	background-repeat: repeat-x;
	line-height: 30px;
	height: 30px;
	padding-right: 10px;
	padding-left:10px;
}

.TopRight {
	margin: 0px;
	text-align: right;
	padding: 0px;
	font-size: 12px;
	float:right;
}
#Logo{
	border-style: none solid none none;
	border-width: 0px 1px 0px 0px;
	display: block;
	float: left;
	width: 220px;
	height: 70px;
	border-top-color: inherit;
	border-right-color: #F3F3F3;
	border-bottom-color: inherit;
	border-left-color: inherit;
}
#MainNav
{
	height: 70px;
	overflow: hidden;
}
#MainNav a
{
	font-size:14px;
}
#n1{
	line-height: 35px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F3F3F3;
	padding-right: 10px;
	padding-left: 10px;
}
#n2{
	line-height: 35px;
	padding-right: 10px;
	padding-left: 10px;
}

#main {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 10px;
	padding: 0px;
}
#mleft {
	width: 640px;
	float: left;
	clear: left;
}
#mright {
	width: 300px;
	float: right;
	clear: right;
}

.mainpart {
	border: 1px solid #D8D9D9;
	background-color: #F6FCFF;
	padding: 15px;
}
.nav {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D8D9D9;
	height: 22px;
}

.ico {
	background-image: url(http://img1.fyeedu.net/images/ico_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	line-height: 22px;
	padding-left: 5px;
	padding-right: 56px;
	width: 107px;
	float: right;
	text-align: center;
	overflow: hidden;
	color: #993300;
}
.viewtitle {
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.viewauthor {
	text-align: center;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.viewcontent {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 180%;
}
.viewcontent p {
	text-indent: 2em;
	line-height: 180%;
}
.viewcontent div {
	text-indent: 2em;
	line-height: 180%;
}

.viewcontent img {
    max-width: 560px;
    margin-right: auto;
    margin-right:auto;
    
    
}
.vieweditor {
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #666;
}
.related {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D8D9D9;
	padding-top: 10px;
	height: 160px;
}
.related dt {
	font-size: 14px;
	background-image: url(http://img1.fyeedu.net/images/arc_1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.related dt a {
	color: #000033;
	font-weight: bold;
}
.related dd ul {
	padding-top: 5px;
}
.related dd ul li {
	list-style-type: none;
	background-image: url(http://img1.fyeedu.net/images/dot1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.related dd ul li a {
	font-size: 14px;
	color: #333;
	line-height: 180%;
}
.relatedad {
	width: 180px;
	float: right;
}
.commenttitle {
	background-image: url(http://img1.fyeedu.net/images/arc_1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	padding-left: 20px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D9D9;
	font-weight: bold;
	color: #003;
}
.commenttitle span {
	float: right;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.commentlist {
	padding: 5px;
}

.commentlist dt {
	color: #999;
	line-height: 25px;
	padding-top: 5px;
}
.commentlist dt b {
	color: #900;
}
.commentlist dt span {
	float: right;
	color: #999;
}
.commentlist dd {
	line-height: 180%;
	color: #333;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D8D9D9;
	height: 60px;
}
.nocomment {
	line-height: 100px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D8D9D9;
	background-color: #FFE;
	color: #999;
}
.submitcomment dt {
	margin-top: 10px;
	line-height: 30px;
	background-color: #FFF;
	margin-bottom: 5px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #D8D9D9;
	border-bottom-color: #D8D9D9;
	height: 25px;
	display: block;
}
.submitcomment .submit {
	padding-top: 5px;
	color: #666;
	height: 30px;
}
.statement {
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D8D9D9;
	color: #999;
}
.statement strong {
	font-size: 14px;
	color: #900;
}
.rpart {
	background-image: url(http://img1.fyeedu.net/images/rpart_bg.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D9D9;
}
.rpart dt {
	background-image: url(http://img1.fyeedu.net/images/rpart_top.jpg);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 26px;
	padding-left: 25px;
	color: #900;
	padding-right: 10px;
}
.rpart dt span {
	float: right;
}
.rpart dt span a {
	font-size: 12px;
	color: #666;
}
.rpart dd {
	padding: 8px;
}
.rlist li {
	background-image: url(http://img1.fyeedu.net/images/dot1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	list-style-type: none;
}
.rtopnews {
	padding: 5px;
}
.rtopnews h3 {
	font-size: 16px;
	margin: 0px;
	display: block;
	line-height: 28px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.rtopnews h3 a {
	color: #900;
	display: block;
}
.rtopnews span {
	color: #666;
}
.rlist li a {
	line-height: 180%;
}
.rlist li span {
	color: #900;
}
.rimglist {
	display: block;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rimglist li {
	list-style-type: none;
	float: left;
	display: block;
	width: 50%;
	text-align: center;
}
.rimglist li h6 {
	font-size: 12px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.pagelist
{
    text-align:center;
    }
.pagelist a {
	text-decoration: none;
	padding: 5px;
	border: 1px solid #666666;
	color: #0A246A;
	font-weight: normal;
	margin-left:5px;
	font-size:12px;
}
.pagelist a:hover {
	color: #FFFFFF;
	background-color: #0A246A;
}
.pagelist .now {
	color: #FFFFFF;
	background-color: #0A246A;
	font-weight: bold;
}


#copyright {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D9D9;
	margin-top: 15px;
}
#copyright span a {
	color: #009;
}
#divwangjing {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
