/**
 *
 * Apply your custom CSS here
 *
*/
*{ font-family:"Microsoft Yahei"; }
.tm{opacity:0.8;
	filter:Alpha(opacity=80);}
.bg{
	background-repeat:no-repeat!important;
	background-attachment:fixed!important;
	background-size:cover;
}
.sidebar-menu{width:240px;}

.bootstrap-dialog-close-button .close:hover {
	animation:circle 0.5s linear;
	-webkit-animation:circle 0.5s linear;
	transform-origin:50% 58%;
}
.inline-table{display:inline-table!important}
@keyframes circle{
	0%{ transform:rotate(0deg); }
	100%{ transform:rotate(360deg); }
}
@keyframes backCircle{
	0%{ transform:rotate(0deg); }
	100%{ transform:rotate(-360deg); }
}
@keyframes big{
	0%{ transform:scale(1,1); }
	100%{ transform:scale(1.2,1.2); }
}
@keyframes rotate{
	0%{ transform:rotate(0deg); }
	100%{ transform:rotate(180deg); }
}
@keyframes backRotate{
	0%{ transform:rotate(180deg); }
	100%{ transform:rotate(360deg); }
}

@-webkit-keyframes circle{
	0%{ transform:rotate(0deg); }
	100%{ transform:rotate(360deg); }
}
@-webkit-keyframes backCircle{
	0%{ transform:rotate(0deg); }
	100%{ transform:rotate(-360deg); }
}
@-webkit-keyframes big{
	0%{ transform:scale(1,1); }
	100%{ transform:scale(1.2,1.2); }
}
@-webkit-keyframes rotate{
	0%{ transform:rotate(0deg); }
	100%{ transform:rotate(180deg); }
}
@-webkit-keyframes backRotate{
	0%{ transform:rotate(180deg); }
	100%{ transform:rotate(360deg); }
}
a{ color:#333}
.fl{ float:left}
.fr{ float:right}
.fb{ font-weight:bold}
.mt5{ margin-top:5px}
.mt2{margin-top:2px;}
.mr10{ margin-right:10px}
.mb10{ margin-bottom:10px}
.lighted_grey{ color:#999}
.ver-mid{ vertical-align:middle; }
.ver-top{ vertical-align:top; }
::-ms-clear, ::-ms-reveal{display: none;}
.navbar.navbar-fixed-top .navbar-inner{
	-webkit-box-shadow:0 3px 5px #888;
  	-moz-box-shadow:0 3px 5px #888;
  	box-shadow:0 3px 5px #888;
}
html, body {
    -ms-overflow-style: scrollbar;
}
img{ border:none; max-width:100%}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #adadad;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #adadad!important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #adadad!important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #adadad!important;
}

.modal-dialog{
	/* opacity: 0.8;
	filter:Alpha(opacity=80); */
}
.bold{font-weight:bold;}
.label.label-orange{background-color:#FF7F24;color:#fff}
.table tbody tr.active td, .table tbody tr.active th{ background:none; color:#333}
.table tbody tr.active:hover td, .table tbody tr.active:hover th{ background:none!important; color:#333}
.table-striped tbody tr.active:nth-child(2n+1) td, .table-striped tbody tr.active:nth-child(2n+1) th{background:none!important; color:#333}
.table tbody tr.active a{color:#2e91e7}
.row.row-sm-eq:before,
.row.row-sm-eq:after{content:none;}
.path-class{ color:#eee}
.swzx-list .path-class,
.jyfx-list .path-class,
.gg-list .path-class,
.tjrm-list .path-class{ color:#000}
.path-class:hover{ color:#2D90E5!important}
#topMenu .badge{ position:absolute; top:6px; right:2px;left:auto;}
#topMenu .dropdown-menu{
	-webkit-box-shadow:1px 3px 5px #888;
  	-moz-box-shadow:1px 3px 5px #888;
  	box-shadow:1px 3px 5px #888;
  	top:55px;
  	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#topLogo{display:block!important;float:left;padding-top:3px;}
.navbar.horizontal-menu{
	height:auto;
	background:none;
}

.navbar.horizontal-menu.navbar-fixed-top + .page-container{
	margin-top:260px;
}
.navbar #menuButton{height:50px;width:80px;top:0px;left:0px;position:absolute;}
.navbar #menuButton .menuIcon >span>i{font-size:22px;color:#fff;}
.navbar.horizontal-menu{box-shadow:none; border-bottom:none}
#navi-menu nav.navbar.navbar-minimal .navbar-titlebar{height:290px; position:absolute;}

.consoleTitle:parent .navbar-titlebar{ height:210px!important;}

.navbar #type{border-radius: 50%;    color: #fff;    float: left;    line-height: 17px;    padding: 5px;
    text-align: center;    width: 27px; background:#ff6264; margin:5px 10px 0 0}
.navbar #messageList{ overflow:inherit!important;}
.navbar #messageList .list-group-item{ padding:10px 20px;}
.navbar #messageList .list-group-item:hover{ background:#eee; border-bottom:none; cursor:pointer}
.navbar #messageList .list-group-item:hover .col-sm-12 linearlayout{ border-bottom:none!important}
.navbar #messageList #title{ font-weight:bold}
.navbar.horizontal-menu .navbar-inner>.nav>li .dropdown-menu.user-profile-menu li a{padding:10px 0;color:#979898;}
.navbar.horizontal-menu .navbar-inner>.nav>li .dropdown-menu.user-profile-menu li a i{margin-right:5px;}

.navbar #meau-head{ margin:0 20px}
.navbar.horizontal-menu .navbar-inner > .nav > li #message + ul.dropdown-menu.user-profile-menu li{ padding:0px}
.navbar.horizontal-menu.navbar-minimal .nav li a{ height:55px; line-height:55px; display:block;padding: 0 15px;}
.navbar.horizontal-menu.navbar-minimal .nav li row.list-group-item{ line-height:inherit}
.navbar.horizontal-menu.navbar-minimal .user-profile-menu li a{ border-top:none}
.navbar.horizontal-menu .navbar-inner > .nav > li > a:hover{ border-top:2px solid #BB2323; line-height:55px}
.navbar.horizontal-menu .navbar-inner > .nav > li > a i.fa-bell-o{ color:#BB2323}
.navbar.horizontal-menu .navbar-inner > .nav > li > a:hover i.fa-bell-o{ color:#BB2323}
.navbar #noRead { border-bottom:1px solid #ccc; font-size:12px; display:inline-block; padding:3px 33px 8px 0}
.navbar #clearAll{ border-bottom:1px solid #ccc; font-size:12px; display:inline-block; padding:3px 0 8px 0; color:#979898}
.navbar #clearAll:hover{ color:#2D90E5}
.navbar #transactionName{ line-height:1.4;border-radius:0;}
.navbar.horizontal-menu .navbar-inner > .nav > li i.fa-th-large{ color:#fff}
.nav .open > a .title,
.nav .open > a:hover .title,
.nav .open > a:focus .title{ color:#2d90e5}
.navbar.horizontal-menu .navbar-inner > .nav > li{ float:left; }
.navbar.horizontal-menu.navbar-minimal .nav #title,
.navbar.horizontal-menu.navbar-minimal .nav #time{line-height:17px;}
.page-container{ width:auto;}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu li{ padding:0 20px}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{ background:none}
.dropdown #userName .title,
.dropdown #userName:hover .title .fa-angle-down{ color:#BB2323}
.dropdown #userName:hover .title,
.dropdown #userName:hover .title .fa-angle-down{ color:#BB2323!important}
.dropdown #userName:focus .title,
.dropdown #userName:hover .title .fa-angle-down{ color:#BB2323!important}
.dropdown #userName:hover .title .fa-angle-down{
	animation:rotate 0.5s linear none;
	-webkit-animation:rotate 0.5s linear none;
	animation-fill-mode:forwards;
}
.dropdown #userName .title .fa-angle-down{
	animation:backRotate 0.5s linear none;
	-webkit-animation:backRotate 0.5s linear none;
	animation-fill-mode:forwards;
}

.page-container .main-content {
	padding: 0
}
.swzx #loginLayout .ellipsis{ font-size:12px;}
.swzx #loginLayout .ellipsis:hover{ text-decoration:underline}
.swzx #hotList .list-group-item:hover{ cursor:pointer; background:none; }
/*#page-container{ margin-top:55px}*/


.swzx.header {
	height: 55px;
	line-height: 55px;
	padding: 0 25px;
	background: #2d90e5
}

.swzx.header a {
	color: #000;
	font-weight: bold;
	font-size: 12px
}

.swzx .banner {
	position: relative
}

.swzx .banner .item img {
	width: 100%;
	height: 254px; border:none;
}

.swzx .srhBox {
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 2;
	width: 448px;
	margin-left: -224px;
}

.swzx .srhText {
	font-size: 24px;
	font-family: "Microsoft Yahei";
	color: #fff;
	margin-bottom:5px;
}

.swzx .srhText02 {
	color: #fff
}

.swzx .srhText02 a {
	color: #fff;
	font-size: 12px;
}

.swzx .inputClass {
	width: 438px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
}
.swzx #newsView .carousel-indicators{display:none}
.swzx .srhText #logo{display:block!important;float:left;padding-top:7px;}
.swzx #searchText .form-control{ background:none}
.swzx #searchText .input-group-addon i{ font-size:22px}
.swzx #transactionTabHost #logo img{width:50px;height:50px;}
#daytv{ width:50px; height:50px; text-align:center; line-height:50px; border-radius:50%; color:#fff; margin-right:10px; background:#71b8ee; font-size:30px}
/* .swzx .carousel-indicators li{ background-img:url("../public/srhBg.png")} */
.swzx .carousel-indicators li{
	opacity: 0.4;
	background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	filter:Alpha(opacity=40);
	background:#000000;}
.swzx .carousel-indicators li.active{
	opacity: 1;
	filter:Alpha(opacity=100);background:#fff}
.swzx .jqtj-text{ overflow:visible; }
.swzx .panel-options .icon i{ display:block; padding-left:2px}
.swzx .angel-right-class{ float:left;}
.swzx .angel-right-text{ padding-left:5px}
.swzx .name-text{ color:#666; }
.swzx .name-text:hover{ color:#000; }
.swzx .rmph .icon i{ font-size:18px; }
.swzx .tjsj .icon i{ font-size:18px; }
.swzx .rmph .icon .fa-angle-right{ font-size:inherit; }
.swzx .rmph #hotlist .list-group-item{ cursor:pointer; }
.swzx #name:hover{ color:#333}
.swzx .jqtj{min-height: 163px;}
.swzx .jqtj .tab-item > row.top{ padding:8px 12px 13px}
.swzx .jqtj .tab-item:hover > row.top{  border:1px solid #ddd;padding:7px 11px 12px}
.swzx .bs-tab .tab-item > row.top{ padding:5px 10px}
.swzx .bs-tab .tab-item:hover > row.top{ padding:4px 9px}
.swzx #item > row.top{ padding:0 20px}
.swzx .rmph #name{ color:#666; }
.swzx .rmph .list-group-item:hover #name{ color:#333 }
.swzx #logo-text{ float:left}
.comment_me{
	border-top:1px solid #ccc;
}
body{ background:#ebefef; font-family:"Microsoft Yahei";}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* .swzx .left{left:60px} */
.swzx-row{ background:#fff; padding:20px 5px; margin-bottom:20px}
.swzx .bs-tab{min-height:295px}
.swzx .bs-tab .nav-tabs{ width:410px; margin:0 auto; border:none}
.swzx .bs-tab .nav-tabs > li{ margin-right:10px}
.swzx .bs-tab .nav-tabs > li > a{ padding:0 15px; height:32px; line-height:32px; background:none;color:#999;}
.swzx .bs-tab .nav-tabs .active{ border:none;   }
.swzx .bs-tab .nav-tabs > li.active > a,
.swzx .bs-tab .nav-tabs > li.active > a:hover,
.swzx .bs-tab .nav-tabs > li.active > a:focus{ padding:0 15px; height:38px; line-height:38px; border:none; border-bottom:3px solid #55acee; margin-bottom:5px; background:none; color:#55acee}
.swzx .bs-tab .nav-tabs > li > a span{ font-size:18px}
.swzx .bs-tab .nav > li > a:hover,
.swzx .bs-tab .nav > li > a:focus{ background:none; border:none; padding:0 15px; height:34px; line-height:34px; color:#333}
.swzx .bs-tab .tab-content{ padding:20px 0 0; margin-bottom:0; min-height:197px}
.swzx .bs-tab .nav.nav-tabs + .tab-content{ margin:0 5px}
.swzx .bs-tab .tab-content .swzx-row{ margin-bottom:0}
.swzx .bs-tab{ padding:20px 5px 0}
.swzx .bs-tab .title{ font-size:18px; color:#333333; font-family:"Microsoft Yahei"; font-weight:normal; padding-bottom:5px;}
.swzx .bs-tab .text{ color:#999; font-size:12px; line-height:20px;}
@media (min-width: 768px) {
  .swzx .bs-tab .text {
   width : 40px;
  }
  .swzx .bs-tab .title{
  	width:40px
  }
  .swzx #shareTitle{width:224px;}
}
@media (min-width: 992px) {
  .swzx .bs-tab .text{
    width: 90px;
  }
   .swzx .bs-tab .title{
  	width:90px
  }
  .swzx #shareTitle{width:274px;}
}
@media (min-width: 1200px) {
 .swzx .bs-tab .text {
    width: 130px;
  }
   .swzx .bs-tab .title{
  	width:108px
  }
  .swzx #shareTitle{width:324px;}
}
.mb20{ margin-bottom:20px}
.swzx .tab-item{padding:10px 3px;   }
.swzx .tab-item:hover{ padding:9px 2px;  border-radius:4px; box-shadow:3px 3px 3px #eee; cursor:pointer;}
.swzx-panel{ border:none; box-shadow:none; border-radius:0; margin-bottom:0; padding:0}
.swzx-panel .panel-body{ color:inherit;padding:20px 0 0 0;}
.swzx-panel .panel-heading{padding: 0 0 0px;border-bottom: 1px solid #e3e3e3;}
.swzx-panel .panel-options{float: right;font-size: 13px;}
.swzx .box-title{ font-size:18px; font-family:"Microsoft Yahei"; color:#333; border-bottom:1px solid #e3e3e3; line-height:20px; padding-bottom:10px;}
.swzx .jqtj-text-box{  margin-bottom:15px}
.swzx .jqtj-text-box .text{ font-size:16px; color:#666}
.swzx .jqtj-text-box .text02{ padding-left:10px; }
.swzx .jqtj-text-box .text02 .label{ font-size:12px; font-weight:normal; padding:5px 10px; vertical-align:middle; }
.swzx .jqtj-text-box .des{ background:#55acee; width:64px; height:20px; line-height:20px; text-align:center; color:#fff; font-size:12px; display:inline-block}
.swzx .jqtj-text-box .num{ color:#999; font-size:12px; margin:0 8px; display:inline-block; padding-top:4px}
.swzx .jqtj-text-box > .top{ padding-right:20px}
.swzx .tzgg-image{ vertical-align:top; margin:9px 5px 0 0; color:#999}
.swzx .carousel-inner #item > row.top{ padding:0}
.swzx #newsView .item #item{ top:5px; cursor:pointer; }
.swzx #newsView .item #item:hover #name{ color:#2D90E5}
.swzx .carousel-inner #item #name{ color:#666}
.swzx #newsMore{cursor:pointer;color:#999}
.swzx #newsMore:hover{ color:#2D90E5}
.swzx #searchText::-moz-placeholder {
	color: white
}

.swzx #searchText:-ms-input-placeholder {
	color: white
}

.swzx #searchText::-webkit-input-placeholder {
	color: white
}
.swzx #searchText i{color:#fff;}

.footer{ height:110px; background:#bb2323; padding:0 30px}
.footer_logo{padding:45px 20px 0 0}
.footer_text{ border-left:1px solid #fff; margin-top:20px; padding-left:30px;  height:80px}
.footer .text{ color:#fff; line-height:30px}
.footer a{ color:#fff}

.swzx .icon {color:#999;font-size:15px;text-align: center;}
.swzx .share .title{max-width:80%;}
.swzx .share .date{max-width:15%;}
.swzx .rIcon{color:#999;font-size:12px;margin-top:4px}
.swzx #shareItem .rIcon{vertical-align:top; padding-top:3px; }
.swzx #shareStar{vertical-align:top; padding-top:5px; }
.swzx .progress-bar-success{background:#fff; padding:0}
.swzx .progress{ border-radius:0}
.swzx .sr-only{right: 3px; font-size: 12px;margin: -2px;font-weight: bold;}
.swzx .input-group-addon{background: transparent;}
.swzx .tjsj .xe-widget.xe-counter .xe-label span{ color:#333}
.swzx #shareTitle:hover{ color:#2D90E5}
 .input-group-addon{background: transparent;}
 .topBar{  box-shadow:0 0 4px rgba(0, 0, 0, 0.2); position:relative;}
 .topBar .register,.login {height: 32px;line-height: 32px;padding: 0;width: 50px;}
.topBar #transactionName input{border:0;-webkit-box-shadow:0 0;-moz-box-shadow:0 0;box-shadow:0 0; border-radius:0;}
.topBar #transactionName span{border:0;border-radius:0;}

.topBar .btn {
	text-overflow: clip;
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) linear-gradient(#fafafa, #f2f2f2);
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}
 .topBar .rbtn {
    background: rgba(0, 0, 0, 0) linear-gradient(#e53e49, #d43636);
    border: 1px solid #c90000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
 .btnLayout{position:absolute; top:10px; right:15px;width:100%;}

.srhInput02 {	overflow: hidden; width:500px; margin:0 auto;height:32px;}
.srhInput02 .inputClass02 {
	background: #fafafa;
	border-radius: 2px;
	color: #bbb;
	font-size: 14px;
	height: 30px;
	width:100%;
	padding:0;
}
.srhInput02 .inputClass02:focus {
    background: #fff;
    border-color: #bbb;
    color: #777;
}

.swzx-list .user-ico{ color:#979898; vertical-align:top; margin:0 5px 0 15px}
.swzx-list .ywlx{ background:#fff; padding:0px; font-size:12px}
.swzx-list .ywlx .panel{ margin:0}
.swzx-list .ywlx .panel-body{ padding-left:0; padding-right:0}
.swzx-list .ywlx-box1 li{  }
.swzx-list .ywlx-box2{ margin-bottom:0}

.swzx-list .nav.nav-tabs + .tab-content{ padding:0px; margin:-5px 0 5px 0;z-index:1;}
.swzx-list .nav.nav-tabs > li{ margin-bottom:-2px}
.swzx-list .nav.nav-tabs > li > a{ background:none; margin-right:0; padding:4px 22px; line-height:1.4; margin-bottom:5px}
.swzx-list .nav.nav-tabs > li > a >span{font-size:12px;}
.swzx-list .nav.nav-tabs > li > a >span:hover{color:#BB2323}
.swzx-list .nav.nav-tabs > li.active > a{ border:1px solid #55acee;  border-bottom:none; color:#55acee; background:#fff; margin-right:0; font-size:12px;z-index:2;}
.swzx-list tabhost:not(tabs-vertical-env){
	padding-top: 32px;
	-webkit-padding-before: 30px;
}
.swzx-list tabhost{
	padding-top: 32px\9;
}
.swzx-list .tab-content{ padding:0px; margin:-5px 0 5px 0;z-index:1;}
.swzx-list .tab-content >linearlayout{ border:1px solid #55acee; padding:10px;}
.swzx-list #tabcontent #grid #item:hover #name,
.swzx-list #tabcontent #grid #item:hover #count{color:#2d90e5!important}
.swzx-list .nav.nav-tabs>li:first-child.active>a{ border:1px solid #55acee; }
.swzx-list .cwxg{ min-height:800px}
.swzx-list .cw-box{border-bottom: 2px solid #e5e5e5;}
.swzx-list .cw-box:hover{ background:#f5f6f6;cursor:pointer;}
.swzx-list .cw-box:hover .text{ color:#3586d6}
.swzx-list .cw-box .red{color:#ff0000;}
.swzx-list .superText{border-radius:5px;padding-top:7px;}
.swzx-list .cwxg .gray{color:#999;}
.swzx-list #transactionTabHost #item:hover{cursor:pointer;}

.swzx-list .link{ border:1px solid #55acee; border-radius:1px; width:90px; height:32px; line-height:30px; text-align:center; margin:10px 10px 0 0;background-color: white;color: #55acee;padding:0;}
.swzx-list .link a{ display:block; color:#55acee}
.swzx-list .link:hover{ background:#55acee}
.swzx-list .link:hover{ color:#fff}

.swzx-list .tagList{ overflow:inherit!important;}
.swzx-list .tagList .nav.nav-tabs > li{ margin-bottom:-2px}
.swzx-list .tagList .nav.nav-tabs > li > a{ background:none; margin-right:0; padding:4px 22px; line-height:1.4}
.swzx-list .tagList .nav.nav-tabs > li > a >span{font-size:12px;}
.swzx-list .tagList .nav.nav-tabs > li.active > a{ border:1px solid #BB2323; color:#BB2323; background:#fff; margin-right:0; font-size:12px;z-index:2;}
.swzx-list .tagList .tab-content{ padding:0px; margin:0px 0 5px 0;z-index:1;}
.swzx-list .tagList .tab-content >linearlayout{ border:1px solid #55acee; padding:10px;}

.swzx-list #tagList .list-group-item{ margin-top:5px}
.swzx-list #tagList row.list-group-item:hover{ background:none}
.swzx-list #dataLayout{ margin-top:10px}

.backToTop{position: fixed;
    right: 20px;
    bottom: 150px;
    display: block;
    background: #c1c1c1;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    z-index: 9;}
.backToTop .icon{padding-top:8px;}
.backToTop >row >imageview >span >i{font-size:22px;color:#fff;}
 .swzx-list .text .label{ font-size:13px; font-weight:normal; }
 .swzx-list .trHeght{min-height:1050px;}

 .ie8 button>i:before,  .ie8 button>i:after {

}

 .swzx-list .btnActive{background-color:#f5f6f6;color:#000}
 .swzx-list .btnActive>i, .swzx-list .btnActive>span{
    background-color:#f5f6f6 !important;color:#000 !important;
 }
 .swzx-list .btnNotActive{background-color:#fff;color:#999}
 .swzx-list .btnNotActive>i, .swzx-list .btnNotActive>span{
   background-color:#fff!important;
   color:#999 !important;
 }

.swxq .progress{ border-radius:0}
.swxq .progress-bar-success{background:#ffba00; padding:0;}
.swxq .sr-only{right: 3px; font-size: 12px;margin: -2px;font-weight: bold;}

.sxlb .minSXheight{min-height:700px;}

.modal .modal-dialog .modal-content{ padding:0;border-radius:0;}
/* .modal .modal-dialog .modal-content{
	-webkit-box-shadow:1px 3px 5px #fff;
  	-moz-box-shadow:1px 3px 5px #fff;
  	box-shadow:1px 3px 5px #fff;
} */
.modal .modal-dialog .modal-content .modal-header{ background: #BB2323; border-bottom:none; color: #fff;   padding: 9px 10px 9px 30px!important; border-radius:0;}
.modal .modal-dialog .modal-content .modal-header .bootstrap-dialog-title{ float:none!important; font-size:22px;color:#fff;}
.modal .close {    color: #fff;      font-weight: normal;    margin-top: -15px;    opacity: 1;font-size:48px;-webkit-animation:backCircle 0.5s linear;transform-origin:50% 58%;}
.modal .close span{ font-size: 48px!important; }
.modal .close:hover,
.modal .close:focus {}
.modal .modal-dialog .modal-content .modal-body{ padding:10px 0 0}
.modal .swxq #progress{ width:80%!important;background-color:#ccc!important; }
.swxq .line{border-bottom:dashed 1px #ccc;}
.swxq .model-title{ padding:10px 0px 0;font-weight:bold;color:#999;}
.swxq .model-text{ padding:10px 0px 0}
.swxq  #favoriteButton,#applyButton {    border: 1px solid #BB2323;    border-radius: 5px;    height: 32px;    line-height: 30px;    margin: 10px 10px 0 0;
text-align: center;    width: 90px; padding:0; background:#BB2323; color:#2d90e5}
#favoriteButton:hover,#applyButton:hover{ background:#BB2323; color:#fff}
.swxq .nav {   background: #f5f4f4;    border:1px solid #ccc; border-top: 3px solid #d7dadb;    height: 36px; width:100%}
.swxq .nav li a{ padding:0 21px; height:32px; line-height:32px; border-right:1px solid #ccc}
.swxq .nav > li.active > a {    background: #fff;    border-left: 1px solid #d7dadb;    border-right: 1px solid #d7dadb;    border-top: 3px solid #BB2323;    color: #333;
    height: 36px;    margin: -3px 0 0 -1px; color:#2d90e5}
.swxq .nav > li.active > a:hover{ background:#fff}
.swxq .nav{ border-bottom:1px solid #ddd; min-height:inherit; }
.swxq #introduce,
.swxq #fileDownload,
.swxq #diagramTitle,
.swxq #estimateSummary{   /*border-bottom: 3px solid #e6e9ea;*/    color: #171616;    margin:0 0 10px 5px; width:98%; font-size:17px; padding-bottom:5px;padding-left:5px;font-weight:bold;background-color:#e9e9e9;}
.swxq #introduceDetail,
.swxq #fileList{ padding:0 15px}
.swxq #icon{vertical-align:text-bottom; margin-right:10px}
.swxq #fileList .list-group-item{ margin-bottom:15px; padding:5px 0 5px 10px}
.swxq #estimateList .list-group-item:hover{ background:none}
.swxq #percent{ color:#ffba00; padding-top:15px}
.swxq .text-right{ text-align:right; font-size:12px; padding-right:10px}
.swxq #estimateList{ padding-right:15px}
.swxq #estimateList .list-group-item{ margin-bottom:5px}
.swxq .minHeight-css{ min-height:300px}
.swxq #transactionDetail nav{ margin:0 10px 10px; }

.grzx #userLayout #headImage img{width:67px;height:67px}
.grzx .user-ico{ color:#eee; vertical-align:top; margin:1px 5px 0 15px}
.grzx .useTime-ico{ color:#eee; vertical-align:top; margin:0px 5px 0 0px}
.grzx .author-ico{ color:#979898; vertical-align:top; margin:0 5px 0 0}
.grzx #tabs{ height:40px; }
.grzx tabhost:not(tabs-vertical-env){
	padding-top: 36px;
}
.grzx .my_tab .cur-pointer i{margin-top:18px}
.grzx .nav.nav-tabs > li > a{ padding:0 20px; height:40px; line-height:40px}
.grzx .nav.nav-tabs > li.active > a{ border:none; /* border-top:2px solid #2d90e5; */ line-height:36px;}
.grzx #tabHost #tabs > li.active > a{ border:none; /* border-top:2px solid #2d90e5; */ line-height:36px;background-color:#2d90e5;margin-right:0px}
.grzx #tabHost #tabs > li > a{ margin-right:0px;border-radius: 0px;}/* 阳光事务 */
.grzx .nav.nav-tabs > li.active > a span{ color:#BB2323}
.grzx #tabHost #tabs > li.active > a span{ color:#fff;font-weight:bold}/*阳光事务*/
.grzx .nav.nav-tabs > li > a span{ font-size:16px}
.grzx .nav.nav-tabs + .tab-content{ margin:0}
.grzx #listView row.list-group-item{ border-bottom:1px solid #eee!important; margin:0; cursor:pointer; padding:5px 10px}
.grzx #listView row.list-group-item:nth-child(2n+1){ background:#f9f9f9}
.grzx #listView row.list-group-item:hover{ background:#f5f5f5}
.grzx #listView #name{ font-size:16px; color:#333}
.grzx #listView #name:hover{ color:#2d90e5}
.grzx #listView #subject{ font-size:16px; color:#333;z-index:2;}
.grzx #listView #subject:hover{ color:#2d90e5}

.grzx #listView .tab-ico{ vertical-align:top; margin-right:5px}
.grzx #listView .tab-ico .fa-circle{ color:#d5080f; font-size:8px}
.grzx #listView .tab-text{ font-size:12px; color:#979898}
.grzx #listView .user-ico{ color:#979898; vertical-align:text-top; margin-top:-1px}
.grzx #applyList .list-group-item{ padding:5px 15px}
.grzx #applyList #subject{ margin-right:15px; font-size:16px; color:#333}
.grzx #applyList #subject:hover{ color:#2D90E5; }
.grzx #applyList .tab-text{ font-size:12px; color:#979898}
.grzx #applyList .tab-text:hover{ color:#2D90E5; }
.grzx #applyList .user-ico{ color:#979898}
.grzx #applyList row.list-group-item:first-child{}
.grzx #applyList row.list-group-item{ border-bottom:1px solid #eee!important; margin:0; cursor:pointer; padding:5px 10px}
.grzx #applyList row.list-group-item:nth-child(2n+1){ background:#f9f9f9}
.grzx #applyList row.list-group-item:hover{ background:#f5f5f5}
.grzx .fa-heart-o,.grzx .fa-file-text-o{ color:#666}

.grzx .uesr-text{ vertical-align:text-top;}
.grzx .uesr-text02{ vertical-align:top;}
.grzx .uesr-text:hover{ color:#2d90e5!important; cursor:pointer; }
.grzx #userName{z-index:3}

.grzx #listView.myFocusTab-content{min-height:309px;}
.grzx #listView.myFocusTab-content row.list-group-item:nth-child(2n+1){ }
.grzx #listView.myFocusTab-content row.list-group-item:hover{ background:#f5f5f5; }
.grzx .myFocusTab-content #name{ height:20px; line-height:22px; padding-left:5px; width:340px;font-size:16px;}
.grzx .myFocusTab-content #name:hover{ color:#2D90E5}
.grzx .myFocusTab-content #type{ padding-left:10px; color:#999; font-size:12px; }
.grzx .myFocusTab-content .fa-angle-right{ vertical-align:top}

.grzx #dealBtn>button,
.sxlb #shareBtn,
.grzx #review,
.grzx #evaluateBtn,
.grzx #viewEvaluateBtn { border:1px solid #BB2323; padding:5px 15px; color:#fff; background:#BB2323;border-radius:5px; }
.grzx #evaluateBtn,
.grzx #viewEvaluateBtn,
.grzx #review{  padding:5px 0; width:73px; }
.grzx #dealBtn>button:hover,
.grzx #shareBtn:hover,
.grzx #review:hover,
.grzx #evaluateBtn:hover,
.grzx #viewEvaluateBtn:hover{ background:#BB2323; color:#fff}
.grzx .downBtn{ width:72px!important}
.grzx .downBtn .btn{ border:1px solid #55acee; padding:5px 15px; color:#55acee; background:#fff;border-radius:0px!important; outline:none!important}
.grzx .downBtn .btn:hover{ background:#2D90E5; color:#fff;border:1px solid #55acee;}
.downBtn.open .dropdown-menu{ border:1px solid #BB2323; border-top:none; border-radius:0; margin-top:-1px; }
.downBtn.open .btn{ border-bottom:none}
.downBtn.open li{ text-align:center}
.downBtn.open li a:hover{ background:#BB2323; color:#fff}
.downBtn.open li a{ padding:5px 0; color:#BB2323}

.grzx #emerge{ vertical-align:text-top; margin-top:-3px}
.grzx .swss{position:absolute;top:5px;right:5px;}

.grzx #applyList .btn:active,
.grzx #applyList .btn.active,
.grzx .btn-group.open .dropdown-toggle{ box-shadow:none}
.grzx .dropdown-menu{ min-width:73px; border:1px solid #55acee; margin:-1px 0 0; border-top:none;border-radius:0px;}
.grzx .dropdown-menu > li > a{ color:#55acee; padding:5px 0; text-align:center; }
.grzx .dropdown-menu > li > a:hover,
.grzx .dropdown-menu > li > a:focus{ background:#55acee; color:#fff}
.grzx .btn-group{ float:right}
.grzx #addMore .top{ padding:0!important}
.grzx .zdex{ position:absolute; z-index:2}
.grzx .zdex #toSearch{display:inline-block;}

.grzx #scheduleCount{ border-radius:7px!important; padding:0 8px; vertical-align:top!important; margin-left:4px}
.grzx #scheduleList row.list-group-item{ border-bottom:1px solid #eee!important; margin:0; cursor:pointer; padding:5px 10px}
.grzx #scheduleList row.list-group-item:nth-child(2n+1){ background:#f9f9f9}
.grzx #scheduleList row.list-group-item:hover{ background:#f5f5f5}

.grzx #myListview{ background:#fff}
.grzx #myListview #subject{ font-size:16px; color:#333}
.grzx #myListview #subject:hover{ color:#2d90e5}
.grzx #myListview #emerge{ font-size:10px; padding:1px 15px; }
.grzx #myListview .list-group-item{ border-bottom:1px solid #ddd!important; margin:0}
.grzx .my_tab{ background-position:0px 8px; background-repeat:repeat-x!important}
.grzx .my_tab .imgbg_center{ background-position:center 0; height:27px;display:block;}
.grzx .my_tab .bg_white{ background:#fff}
.grzx .my_tab .active{ background:#2d90e5;color:#fff;font-weight:bold}
.grzx .my_tab .active imageview i{color:#fff!important;}
.grzx .my_tab .normal{ background:#fff;color:#656565;}
.grzx .my_tab .normal:hover i,
.grzx .my_tab .normal:hover .ellipsis{
	-ms-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}

.grzx .myShadow{
	-webkit-box-shadow:0.5px 0.5px 5px #888;
  	-moz-box-shadow:0.5px 0.5px 5px #888;
  	box-shadow:0.5px 0.5px 5px #888;
}

.grzx #favoriteSlider #item #name,
.grzx #favoriteSlider0 #item #name{
	font-weight:bold;
}

.grzx #favoriteSlider #item:hover,
.grzx #favoriteSlider0 #item:hover{
	cursor:pointer;
	-webkit-box-shadow:3px 3px 5px #888;
  	-moz-box-shadow:3px 3px 5px #888;
  	box-shadow:3px 3px 5px #888;
}

.grzx #toAll:hover,
.grzx #toAll0:hover{
	color:#2d90e5!important;
	cursor:pointer;
}

.grzx #favoriteSlider0 #logo img,
.grzx #favoriteSlider #logo img{width:50px;height:50px;}

#wybsLayout0{position:fixed;z-index:3;}


.grzx #favoriteSlider .carousel-indicators,
.grzx #favoriteSlider0 .carousel-indicators{bottom:-20px;}
.grzx #favoriteSlider .carousel-indicators li.active,
.grzx #favoriteSlider0 .carousel-indicators li.active{background-color:#000}
.grzx #favoriteSlider .carousel-indicators li,
.grzx #favoriteSlider0 .carousel-indicators li{background-color:#999}
.grzx #favoriteSlider .carousel-button-prev,
.grzx #favoriteSlider0 .carousel-button-prev{left:-15px;color:#999}
.grzx #favoriteSlider .carousel-button-next,
.grzx #favoriteSlider0 .carousel-button-next{right:-30px;color:#999}
.grzx #favoriteSlider .carousel-button-prev i,
.grzx #favoriteSlider .carousel-button-next i,
.grzx #favoriteSlider0 .carousel-button-prev i,
.grzx #favoriteSlider0 .carousel-button-next i{display:none;position:absolute;top:45%;}
.grzx #favoriteSlider .carousel-button-prev:hover i,
.grzx #favoriteSlider .carousel-button-next:hover i,
.grzx #favoriteSlider0 .carousel-button-prev:hover i,
.grzx #favoriteSlider0 .carousel-button-next:hover i{display:block;}
.grzx #favoriteSlider .carousel-button-prev,
.grzx #favoriteSlider .carousel-button-next,
.grzx #favoriteSlider0 .carousel-button-prev,
.grzx #favoriteSlider0 .carousel-button-next{top:12px;height:100%}

.grzx #wybsLayout{position:absolute;z-index:4;}
.grzx #wybsLayout #typeLayout{z-index:10;}
.grzx #wybs{top:-1.5px}
.grzx #toSearch{cursor:pointer;}

.grzx .toBottom{top:538px!important;z-index:10;}
.grzx .swmc_title{ height:24px; line-height:24px; border:0px solid #dfdff7; border-bottom:none}
.grzx #myListviewMore{ border-top:1px solid #ddd; }
.grzx .scBox .fa-heart-o{ color:#fff}
/* .grzx .fa-heart-o{ color:#ce437e}
.grzx .fa-bookmark{ color:#7fc34c}
.grzx .fa-database{ color:#f6aa4a} */
.grzx .moreText{ color:#999; padding:10px 0}
.grzx .moreText:hover{color:#333;cursor:pointer;}
.grzx #newsView .carousel-indicators{display:none;font-weight:bold}
.grzx #newsMore{color:#999;}
.grzx #newsMore:hover{color:#333;cursor:pointer;}
.grzx #commentList .list-group-item{ border-bottom:1px dashed #ddd!important; margin:0; cursor:pointer; padding:5px 10px}
.grzx #experienceList .list-group-item{ /* border-bottom:1px solid #eee!important; */ margin:0; cursor:pointer; padding:5px 10px}
.grzx #scheduleList .list-group-item{padding:10px;border-bottom:1px dashed #ddd!important;}
.grzx #newsView #item:hover{cursor:pointer;}
.grzx #newsView #item:hover #name{color:#2d90e5;}

.grzx #headImage img{border-radius:50%!important;}
/* .grzx .roundButton{border-radius:4px; height:18px; line-height:18px; }
.grzx .roundButton:hover {background-color:#ccc!important}
.grzx .roundButton:hover .ellipsis{color:#000!important} */
.grzx .roundButton{border-radius:10px}
.grzx .roundButton:hover .fa-plus{
	/* color:#000!important; */
	animation:circle 0.5s linear;
	-webkit-animation:circle 0.5s linear;
}
.grzx .roundButton .fa-plus{
	animation:backCircle 0.5s linear;
	-webkit-animation:backCircle 0.5s linear;
}



.grzx .roundButton:hover .fa-comments{
	/* color:#000!important; */
	animation:big 0.8s infinite linear;
	-webkit-animation:big 0.8s infinite linear;
}
.grzx .roundButton:hover .fa-share{
	/* color:#000!important; */
	animation:big 0.8s infinite linear;
	-webkit-animation:big 0.8s infinite linear;
}

.grzx .cur-pointer span{top:11px!important;right:-15px!important;}
.grzx .border_line2{ border:1px solid #dfdff7; border-top:none}
.grzx .border_line{ border:1px solid #dfdff7}
.grzx .tzgg_border_line{border-top:1px solid #dfdff7}
.grzx .gly_boder_line{border:1px solid #dfdff7; border-bottom:none}
.grzx .swmcBox{ height:24px; line-height:24px; background:#ededed; font-size:14px; color:#686868}
.grzx .ygswLiActive{ background:#ffe5e6}
.grzx .tabActive{ border-bottom:3px solid #1f81dc}
.grzx .max-width{ max-width:90px }


.grzx #scheduleCount{ border-radius:7px!important; padding:0 8px; vertical-align:top!important; margin-left:10px}
.grzx #scheduleList row.list-group-item{ border-bottom:1px solid #eee!important; margin:0; cursor:pointer; padding:5px 10px}
.grzx #scheduleList row.list-group-item:nth-child(2n+1){ background:#f9f9f9}
.grzx #scheduleList row.list-group-item:hover{ background:#f5f5f5}

.grzx #experienceList .list-group-item:hover,
.grzx #commentList .list-group-item:hover,
.grzx #scheduleList .list-group-item:hover,
.grzx #myListview .list-group-item:hover,
.grzx #transactionReleaseList .list-group-item:hover{background-color:#f5f6f6}
.grzx #transactionReleaseList .list-group-item:hover #subject{color:#2d90e5!important;}
.grzx #tabHost #tabs >li>a span.badge{background-color: red;color:white;right:32%}

.grzx .navigateIcon:hover{cursor:pointer;}
.grzx .navigateIcon:hover i,
.grzx .navigateIcon:hover .ellipsis{
	-ms-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.grzx .name-max{max-width:80%}

.grzx #headImage img{border-radius: 50%!important;height:100px;width:100px;}
.grzx .new-icon{border-radius:50%;height:30px;width:30px;}
.grzx .new-icon i{margin-top:8px;font-size:16px;}
.grzx .user-bg{    background-repeat: no-repeat!important;background-position: right;background-color: #fdfdfd}
.grzx .new-title{position:absolute;top:18px;}

.grzx .new-tab >ul > li.active > a {
	background-color:#f8f8f8;
    border: none;
    border-top: 2px solid #BB2323!important;
    line-height: 36px;
    border-left: 1px solid #E2E2E2!important;
    border-right: 1px solid #E2E2E2!important;
    z-index: 2;
}
.grzx .new-tab >ul > li > a {
	background-color:#fff;
}
.grzx .new-tab .tab-content {
    margin: 3px!important;
    border-top: 1px solid #E2E2E2;
}
.grzx .new-tab >ul > li .badge{color:#fff!important;font-size:12px!important;right:-8px;top:0px;z-index:3;}

.grzx .new-tab .border-bottom{border-bottom:1px solid #e2e2e2;}

.grzx .border-top{border-top:2px solid #BB2323}

.grzx .new-tab .downBtn .btn{
	border: 1px solid #BB2323;
    padding: 5px 15px;
    color: #fff;
    background: #BB2323;
    border-radius: 5px!important;
    outline: none!important
}

.grzx .new-tab #listView .list-group-item{
	border-bottom:1px solid #e2e2e2;
}
.grzx .new-tab #listView .list-group-item:hover{
	background-color:#f8f8f8;
}

.grzx .new-com #headImage img{height:35px;width:35px}

.grzx .new-com .border-left{border-left:2px solid #999999}

.grzx .new-com p{display:inline;}

.sideTag{position:fixed;right:0;top:110px;display:block;}


.new-tab.downBtn.open li a {
    padding: 5px 0;
    color: #fff;
    background-color:#BB2323;
}
.new-tab.downBtn.open li:hover a {
    background-color:#BB2323;
}

.new-tab.downBtn.open li{
    background-color:#BB2323;
}

.new-tab.downBtn.open .dropdown-menu{
	padding:0;
	border: 1px solid #BB2323;
    border-top: none;
    border-radius: 5px;
    margin-top: -1px;
}

.new-tab .mw{
   max-width:70%;
}

.grzx-main #side{position:fixed;right:-30%;top:55px;}
.grzx-main #side .carousel-button-prev,
.grzx-main #side .carousel-button-next{color:#666}

.grzx-main #side .carousel-button-prev{left:-27px;}
.grzx-main #side .carousel-button-next{right:-27px;}
.grzx-main #side .carousel-indicators li.active,
.grzx-main #side .carousel-indicators li.active{background-color:#000}
.grzx-main #side .carousel-indicators li,
.grzx-main #side .carousel-indicators li{background-color:#666}
.grzx-main #side .red{color:#ff0000;}
.grzx-main #side .gray{color:#999;}

.grzx-main #toDo
.grzx-main #toDo:hover{cursor:pointer;}
.grzx-main #toDo:hover i,
.grzx-main #toDo:hover .ellipsis{
	-ms-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

.grzx-tr-list #name{max-width:70%}

.scheduleAdd-class .dropdown-menu{ left:8px}
.scheduleAdd-class .rl-text{ line-height:34px; height:34px}
#navi-menu .scheduleAdd-class #submit,
#navi-menu .scheduleAdd-class #delete{ margin:0; background:#2d90e5; color:#fff; font-size:12px; padding:5px 15px;letter-spacing:0}
#navi-menu .scheduleAdd-class #cancel,
#navi-menu .scheduleAdd-class #finish{ margin:0; background:#fff; color:#333; font-size:12px; border:1px solid #ccc; padding:5px 15px; margin-right:15px; letter-spacing:0}
.scheduleWaitDoTable .tableview-body thead{ visibility:collapse}
.scheduleWaitDoTable .tableview-body td{ height:30px; line-height:30px; border-bottom:1px solid #ddd!important}
.scheduleWaitDoTable .tableview-header th{ height:30px; line-height:30px; border-bottom:1px solid #ddd!important}
.scheduleWaitDoTable .tableview tbody tr:hover > td,
.scheduleWaitDoTable .tableview tbody tr:hover > th{ background:#2d90e5; color:#fff; cursor:pointer}

.sxlb .user-ico{ color:#eee; vertical-align:top; margin:0 5px 0 15px}
.sxlb .nav.nav-tabs > li.active > a{ border:none; border-top:2px solid #BB2323}
/*.sxlb .inline-css{ display:inline!important}*/
.sxlb #listView row.list-group-item{ border-bottom:1px solid #eee!important; margin:0; cursor:pointer; padding:5px 10px}
.sxlb #listView row.list-group-item:hover{ background:#f5f5f5;}
.sxlb #listView #name{ font-size:16px; color:#333; padding:10px 0 5px}
.sxlb #listView #name:hover{ color:#2d90e5}
.sxlb #listView .tab-ico{ vertical-align:top; margin-right:5px}
.sxlb #listView .tab-ico .fa-circle{ color:#d5080f; font-size:8px}
.sxlb #listView .tab-text{ font-size:12px; color:#979898}
.sxlb #listView .user-ico{ color:#979898; vertical-align:text-top; margin-top:-1px; }
.sxlb #dealBtn>button,.sxlb #shareBtn{ border:1px solid #55acee; padding:5px 15px; color:#55acee; background:#fff;border-radius:0px;}
.sxlb #dealBtn>button:hover,
.sxlb #shareBtn:hover{ background:#2D90E5; color:#fff}
.sxlb #emerge{ vertical-align:text-top; margin-top:-3px; }
.sxlb .swss{position:absolute;top:20px;right:30px;}
.sxlb .swss #searchMatter{display:table!important;border: 1px solid #BB2323;
    border-radius: 5px}
.sxlb .swss #searchMatter>span{background-color:#fff!important;}
.sxlb #showMoreSelection{position: absolute;right: -28px;top: 0; height:36px; border-radius:0 5px 5px 0; padding:4px 8px; z-index:999;border-top:1px solid #BB2323;border-bottom:1px solid #BB2323;border-right:1px solid #BB2323}
.sxlb #selectionLayout{border-bottom:2px solid #eee}

.sxlb .docswss{position:absolute;top:2px;right:5px;}
.sxlb #listView .btn:active,
.sxlb #listView .btn.active,
.sxlb .btn-group.open .dropdown-toggle{ box-shadow:none}
.sxlb #listView .dropdown-menu{ min-width:73px; border:1px solid #55acee; margin:-1px 0 0; border-top:none;border-radius:0px;}
.sxlb #listView .dropdown-menu > li > a{ color:#55acee; padding:5px 0; text-align:center; }
.sxlb #listView .dropdown-menu > li > a:hover,
.sxlb #listView .dropdown-menu > li > a:focus{ background:#55acee; color:#fff}
.sxlb .downBtn{ width:72px!important}
.sxlb .downBtn .btn{ border:1px solid #BB2323; padding:5px 15px; color:#BB2323; background:#fff;border-radius:0px!important; outline:none!important}
.sxlb .downBtn .btn:hover{ background:#BB2323; color:#fff;border:1px solid #BB2323;}
.grsz .user-ico{ color:#eee; vertical-align:top; margin:0 0px 0 0px}
/* .grsz .grzx{ margin-bottom:10px; display:block; padding:8px 0} */
.grsz #settingSpy .navbar{ padding-top: 20px}
.grsz #settingSpy .nav{ }
.grsz #settingSpy .nav li a{ height: 37px; line-height: 37px; color:#777; padding: 0 0 0 10px; border:1px solid #ddd; margin-top:-1px}
.grsz #settingSpy .nav li a i{ color:#777}
.grsz #settingSpy .nav li a span{ margin-left:5px;}
.grsz #settingSpy .nav li:last-child a{ border-bottom:1px solid #ddd}
.grsz #settingSpy .nav li.active a{ background:#BB2323; color:#fff}
.grsz #settingSpy .nav li.active:hover a{ color:#fff}
.grsz #settingSpy .nav li.active:hover a i{ color:#fff}
.grsz #settingSpy .nav li.active a i{ color:#fff; }
.grsz #settingSpy .nav li:hover a i{ color:#777; }
.grsz #settingSpy .nav li:hover a{ color:#333}
.grsz #settingSpy #editBtn{ border:1px solid #BB2323; padding:2px 15px 0; color:#BB2323; background:#fff; height:26px; margin:10px 15px 5px 0}
.grsz #settingSpy #editBtn:hover{ background:#BB2323; color:#fff}
.grsz #settingSpy #editPwd{ border:1px solid #BB2323; padding:0px 15px 0; color:#BB2323; background:#fff; height:26px; line-height:23px; margin:10px 15px 5px 60px}
.grsz #settingSpy #editPwd:hover{ background:#BB2323; color:#fff}
.grsz #settingSpy #opinionSave{ border:1px solid #BB2323; padding:0px 15px 0; color:#BB2323; background:#fff; height:26px; line-height:23px; margin:10px 15px 5px 60px}
.grsz #settingSpy #opinionSave:hover{ background:#BB2323; color:#fff}
.grsz #settingSpy #userInfo{ color:#BB2323; font-size:14px; border-bottom:1px solid #BB2323; padding:25px 0 15px 0}
.grsz #userInfoForm { padding-top:15px}
.grsz .control-label{ padding:6px 0}
.grsz .font-grey { color:#979898}
.grsz #headImage{ margin:5px!important}
.grsz #headUpload{ display:inline; }
.grsz #upload{ display:inline; margin:4px 0 0 28px; vertical-align:top}
.grsz #settingSpy #settingPwd{ color:#BB2323; font-size:14px; border-bottom:1px solid #e5e5e5; padding:25px 0 15px 0}
.grsz #settingSpy #secret{ color:#2d90e5; font-size:14px; border-bottom:1px solid #e5e5e5; padding:25px 0 15px 0}
.grsz #settingSpy #opinionTag{ color:#BB2323; font-size:14px; border-bottom:1px solid #e5e5e5; padding:25px 0 15px 0}
.grsz #settingSpy #loginRecord{ color:#BB2323; font-size:14px; border-bottom:1px solid #BB2323; padding:25px 0 15px 0; margin-bottom:15px}
.grsz .title-grzl{padding: 15px 0px 0px 20px; display: inline-block;}
.grsz #userPasswordForm input{ width:30%; margin:5px 0 10px 0;display:inline;}
.grsz #loginTable .table{ margin:0}
.grsz #loginTable .footer{ background:#fff; border-top:none}
.grsz #settingSpy .navbar.navbar-default.navbar-static{border-bottom:none;}
.grsz #userFullName,.grsz #phone{ margin-bottom:10px}
.grsz #threeMonth,.grsz #month,.grsz #week{ padding-top:16px; font-size:12px}
.grsz #userHeadForm{ padding-left:20px}
.grsz #threeMonth:hover,.grsz #month:hover,.grzx #week:hover{color:#2D90E5}
.grsz .info-text{ color:#fcb62a; vertical-align:middle; margin-left:5px; font-size:12px}
.grsz #headImage img{height:120px;width:120px;}

.grsz #headImage input{height:165px\9!important;}

#navi-menu #back{ font-size:16px; border-bottom:1px solid #ddd; height:50px; line-height:50px; padding-left:20px; color:#666}
#evaluateDimensionList{ margin-bottom:3px;}
#evaluateDimensionList row.list-group-item:hover{ background:none}
#evaluateDimensionList #name{ text-align:right; margin-bottom:5px; height:26px; line-height:26px; }
#evaluateDimensionList #star{ height:26px; line-height:26px; }
#navi-menu .light-text{ color:#999}
#navi-menu .light-ico{ margin-right:5px}
#navi-menu .light-ico i{ color:#ff9933}
#navi-menu #submit{border:1px solid #55acee; padding:15px 15px; color:#55acee; background:#fff; margin-top:15px; letter-spacing:5px}
#navi-menu #cancel{border:1px solid #55acee; padding:5px 15px; color:#55acee; background:#fff; margin-top:15px; letter-spacing:5px}
#navi-menu .form-control::-moz-placeholder{ color:#ccc}
#evaluateDimensionList #tips{ width:96px!important; height:26px; line-height:26px; text-align:left; color:#ffa938; font-size:12px; padding-left:14px;}

#userCenterMenu{ background:#fff}
#userCenterMenu.sidebar-menu .main-menu a{ border-bottom:1px solid #eee; color:#2D90E5}

.wdjf .user-ico{ color:#eee; vertical-align:top; margin:0 5px 0 15px}
.nav.nav-tabs > li > a span{ font-size:16px; color:#666}
.wdjf .nav.nav-tabs > li.active > a{ border:none; border-top:2px solid #2d90e5}
.wdjf .nav.nav-tabs > li.active > a:hover{ color:#2d90e5}
.wdjf #tabcontent{ padding:30px 20px; background:#fff; font-size:18px; }
.wdjf .valign-middle{ vertical-align:top; margin-top:4px}
.wdjf .btn{ width:112px; height:35px;  margin-bottom:15px; border:1px solid #55acee; padding:5px 15px; color:#55acee; background:#fff}
.wdjf .btn:hover{background:#2D90E5; color:#fff}
.wdjf .btn-disable{ background:#e5e5e5; border:1px solid #d7d7d7; color:#9a9a9a; border-radius:3px; }
.wdjf .table > thead > tr > td,
.wdjf .table > thead > tr > th{ text-align:left}
.wdjf .orange{ color:#ff6600; font-weight:bold}
.wdjf .green{ color:#339800; font-weight:bold}
.wdjf .jfmx .btn{ background:#fff; border:1px solid #ddd; color:#666; margin:0; border-radius:0; width:90px; font-size:12px;}
.wdjf .jfmx .btn span{ font-size:12px}
.wdjf .jfmx .btn.active{ background:#eee; }
.wdjf .jfmx .btn.active span{ color:#000}
.wdjf .jfmx #all{ border-radius:3px 0 0 3px; }
.wdjf .jfmx #use{ border-radius:0 3px 3px 0; }
.wdjf #recordList{ margin-top:15px}
.wdjf .jf-border{ border-bottom:1px solid #eee}
.wdjf #integral{ line-height:28px}
.wdjf #jf-ico .fa-database{ color:#f6ab46}
.wdjf #myRank{ font-size:28px; color:#ff6600; line-height:28px}
.wdjf #rankList{ margin-top:-34px}
.wdjf #rankList .list-group-item{ height:34px; line-height:34px; }
.wdjf #rankList .list-group-item:hover{ background:none}
.wdjf #rankList #count{ font-size:10px}
.wdjf #rankList #rank{ border-radius:50%; background:#cd4046; width:18px; height:18px; display:block; color:#fff; text-align:center; line-height:18px; font-size:10px}
.wdjf #rankList #userName{ height:16px; line-height:16px; margin-left:5px; }

.wdjf #signBtn,.wdjf #clearBtn,.wdjf #completeBtn{}


#topMenu #application + .dropdown-menu{ width:300px; padding:0}
#topMenu #application + .dropdown-menu li{ padding:0}
#topMenu #application + .dropdown-menu #logo{ width:40px; height:40px;cursor:pointer;display:inline;}
#topMenu #application + .dropdown-menu #name{ font-size:12px; padding:5px 0px 0px; cursor:pointer}
#topMenu #application + .dropdown-menu #name:hover{ color:#2D90E5}
#topMenu #application + .dropdown-menu #all{ font-size:12px}
#topMenu #application + .dropdown-menu #grid{ padding:15px 10px}
#topMenu #application + .dropdown-menu #grid #logo img{ height:auto;}
#topMenu #application + .dropdown-menu #item:hover{ border:1px solid #ddd; }
#topMenu #application + .dropdown-menu #item .top{padding:5px 3px}
#topMenu #application + .dropdown-menu #item:hover .top{ padding:4px 2px 4px 1px}

.xxtz .minSXheight{min-height:700px;}

.xxtz{}
.xxtz .user-ico {    color: #eee;    margin: 0 5px 0 15px;    vertical-align: top;}
.xxtz .nav.nav-tabs > li > a span{ font-size:16px; color:#666}
.xxtz .nav.nav-tabs > li.active > a{ border:none; border-top:2px solid #2d90e5; padding-bottom:15px}
.xxtz #tabcontent{ padding:10px; background:#fff; font-size:18px; }
.xxtz #listView #type{border-radius: 50%;    color: #fff;    float: left;    line-height: 28px;    padding: 5px;
    text-align: center;    width: 40px; background:#ff6264; margin:0px 10px 0 0}
.xxtz #listView #content{ font-size:12px; color:#666}
.xxtz #listView #time{ color:#999; float:left; font-size:12px; padding-top:3px}
.xxtz #listView #detail{ float:left; margin-left:40px; color:#2D90E5; font-size:12px; padding-top:3px}
.xxtz .list-group.list-group-minimal .list-group-item{ padding:15px 5px;margin-bottom:0; border-bottom:1px solid #eee!important}
.xxtz .qkjl{position:absolute;top:5px;right:5px;}
.xxtz #delete{ float:right; color:#fff; font-size:12px; background:#ccc; height:28px; padding:0 10px}
.xxtz #delete:hover{ background:#999}
.xxtz #delete span{ font-size:10px}
.xxtz .qkjl { color:#999; font-size:12px}
.xxtz .qkjl .img{ vertical-align:top; margin-top:10px; font-size:12px}
.xxtz .qkjl .text{ margin:10px 0 0 5px; font-size:12px}
.xxtz #listView .tab-ico{ float:left;vertical-align:top; margin-right:5px}
.xxtz #listView .tab-ico .fa-circle{ color:#d5080f; font-size:8px}

.tjrm-list .cwxg{ min-height:800px}
.tjrm-list .cw-box{border-bottom: 2px solid #e5e5e5;}
.tjrm-list .cw-box:hover{ background:#f5f6f6;cursor:pointer;}
.tjrm-list .cw-box:hover .text{ color:#3586d6}
.tjrm-list .cw-box .red{color:#ff0000;}
.tjrm-list .superText{border-radius:5px;padding-top:7px;}
.tjrm-list .cwxg .gray{color:#999;}
.tjrm-list .cw-box .gray{color:#999;}
.tjrm-list .progress-bar-success{background:#fff}
.tjrm-list .sr-only{right: 3px; font-size: 12px;margin: -2px;font-weight: bold;}
.tjrm-list .user-ico {    color: #979898;    margin: 0 5px 0 15px;    vertical-align: top;}
.tjrm-list .user-ico02{ margin-top:14px;}
.tjrm-list .title{ font-size:18px; color:#666; padding:8px 0; }
.tjrm-list #superTypeName{ border-radius:2px; background:#55acef; vertical-align:top; margin-top:4px}
.tjrm-list .cw-box i{ color:#ccc}
.tjrm-list .cw-box .red i.fa-tag,.tjrm-list .cw-box .red i.fa-tag{ color:#ff0000}
.tjrm-list .cw-box .gray i.fa-tag,.tjrm-list .cw-box .gray i.fa-tag{ color:#999}
.tjrm-list #star{ margin-right:20%}
.tjrm-list .progress{ border-radius:0}
.tjrm-list #recommendList,
.tjrm-list #hotList{ height:1060px; }

.yyzx .user-ico {    color: #eee;    margin: 0 5px 0 15px;    vertical-align: top;}
.yyzx #all{ float:left; font-size:18px}
.yyzx #searchApplication{ float:right;display:table!important}
.yyzx #sortByTime{ float:right; background:none; border:1px solid #ddd; border-radius:2px; margin:0 15px}
.yyzx #myApplicationList{ }
.yyzx #myApplicationList .list-group-item{ padding:10px}
.yyzx #myApplicationList .list-group-item:hover{ background:#f5f5f5}
.yyzx #myApplicationList .list-group-item #name{ color:#333}
.yyzx #myApplicationList .list-group-item #name:hover{ color:#2d90e5}
.yyzx #myApplicationList .list-group-item:nth-child(2n+1){ background:#f9f9f9}

.yyzx #myApplicationList #clear{ padding:3px 8px; border:1px solid #ccc; background:#eee; height:20px; line-height:12px}
.yyzx #myApplicationList #clear span{ font-size:12px; }
.yyzx #applicationTable table td{ padding:10px 15px}
.yyzx #applicationTable #add{border:1px solid #2d90e5; padding:5px 15px; color:#55acee; background:#fff}
.yyzx #applicationTable #add:hover{background:#2D90E5; color:#fff}
.yyzx #name:hover{ color:#2D90E5}



#evaluateDimensionList #evalDimensionName{ height:26px; line-height:26px;  margin-bottom:10px}
.pj-box #content{ border:none; padding:0; width:60%!important}
.pj-box .submit-box{ width:60%!important; }
.pj-box .submit-box #submit{ padding:6px 12px!important;letter-spacing:0!important;}

.wdsc #headImage img{height:80px;width:80px;border-radius:50%!important;}
.wdsc .minSXheight{ min-height:820px; }
.wdsc .title{ font-size:22px; padding:18px 0 5px 20px; }
.wdsc .user-ico {    color: #eee;    margin: 0 5px 0 15px;    vertical-align: top;}
.wdsc #deleteBtn{ border:1px solid #2d90e5; padding:5px 15px; color:#55acee; background:#fff}
.wdsc #deleteBtn:hover{ background:#2D90E5; color:#fff}
.wdsc #listView .list-group-item{ padding:15px 25px; margin:0; border-bottom:1px solid #ddd!important; cursor:pointer; }
.wdsc #name,
.wdsc #subject{ font-size:16px; }
.wdsc #name:hover,
.wdsc #subject:hover{ color:#2D90E5}
.wdsc .sc-img{vertical-align:text-top; margin-right:5px;margin-top:4px }
.wdsc #star{vertical-align:top;}
.wdsc #search{ border-radius:4px!important; }
.wdsc #search .fa-search{ font-size:22px}
.wdsc #searchFocuson{ border-radius:4px!important; }
.wdsc #searchFocuson .fa-search{ font-size:22px}
.wdsc .text{ color:#333; font-size:22px; border-bottom:1px solid #e8e8e8; height:53px; line-height:53px; padding-left:35px; font-weight:normal; }
.wdss .text{ border-bottom:none}

.wdsc .downBtn{ width:72px!important}
.wdsc .downBtn .btn{ border:1px solid #BB2323; padding:5px 15px; color:#BB2323; background:#fff;border-radius:0px!important; outline:none!important}
.wdsc .downBtn .btn:hover{ background:#BB2323; color:#fff;border:1px solid #BB2323;}

.jyfx .text{ color:#656565; }
.jyfx .form-control{ border-radius:0}
.jyfx #content{ border:none; padding:0; margin-top:10px}
.jyfx #submit,
.jyfx #cancel{ margin-top:0px!important; border:1px solid #55acee; padding:5px 15px!important; color:#55acee; background:#fff; border-radius:0;letter-spacing:0px!important;}
.jyfx #submit:hover,
.jyfx #cancel:hover{ background:#2D90E5!important; color:#fff!important}
.jyfx #name{ color:#343434; font-size:14px; padding:10px 0}
.jyfx #evaluate{vertical-align:top}
#navi-menu .jyfx #submit{ margin:0 10px 0 0}
#navi-menu .jyfx #submit:hover{background:#2D90E5; color:#fff}

.jyfx-list{}
.jyfx-list .user-ico{ color:#979898; vertical-align:top; margin:0 5px 0 15px}
.jyfx-list .text{ color:#333; font-size:24px; border-bottom:1px solid #e8e8e8; height:53px; line-height:53px; padding-left:35px; font-weight:normal; }
.jyfx-list #listView{ padding:0 20px; background:#fff}
.jyfx-list #listView row.list-group-item{ margin-bottom:0; border-bottom:1px solid #e8e8e8!important; padding:10px; cursor:pointer; color:#555}
.jyfx-list #shareTitle{ margin-right:15px; font-size:16px; color:#333; margin-top:15px}
.jyfx-list #shareTitle:hover{ color:#2D90E5; }
.jyfx-list #shareStar{vertical-align:top; }
.jyfx-list #addMore{ margin:10px}
.jyfx-list .minSXheight{ min-height:800px; }
.jyfx-list #image img{height:80px;width:80px;}
.gg-list{}
.gg-list .user-ico{ color:#979898; vertical-align:top; margin:0 5px 0 15px}
.gg-list .text{ color:#333; font-size:24px; border-bottom:1px solid #e8e8e8; height:53px; line-height:53px; padding-left:35px; font-weight:normal; }
.gg-list #listView{ padding:0 20px; background:#fff}
.gg-list #listView .list-group-item{ margin-bottom:0; border-bottom:1px solid #e8e8e8!important; padding:10px; cursor:pointer;}
.gg-list #shareTitle{ margin-right:15px; font-size:16px; color:#333; margin-top:15px}
.gg-list #shareTitle:hover{ color:#2D90E5; }
.gg-list #shareStar{vertical-align:top; }
.gg-list #addMore{ margin:10px}
.gg-list .minSXheight{ min-height:800px; }
.gg-list #listView #name{vertical-align:middle; font-size:16px}
.gg-list #listView list-group-item{ margin-bottom:0; border-bottom:1px solid #e8e8e8!important; padding:10px; cursor:pointer; color:#555}
.gg-list #listView #name:hover{ color:#2D90E5}
.gg-list #date{ float:right; color:#999; font-size:12px}
.gg-list .list-group-item #item #count{ vertical-align:top; margin:2px 0 0 3px; color:#999; font-size:12px}
.gg-list .fa-eye{ color:#999}
.gg-list .title #name{ font-size:26px; padding:15px 0 5px}
.gg-list .title .grey{ color:#999; font-size:12px}
.gg-list .title{ border-bottom:1px solid #ddd}
.gg-list #content{ padding:20px 40px; min-height:600px}
.gg-list #content p{ color:#333}
.gg-list .fj-box{ text-align:right; }
.gg-list #fileList{ text-align:left}
/* .gg-list .list-group-item{ color:#0066cb; margin-bottom:5px; } */

.wdsc #dealBtn>button,.wdgz #dealBtn>button{ border:1px solid #55acee; padding:5px 15px; color:#55acee; background:#fff; border-radius:0}
.wdsc #dealBtn>button:hover,.wdgz #dealBtn>button:hover{ background:#2D90E5; color:#fff}


.wdsc .btn-group.open .dropdown-toggle{ box-shadow:none}
.wdsc .dropdown-menu{ min-width:73px; border:1px solid #55acee; margin:-1px 0 0; border-top:none;border-radius:0px;}
.wdsc .dropdown-menu > li > a{ color:#55acee; padding:5px 0; text-align:center; }
.wdsc .dropdown-menu > li > a:hover,
.wdsc .dropdown-menu > li > a:focus{ background:#55acee; color:#fff}
.wdgz .btn-group.open .dropdown-toggle{ box-shadow:none}
.wdgz .dropdown-menu{ min-width:73px; border:1px solid #55acee; margin:-1px 0 0; border-top:none;border-radius:0px;}
.wdgz .dropdown-menu > li > a{ color:#55acee; padding:5px 0; text-align:center; }
.wdgz .dropdown-menu > li > a:hover,
.wdgz .dropdown-menu > li > a:focus{ background:#55acee; color:#fff}

#navi-menu .fxcs #back{ width:100%; background:#fff; margin-bottom:10px; border-bottom:none; font-size:16px; height:40px; line-height:40px; margin-top:15px}
.fxcs #userHeadImage{ border-radius:50%}
.fxcs .lbox .top{ padding:0px 20px 0 0}
.fxcs .bg-white{ background:#fff; }
.fxcs .minHeight{min-height:800px;}
.fxcs #title{ font-size:16px}
.fxcs .user-ico{ color:#eee; vertical-align:top; margin:0 5px 0 15px}
.fxcs .sc-img{vertical-align:top; margin-right:40px; }
.fxcs #content{ padding:15px 25px; text-indent:2em; font-size:14px; line-height:26px}
.fxcs .title{ font-size:16px; border-bottom:1px solid #ddd; padding:20px 10px 10px 20px}
.fxcs #fileList{ padding:15px 25px; }
.fxcs #icon{vertical-align:text-bottom; margin-right:10px}
.fxcs #fileList .list-group-item{ margin-bottom:15px; padding:5px 0 5px 10px}
.fxcs #recommendUser2{ color:#343434; font-weight:bold; padding-top:5px}
.fxcs #comment{ min-height:250px;}
.fxcs #userHeadImage{display:inline-block;}
.fxcs #commentList .list-group-item{ padding:10px 20px}
.fxcs #commentList .list-group-item:hover{ background:none}
.fxcs #commentList .list-group-item > linearlayout{ border-bottom:1px dashed #ddd}
.fxcs #userName{ color:#2D90E5}
.fxcs #time{ color:#999; font-size:12px; padding-left:25px}
.fxcs #commentList{ overflow:visible!important}
.fxcs .fav-link{ color:#333; cursor:pointer}
.fxcs .fav-link.active{color:#2d90e5}
.fxcs .fav-link.noActive{color:#333}
.fxcs .fav-link:hover{ color:#2d90e5; cursor:pointer}
.fxcs #parentCommentView{ background:#f2f2f2; color:#999; padding:15px 0 15px 20px; border-left:4px solid #2d90e5}
.fxcs #submitButton{border:1px solid #55acee; padding:5px 15px; color:#55acee; background:#fff; border-radius:0}
.fxcs #submitButton:hover{background:#2D90E5; color:#fff}

.ckxq-box #detail{ padding:10px 25px 10px 55px; line-height:28px; color:#333}
.ckxq-box #detail a{ color:#3090e6; text-decoration:none}
.ckxq-box #close{ border:1px solid #55acee; padding:5px 15px; color:#fff; background:#55acee; border-radius:0; float:right; margin:0 20px 10px 0}
.modal-footer{ border-top:none}

.wdfx{}
.wdfx .user-ico{ color:#eee; vertical-align:top; margin:0 5px 0 15px}
.wdfx .text{ color:#333; font-size:22px; border-bottom:1px solid #e8e8e8; height:53px; line-height:53px; padding-left:35px; font-weight:normal; }
.wdfx #listView{ padding:0 20px; background:#fff}
.wdfx #listView row.list-group-item{ margin-bottom:0; border-bottom:1px solid #e8e8e8!important; padding:10px; cursor:pointer; }
.wdfx #shareTitle{ margin-right:15px; font-size:16px; color:#333; margin-top:15px}
.wdfx #shareTitle:hover{ color:#2D90E5; }
.wdfx #shareStar{vertical-align:top; }
.wdfx #addMore{ }
.wdfx .minSXheight{ min-height:800px; }
.wdfx .fxjl-more{ height:40px; line-height:40px}
.wdfx #image img{height:80px;width:80px;}

.tjfx .user-ico{ color:#eee; vertical-align:top; margin:0 5px 0 15px}

.console table tbody tr:hover{ background:#b3c4e2; cursor:pointer}
.console tableview > div > container > table > tbody > tr:hover td,
.console tableview > div > container > table > tbody > tr:hover td{ background:#c1defd; cursor:pointer}/* #b3c4e2 */
.console table tr td button{ background:none}
.console .table-striped > tbody > tr:nth-child(2n) > td,
.console .table-striped > tbody > tr:nth-child(2n) > th{ background:#f2f2f2}
.console .table-striped > tbody > tr:nth-child(2n+1) > td,
.console .table-striped > tbody > tr:nth-child(2n+1) > th{ background:#fff}
.console .table-striped > tbody > tr:nth-child(2n):hover > td,
.console .table-striped > tbody > tr:nth-child(2n):hover > th{ background:#c1defd}
.console .table-striped > tbody > tr:nth-child(2n+1):hover > td,
.console .table-striped > tbody > tr:nth-child(2n+1):hover > th{ background:#c1defd}
.console row textview.ellipsis:hover{ color:#f20e16}
.console row textview.ellipsis a:hover{ color:#f20e16}
.console row textview.ellipsis{ margin-left:10px}
.console table tbody tr td {text-align:center}
.console table tbody tr td linearlayout {margin:0 auto}
.dialog_class table tbody tr td {text-align:center}
.pull-right a:hover{color:#f20e16}
.table-urge table td{text-align:center}
#docTreeView.docTreeView{border-right:1px solid #ccc}

#form #title{ border-right:none; border-radius:4px 0 0 4px; }
#form #waitSelect{ background:#fff; border:1px solid #ccc; border-radius:0 4px 4px 0; height:34px; }
#form .tl-name{ line-height:30px}
#form .table > thead > tr > td,
#form .table > tbody > tr > td,
#form .table > tfood > tr > td,
#form .table > thead > tr > th,
#form .table > tbody > tr > th,
#form .table > tfood > tr > th{ padding:5px}
#form tableview > div > container > table > tbody > tr:hover td,
#form tableview > div > container > table > tbody > tr:hover td{ background:#2d90e5; color:#fff}

#navi-menu .tl-box #submit{ margin:0 15px 0 0!important; background:#2d90e5; color:#fff; font-size:12px}
#navi-menu .tl-box #cancel{ margin:0; background:#fff; color:#333; font-size:12px; border:1px solid #ccc; padding:5px 15px; margin-right:15px}

#navi-menu .scheduleView-box #delete,
#navi-menu .scheduleView-box #cancel{ background:#2d90e5; color:#fff; font-size:12px; letter-spacing:0px}



.console tableView table  td{height:50px}
.console tableView table  tr{border:1px solid #ccc;line-height:50px}
.console  tableView table  tr td{border:1px solid #ccc !important}
.console  tableView table  th{border:1px solid #ccc !important}
.console  tableView .table > thead > tr > th{ background:#eee; position:static}
.console .button-linearlayout button{background-color:#BB2323; color:#fff!important; border:none!important}
.console .button-linearlayout button#upload{ color:#333!important}
.console .button-linearlayout tableview{border:1px solid #ccc}
.console .pagination > .active > a,
.console .pagination > .active > span,
.console .pagination > .active > a:hover,
.console .pagination > .active > span:hover,
.console .pagination > .active > a:focus,
.console .pagination > .active > span:focus{background-color:#2e91e7;border-color:#2e91e7}


.sidebar-menu {
  background: #eeeeee!important;
}
.sidebar-menu .main-menu a {
  border-bottom: none !important;
}
.sidebar-menu .main-menu a > span{
	color:black;
}
.sidebar-menu .main-menu .fa-newspaper-oi{
	color:#ccccc;
}
.sidebar-menu .main-menu li.has-sub > a::before{ color:#989898}
.sidebar-menu .main-menu a > i{ color:#989898}

.sidebar-menu .main-menu > li.active > a{ background:#BB2323;  }
.sidebar-menu .main-menu > li.active .title{ color:#fff}
.sidebar-menu .main-menu li.active > a::before{ color:#fff}
.sidebar-menu .main-menu li.active a > i{ color:#fff}

.sidebar-menu .main-menu > li.active  li a{
	border-bottom:1px solid #ddd!important;
}
.sidebar-menu .main-menu > li.active  li a .title{color:#333; }
.sidebar-menu .main-menu > li.active  li.active a .title{color:#BB2323; }


.rcgl #scheduleMenu .sidebar-menu-inner{position:relative;border-right:none;}
.rcgl .user-ico {
    color: #eee;
    margin: 0 5px 0 15px;
    vertical-align: top;
}
.rcgl #scheduleMenu{ background:#fff!important}
.rcgl #addLayout{ background:#f7f7f7; padding:5px 0}
.rcgl .sidebar-menu .main-menu{ margin:0; padding:0 10px 20px}
.rcgl .sidebar-menu .main-menu a{ color:#666; border-bottom:none; font-size:16px; padding:10px 5px; border-bottom:1px solid #ccc!important; cursor:pointer}
.rcgl .sidebar-menu .main-menu a span,
.rcgl .sidebar-menu .main-menu a i{ font-size:16px; }
.rcgl .sidebar-menu .main-menu li.has-sub > a::before,
.rcgl .sidebar-menu .main-menu > li.active > a{color:#666;background:none;}
.rcgl .sidebar-menu .main-menu > li.active .title{ color:#666}
.rcgl .sidebar-menu .main-menu li.active > a::before{ color:#666}
.rcgl .sidebar-menu .main-menu li.active a > i{ color:#666}

.rcgl .sidebar-menu .main-menu > li.active  li a{
	border-bottom:none!important;
}
.rcgl .sidebar-menu .main-menu > li.active  li a .title{color:#666; }
.rcgl .sidebar-menu .main-menu > li.active  li.active a .title{color:#1d81dc; }
.rcgl div#search{ margin:10px 15px 0 0; }
.rcgl .form-control{ border-radius:4px!important; }
.rcgl #add{ background:none; font-size:16px}
.rcgl #add span{ font-size:16px}
.rcgl #scheduleTypeTable{ border:none}
.rcgl .minHeight{min-height:600px}
.rcgl .bb{border-bottom:2px solid #eee;}
.rcgl .bb2{border-bottom:1px solid #eee;}
.rcgl #listView row.list-group-item:hover, row.list-group-item:focus{background-color:#fff;}

.grtj .inline{display:inline!important;}


.wdwt .minSXheight{ min-height:820px; }
.wdwt .title{ font-size:22px; padding:18px 0 5px 20px; }
.wdwt .user-ico {    color: #eee;    margin: 0 5px 0 15px;    vertical-align: top;}
.wdwt #deleteBtn{ border:1px solid #2d90e5; padding:5px 15px; color:#55acee; background:#fff}
.wdwt #deleteBtn:hover{ background:#2D90E5; color:#fff}
.wdwt #listView .list-group-item{ padding:15px 25px; margin:0; border-bottom:1px solid #ddd!important; cursor:pointer; }
.wdwt #name,
.wdwt #subject{ font-size:16px; }
.wdwt #name:hover,
.wdwt #subject:hover{ color:#2D90E5}
.wdwt .sc-img{vertical-align:text-top; margin-right:5px;margin-top:-4px }
.wdwt #star{vertical-align:top;}
.wdwt #search{ border-radius:4px!important; }
.wdwt #search .fa-search{ font-size:22px}
.wdwt #searchFocuson{ border-radius:4px!important; }
.wdwt #searchFocuson .fa-search{ font-size:22px}
.wdwt .text{ color:#333; font-size:22px; border-bottom:1px solid #e8e8e8; height:53px; line-height:53px; padding-left:35px; font-weight:normal; }
.wdwt .wtss{position:absolute;top:20px;right:5px;}
.wdwt .wtss #search>span>a>i{font-size:14px;}
.wdwt .nav.nav-tabs > li.active > a{ border:none; border-top:2px solid #BB2323}
.wdwt .downBtn{ width:72px!important}
.wdwt .downBtn .btn{ border:1px solid #BB2323; padding:5px 15px; color:#BB2323; background:#fff;border-radius:0px!important; outline:none!important}
.wdwt .downBtn .btn:hover{ background:#BB2323; color:#fff;border:1px solid #BB2323;}
.wdwt #search .input-group-addon{background-color:#fff!important;}
.wdwt #tabHost >ul>li>a span.badge{color:white}

.comment_me #subject{color:#999}
.comment_me #subject:hover{color:#2d90e5}
.comment_me #headImage{height:80px;width:80px;}

.fxcs #userHeadImage img{height:118px;width:118px;}


@media screen and (max-width: 768px){
	.imgIcon{ margin:5px 0 0 5px; color:#999}
	.txt-center{ text-align:center}
	.mmInput{ border:none; border-bottom:1px solid #ddd; border-radius:0; width:75%; margin-left:2%; padding:6px 0 0px 5px; margin-bottom:5px; }
	.mmText{ width:65px; text-align:right}

	.dljl .btn{ background:none; width:30%; border:1px solid #18b4ed; color:#18b4ed}
	.dljl .btn.active{ background:#18b4ed; color:#fff; }
	.dljl #week{ border-radius:4px 0 0 4px; border-right:none}
	.dljl #month{ border-radius:0; border-right:none;}
	.dljl #threeMonth{ border-radius:0px 4px 4px 0; }
	.dljl .angleIconText{ color:#0080ff; font-size:20px}
	.dljl .itemText{ line-height:30px}
	.dljl #moreText{border: 1px solid #55acee;padding: 10px 15px;color: #fff;background: #55acee;margin-top: 15px;border-radius:5px; }
	.srhBussines .btnActive{ background:#2e8ee2; color:#fff}
	.srhBussines .czBtn{ border:1px solid #2e8ee2; background:#fff; color:#2e8ee2}
	.srhBussines .srhBtnAcitve{ color:#fff; background:#2e8ee2; width:100%; padding:10px 0; border-radius:0}


	.mobile-login{ background:#fff; }
	.mobile-login .img-logo{text-align:center;}
	.mobile-login .img-logo img{ display:inline;  width:120px; height:120px; margin-top:30px}
	.mobile-login .img-text{ color:#1386f1; padding:25px 0; text-align:center;}
	.mobile-login .user-img{ width:32px; height:32px;}
	.mobile-login .user-img img{ margin-left:4px}
	.mobile-login .input-class{ width:190px; height:32px; border:1px solid #1487f2; border-left:none; border-radius:0; padding-left:4px; font-size:16px; }
	.mobile-login #loginForm{ min-height:520px}
	.navbar.horizontal-menu.navbar-fixed-top 	 {	position:static;	}
	#navi-menu nav.navbar.navbar-minimal .navbar-titlebar{ border-bottom:1px solid #ddd; text-align:center}
	.navbar.horizontal-menu .navbar-inner{ padding:0}
	.navbar-titlebar linearlayout{ height:54px; line-height:54px}
	.navbar-titlebar #searchText{ float:left; border-radius:3px; width:73%; margin-right:5px!important;}
	.navbar-titlebar .edittext{ margin:10px 0 0 45px!important;}
	.navbar-titlebar #searchText .form-control{ padding-left:25px; margin-right:5px; background:#f2f3f5; width:100%; border:1px solid #e7e7e7; }
	.navbar-titlebar .edittext .suffix{ position:absolute; left:-5px; top:2px; border:none; z-index:9}
	.navbar-titlebar .edittext .suffix .fa-search{ color:#999}
	.navbar-titlebar #login{ float:left; height:34px; line-height:34px; margin-top:10px; }
	.navbar-titlebar #userCenter{ margin:0px 2% 0 0!important; font-size:26px}
	.navbar-titlebar #userCenter .fa-user{ font-size:26px}
	.navbar-titlebar #title{ font-size:20px; }



	.nav.nav-tabs + .tab-content{ margin-top:0}

	#transactionTabHost{ margin-top:20px}
	.nav.nav-tabs{ background:#efeff4;border-bottom:1px solid #ddd; border-top:1px solid #ddd}
	.nav.nav-tabs > li{ float:left; border-radius:0; }
	.nav-tabs>li>a{border-radius:0}
	.nav.nav-tabs > li > a{ margin-right:0; background:#efeff4;padding-top:1px;  padding-left:12px; padding-right:12px; }
	.nav.nav-tabs > li.active > a{ border:none; border-bottom:2px solid #55aded; padding-bottom:9px; }
	.nav.nav-tabs > li.active > a span{color:#55aded}
	#transactionTabHost:not(tabs-vertical-env){-webkit-padding-before:46px;}
	#transactionTabHost .tab-content{ border-bottom:1px solid #ddd}
	#transactionTabHost .tab-content .tab-img .top{ padding:10px 0}
	#transactionTabHost .tab-content linearlayout{ padding:0}
	#transactionTabHost .tab-content #logo img{ width:38px; height:46px; padding-top:10px; padding-bottom:5px; }
	#transactionTabHost .tab-content #name{ height:24px; line-height:24px; text-align:center}
	#transactionTabHost .tab-content .gallery-env{ margin:0}
	#transactionTabHost .tab-content > linearlayout > .top{ padding:0!important}

	#transactionTabHost .tab-content .col-xs-3:last-child .tab-img{ border-right:none}

	.jqtj{ background:#fff; border-bottom:1px solid #ddd; height:30px; line-height:30px; margin-top:15px; border-top:1px solid #ddd}
	.jqtj imageview > span > i{ color:#999b9a; padding-left:10px; vertical-align:bottom; font-size:16px}
	.jqtj .text{ line-height:30px; font-size:16px; margin-top:5px; margin-bottom:5px; margin-left:5px}
	.jqtj .jqtj-more{ float:right; margin:5px 10px 0 0; color:#cacaca}
	.jqtj .more-img{ width:20px; margin:20px 10px 0 0}
	#recommendGridView{ background:#fff}
	#recommendGridView .angel-right-class{ vertical-align:top; margin-right:3px}
	#recommendGridView .name-text{ font-size:20px}
	#recommendGridView .fa-edit{ color:#999; vertical-align:top;}
	#recommendGridView #num{ color:#999; font-size:12px; margin-left:3px; line-height:20px}
	#recommendGridView #star{ margin-left:15px;vertical-align:top;}
	#recommendGridView .tab-item > .top{ border-bottom:1px solid #ddd; padding:10px 15px}
	#recommendGridView #recommendGrid{ padding:0; margin:0}
	#recommendGridView .column{display:block;}

	#hotList .list-group-item{ padding:8px 10px 3px 15px; border-bottom:1px solid #ddd!important; margin-bottom:0}
	#hotList .progress{ border-radius:0}
	#hotList .sr-only{right: 3px; font-size: 12px;margin: -2px;font-weight: bold;}
	#hotList .progress-bar-success{background:#fff; padding:0}

	#hotListView .list-group-item{ padding:8px 10px 3px 15px; border-bottom:1px solid #ddd!important; margin-bottom:0}
	#hotListView .progress{ border-radius:0}
	#hotListView .sr-only{right: 3px; font-size: 12px;margin: -2px;font-weight: bold;}
	#hotListView .progress-bar-success{background:#fff; padding:0}

	#list .fa-tag{ font-size:16px; color:#999; margin-right:3px}
	#list .red .fa-tag{color:#ff0000}
	#list .red{color:#ff0000}
	#list .gray{color:#999}

	.jyfx-con{ background:#fff; padding:15px 10px}
	.jyfx-con .xe-icon{ text-align:left!important; }
	.jyfx-con .xe-label{ line-height:16px}
	#shareItem .rIcon{ vertical-align:top; color:#999;  margin-top:6px}
	#shareItem #shareStar{vertical-align:top; margin-top:6px}
	#shareItem #shareTitle{max-width:74%}

	.xe-widget.xe-counter .xe-icon{ padding:0; margin-right:10px; display:inline-block}
	.xe-widget.xe-counter .xe-label{ padding:0 10px}
	.xe-widget.xe-counter .xe-label .num{ font-size:22px}
	.xe-widget.xe-counter .xe-label span{ margin-top:3px}

	#navi-menu #back{ border-bottom:none; line-height:45px; height:45px; position:absolute; left:0}
	#navi-menu #back .fa-angle-left{ font-size:35px; color:#377aae; margin-top:10px}
	#navi-menu #filter .fa-filter{ font-size:20px; color:#377aae; margin-top:10px;margin-right:15px;}
	#navi-menu #menu .fa-ellipsis-v{ font-size:25px; color:#377aae; margin-top:15px}

	#dataLayout .list-group-item{ padding:10px 10px 10px 15px; border-bottom:1px solid #eee!important; margin-bottom:0}

	#userInfoLayout{ border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
	#userInfoLayout #headImage{ width:64px; height:64px; float:left}
	#userInfoLayout #userName{ font-weight:bold; font-size:16px; margin-top:10px}
	#userInfoLayout #department{ font-size:14px}
	#userInfoLayout .fa-angle-right{ font-size:35px; color:#377aae; margin-top:12px}

	.grzx-box img{ width:36px}
	.grzx-box textview{ padding-top:5px; font-size:12px; text-align:center}
	/* .grzx-box .badge{ right:15px!important} */
	.grzx-box02 .col-xs-3{ border-right:1px solid #ddd; border-bottom:1px solid #ddd}

	.grzl-mobile{ height:54px; line-height:54px; }
	.grzl-mobile .fa-angle-right{ font-size:26px}
	.grzl-mobile .head-img{ width:40px; height:40px; margin-top:8px}
	.grzl-nry .text{ color:#999}

	.wddb{ background:#fff}
	.wddb #searchText{ width:94%; margin:5px 10px; border-radius:3px; }
	.wddb #searchText.form-control{ background:#f2f3f5; border:1px solid #e7e7e7; }
	.wddb #searchText.edittext .suffix{ top:8px}
	.wddb #name{ color:#292929; font-size:16px; max-width:80%}
	.wddb .text{ color:#999}

	.sssw #name{ max-width:80%}

	.swxq .swxq-textbox{ background:#fff; }
	.swxq .swxq-textbox .text{ color:#999}
	.swxq .nav li a{ border:none}
	.swxq .nav.nav-tabs > li{ float:none}
	.swxq .swxq-link{ position:fixed; bottom:0px; background:#fff}
	.swxq #tabcontent{ margin-top:15px; border-top:1px solid #ddd; min-height:360px}
	.swxq .tips{ text-align:center; padding-top:10px; color:#999}
	.swxq #favoriteButton, .swxq #applyButton{ border:none; width:auto; color:#333; font-size:16px}
	.swxq #favoriteButton:hover,
	.swxq #applyButton:hover{ background:none; border:none; }
	.swxq .swxq-link-img{ vertical-align:top; margin-top:15px; margin-right:3px; }
	.swxq .swxq-link-img i{color:#298deb; font-size:16px}

	.wdsc .sc-img{ vertical-align:top; margin-top:2px; margin-right:3px}
	.wdgz .text{ color:#999; font-size:12px; padding-top:2px; }

	.wdjf .wdjf-box{ background:#fff; padding:10px 0; font-size:16px; }
	.wdjf #integral{ color:#ff5300; font-size:22px; font-weight:bold; }
	.wdjf .wdjf-img{ width:60px; height:60px; vertical-align:top}
	.wdjf .jf-title{ font-size:16px; padding-top:10px}
	.wdjf button{ margin:15px 0 0 30px}
	.wdjf .fa-angle-right{ font-size:26px; color:#377ecc}

	#searchTipsLayout{ position:absolute; top:11px; left:38%}
	#searchTipsLayout imageview{ vertical-align:top; margin-right:5px}
	#searchTipsLayout .fa-search{ color:#ccc; font-size:20px}

	.wdsc{ background:#fff}
	.wdsc #searchText{ width:94%; margin:5px 10px; border-radius:3px; }
	.wdsc #searchText.form-control{ background:#f2f3f5; border:1px solid #e7e7e7; }
	.wdsc #searchText.edittext .suffix{ top:8px}
	.wdsc #name{ color:#292929; font-size:16px; max-width:80%}
	.wdsc .text{ color:#999}
	.wdsc #list{overflow-x:hidden!important;}
	.wdsc #dataLayout .list-group-item{padding:10px 0px 10px 15px;}

	.wdgz{ background:#fff}
	.wdgz #searchText{ width:94%; margin:5px 10px; border-radius:3px; }
	.wdgz #searchText.form-control{ background:#f2f3f5; border:1px solid #e7e7e7; }
	.wdgz #searchText.edittext .suffix{ top:8px}
	.wdgz #name{ color:#292929; font-size:16px; max-width:80%}
	.wdgz .text{ color:#999}
	.wdgz #list{overflow-x:hidden!important;}
	.wdgz #dataLayout .list-group-item{padding:10px 0px 10px 15px;}

	.jyfx-nry{ background:#fff}
	.jyfx-nry .top-box > .top{ padding:10px 15px}
	.jyfx-nry #content{ padding:5px 10px; }
	.jyfx-nry #content p{ font-size:16px; color:#666}
	.jyfx-nry #userName{ font-size:16px}
	.jyfx-nry .fav-link{ color:#2c90e8}
	.jyfx-nry #commentContent p{ color:#666}
	.jyfx-nry #parentCommentView{ background:#eeeeee; border-radius:4px}
	.jyfx-nry #parentUserName{ display:block!important}

	.mobilePopupMenu i{color:#2c90e8;font-size:18px}
	.mobilePopupMenu linearLayout{height:35px;line-height:35px}
	.navbar-titlebar .dropdown-menu{ min-width:0px}

	.jfmore{border: 1px solid #55acee;
    padding: 10px 15px;
    color: #fff;
    background: #55acee;
    margin-top: 15px;
    border-radius: 5px;}

    .swtj #name{max-width:60%}
    .swtj #count{
	    border-radius: 7px!important;
	    padding: 0 8px;
	    vertical-align: top!important;
	    margin-left: 10px;
    }
}

.weatherView i { float:left;display:inline-block; font-style:normal; text-align:center; font-weight:bold; color:#6E6E6E;margin-bottom:1px;}
.weatherView p{color:#6E6E6E;float:left;}
.weatherView .logo{
	width: 60px;
    height: 60px;
    display: inline-block;
    float: left;
    background-size: contain;
    background-position: center -4px;
    margin-right:10px;
    background-repeat: no-repeat;
}
.weatherView div.xiaoyu { background-image:url('../assets/js/weather/icon/xiaoyu.png'); }
.weatherView div.zhongyu { background-image:url('../assets/js/weather/icon/zhongyu.png'); }
.weatherView div.dayu { background-image:url('../assets/js/weather/icon/dayu.png'); }
.weatherView div.qing{ background-image:url('../assets/js/weather/icon/qing.png'); }
.weatherView div.duoyun { background-image:url('../assets/js/weather/icon/duoyun.png'); }
.weatherView div.yin{ background-image:url('../assets/js/weather/icon/yin.png'); }
.weatherView div.zhenyu{ background-image:url('../assets/js/weather/icon/zhenyu.png'); }
.weatherView div.baoxue{ background-image:url('../assets/js/weather/icon/baoxue.png'); }
.weatherView div.baoyu{ background-image:url('../assets/js/weather/icon/baoyu.png'); }
.weatherView div.bingbao{ background-image:url('../assets/js/weather/icon/bingbao.png'); }
.weatherView div.bingyu{ background-image:url('../assets/js/weather/icon/bingyu.png'); }
.weatherView div.dabaoyu{ background-image:url('../assets/js/weather/icon/dabaoyu.png'); }
.weatherView div.daxue{ background-image:url('../assets/js/weather/icon/daxue.png'); }
.weatherView div.fuchen{ background-image:url('../assets/js/weather/icon/fuchen.png'); }
.weatherView div.leizhenyu{ background-image:url('../assets/js/weather/icon/leizhenyu.png'); }
.weatherView div.leizhenyubanbingbao{ background-image:url('../assets/js/weather/icon/leizhenyubanbingbao.png'); }
.weatherView div.mai{ background-image:url('../assets/js/weather/icon/mai.png'); }
.weatherView div.qiangchenbao{ background-image:url('../assets/js/weather/icon/qiangchenbao.png'); }
.weatherView div.qingzhuanduoyun{ background-image:url('../assets/js/weather/icon/qingzhuanduoyun.png'); }
.weatherView div.shachenbao{ background-image:url('../assets/js/weather/icon/shachenbao.png'); }
.weatherView div.shandian{ background-image:url('../assets/js/weather/icon/shandian.png'); }
.weatherView div.tedabaoyu{ background-image:url('../assets/js/weather/icon/tedabaoyu.png'); }
.weatherView div.wu{ background-image:url('../assets/js/weather/icon/wu.png'); }
.weatherView div.xiaoxue{ background-image:url('../assets/js/weather/icon/xiaoxue.png'); }
.weatherView div.yangsha{ background-image:url('../assets/js/weather/icon/yangsha.png'); }
.weatherView div.yujiaxue{ background-image:url('../assets/js/weather/icon/yujiaxue.png'); }
.weatherView div.zhenxue{ background-image:url('../assets/js/weather/icon/zhenxue.png'); }
.weatherView div.zhongxue{ background-image:url('../assets/js/weather/icon/zhongxue.png'); }


.edui-default{height:auto;}


#prizePic #prizeImg img,
#prizePic #prizePicture img{height:auto;}


.wdpj .pjss{position:absolute;top:25px;right:5px;}

.sideTagColor0{background-color:#FEB528;}
.sideTagColor0:hover{background-color:#fe9900;}
.sideTagColor1{background-color:#5ACF89;}
.sideTagColor1:hover{background-color:#2abc61;}
.sideTagColor2{background-color:#06A9F6;}
.sideTagColor2:hover{background-color:#0089f1;}
.sideTagColor3{background-color:#E84C3F;}
.sideTagColor3:hover{background-color:#de190c;}

.consoleMenu .sidebar-menu-inner{ top: 5px!important; position: relative;}
.sidebar-menu.fixed .sidebar-menu-inner{ /*top: 160px;*/top: 105px; position: relative;}
nav.navbar.navbar-minimal .nav-userinfo{}


#bottomMenu{position: sticky; bottom: 0px;}
#userCenterbottomMenu{position: fixed; bottom: 0px;}
.newswzx #indexPageNewsSlider{border: 1px solid #69abcb;}
.newswzx #indexPageDataView{border: 1px solid #69abcb;}
.newswzx #indexPageDataView row{vertical-align: middle;}
.newswzx .carousel-indicators{display:none;}
.newswzx #newsearchText{width: 620px;display: block;padding: 10px 20px;border-radius: 10px;border: none; font-size: 17px; background: #e4e2e2; line-height: 100%; position: relative;}
.newswzx #newsView .item #item{ cursor:pointer; }
.navbar-fixed-top{position: absolute;}
.threeListWin .threeListBtn{border: none; border-radius: 0px;}
.threeListWin .threeListBtnCheck{border: none; border-bottom: 2px solid #BB2323; border-radius: 0px; color: #BB2323;}
.lastTransactionItem .itemArea{cursor: pointer;}
.hotTransactionItem .itemArea{cursor: pointer;}
.newTransactionDepartmentItem #departmentName{white-space: normal;}
.processListItem .center{line-height: 40px; text-align: center;}
.processListItem .left{line-height: 40px; text-align: left; padding-left: 10px;}
.threeListWin .center{line-height: 40px; text-align: center;}
.threeListWin .left{line-height: 40px; text-align: left; padding-left: 10px;}
.applicationCenterItem #itemDetail{cursor: pointer; overflow:hidden;}
.overflowLayout{overflow:scroll;}
.mobileFixedBottom{position:fixed; }
.autoNewLine{white-space: normal;}
.button-common{display: inline-block;width: 150px;margin: 0px 30px 20px 0;text-align: center;line-height: 35px;font-size: 15px;color: #fff;background: #0068b7;border-radius: 4px}
.responseDetailMobile #responseText{white-space: normal;}
#topMenu #application{display: none;}
#topMenu{margin-right: 10px;}
.hotTransactionItem #logo{display: inline-block;}
#lastNewsSlider imageview{display: inline;}
.applicationCenterItem{white-space: nowrap;}
.swzx-list #mobile #transactionList{bottom: 70px; top: 2px; height: 100%; margin-bottom: 60px;}
.swzx-list #mobile #addMore{bottom: 50px;}

.navbar.horizontal-menu .navbar-inner>.nav>li .dropdown-menu.user-profile-menu li #myIntegral{display: none;}
.sidebar-menu .main-menu #integralManage{display:none;}

.nav  {
    font-weight: bold;
    color:#fff;
}
.navItem row{
    text-align: center;
    height: 50px;
    line-height: 50px;
}

 .navItem:hover{
    color:#bb2323!important;
    background: #FFF;
}

 .nav #searchTextArea{

}

 #hotTransactionGrid{
	overflow-x: hidden!important;
}

 #recommendTransactionGrid{
	overflow-x: hidden!important;
}

.hotAndLastTransactionGridItem{
	border: 1px solid #e0e0e0;
}

.hotAndLastTransactionGridItem:hover{
    box-shadow: 0 0 8px #e2e2e2;
    border-color:#e2e2e2;
    transform: translateY(-2px);
    transition:all 0.3s;
}

.hotAndLastTransactionGridItem #typeName{
	
}

.bgNew{
    /*max-width:1920px;*/
}

.consoleMenu{
    /*z-index: 9999!important;*/
    top: 230px!important;
}

.swzx-list #transactionName a{
	color: #BB2323;
}

.applicationCenter #applicationName a{
    color: #BB2323;
}

.hotAndLastTransactionGridItem:hover{
	cursor:pointer;
}

.wdsc #new{
	border: 1px solid #BB2323;
    color: #BB2323;
    background: #fff;
}

.wdsc #new:hover{ background:#BB2323; color:#fff}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	border-top: 2px solid #BB2323;
}

.approveListTab #processName a{
	color: #333;
}

#searchFocuson .input-group-addon a{
	color: #BB2323;
}

#search .input-group-addon a{
    color: #BB2323;
}

.tabs-vertical-env .nav.tabs-vertical li.active>a{
	color: #BB2323;
}

.tabs-vertical-env .nav.tabs-vertical a:hover{
	color: #BB2323;
}

#searchMatter .input-group-addon a{
    color: #BB2323;
}
