body {
  font-family: "Microsoft YaHei";
}
.w-1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.m-header {
  width: 100%;
  height: 200px;
 background: url(../img/sthjj.png) no-repeat center top;
}
.m-header-logo {
  width: 90px;
  height: 90px;
  margin-top: 48px;
  margin-right: 20px;
  float: left;
}
.l-logo {
  height: 200px;
 
}
.l-logo-tit {
  float: left;
  margin-top: 60px;
  color: #00923c;
}
.l-logo-tit .font42 {
  font-size: 38px;
  font-weight: bold;
}
.m-link {
  text-align: center;
  font-size: 14px;
 
   color:#333 !important;
}
.icon-line {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #333;
 
}

.m-link span {
  font-weight:500;
}
/* search */
.r-search {
  display: inline-block;
  width: 200px;
  height: 29px;
  
  background: #fff;
  border: 1px solid #D2C3C7;
      position: relative;
      top: -17px;

}
.input-search {
  width: 145px;
  height: 27px;
  border: none;
  outline: none;
  margin-left:10px;
}
.icon-search {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  padding: 17px;
  background: url(../img/icon-search.png) no-repeat center center;
  cursor: pointer;
}
/* nav */
.m-nav {
  height: 44px;
  background: #015293 ;
}
.m-nav-ul {
  display: inline-block;
  height: 44px;
}
.m-nav-ul li {
  position: relative;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.m-nav-ul li.on .menu,
.m-nav-ul li .menu:hover {
  color: #fff;
}
.m-nav-ul li .menu {
  position: relative;
  display: inline-block;
  height: 44px;
  padding: 0 37px;

  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.m-nav-sub {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 44px;
  left: 12px;
  width: 112px;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  z-index: 10;
}
.m-nav-ul li .menu:hover .m-nav-sub {
  visibility: visible;
}
.m-nav-sub a.sub-menu {
  display: block;
  padding: 0 16px;
  color: #333;
}
.m-nav-sub a.sub-menu:hover {
  background: #f7f7f7;
}
/* content */
.m-content-layout {
  float: right;
  width: 566px;
}
.m-content-left {
  width: 380px;
}
.m-content-center {
  margin: 0 25px;
}
.m-banner {
  position: relative;
  width: 1200px;
  margin-top: 10px;
  overflow: hidden;
}
.m-banner .bd {
  z-index: 1;
}
.m-banner .bd li {
  float: left;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.ban-img {
  width: 1200px;
  height: 200px;
}
.ban-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 85px 0 10px;
  background: rgba(1, 82, 147, .6);
  color: #fff;
  font-size: 14px;
  line-height: 27px;
}

 .m-banner .hd {
    position: absolute;
    bottom: 15px;
    right: 105px;
    height: 8px;
    z-index: 5;
}
.m-banner .hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background: #fff;
  text-indent: 99999px;
}
.m-banner .hd li.on {
  background: #0781B4;
}
.m-announcement {
  margin-top: 12px;
}
.m-activity {
  margin-top: 5px;
}
.m-dynamic {
  margin-top: 0px;
}
.m-tabslide .hd {
  position: relative;
}
.more-link {
  position: absolute;
  top: 14px;
  right: 0;
  color: #333;
  font-size: 12px;
}
.more-link:hover {
  color: #1167b7;
}
.m-tabslide .hd ul {
  border-bottom: 2px solid #e0e0e0;
}
.m-tabslide .hd li {
  position: relative;
  top: -2px;
  float: left;
  padding: 5px 10px;
  color: #999;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  margin-left:12px;
}
.m-dynamic .hd li {
  padding: 5px 10px;
}
.m-tabslide .hd li.on {
  color: #fff;
  background:#1167b7;
}
.dynamic-item-ul li {
  /* padding-top: 16px; */
  /* line-height: 1; */
  height: 30px;
  line-height: 30px;
  font-size:16px;
}
.dynamic-item-ul li a {
  display: block;
}
.dynamic-item-ul li a:hover p,
.dynamic-item-ul li a:hover .time-date {
  color: #1167b7;
}
.dynamic-item-ul p {
  display: inline-block;

  color: #333;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
}
.m-dynamic .dynamic-item-ul p {
  
}
.icon-dot {
  /* position: relative; */
  /* top: -3px; */
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  background: #9b9b9b;
  vertical-align: middle;
}
.time-date {
  float: right;
  color: #848484;
  font-size: 16px;
  vertical-align: middle;
 /* margin-right:10px;*/
}
.m-activity-ad {
  padding-top: 15px;
  text-align: center;
}
.m-content-right {
  margin-top: 20px;
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
}
.mitem-tit {
  padding-right: 15px;
  margin-top: 15px;
  color: #1167b7;
  font-size: 18px;
  line-height: 1;
}
.icon-redline {
  display: inline-block;
  width: 5px;
  height: 17px;
  margin-right: 8px;
  background: #1167b7;
  vertical-align: middle;
}
.m-info-ul {
  margin-bottom: 15px;
}
.m-info-ul li {
  float: left;
  width: 50%;
  padding-top: 12px;
  font-size: 12px;
}
.m-info-ul li:nth-child(odd) {
  width: 45%;
  padding-left: 15px;
}
.m-info-ul li a {
  color: #333;
}
.m-info-ul li a:hover {
  color: #1167b7;
}
.icon-rarrow {
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-right: 5px;
  background: url(../img/arrow.png) no-repeat center center;
  vertical-align: middle;
}
.m-hactive {
  padding-left: 12px;
}
.m-hactive li {
  float: left;
  width: 145px;
  height: 40px;
  margin-bottom: 8px;
  background: rgba(236, 236, 236, 1);
  font-size: 14px;
  line-height: 40px;
}
.m-hactive li.mgr {
  margin-right: 5px;
}
.m-hactive li a {
  color: #1167b7;
}
.m-hactive li a:hover {
  color: #1167b7;
}
.m-hactive li:hover {
  background: rgba(236, 236, 236, .3);
}
.icon-base {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 12px;
  vertical-align: middle;
  background: url(../img/icon-base.png) no-repeat;
}
.icon-base.icon-base001 {
  background-position: 0 0;
}
.icon-base.icon-base002 {
  background-position: -122px 0;
}
.icon-base.icon-base003 {
  background-position: -244px 0;
}
.icon-base.icon-base004 {
  background-position: 0 -42px;
}
.icon-base.icon-base005 {
  background-position: -122px -42px;
}
.icon-base.icon-base006 {
  background-position: -244px -42px;
}
.icon-base.icon-base007 {
  background-position: 0 -84px;
}
.icon-base.icon-base008 {
  background-position: -122px -84px;
}
.icon-base.icon-base009 {
  background-position: 0 -130px;
}
.icon-base.icon-base010 {
  background-position: -122px -130px;
}
.m-btn-bx {
  margin-top: 17px;
  margin-bottom: 12px;

}
.m-btn {
  display: inline-block;
  width: 205px;
  height: 54px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
}
.btn-email {
  background: #3a70c0;
}
.btn-chat {
  background: #3ac09f;
}
.icon-email {
  display: inline-block;
  width: 30px;
  height: 22px;
  margin-right: 15px;
  background: url(../img/icon-email.png) no-repeat center center;
  vertical-align: middle;
}
.icon-chat {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  vertical-align: middle;
  background: url(../img/icon-info.png) no-repeat center center;
}
.btn-yjzj {
  background: #48c1cf;
}
.btn-jbdh {
  background: #e6af71;
}
.icon-yjzj {
  display: inline-block;
  width: 30px;
  height: 22px;
  margin-right: 15px;
  background: url(../img/jbjd.png) no-repeat center center;
  vertical-align: middle;
}
.icon-jbdh {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  vertical-align: middle;
  background:url(../img/dhdh.png) no-repeat center center;
}
.m-hygq-more {
  color: #333;
  font-size: 14px;
}
.m-hygq-more:hover {
  color: #1167b7;
}
.m-hygq-list {
  padding: 0 15px;
  margin-bottom: 10px;
}
.m-hygq-list .dynamic-item-ul li {
  padding-top: 5px;
}
.m-hygq-list .dynamic-item-ul li p {
  width: 290px;
}
.m-oawb-code {
  padding: 0 15px 15px;
}
.m-oawb-btn {
  display: block;
  width: 175px;
  height: 58px;
  padding: 14px 0;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.btn-yellow {
  background: #e9b63d;
  margin-bottom: 10px;
}
.btn-blue {
  background: #37b5e4;
}
.icon-oa {
  float: left;
  display: inline-block;
  width: 32px;
  height: 27px;
  margin: 2px 12px 0 17px;
  vertical-align: middle;
  background: url(../img/icon-oa.png) no-repeat center center;
}
.icon-wb {
  float: left;
  display: inline-block;
  width: 24px;
  height: 29px;
  margin: 0 14px 0 22px;
  vertical-align: middle;
  background: url(../img/icon-wb.png) no-repeat center center;
}
.m-code {
  width: 160px;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.m-code p {
  float: right;
  display: inline-block;
  width: 24px;
  padding-top: 8px;
  color: #333;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}
.m-code img {
  width: 110px;
  height: 110px;
}
.m-slide-box {
  position: relative;
  width: 1200px;
  height: 76px;
  margin: 10px 0;
}
.m-slide-box .tempWrap{width:1145px !important;}
.m-slide-box .bd {
  position: absolute;
  top: 0;
  left: 25px;
}
.m-slide-page {
  position: absolute;
  top: 0;
  width: 24px;
  height: 76px;
  background: #e4e4e4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 76px;
  cursor: pointer;
}
.m-slide-prev {
  left: 0;
}
.m-slide-next {
  right: 0;
}
.m-slide-box .bd li {
  float: left;
  width: 274px !important;
  height: 76px;
  margin: 0 3px 0px 9px;
}
.m-slide-box .bd li img{width:274px !important; height:76px !important;}
.layout-left {
  width: 815px;
}
.m-footer{
position: relative;
}
/* footer */
.m-footer {
  padding: 40px 0;
  text-align: center;
}
#_span_jiucuo{
    position: absolute;
    left: 74%;
    top: 30%;
}
.footer-bottom>a{
  display:none;
}
.icon-dzjg {
  display: inline-block;
  width: 50px;
  height: 61px;
  margin-right: 30px;
  vertical-align: middle;
  background: url(../img/icon-dzjg.png) no-repeat center center;
}
.m-footer-copyright {
  display: inline-block;
  vertical-align: middle;
  color: #131313;
  font-size: 14px;
  line-height: 1;
}
.m-footer-ul {
  display: inline-block;
  padding-bottom: 12px;
}
.m-footer-ul li {
  float: left;
  padding: 0 6px;
  color: #131313;
  font-size: 14px;
  line-height: 1;
  border-left: 1px solid #131313;
}
.m-footer-ul li:first-child {
  border: none;
}
.m-footer-ul li a {
  color: #131313;
}
.m-footer-ul li a:hover {
  color: #1167b7;
}
.icon-zc {
  display: inline-block;
  width: 110px;
  height: 55px;
  margin-left: 25px;
  vertical-align: middle;
  background: url(../img/icon-jc.png) no-repeat center center;
}
.m-fc-piclist {
  padding: 15px 0;
}
.m-fc-piclist li {
  float: left;
  width: 33.333%;
  text-align: center;
}
.m-fc-piclist li span {
  display: inline-block;
  padding-bottom: 10px;
  color: #131313;
  font-size: 12px;
}
.m-fc-piclist li:hover span {
  color: #1167b7;
}
.m-fc-piclist li img {
  width: 122px;
  height: 79px;
}
.m-adv-link li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

.ljlj{ overflow:hidden; *zoom:1; padding-top:20px; clear:both;}
.ml15{margin-left:15px; overflow:hidden;}
.anan{background:url(../img/slide06.png) no-repeat; width:116px; height:31px; position:absolute; right:80px; top:0px; border:0px;}
.butn{background:url(../img/ad006.jpg) no-repeat; width:47px; height:29px; border:0px; margin-top:7.5px;   margin-right:101px;float:right}
.tzgg{height:52px; overflow:hidden; *zoom:1; background:#f5f5f5; line-height:52px; margin-top:13px;}

.txtMarquee-left{width:1168px; height:52px; line-height:52px; position:relative;  margin-left:10px; }
.txtMarquee-left .bd .tempWrap{ width:1158px !important; }
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; padding-left:10px; }
.txtMarquee-left .bd ul li{ margin-right:20px; background:url(../img/slide07.png) no-repeat left center;  float:left; height:52px; line-height:52px;  text-align:left; _display:inline; width:auto !important; padding-left:12px; color:#808080; font-size:16px; font-family:"寰蒋闆呴粦"; }
.txtMarquee-left .bd ul li a{color:#1167b7; float:left;}
.txtMarquee-left .bd ul li span{float:left; margin-left:15px;}

.dybf{height:450px; overflow:hidden; *zoom:1; margin-top:15px;}

/* 鏈緥瀛恈ss */
		.picFocus{width:608px;  position:relative;  overflow:hidden;  zoom:1;   }
		.picFocus .hd{ width:100%; padding-top:5px;  overflow:hidden; }
		.picFocus .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
		.picFocus .hd ul li{ padding-top:5px; float:left;  text-align:center;  }
		.picFocus .hd ul li img{ width:112px; height:66px; border:2px solid #A6A5A7; cursor:pointer; margin-right:9.6082px;   }
		
		.picFocus .hd ul li.on img{ border-color:#f60; border:2px solid #A6A5A7; }
		.picFocus .bd li{ vertical-align:middle; }
		.picFocus .bd img{ width:608px; height:373px; display:block;  }
		
		.nr{/*height:80px; */border-bottom:1px dashed #D9D9D9;/* margin-top:10px; */overflow:hidden; *zoom:1;}
		.nr h1{margin-right:10px;height:74px; line-height:40px; overflow:hidden; *zoom:1; text-align:center; font-family:"寰蒋闆呴粦"; font-size:23px; font-weight:bold; color:#3a70c0;}
		.nr p{line-height:28px; font-family:"寰蒋闆呴粦"; font-size:14px; color:#666666; text-indent:2em;}
		.nr p a{color:#ff0000;}
		
		.main{ overflow:hidden; *zoom:1;}
		.xxgk{width:331px; height:420px; border:1px solid #D6D6D6; overflow:hidden; *zoom:1; clear:both;}
		.m-infom-tit {
  width: 305px;
  margin: 0 auto;
  padding: 10px 0;
  background:url(../img/slide015.png) no-repeat center center;
  color: #1167b7;
  font-size: 16px;
  text-align: center;
}
.hgts{line-height:18px !important;}
.mt10{margin-top:10px;}
.left{width:858px; overflow:hidden; *zoom:1;}
.gggs{width:421px; height:348px; border:1px solid #D6D6D6; overflow:hidden; *zoom:1;}
.title{height:37px; line-height:37px; border-bottom:1px solid #F3F3F3; overflow:hidden; *zoom:1; line-height:37px;}
.title ul{float:right;}
.title ul li{line-height:37px; color:#1167b7; background:url(../img/zlzb.png) no-repeat left center; overflow:hidden; *zoom:1; padding-left:12px; float:left; margin-right:30px; font-family:"寰蒋闆呴粦"; font-size:14px;}
.title ul li a{color:#1167b7;}
.title span{ margin-left:10px;  position: relative;
top: 2px;
padding: 8px 10px;
color: #1167b7;
font-size: 16px;
line-height: 1;
cursor: pointer;
border-bottom: 1px solid #C31C09; display:inline-block;}
.gggs ul{padding-left:17px; padding-top:16px;}
.gggs ul li{background:url(../img/sdd.png) no-repeat left center; padding-left:12px; line-height:28px; font-family:"寰蒋闆呴粦"; font-size:14px; color:#333333;}
.gggs ul li a{color:#333333;}
.gggs ul li span{float:right; margin-right:21px;}
.mrs{margin-right:12px; overflow:hidden; *zoom:1;}
.wsbs{width:1198px; height:134px; border:1px solid #D6D6D6; overflow:hidden; *zoom:1; margin-top:15px;}
.hjzl{height:335px; border:1px solid #D6D6D6; overflow:hidden; *zoom:1; margin-top:18px;}

.ssbk{width:1177px; height:265px; overflow:hidden; *zoom:1; margin:15px auto;}
.djbh{width:322px; overflow:hidden; *zoom:1;}
.djbh ul li{float:left; width:156px; height:59px;}
.djbh ul li img{width:156px; height:59px;}
.jl{margin-right:10px;}
.gd{margin-top:10px;}
.kqzlsb{width:203px; height:265px; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;}
.ml12{margin-left:12px; overflow:hidden;}
.ml8{margin-left:8px; overflow:hidden;}
.wt1 {

    height: 34px;
    line-height: 34px;
    overflow: hidden;
	border-bottom:1px solid #ccc;}
	.mt50{margin-top:50px;}
	.ml5{margin-left:5px;}
.mb15{margin-bottom:15px;}
.yqlj{width:1198px;  overflow:hidden; border:1px solid #D6D6D6; margin-top:10px; margin-bottom:10px;}
.bj{background:url(../img/xlk.png) no-repeat; height:11px; line-height:27px; width:16px; text-align:center; border:0px; font-size:16px; color:#0c6dba; font-weight:200; font-family:寰蒋闆呴粦; float:right; margin-right:30px; margin-top:10px;}
.bg{width:1200px; overflow:hidden;}
.bg ul{padding-bottom:30px;}
.bg ul li{float:left; margin-left:44px; overflow:hidden; *zoom:1; margin-top:6px;}

.dqwz{height:35px; line-height:35px; overflow:hidden; *zoom:1; margin-top:10px;}
.dqwz span{background:url(../img/dqwz.jpg) no-repeat left center; padding-left:15px; font-family:"寰蒋闆呴粦"; font-size:14px;}
.dqwz span a{color:#333333;}
.main{  overflow:hidden; *zoom:1; }

.gun{background:url(../img/img-29.jpg) no-repeat; width:703px; height:311px; overflow:hidden; *zoom:1;}
.title{background:url(../img/img-30.jpg) repeat-x; height:49px; line-height:49px;}
.title span{padding-left:15px; padding-right:15px; background:#1067B7; overflow:hidden; *zoom:1; color:#fff; display:inline-block; font-family:"寰蒋闆呴粦"; font-size:18px;}
.gun_main{width:694px; overflow:hidden; *zoom:1; margin-top:1px;}


		.txtMarquee-top{ width:694px;  overflow:hidden; position:relative;  }
		.txtMarquee-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
		.txtMarquee-top .hd .next{ background-position:0 -140px;  }
		.txtMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
		.txtMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
		.txtMarquee-top .bd{ padding:15px;  }
		.txtMarquee-top .infoList li{ height:30px; line-height:30px; font-family:"寰蒋闆呴粦"; font-size:15px; color:#333333;}
		.txtMarquee-top .infoList li a{color:#333333;}
		.ztd{width:646px; margin:12px auto; overflow:hidden; *zoom:1;}
		.btbt{height:37px; line-height:37px; overflow:hidden; *zoom:1; background:#ebebeb; overflow:hidden;}
		.btbt ul li{float:left; overflow:hidden; *zoom:1; line-height:37px; color:#333333; font-weight:bold; font-size:15px; font-family:"寰蒋闆呴粦";}
		.btbt ul li a{color:#ebebeb;}
		.one{width:134px; text-align:center; overflow:hidden; *zoom:1;}
		.two{width:216px; text-align:center; overflow:hidden; *zoom:1;}
		.three{width:131px; text-align:center; overflow:hidden; *zoom:1;}
			.four{width:164px; text-align:center; overflow:hidden; *zoom:1;}
			.jgcx{background:url(../img/img-31.jpg) no-repeat; width:463px; height:331px; overflow:hidden; *zoom:1;}
			.jzst_main{width:454px; margin-top:1px; overflow:hidden; *zoom:1;}
			.jtnr{width:336px; margin:30px auto; overflow:hidden;}
			.cx{height:30px; line-height:30px; overflow:hidden; *zoom:1;font-family:"寰蒋闆呴粦"; font-size:15px;}
			.xk{width:247px; height:28px; border:1px solid #363636; overflow:hidden; *zoom:1; background:#fafafa;}
			.mt30{margin-top:30px; overflow:hidden; *zoom:1;}
			.ysz{background:url(../img/img-32.jpg) no-repeat; width:140px; height:40px; border:0px;}
			.yszy{background:url(../img/img-33.jpg) no-repeat; width:140px; height:40px; border:0px;}
			.qh{background:url(../img/img-34.jpg) no-repeat; width:1199px; height:354px; overflow:hidden; *zoom:1; margin-top:20px;}
			.title1{background:url(../img/img-30.jpg) repeat-x; height:49px; line-height:49px;}
			.title1 span{font-family:"寰蒋闆呴粦"; font-size:18px; overflow:hidden; *zoom:1; color:#333; padding-left:15px; padding-right:15px;}
.title1 span.fouce{padding-left:15px; padding-right:15px; background:#1067B7; overflow:hidden; *zoom:1; color:#fff; display:inline-block; font-family:"寰蒋闆呴粦"; font-size:18px;}
.qhnr{width:1189px; margin-top:1px; overflow:hidden; *zoom:1; margin-left:1px;}
.zyt{height:295px; overflow:auto;}
.zyt ul{padding-left:24px; padding-top:14px;}
.zyt ul li{background:url(../img/img-35.jpg) no-repeat left center; padding-left:15px;  font-family:"寰蒋闆呴粦"; font-size:15px; line-height:33px;}
.zyt ul li a{color:#333333; }

.ann{overflow:hidden; *zoom:1; width:1200px; margin-top:20px; margin-bottom:20px;}
.ann ul li{background:url(../img/img-36.jpg) no-repeat; width:154px; height:125px; overflow:hidden; float:left;}
.ann ul li a{color:#fff; display:block;}
.dy{width:145px; height:115px; overflow:hidden; *zoom:1; background:#5091db; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy1{width:145px; height:115px; overflow:hidden; *zoom:1; background:#41a5ae; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy2{width:145px; height:115px; overflow:hidden; *zoom:1; background:#dab144; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy3{width:145px; height:115px; overflow:hidden; *zoom:1; background:#d55d5d; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy4{width:145px; height:115px; overflow:hidden; *zoom:1; background:#645bdb; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy5{width:145px; height:115px; overflow:hidden; *zoom:1; background:#196ecb; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy6{width:145px; height:115px; overflow:hidden; *zoom:1; background:#60c065; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dyhg{line-height:24px; vertical-align:middle;}
.dyhg1{line-height:115px; vertical-align:middle;}
.kong{height:30px; overflow:hidden}
.bj{margin-left:20px; overflow:hidden; *zoom:1;}
.pub-right-box {
    position: fixed;
    top: 0;
    background: #015293 !important;
    height: 100%;
    z-index: 10006;
}
.xt li.pub-user-group {
    background: #015293 !important;
}
.xitong {
    width: 35px;
    height: 100%;
    background-color: #015293 !important;
    position: absolute;
    left: 0;
    margin-right: -40px;
    top: 100px;
    z-index: 1003;
}