.top {
  height: 70px;
  box-sizing: border-box;
  padding: 0 30px;
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid #ededed;
}
.main-menu {
  float: left;
  position: relative;
  z-index: 23;
  width: 115px;
  height: 70px;
  margin-right: 10px;
  margin-left: -30px;
  border-right: 2px solid #f4f4f4;
}
.btn-navigation {
  display: inline-block;
  box-sizing: border-box;
  width: 115px;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  padding-left: 59px;
  background: url("../img/menu.png") 18px 18px no-repeat #fff;
  color: #0068b7;
}
.main-menu:hover > #left-menu {
  display: block;
}
.main-menu:hover .btn-navigation {
  background-color: #f4f4f4;
}
.logo {
  float: left;
 /* width: 463px;*/
  height: 50px;
  margin-top: 10px;
}
.top-right {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
  white-space: nowrap;
}
.top-right .c-nav-dropdown-btn {
  height: 70px;
  float: left;
  position: relative;
}
.top-right .c-nav-dropdown-btn .nav-icon__item {
  height: 70px;
  padding: 0 10px;
  display: inline-block;
  margin: 0 3px;
}
.top-right .c-nav-dropdown-btn a span {
  width: 26px;
  height: 26px;
  position: relative;
  display: block;
}
.top-right .c-nav-dropdown-btn a i em {
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  right: -3px;
  background: red;
  border-radius: 50%;
  display: none;
}
.top-right .c-nav-dropdown-btn a i em.active {
  display: block;
}
.top-right .c-nav-dropdown-btn a i {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-top: 17px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.pls-nav-bubble {
  display: none;
  transition: all 0.2s 0.1s ease-in-out;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 140px;
}
.c-nav-dropdown-btn:hover > .pls-nav-bubble {
  display: block;
}
.pls-nav-bubble-inner {
  position: relative;
  background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
  border: 2px solid #fff;
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1);
  border-radius: 4px;
  padding-top: 20px;
}
.pls-nav-account-name {
  display: block;
  margin-bottom: 20px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  color: #16181a;
  line-height: 24px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pls-nav-bubble-inner ul {
  margin-bottom: 20px;
}
.pls-nav-bubble-inner ul li {
  padding: 0 20px;
}
.pls-nav-bubble-inner ul li a {
  line-height: 30px;
  padding-left: 30px;
}
.pls-nav-bubble-inner ul li a.mima {
  background: url(../img/mima.png) no-repeat left;
  background-size: 15px 15px;
  color: #666;
}
.pls-nav-bubble-inner ul li a.mine {
  background: url(../img/mine.png) no-repeat left;
  background-size: 15px 15px;
  color: #666;
}
.pls-nav-bubble-inner ul li a.trans {
  background: url(../img/trans.png) no-repeat left;
  background-size: 15px 15px;
  color: #666;
}
.pls-nav-bubble-ft {
  line-height: 35px;
  text-align: center;
  border-top: 1px solid #f4f4f4;
}
.pls-nav-bubble-btn {
  border: 0;
  background: none;
  cursor: pointer;
}
.left-menu {
  position: absolute;
  width: 220px;
  top: 70px;
  height: 600px;
  left: 0;
  background-color: #f1f2f5;
  display: none;
}
.left-menu-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.left-menu-list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 220px;
  display: block;
  color: #fff;
  text-align: center;
}
.bar-item {
  padding-top: 10px;
  position: absolute;
  display: none;
  width: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
.bar-item.active {
  box-shadow: 0 0 15px 0 rgba(20, 20, 20, 0.2);
}
.bar-item::-webkit-scrollbar {
  width: 0.2em;
}
.left-bar-first {
  z-index: 18;
  height: 100%;
  display: block;
  left: 0;
  box-shadow: 0 0 15px 0 rgba(20, 20, 20, 0.2);
}
.left-menu .left-menu-list .left-bar-first .common-item {
  padding: 0 15px;
  text-overflow: inherit;
}
.bar-item span {
  display: inline-block;
}
.common-item {
  position: relative;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 40px;
  color: #4f87b4;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 3px;
}
.common-item.active .left-text,
.common-item:hover .left-text {
  color: #1869bc;
}
.common-item .left-text {
  color: #666;
}
.common-item.active,
.common-item:hover {
  background-color: #eef5ff;
}
.bar-item.active {
  display: block !important;
  top: 0px;
  bottom: 0;
}
.left-bar-extend {
  left: 220px;
}
.icon-arrow-right {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background: url(../img/right-active.png) no-repeat;
}

/***bannner***/
.banner {
  min-width: 1200px;
  margin-top: 70px;
  position: relative;
  height: 160px;
  background: url("../img/banner.jpg") center top no-repeat;
  background-size: 100% 230px;
}

.app-title {
  width: 180px;
  height: 59px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding-top: 16px;
  letter-spacing: 2px;
  background: url("images/service.png") 95px 18px no-repeat;
}
.container {
  min-width: 1200px;
  margin: 0 20px;
}
@media (min-width: 1200px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}
.app-content {
  padding-left: 300px;
  box-sizing: border-box;
  position: relative;
  top: -30px;
}
.app-content .app-list {
  /* height: 145px; */
  min-width: 900px;
}

.app-list .item {
  width: 100px;
  margin-right: 45px;
  text-align: center;
  display: inline-block;
}

.app-list .item a {
  display: block;
  box-shadow: 0px 0px 0px 0px rgba(21, 61, 187, 0.4);
  color: rgba(255, 255, 255, 1);
  top: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.app-list .item a:hover {
  top: -15px !important;
}
.app-list .item .name {
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.app-list .item img {
  height: 45px;
  width: 45px;
  padding-top: 32px;
}
/**工作台***/
.common-head {
  margin-top: 15px;
  height: 54px;
  background: url("../img/head-title.png") no-repeat;
  background-size: 100% 100%;
}
.common-head .title {
  padding-left: 23px;
}
.common-head .name {
  padding-top: 2px;
  line-height: 52px;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
}
.common-body {
  background-color: #fff;
  box-shadow: 0 4px 7px 0 rgba(89, 120, 218, 0.08),
    0px -4px 7px 0 rgba(21, 61, 187, 0.2);
}
.option-wrap {
  float: left;
  width: 820px;
  padding: 19px 0 10px 29px;
}
.option-item {
  position: relative;
  padding-bottom: 9px;
  padding-left: 60px;
  min-height: 24px;
}
.option-item .type {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #49cecd;
  padding-left: 15px;
}
.option-item .type.status {
  color: #499fff;
}
.option-item .type:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 18px;
  top: 3px;
  left: 0;
}
.option-item .type.industry:before {
  background-color: #49cecd;
}
.option-item .type.status:before {
  background-color: #499fff;
}
.option-list {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.option-list .item {
  float: left;
  line-height: 24px;
  cursor: pointer;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 15px;
  color: #666;
}
.option-list .item.active {
  color: #ff903b;
  font-weight: 600;
}
.tag-search-btn {
	height: 35px;
	width: 100px;
	background: #499fff;
	color: #fff;
	border: 1px solid #4f87b4;
	margin-top: -90px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.search-wrap {
  float: right;
  padding-top: 15px;
  padding-right: 8px;
}
.search-wrap .search-box {
  width: 225px;
  height: 30px;
  border: 1px solid #d2d2d2;
  padding: 1px 3px;
}
.search-wrap .search-box .input-text {
  line-height: 30px;
  width: 195px;
  display: inline-block;
  vertical-align: top;
  height: 30px;
}
.search-wrap .search-box .search-btn {
  background: url(../img/icon-search.png) no-repeat;
  background-size: 50% 50%;
  width: 30px;
  height: 30px;
  background-position: 50%;
  cursor: pointer;
}
.step-legend {
  font-size: 0;
  clear: both;
  padding-top: 10px;
}
.step-legend .item {
  font-size: 14px;
  margin-left: 20px;
  padding-left: 15px;
  display: inline-block;
  position: relative;
  color: #666;
}
.step-legend .item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d0d3e0;
}
/*background-color: #33cc00;*/
.step-legend .item.handle:before {
  background-color: #ff0000;
}
/*background-color: #499fff;*/
.step-legend .item.finish:before {
  background-color: #3399ff;
}
/*background-color: #f44c4c;*/
.step-legend .item.refuse:before {
  background-color: #f44c4c;
}

.mini-grid-table td {
  text-align: left;
  padding: 15px 10px;
  border-bottom: 1px solid #ededed;
}
.mini-grid-table .tb-head td {
  border: 1px solid #ededed;
  background: #f6f7fb;
  height: 15px;
  text-align: center;
}
.tags-box span {
  font-size: 12px;
  display: inline-block;
  padding: 2px 5px;
  margin: 3px 3px 0px 0px;
  color: #fff;
  background: #4f87b4;
  border-radius: 5px;
}
.steps-wraper {
  margin: 10px auto;
}
.steps-box {
  width: 90px;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: -5px;
  font-size: 12px;
  color: #4f87b4;
}
.steps-box .steps-box__top {
  height: 1px;
  position: relative;
  margin-bottom: 10px;
}
/*background: #4f87b4;*/
.steps-box .steps-box__top b {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  display: block;
  background: #3399ff;
  margin-top: -5px;
  margin-left: -4px;
}
/*border-top: 1px solid #4f87b4;*/
.steps-box .steps-box__top::before,
.steps-box .steps-box__top::after {
  content: " ";
  display: inline-block;
  width: 50%;
  height: 1px;
  border-top: 1px solid #3399ff;
  position: absolute;
  top: 0;
}
.steps-box .steps-box__top::before {
  left: 0;
}
.steps-box .steps-box__top::after {
  right: 0;
}
.steps-box:first-child .steps-box__top::before {
  display: none;
}
.steps-box:nth-last-child(1) .steps-box__top::after {
  display: none;
}
.steps-box.active {
  color: #999;
}
.steps-box.active .steps-box__top::before,
.steps-box.active .steps-box__top::after {
  border-top: 1px solid #999;
}
.steps-box.active .steps-box__top b {
  background: #999;
}
/*background: #4f87b4;*/
.steps-box.red {
  color: #ff0000;
}
/*border-top: 1px solid red;*/
.steps-box.red .steps-box__top::before,
.steps-box.red .steps-box__top::after {
  border-top: 1px solid #ff0000;
}
.steps-box.red .steps-box__top b {
  background: #ff0000;
}
.banner.content-box {
  margin-top: 0;
  height: 120px;
}
.main.content-worker {
  top: -86px;
  position: relative;
}
.content-wraper {
}

/*--招标详情步骤--*/
.common-body {
  padding: 10px 0;
}
.detail-steps-box {
  display: flex;
  margin: 0px auto;
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
}
.detail-steps-box li {
  width: 130px;
  height: 42px;
  /* border: 1px solid red; */
  display: flex;
  cursor: pointer;
}
.detail-steps-box li.active {
  flex: 1 !important;
}
.detail-steps-box li.active .dt-steps-content {
  display: inline-block;
}
.dt-steps-title {
  width: 130px;
  height: 42px;
  color: #fff;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  font-size: 12px;
}

.dt-steps-title i {
  display: block;
  margin: 0 auto 2px;
  width: 12px;
  height: 12px;
}
.step02,
.step03,
.step04 {
  margin-left: -8px;
}
.step01 .dt-steps-title {
  background: url(../img/step1.png) no-repeat;
  background-size: 100% 100%;
}
.step01 i {
  background: url(../img/zb1.png) no-repeat;
  background-size: 100%;
}

.step02 .dt-steps-title {
  background: url(../img/step2.png) no-repeat;
  background-size: 100% 100%;
}

.step02 i {
  background: url(../img/zb2.png) no-repeat;
  background-size: 100%;
}
.step03 .dt-steps-title {
  background: url(../img/step2.png) no-repeat;
  background-size: 100% 100%;
}

.step03 i {
  background: url(../img/zb3.png) no-repeat;
  background-size: 100%;
}
.step04 .dt-steps-title {
  background: url(../img/step3.png) no-repeat;
  background-size: 100% 100%;
}
.step04.active .dt-steps-title {
  background: url(../img/step2.png) no-repeat;
  background-size: 100% 100%;
}
.step04 i {
  background: url(../img/zb4.png) no-repeat;
  background-size: 100%;
}
/*-- 项目详情步骤，点击展开后，二级菜单样式 */
.dt-steps-content {
  display: none;
  /* border: 1px solid red; */
  flex: 1;
  padding: 5px 5px;
}
.dt-steps-content span.dt-steps-span__icon {
  width: 32px;
  height: 32px;
  background: url(../img/jiantou.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 5px;
}
.dt-steps-content span {
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
.dt-steps-content span.dt-steps-span__title {
  padding: 5px 10px;
  /* display: block; */
  background: #499fff;
  vertical-align: top;
}
.dt-steps-content span.active {
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px #d89f37;
  background: #d89f37;
}
.dt-steps-content span.disabled {
  /* border: 1px solid #fff; */
  /* box-shadow: 0px 0px 2px #333; */
  background: #999;
  cursor: not-allowed;
}
.ulfleft,.ulnone{ margin:0px; padding:0px;}
.ulfleft li{ list-style-type:none; float:left;}
.ulnone li{ list-style-type:none;}

	
/*--分页---*/
.pagebin{ height:35px;  font-size:13px; margin:10px 18px;}
.pagebin ul{border:1px solid #dddddd; float:right; border-radius:5px; -webkit-box-shadow:0px 0px 0px #dddddd;-moz-box-shadow:0px 0px 0px #dddddd; box-shadow:0px 0px 0px #dddddd;}
.pagebin ul li.prev{ width:100px;}
.pagebin ul li{ height:25px; line-height:35px; text-align:center; border-right:1px solid #dddddd; width:36px; height:35px; color:#999999; }
.pagebin ul li a{ display:block; width:100%; height:35px; color:#666; text-decoration:none;}
.pagebin ul li a:hover,.pagebin_hover{ background:#fff; font-weight:bold; border-top: 2px solid #56baf2; height:33px; line-height:33px; }
.pagebin ul li.next{ width:100px; border:0px;}



textarea:focus,
input[type="text"]:focus
 {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin  \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],input[type="checkbox"]{
	margin:5px 3px;
	cursor:pointer;	
	*vertical-align:middle;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input_text,.text-input{
   width:180px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
   -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
   transition: border linear 0.2s, box-shadow linear 0.2s;
   font-size:12px;

   line-height:16px;
	vertical-align:middle;
	color:#555;
	padding:6px 4px;
	border: 1px solid #ccc;
	border-radius:3px;
}


select,.select_opt{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
      -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
           transition: border linear 0.2s, box-shadow linear 0.2s;
	vertical-align:top;
	color:#555;
	padding:5px 3px;
	border: 1px solid #ccc;
	display:inline;
	*top:8px;
	overflow:hidden;
}

    .box{  border: 1px solid #c6c9cd; border-left: 1px solid #c6c9cd; margin:10px 18px; border-radius:1px; }
    .box table { width: 100%; font-size:12px;}
    .box td, .box th{ padding: 10px 8px; border: 1px solid #c6c9cd; color: #666; }
    .box th { text-align: center; background: #F2F4F9; color: #333; }
    .box td { text-align: center; }
    .box th a{ margin-left: 4px; }
    .box td a { color: #00f; }
    .box tr:hover td { background-color: #F2F2F2; color: #000; }
	
	
    .form_box{border: 1px solid #c6c9cd; border-left: 1px solid #c6c9cd; margin:10px 18px; border-radius:1px;}
    .form_box table { width: 100%; font-size:12px;}
    .form_box td, .form_box th{ padding: 10px 8px; border: 1px solid #c6c9cd; color: #666; }
    .form_box th { text-align: right;  color: #333; border: 1px solid #c6c9cd;}
    .form_box td { text-align: left; }
    .form_box th a{ margin-left: 4px; }
    .form_box td a { color: #369; }



	.box_info{  border: 1px solid #c6c9cd; border-left: 1px solid #c6c9cd; margin:10px 18px; border-radius:1px ;}
    .box_info table { width: 100%; font-size:12px;}
    .box_info td, .box_info th{ padding: 10px 8px; border: 1px solid #c6c9cd; color: #000; }
    .box_info th { text-align: right;  color: #333;font-weight: bold; }
    .box_info td { text-align: center; }
    .box_info th a{ margin-left: 4px; }
    .box_info td a { color: #00f; }
	
	
	.box .box_header,.box_info .box_header,.form_box .box_header{
	border-bottom: 1px solid #c6c9cd;
	background: #f4f5f7;
    border:1px solid #c6c9cd;
	box-shadow:0 1px 0px #c6c9cd inset;
	font-size:16px;
	text-align:center;
	
	}
	
	.box_jj table{ width:100%;}
	.box_jj  th
	{
	border-bottom: 1px solid #c6c9cd;
	background: #f4f5f7;
    border:1px solid #c6c9cd;
	box-shadow:0 1px 0px #c6c9cd inset;
	font-size:13px;
	text-align:center;
	padding:3px;
	
	}
	.box_jj  td
	{
	 padding:2px;
	 height:25px;
	 text-align:center;
	
	}
.btn_sbm1{
    padding: 1px 5px;
	font-size: 13px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	*line-height:normal;
	cursor: pointer;
	display: inline-block;
	vertical-align:middle;
	outline:0;
    font-weight: 400;
	border:1px solid #0f3854;
	box-shadow:0 1px 0px #56baf2 inset;
	background: #2ba1df;
	color: #fff;
}


.btn_sbm, .btn_rst {
	padding: 0px 15px;
	font-size: 14px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 28px;
	line-height: 26px;
	*line-height:normal;
	cursor: pointer;
	display: inline-block;
	vertical-align:middle;
	outline:0;
}

.btn_sbm {
	font-weight: 400;
	border:1px solid #168acb;
	box-shadow:0 1px 0px #56baf2 inset;
	background: #2fa7ea;
	color: #fff;
}
.btn_sbm:hover,.btn_sbm_hover {
	
  background-color: #139fee;
  background-image:none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.btn_rst {
	font-weight: 400;
	border: 1px solid #dadada;
	box-shadow: 0px 1px 1px #fefefe inset;
	color: #64686f;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f5f5f5));
	background: -moz-linear-gradient(top, #fefefe, #f5f5f5 100%);
}
.btn_rst:hover,.btn_rst_hover{
background-color: #fff;
background-image:none;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
	
.tooltip {cursor:help;  background:url(../../newStyle/icons/btn_help.png) center no-repeat; padding:7px 6px 6px 7px; margin-left:6px;}
#info{
position:absolute;
font-size:12px;
margin-left:-200px;
margin-top:8px;
width:230px;
color:#FF0000;
float:right;

}
#info div{

min-width:auto;
max-width:230px;
line-height:20px;
background:#ccc;
border-radius:2px 2px 5px 5px;
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
padding:3px;
border: 1px solid #ccc;
float:right;
}
#info b{position:absolute;border-width:8px;border-style:solid;border-color:#fff #fff #ccc #fff; background:#ccc; width:0;height:0;font-size:0;line-height:0; top:-16px; left:200px;}

/*--文本框提示--*/
#tips{
border: 1px solid #ccc;
position:absolute;
font-size:12px;
padding:3px;
line-height:20px;
background:#f7f7f7;
border-radius:2px 2px 5px 5px;
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
min-width:auto;
max-width:230px;
color:#FF0000;
}
.i_icon_time
{
height: 32px;
	display: inline-block;
	background:url(../../newStyle/icons/time.png) no-repeat; 
	font-sezi:13px;
	font-weight:bold;
	color:red;
	*line-height:0;
	margin:5px auto;
	padding-left:35px;
	line-height:32px;

}
.daibsx{

border:1px solid #e1e1e1;
	color: #666;
	-webkit-box-shadow:0px 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow:2px 2px 2 rgba(0, 0, 0, 0.05);
    box-shadow:3px 3px 2 rgba(0, 0, 255, 0.05);
	margin:10px 18px;
	overflow:hidden;
}


.tab_cat{
    border:2px solid #e1e1e1;
	border-top:0px;
	background:#ffffff;
	-webkit-box-shadow:0px 3px 0 #f5f5f5;
    -moz-box-shadow:0px 3px 0 #f5f5f5;
    box-shadow:0px 3px 0 #f5f5f5;
	margin:0px;
	height:45px;
	border-left:0px;
	border-right:0px;

	}
.tab_cat ul li{ 
    float:left;
	line-height:30px;
	height:30px;
	width:193px;
	margin:5px auto 0px 15px;
	cursor:pointer;
	text-align:center;
	font-size:18px;
	font-weight:bolder;
	background:#c6c9cd;
border:2px solid #c6c9cd;
border-top:2px solid #c6c9cd;
border-left:2px solid  #c6c9cd;
border-radius:5px 5px 5px 5px;	
font-family:"微软雅黑","Arial",HELVETICA;
 }
.tab_cat a{ display:block; height:30px; width:193; font-size:15px; text-decoration:none; color:#000000; font-family: "微软雅黑";}

.tab_cat ul li.cur{
display:block;
height:30px;
margin:5px auto 0px 15px;
width:193px;
line-height:30px;
background:#ffffff;
border:2px solid #c6c9cd;
border-radius:5px 5px 5px 5px;
text-align:center;

}
.tab_cat ul li.cur a,.tab_cat ul li.cur{color:#0066cc;font-size:15px;}

.noBorder {
        padding: 0 !important;
        width: 100% !important;
        border-right: 0px solid #c6c9cd;
        border-left: 0px !important;
      }
      .noBorder table td {
        border-bottom: 0px !important;
        border-left: 0;
      }
      .noBorder .box_header{
        box-shadow: 0 0 0 !important;
        border-left: 0px !important;
        border-right: 0px solid #c6c9cd;
        border-top: 0px !important;
      }
       .noBorder .box_jj th{
        box-shadow: 0 0 0 !important;
        border-left: 0px !important;
        border-top: 0px !important;
      }
      .noBorder table th,
      .noBorder .box_jj th {
        border-left: 0px !important;
        border-top: 0px !important;
      }
.shenpiliuchen{margin-top:7px;
	border:1px solid #ccc;height:100px; background:#CCCCCC;border-radius:3px;
-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);
  box-shadow:0 3px 7px rgba(0,0,0,0.3);	
	}
	

#tab-title{margin:0px 18px; border:2px solid #c6c9cd; line-height:30px; border-top:3px  solid #c6c9cd; border-bottom:0px;}
#tab-title h3{color:#666;font-size:15px;font-weight:400; margin:0px;} 
#tab-title .selected{color:#f4880a;border-bottom:0px;font-weight:bold; background:#c6c9cd;} /*标题被选中时的样式*/ 
#tab-title span{padding:0px 12px 0px 12px;border-right:1px solid #c6c9cd;;margin-left:-1px;cursor:pointer;display:inline-block;}
.zyxkyq_xuanxiang{ width:100%; float:left; display:block; overflow:hidden;}
.zyxkyq_xuanxiang ol.zyxkyq_er{ width:100%; float:left; padding:5px 10px 10px 10px; margin:0;}
.zyxkyq_xuanxiang dl.zyxkyq_none{ width:94.5%; float:left; border:none; margin:0; overflow:hidden;white-space:nowrap;}
.d1 a{ background:#fff; border:1px #9f9f9f solid; height:17px; line-height:17px; padding:0 2px; float:left; margin-right:5px; margin-top:5px;}/* min-width:100px;*/
.d1 a .c_yell{ color:#ff7f40; padding-right:16px; background:url("../../newStyle/biaoqian01.jpg") no-repeat right 2px;}
.d1 span{ float:left; color:#808080;}
.d1 span img{ margin:2px 0 0 0;}
.d1 a:hover{ background:#fff; border:1px #848484 solid; cursor:pointer;text-decoration: none;}
.d1 a:hover .c_yell{ color:#ff7f40; padding-right:16px; background:url("../../newStyle/biaoqian02.jpg") no-repeat right 2px;}
.d1 a.zyxkyq_none1{ background:none; border:none; height:16px; line-height:16px; padding:0; margin-right:5px; margin-left:5px; margin-top:7px; min-width:15px;}
.d1 a.zyxkyq_none2{ background:none; border:none; height:48px; line-height:48px; padding:0; margin-right:5px; margin-left:5px; margin-top:2px; min-width:64px;}      
	
	