﻿body {
  background-color: #fff;
  background-image: url(../images/bodyBg.png);
  background-repeat: no-repeat;
  background-position: top center;
}


/*topbanner*/

.wjdl-top {
  height: 37px;
  overflow: hidden;
  background-color: #01314c;
}

.wjdl-top >div {
  width: 1000px;
  margin: 0 auto;
}

.wjdl-top >div >div:first-child {
  float: right;
  line-height: 37px;
  color: #fff;
}

.wjdl-top >div >div:first-child a {
  margin: 0 8px;
  color: #fff;
}

.wjdl-top >div >div:first-child a:hover {
  color: #ff5400;
}

.wjdl-top >div >.today-info {
  margin-left: 15px;
  line-height: 37px;
  color: #fff;
}

.wjdl-top >div >.today-info span:first-child {
  margin-right: 20px;
}

.wjdl-main {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 10px;
}


/*nav*/

nav {
  width: 1000px;
  margin: 212px auto 0;
}

nav >ul {
  height: 61px;
}

nav >ul li {
  padding-top: 18px;
  float: left;
  width: 83.3px;
  height: 43px;
  line-height: 43px;
  text-align: center;
}

nav >ul li:hover,
nav >ul li:first-child {
  padding-top: 0;
}

nav >ul li a {
  display: block;
  height: 43px;
  line-height: 43px;
  margin-left: 1px;
  font-size: 14px;
  color: #fff;
}

nav >ul li a:hover {
  color: #fff;
}

nav >ul li:hover a,
nav >ul li:first-child a {
  height: 61px;
  line-height: 70px;
  overflow: hidden;
}

nav >ul .li1 a {
  background-color: #117dc8;
}

nav >ul .li2 a {
  background-color: #f9b923;
}

nav >ul .li3 a {
  background-color: #ed239e;
}

nav >ul .li4 a {
  background-color: #56a445;
}

nav >ul .li5 a {
  background-color: #ea0088;
}

nav >ul .li6 a {
  background-color: #ffd123;
}

nav >ul .li7 a {
  background-color: #675b97;
}

nav >ul .li8 a {
  background-color: #56a445;
}

nav >ul .li9 a{
	background-color:#ea0088;
}

/*flashPic and News and Notices*/

.wjdl_newsCenter {
  width: 1000px;
  margin: 0 auto;
}

.wjdl_newsCenter >.flashPic {
  float: left;
  padding: 8px;
  width: 346px;
  height: 249px;
  background-color: #d8d8d8;
  border-radius: 5px;
}

.wjdl_PicHDPCon {
  position: relative;
}

#NewsPic {
  position: relative;
  width: 346px;
  height: 249px;
  overflow: hidden;
}

#NewsPic a {
  overflow: visible;
  border: 0;
  text-decoration: none;
}

#NewsPic .Picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 346px;
  height: 249px;
}

#NewsPic .Nav {
  position: absolute;
  width: 346px;
  height: 21px;
  background-image: url(../images/wjdlxx_hdpShardown.png);
  background-repeat: repeat-x;
  line-height: 20px;
  bottom: 0px;
  right: 0;
}

#NewsPic .Nav span {
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  float: right;
  display: block;
  width: 22px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 1px;
  cursor: pointer;
}

#NewsPic .Nav span.Normal {
  background-color: #666;
  color: #FFF;
}

#NewsPic .Nav span.Cur {
  background-color: #178e17;
  color: #FFF;
}

#NewsPicTxt {
  position: absolute;
  bottom: 0;
  width: 175px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 5px;
  height: 22px;
  line-height: 22px;
  text-align: left;
  font-family: Sans-Serif;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
}

#NewsPicTxt a:link,
#NewsPicTxt a:visited {
  font-family: "Microsoft Yahei";
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

#NewsPicTxt a:hover {
  color: red;
}


/*幻灯片 end*/

.wjdl_newsCenter >.schoolNews {
  margin-left: 13px;
  width: 343px;
  float: left;
}

.wjdl_newsCenter >.notices {
  width: 267px;
  float: right;
}

.schoolNews >h3,
.notices>h3 {
  height: 36px;
  overflow: hidden;
  position: relative;
  padding-bottom: 2px;
  border-bottom: 1px solid #56c903;
}

.notices>h3 {
  border-bottom: 1px solid #ea0088;
}

.schoolNews >h3 >span,
.notices>h3 >span {
  display: inline-block;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background-color: #56c903;
  font-size: 15px;
  color: #fff;
}

.notices>h3 >span {
  background-color: #ea0088;
}

.schoolNews >h3 >span em,
.notices>h3 >span em {
  margin-left: 8px;
  font-size: 12px;
}

.schoolNews >h3 a,
.notices>h3 a {
  position: absolute;
  top: 11px;
  right: 2px;
  display: block;
  width: 50px;
  height: 15px;
  background-image: url(../images/wjdl_more.png);
}

.wjdl_newsCenter >.schoolNews >ul {
  padding-top: 2px;
}

.wjdl_newsCenter >.schoolNews >ul >li {
  padding-left: 15px;
  height: 31px;
  border-bottom: 1px dashed #dedede;
  background-image: url(../images/wjdl_lmListIco2.jpg);
  background-repeat: no-repeat;
  background-position: 5px 14px;
  position: relative;
}

.wjdl_newsCenter >.schoolNews >ul >li >a {
  display: block;
  max-width: 245px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
}

.wjdl_newsCenter >.schoolNews >ul >li >a >span {
  color: #368f24;
}

.wjdl_newsCenter >.schoolNews >ul >li >span {
  position: absolute;
  top: 0;
  display: block;
  right: 5px;
  height: 31px;
  line-height: 31px;
}

.wjdl_newsCenter >.notices >ul {
  padding-top: 2px;
}

.wjdl_newsCenter >.notices >ul >li {
  padding-left: 15px;
  height: 31px;
  border-bottom: 1px dashed #dedede;
  background-image: url(../images/wjdl_lmListIco2.jpg);
  background-repeat: no-repeat;
  background-position: 5px 14px;
  position: relative;
}

.wjdl_newsCenter >.notices >ul >li >a {
  display: block;
  max-width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
}


/*wjdl_zhqn*/

.wjdl_zhqn {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
}

.wjdl_zhqn >.fl {
  width: 720px;
}

.wjdl_zhqn .wjdl_xzxx,
.wjdl_zhqn .wjdl_lxwm {
  display: block;
  width: 267px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.wjdl_zhqn .wjdl_xzxx {
  background-image: url(../images/wjdl_xzxxImg-.png);
}

.wjdl_zhqn .wjdl_lxwm {
  margin-top: 7px;
 
  margin-bottom: 6px;

}


/*newsLogin*/

.newsLogin {
  width: 1000px;
  margin: 0 auto;
}

.newsLogin >.loginArea {
  margin-top: 10px;
  float: right;
  width: 267px;
  overflow: hidden;
}

.newsLogin >.loginArea >h3 {
  display: block;
  padding-top: 22px;
  height: 28px;
  overflow: hidden;
  font-size: 15px;
  color: #99681f;
  padding-left: 28px;
  background-image: url(../images/wjdlxx_loginHead.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.newsLogin >.loginArea >.loginCon {
  height: 168px;
  overflow: hidden;
  background-image: url(../images/wjdlxx_loginConBG.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  padding: 5px 0;
}

.loginCon table {
  width: 218px;
  margin: 0 auto;
}

.loginCon table,
.loginCon table a {
  color: #906019;
}

.loginCon table td {
  height: 24px;
}

.loginCon table td.ptop {
  padding-top: 5px;
}

.loginCon .inputText {
  padding: 0 10px;
  width: 126px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #c0df9a;
  background-color: #fff;
}

.loginCon .loginBtn {
  display: inline-block;
  margin-right: 10px;
  width: 68px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-image: url(../images/wjdlxx_loginBtn.jpg);
}

.loginCon >.wjdl_loginSM {
  width: 214px;
  margin: 10px auto 0;
  min-height: 50px;
  border-radius: 10px;
  border: 1px solid #d5e1c1;
  padding: 6px 0;
  background-color: #fff;
}

.loginCon >.wjdl_loginSM .smFont {
  float: left;
  padding: 0 34px;
}

.loginCon >.wjdl_loginSM .smFont span {
  display: inline-block;
  margin: 0 2px;
  width: 12px;
  line-height: 15px;
  color: #906019;
}

.loginCon >.wjdl_loginSM .smImg {}

.loginCon >.wjdl_loginSM .smImg img {
  width: 60px;
  height: 60px;
}

.newsLogin >.loginArea >.loginfooter {
  height: 16px;
  background-image: url(../images/wjdlxx_loginFooter.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.wjdl_yzy {
  width: 1000px;
  height: 333px;
  margin: 10px auto 0;
  background-image: url(../images/wjdlxx_imgScrollBG.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 27px;
position:relative;
}

.wjdl_yzy >div {
  margin-left: 236px;
  width: 446px;
  height: 333px;
  background-image: url(../images/wjdlxx_imgScrollConBG.png);
  position: relative;
}

.wjdl_yzy ul {
  position: absolute;
  z-index: 5;
  left: 58px;
  top: 89px;
  width: 306px;
  border-bottom: 2px solid #bd944f;
}

.wjdl_yzy ul li {
  float: left;
  color: #666;
  font-size: 15px;
  line-height: 20px;
  padding: 0 15px 5px 3px;
  cursor: pointer;
}

.wjdl_yzy ul li.hover {
  color: #038403;
  border-bottom: 4px solid #038403;
}

.wjdl_yzy ul li span {
  font-size: 12px;
  margin-left: 10px;
}

.wjdl_yzy .scrollCon {
  position: relative;
  padding-top: 150px;
}

.scrollCon >.lbtn,
.scrollCon >.rbtn {
  display: block;
  position: absolute;
  width: 13px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.scrollCon >.lbtn {
  left: 25px;
  bottom: 40px;
  background-image: url(../images/wjdlxx_scrollLBtn.png);
}

.scrollCon >.rbtn {
  right: 50px;
  bottom: 40px;
  background-image: url(../images/wjdlxx_scrollRBtn.png);
}

.scrollCon >.scrollConn {
  width: 318px;
  margin-left: 52px;
}

.scrollCon >.scrollConn .scrollEve {
  float: left;
  width: 143px;
  margin: 0 8px;
}

.scrollCon >.scrollConn .scrollEve img {
  width: 143px;
  height: 98px;
}

.wjdl_yzy >.wjdl_aboutLink{

}
.wjdl_aboutLink >a{
display:block;
width:60px;
height:20px;
position:absolute;
z-index:5;
}
.wjdl_aboutLink >a.yd_link1{left:630px;top:82px;width:77px;}
.wjdl_aboutLink >a.yd_link2{left:756px;top:47px;width:50px;}
.wjdl_aboutLink >a.yd_link3{left:910px;top:45px;}
.wjdl_aboutLink >a.yd_link4{left:698px;top:203px;}
.wjdl_aboutLink >a.yd_link5{left:874px;top:166px;}
/*wjdl_newsArea*/

.wjdl_newsArea {
  width: 1000px;
  margin: 0 auto;
}

.wjdl_newsArea >.ml,
.newsLogin >.ml {
  margin-left: 13px;
}

.eveArea {
  margin-top: 10px;
  float: left;
  width: 353px;
}

.eveArea >h3 {
  display: block;
  height: 30px;
  background-image: url(../images/wjdl_lmHeadBG.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  border-right: 1px solid #ddd;
  position: relative;
}

.eveArea >h3 >span {
  display: inline-block;
  height: 30px;
  min-width: 98px;
  line-height: 30px;
  padding-left: 12px;
  background-image: url(../images/wjdl_lmHeadTit.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.eveArea >h3 >a {
  position: absolute;
  top: 7px;
  right: 12px;
  display: block;
  width: 50px;
  height: 15px;
  background-image: url(../images/wjdl_more.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.eveArea >ul {
  padding: 5px 7px;
  min-height: 203px;
  border: 1px solid #ddd;
  border-top: none;
  background-image: url(../images/wjdlxx_eveAreaBG.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.eveArea >ul >li {
  padding-left: 25px;
  height: 33px;
  line-height: 33px;
  border-top: 1px solid #eee;
  background-image: url(../images/wjdl_lmListIco.png);
  background-repeat: no-repeat;
  background-position: 5px 12px;
  position: relative;
}

.eveArea >ul >li a {
  font-size: 14px;
  display: inline-block;
  width: 215px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.eveArea >ul >li:first-child {
  border-top: none;
}

.eveArea >ul >li >span {
  position: absolute;
  right: 12px;
  top: 0;
  display: block;
  line-height: 33px;
}

.eveAreaRight {
  margin-top: 10px;
  float: right;
  width: 267px;
}

.eveAreaRight >h3 {
  height: 35px;
  border: 1px solid #ddd;
  border-top: none;
  background-image: url(../images/wjdl_eveAreaRightHeadBG.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  position: relative;
}

.eveAreaRight >h3 >span {
  margin-left: 14px;
  padding-left: 18px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  line-height: 37px;
  font-size: 15px;
  color: #48a406;
  background-image: url(../images/wjdl_lmHeadTitIco.png);
  background-repeat: no-repeat;
  background-position: 0 9px;
}

.eveAreaRight >h3 >a {
  position: absolute;
  top: 11px;
  right: 10px;
  display: block;
  width: 50px;
  height: 15px;
  background-image: url(../images/wjdl_more.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.eveAreaRight >ul {
  border: 1px solid #ddd;
  border-top: none;
  padding: 2px 9px;
  min-height: 203px;
}

.eveAreaRight >ul >li {
  height: 33px;
  line-height: 33px;
  border-top: 1px solid #eee;
  padding-left: 18px;
  background-image: url(../images/wjdl_lmListIco2.jpg);
  background-repeat: no-repeat;
  background-position: 5px 16px;
  position: relative;
}

.eveAreaRight >ul >li:first-child {
  border-top: none;
}

.eveAreaRight >ul >li >a {
  font-size: 14px;
  display: inline-block;
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/*friendlink*/

.wjdl_friendlink {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
}

.wjdl_friendlink >.fl,
.wjdl_friendlink >.fr {
  width: 10px;
  min-height: 60px;
  background-repeat: no-repeat;
  background-position: top left;
}

.wjdl_friendlink >.fl {
  background-image: url(../images/wjdl_friendlinkLBG.jpg);
}

.wjdl_friendlink >.fr {
  background-image: url(../images/wjdl_friendlinkRBG.jpg);
}

.wjdl_friendlink >.friendlinkCon {
  float: left;
  width: 980px;
  min-height: 60px;
  background-image: url(../images/wjdl_friendlinkCBG.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}

.friendlinkCon >h3 {
  display: block;
  padding: 10px 5px 5px;
  font-size: 14px;
}

.friendlinkCon >p {
  padding: 2px 10px 5px;
  line-height: 22px;
}

.friendlinkCon >p >a {
  margin: 0 10px;
  white-space: nowrap;
}


/*footer*/

footer {
  margin-top: 10px;
  background-color: #01314c;
  border-top: 1px solid #889fab;
  border-bottom: 14px solid #001c2b;
}

footer >div {
  width: 1000px;
  margin: 0 auto;
  min-height: 137px;
  background-image: url(../images/wjdl_footer_spit.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.wjdl-footerLogo {
  float: left;
  margin: 38px 0 0 38px;
  width: 304px;
  height: 70px;
  background-image: url(../images/wjdl_footer_logo.png);
}

.wjdl-footerCopyright {
  float: right;
  color: #fff;
  line-height: 22px;
  padding-top: 18px;
}

.wjdl-footerSearch {
  margin-top: 12px;
  position: relative;
}

.wjdl-footerSearch .searchText {
  display: inline-block;
  width: 280px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  background-color: #61c868;
  border: none;
  border-radius: 5px;
}

input.searchText::-webkit-input-placeholder {
  color: #fff;
}

input.searchText:-moz-placeholder {
  color: #fff;
}

input.searchText::-moz-placeholder {
  color: #fff;
}

input.searchText:-ms-input-placeholder {
  color: #fff;
}

.wjdl-footerSearch .searchBtn {
  position: absolute;
  top: 0;
  margin-left: 12px;
  display: inline-block;
  padding: 0 13px;
  width: 23px;
  height: 30px;
  background-color: #61c868;
  background-image: url(../images/wjdl_searchBtn.png);
  background-repeat: no-repeat;
  background-position: 13px 3px;
  border-radius: 5px;
}


/*list  page*/

.wjdl-path {
  padding: 0 10px 0 35px;
  height: 21px;
  line-height: 21px;
  background-image: url(../images/wjdlxx_pathIco.png);
  background-repeat: no-repeat;
  background-position: 15px 5px;
}

.wjdl-path span {
  margin: 0 8px;
}

.wjdl_listMain {
  margin-top: 10px;
}

.wjdl_listMain .lists {
  width: 714px;
}

.wjdl_listMain .lists >h3 {
  height: 34px;
  line-height: 34px;
  border-bottom: 3px solid #56c903;
  background-image: url(../images/wjdlxx_listTitIco.png);
  background-repeat: no-repeat;
  background-position: 10px 13px;
}

.wjdl_listMain >.lists >h3.title span.fontTit {
  margin-left: 28px;
  font-size: 18px;
  color: #419803;
}

.wjdl_listMain >.lists >.listLists {
  min-height: 400px;
}

.wjdl_listMain >.lists >.listLists li {
  height: 38px;
  border-bottom: 1px dashed #ddd;
  position: relative;
  background-image: url(../images/wjdlxx_listIco.png);
  background-repeat: no-repeat;
  background-position: 6px 14px;
}

.wjdl_listMain .listLists li >a {
  display: block;
  font-size: 14px;
  width: 570px;
  margin-left: 30px;
  height: 38px;
  line-height: 38px;
}

.wjdl_listMain .listLists li >span {
  position: absolute;
  display: block;
  height: 38px;
  line-height: 38px;
  right: 20px;
  top: 0;
}

.paddingFy {
  width: 70%;
  height: 24px;
  margin: 40px auto;
  text-align: center;
  border: 1px solid #f00;
}

.lmSlide {
  width: 267px;
}

.lmSlide .listpageLmDH >h2 {
  padding-top: 20px;
  height: 52px;
  line-height: 52px;
  padding-right: 56px;
  text-align: right;
  font-size: 22px;
  color: #fff;
  background-color: #53af12;
  background-image: url(../images/wjdlxx_lmDHIco.jpg);
  background-repeat: no-repeat;
  background-position: 36px 16px;
}

.listpageLmDH ul {}

.listpageLmDH ul li {
  margin-top: 1px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
  padding-right: 68px;
  text-align: right;
}

.subNavi_tit{
	  margin-top: 1px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
  padding-right: 68px;
  text-align: right;
	
	
}
.subNavi_tit a {
  font-size: 18px;
}

.subNavi_tit:hover {
  background-color: #8dc221;
}

.subNavi_tit:hover a {
  color: #fff;
}
.subNavi_con{}
.subNavi_con  div{
  margin-top: 1px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
  padding-right: 68px;
  text-align: right;
}
.subNavi_con .header a {
  font-size: 18px;
}

.subNavi_con .header:hover {
  background-color: #8dc221;
}

.subNavi_con .header:hover a {
  color: #fff;
}



.listpageLmDH ul li a {
  font-size: 18px;
}

.listpageLmDH ul li:hover {
  background-color: #8dc221;
}

.listpageLmDH ul li:hover a {
  color: #fff;
}

.lmSlide .eveAreaRight {
  float: left;
}


/*article page*/

.wjdl-artMain {
  margin-top: 10px;
  border: 2px solid #9ad48d;
  border-radius: 5px;
  padding-bottom: 30px;
}

.wjdl-artMain >h2.artTitle {
  font-size: 28px;
  text-align: center;
  padding: 40px 120px 20px 120px;
  line-height: 36px;
}

.wjdl-artMain >.artDesc {
  margin: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  background-color: #f2f2f2;
}

.wjdl-artMain >.artDesc span {
  margin: 0 10px;
}

.wjdl-artMain >.artDesc a {
  margin: 0 5px;
}

.wjdl-artMain >.artDesc em {
  margin-right: 5px;
  color: #f00;
}

.wjdl-artMain >.art_content {
  padding: 20px 20px;
  /*font-size: 14px;*/
  line-height: 26px;
  text-indent: 28px;
}

.wjdl-artMain >.art_content p {
  text-indent: 28px;
}
.wjdl-artMain .art_content p {
  text-indent: 28px;
  padding: 3px 0;
}
.wjdl-artMain >.art_content table{
	max-width:950px !important;
	margin:0 auto !important;
	float:none !important;
	
}
.wjdl-artMain .art_content table p
{ text-indent: 0px;
  padding: 0px 0;
}
.wjdl-artMain.art_content table td p
{ text-indent: 0px;
  padding: 0px 0;
}

.art_content .MsoNormalTable td{
	BORDER-BOTTOM: windowtext 1pt solid;

}








.wjdl-artMain >.artUpdownPage {
  margin-left: 40px;
}

.wjdl-artMain >.artUpdownPage li {
  height: 30px;
  line-height: 30px;
  color: #f00;
}

.wjdl-artMain >.artUpdownPage li a {
  margin-left: 5px;
  font-size: 14px;
  color: #f00;
}
#divUserInfo { margin: 20px 10px auto 30px;}
#divUserInfo  li {display:none;}

.friendlinkCon p li{ float:left;}

#page {
    display: block;
    float: left;
    height: 40px;
    margin:0px auto;
    padding-top: 20px;
    margin-left:10%;
    width: 600px;
}
#page li {
	list-style:none;
    background: url("") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    float: left;
    padding-left: 5px;
}
#page li a {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: block;
    height: 15px;
    margin-right: 10px;
    padding: 5px;
    text-decoration: none;
   
}
#page li a:hover {
    background-color: #B01F1F;
    color: #FFFFFF;
}
#page li.pageup a, #page li.next a {
    display: block;
    width: 50px;
	line-height:22px;
}
#page li a.ct_1 {
    background-color: #B01F1F;
    color: #FFFFFF;
}
#page li a.ct_1 a:hover {
    color: #FFFFFF;
}

.blogroll_style li {float:left; margin-left:10px;}
.wjdl-siteState{
	 height: 40px;
    line-height: 40px;
    color: #ffffff;
    margin: 0 auto;

}
.wjdl-siteState ul li{float:left; margin-right:15px;}
