/* 全局定义 */ 
body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #2269AD;
}
a:visited {
	text-decoration: none;
	color: #2269AD;
}
a:hover {
	text-decoration: none;
	color: #EB6100;
}
a:active {
	text-decoration: none;
	color: #EB6100;
}
/* 全局顶部 */
#top {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	width: 920px;
	background-color: #EEF9FD;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BFD9F5;
	line-height: 25px;
	height: 25px;
}
#top .left {
	float: left;
	margin-left: 10px;
}
#top .right {
	float: right;
	margin-right: 10px;
}
/* head部分 */
#head {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
}
#head .logo {
	float: left;
}
#head .left {
	float: left;
	margin-left: 10px;
}
#head .right {
	float: right;
}
#head .right ul {
	margin-right: 10px;
	list-style-type: circle;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 0px;
}
#head .right li {
	margin-top: 5px;
}
/* 导航 */
#menu {
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	background-color: #E8EFFC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BFD9F5;
	width: 920px;
}
#menu ul {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#menu li {
	line-height: 20px;
	float: left;
	width: 76px;
	text-align: center;
}
#menu a:hover {
	display: block;
	background-color: #BFD9F5;
	color: #FFFFFF;
}
/* 首页 */
#main {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#main .indexl {
	width: 170px;
	float: left;
}
#main .indexc {
	float: left;
	width: 560px;
	margin-left: 10px;
}
#main .indexr {
	float: right;
	width: 170px;
}
.block {
	border: 1px solid #BCD7F5;
	margin-bottom: 5px;
}
.title {
	background-color: #E8F3FC;
	line-height: 25px;
	text-indent: 10px;
	color: #2269AD;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.content {
}
.content ul {
	list-style-type: circle;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.content li {
	margin-bottom: 5px;
}
.content_phb {
	height: 118px;
}
.content_phb ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.content_phb li {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}
.content_flqb {
	height: 20px;
}
.content_flqb ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
.content_flqb li {
	float: left;
	margin-bottom: 5px;
	width: 93px;
}
.content_tptj {
	text-align: center;
	height: 140px;
}
.content_tptj ul {
	margin-bottom: 0px;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	list-style-type: none;
}
.content_tptj li {
	float: left;
	margin-left: 18px;
	margin-right: 0px;
}
.content_zjgx {
	width: 100%;
}
.content_zjgx ul {
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	list-style-type: none;
}
.content_zjgx li {
	margin-bottom: 5px;
}
.content_zjgx .z {
	float: left;
	width: 78%;
	white-space: nowrap;
	overflow: hidden;
}
.content_zjgx .y {
	float: right;
	width: 20%;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}
.more {
	text-align: right;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
}
/* 底部 */
#foot {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BFD9F5;
	background-color: #EEF9FD;
}
p {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* 内容页 */
#main .article {
	width: 740px;
	float: right;
}
#main .article_title {
	text-align: center;
	margin-bottom: 5px;
}
#main .article_title h1 {
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	margin: 0px;
}
#main .article_zl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 55px;
}
#main .article .article_zl ul {
	list-style-type: none;
	margin: 0px;
}
#main .article .article_zl li {
	width: 175px;
	float: left;
	margin-bottom: 5px;
}
#main .article_content {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 150px;
}

#main .article_content .t {
	margin-top: 2px; 
	margin-left: 10px;
	height: 22px;
}

#main .article_content .f {
	float: left;
	width: 140px;
	text-align: center;
}
#main .article .article_content .f ul {
	list-style-type: none;
	margin: 0px;
}
#main .article .article_content .f li {
	margin-bottom: 11px;
}
#main .article_content .c {
	float: left;
	width: 485px;
	white-space: nowrap;
	overflow: hidden;
}
#main .article_content .c .nrjj {
	line-height: 15px;
	height: 100px;
	overflow-y: scroll;
	white-space: normal;
}
#main .article_content .r {
	float: right;
	width: 110px;
	text-align: center;
	margin-right: 5px;
}

#main .article .pl {
	margin-top: 5px;
}
#main .article .pl .bt {
	text-align: center;
	background-color: #E8F3FC;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}
#main .article .pl .nr {
	margin-bottom: 0px;
}
#main .article .pl .nr ul {
	list-style-type: none;
	margin: 0px;
}
#main .article .pl .nr li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8F3FC;
	margin-top: 5px;
}
#main .article .pl .plk {
	margin-top: 0px;
	margin-bottom: 10px;
}
/* 列表页 */
#main .article .zmdh {
	height: 20px;
	line-height: 20px;
}
#main .article .zmdh ul {
	list-style-type: none;
	margin: 0px;
}
#main .article .zmdh li {
	float: left;
	width: 26px;
	text-align: center;
}
#main .article .list {
}
#main .article .list .bt {
	text-align: center;
	background-color: #E8F3FC;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #2269AD;
	font-weight: bold;
	border: 1px solid #BCD7F5;
}
#main .article .list .dh {
	background-color: #F7FAFD;
	height: 20px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCD7F5;
	text-align: center;
}
#main .article .list .lb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCD7F5;
	height: 20px;
	line-height: 20px;
}
#main .article .list .no1 {
	float: left;
	width: 110px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD7F5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCD7F5;
	white-space: nowrap;
	overflow: hidden;
}
#main .article .list .no2 {
	float: left;
	width: 360px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD7F5;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
}
#main .article .list .no3 {
	float: left;
	width: 80px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD7F5;
	margin-left: 5px;
}
#main .article .list .no4 {
	float: left;
	width: 60px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD7F5;
	text-align: center;
}
#main .article .list .no5 {
	float: left;
	width: 70px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD7F5;
	text-align: center;
}
#main .article .list .no6 {
	float: right;
	width: 43px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD7F5;
	text-align: center;
}
#main .page {
	margin-right: 5px;
	height: 40px;
}
#main .page .text {
	margin-top: 15px;
}
.button {
    background-color: #DDF2FF;
    border: #83b0e1 1px solid;
    color: #000000;
    height: 20px;
}
.so {
	text-align: center;
	height: 100px;
}
.so ul {
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.so li {
	width: 150px;
	margin-bottom: 10px;
}
.so .text {
	margin-top: 10px;
}
.tcxs {
	color: #FF0000;
}
.login {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #BCD7F5;
	margin-bottom: 20px;
	margin-top: 15px;
}
.login ul {
	margin: 0px;
	list-style-type: none;
}
.login li {
	margin-top: 10px;
}
#main .article .list .sq1 {
	float: left;
	width: 33px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD7F5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCD7F5;
	white-space: nowrap;
	overflow: hidden;
}
#main .article .list .sq2 {
	float: left;
	width: 110px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD7F5;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
}
#main .article .list .sq3 {
	float: left;
	width: 240px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD7F5;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
}
#main .article .list .sq4 {
	float: left;
	width: 235px;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
}
#main .article .list .sq5 {
	float: left;
	width: 70px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD7F5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCD7F5;
}
#main .article .list .sq6 {
	float: left;
	width: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD7F5;
	text-align: center;
}