
html, body {
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    padding: 0;
}

img {
    max-width: auto;
}

h1 {
    font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a {
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

body, label, input, button, select, textarea, .uneditable-input, .navbar-search .search-query {
    font-family: Helvetica, Georgia, Arial, sans-serif, 宋体;
    font-size: 18px;
    _font-size: 12px;
}

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: -2px 3px;
    *margin-top: 1px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: auto;
    background-color: #f3f3f3;
}

.input-prepend input, .input-append input, .input-prepend select, .input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input {
    position: static;
}

legend {
    margin: 10px 0;
    *left: -7px;
    *position: relative;
    color: #0088CC;
    *width: 99.5%
}

.collapse {
    *display: none;
    _position: static;
}

.collapse.in {
    *display: block;
}

.close {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.close:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

a.btn, button.btn {
    *padding: 4px 10px 4px;
    *border: 1px solid #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e6e6e6', GradientType=0);
}

a.btn-primary, a.btn-primary:hover, a.btn-warning, a.btn-warning:hover, a.btn-danger, a.btn-danger:hover, a.btn-success, a.btn-success:hover,
a.btn-info, a.btn-info:hover, a.btn-inverse, a.btn-inverse:hover {
    *padding: 4px 10px 3px;
}

button.btn {
    *padding: 3px 10px 2px;
    *background-color: transparent;
}

.btn-group a.btn, .btn-group button.btn, .btn-group button.btn:hover {
    position: static;
}

.btn-group a.btn + a.btn, .btn-group button.btn + button.btn {
    margin-left: -2px;
}

/*
input.btn {filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);*color:#555555}
input.btn:hover {*color:#333333}
*/
.nav, .breadcrumb {
    margin-bottom: 8px;
}

.nav-list li a {
    margin-top: 5px;
    margin-bottom: 5px;
    _padding-top: 6px;
}

.nav-list li a i {
    _margin-top: -1px;
}

.table {
    margin-bottom: 8px;
    background-color: #fdfdfd;
}

.table th, .table td {
    vertical-align: middle;
}

.table td i {
    margin: 0 2px;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #ffffff !important;
}

.table-nowrap td {
    width: 200px;
    max-width: 175px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sort-column {
    color: #0663A2;
    cursor: pointer;
}

.supcan {
    border: 1px #d3d3d3 solid;
    height: 300px;
}

.control-group {
    padding-bottom: 8px;
    margin-bottom: 0;
}

legend + .control-group {
    margin-top: 8px;
}

.controls .lbl {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.measure-input {
    background: url("../images/ruler.gif") repeat-x scroll 0 bottom transparent;
}

.input-min {
    width: 30px;
}

.input-mini {
    width: 90px;
}

.input-small {
    width: 120px;
}

.input-medium {
    width: 163px;
}

.input-xxlarge {
    width: 460px;
}

.help-block, .help-inline {
    color: #aaaaaa;
}

.alert {
    margin-bottom: 10px;
}

.form-search-info label {
    margin-left: 10px;
}

.form-search-info span label {
    margin-left: 0;
}

.form-search-info .ul-form {
    margin: 0;
    overflow: hidden;
}

.form-search-info {
    background-color: #FFFEFE
}

.form-search-info .ul-form li {
    float: left;
    list-style: none;
    height: 35px;
    line-height: 35px;
}

.form-search-info .ul-form li label {
    width: 160px;
    text-align: right;
}

.form-search-info .ul-form li span label {
    width: auto;
}

.form-search-info .ul-form li.clearfix {
    float: none;
}

.form-search-info .ul-form li.btns {
    padding-left: 10px;
}

.form-search-info .ul-form li.btns .btn {
    margin-right: 5px;
}


.form-search label {
    margin-left: 10px;
}

.form-search span label {
    margin-left: 0;
}

.form-search .ul-form {
    margin: 0;
    overflow: hidden;
}

.form-search .ul-form li {
    float: left;
    list-style: none;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px
}

.form-search .ul-form li label {
    width: auto;
    text-align: right;
}

.form-search .ul-form li span label {
    width: auto;
}

.form-search .ul-form li.clearfix {
    float: none;
}

.form-search .ul-form li.btns {
    padding-left: 10px;
}

.form-search .ul-form li.btns .btn {
    margin-right: 5px;
}

.form-horizontal {
    margin: 0 10px;
}

.form-horizontal .control-group {
    margin-bottom: 8px;
}

/*.form-horizontal .control-label {padding-top:0px;}*/
.form-horizontal .controls {
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
}

.form-horizontal .controls label.error {
    background-position: 0 2px;
}

.form-horizontal .table-form {
    width: 100%;
    border-color: #dddddd;
}

.form-horizontal .table-form, .form-horizontal .table-form td {
    background-color: #fdfdfd;
    padding: 4px;
}

.form-horizontal .table-form td.tit {
    background: #fafafa;
    text-align: center;
    padding-right: 8px;
    white-space: nowrap;
}

.form-horizontal .form-actions {
    margin-bottom: 0;
}

.form-horizontal fieldset .row-fluid {
    margin-bottom: 10px;
}

.pagination {
    margin: 8px 0;
}

.pagination .controls a {
    border: 0;
}

.pagination .controls input {
    border: 0;
    color: #999;
    width: 30px;
    padding: 0;
    margin: -3px 0 0 0;
    text-align: center;
}

.modal-backdrop {
    background-color: #ffffff;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal.tree {
    width: 300px;
    margin: -250px 0 0 -180px;
    *margin: -200px 0 0 -150px;
}

.modal.tree .modal-body {
    height: 260px;
    padding: 20px 25px;
}

.accordion-heading, .table th {
    white-space: nowrap;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FAFAF9), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    background-repeat: repeat-x;
}

.accordion-heading {
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fefefe', endColorstr='#f5f5f5', GradientType=0);
    float: inherit;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.accordion-heading a:hover, .dropdown a:hover {
    text-decoration: none;
    background: none;
}

.accordion-heading .accordion-toggle {
    font-family: 黑体;
    font-size: 14px;
    _padding-top: 10px;
    _padding-bottom: 8px;
}

.accordion-heading .accordion-toggle i {
    _margin-top: -1px;
}

.accordion-inner {
    padding: 3px 8px 3px 8px;
}

.accordion-inner .nav-list {
    margin-bottom: 0;
    border-bottom: 1px solid #E8E9EC
}

.accordion-inner .nav-list li a {
    padding: 3px 0px 3px 8px;
}

#left, #right, #openClose {
    float: right;
}

#openClose {
    width: 6px;
    margin: 0 1px;
    cursor: pointer;
}

#openClose, #openClose.close {
    background: #efefef url("../images/openclose.png") no-repeat -29px center;
}

#openClose.close {
    background-position: 1px center;
    opacity: 0.5;
    filter: alpha(opacity=50)
}


.jbox-content {
    overflow: hidden !important;
}

/*
* 城建档案 改版样式 2019-12
*/

/*@media (max-width: 1400px){
	.task-tab{
		height: 53px !important;
	}
	.task-tab a{
		height: 53px !important;
		line-height: 53px !important;
		font-size: 14px !important;
	}

	.accordion-heading2 .accordion-toggle{
		font-size: 13px !important;
	}
	.table th, .table td{
		font-size: 12px !important;
	}

	.select2-container .select2-choice{
		width: 204px !important;
	}
}

@media (max-width: 1600px){
	.task-tab{
		height: 53px !important;
	}
	.task-tab a{
		height: 53px !important;
		line-height: 53px !important;
		font-size: 14px !important;
	}

	.accordion-heading2 .accordion-toggle{
		font-size: 13px !important;
	}

	.table th, .table td{
		font-size: 12px !important;
	}

	.select2-container .select2-choice{
		width: 204px !important;
	}
}*/
/*IE10--IE11*/

@media (max-width: 1600px) {
    .task-tab {
        height: 53px !important;
    }

    .task-tab a {
        height: 53px !important;
        line-height: 53px !important;
        font-size: 18px !important;
    }

    .accordion-heading2 .accordion-toggle {
        font-size: 16px !important;
    }

    .table th, .table td {
        font-size: 18px !important;
    }


}

@media (max-width: 1400px) {
    .task-tab {
        height: 53px !important;
    }

    .task-tab a {
        height: 53px !important;
        line-height: 53px !important;
        font-size: 18px !important;
    }

    .accordion-heading2 .accordion-toggle {
        font-size: 18px !important;
    }

    .table th, .table td {
        font-size: 18px !important;
    }

}

@media (max-width: 1280px) {
    .news-modal {
        width: 88% !important;
    }
}

@media (max-width: 1360px) {
    .news-modal {
        width: 88%;
    }
}

.add-some {
    display: inline-block;
    padding: 0 22px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    background: rgba(16, 140, 255, 1);
    margin-left: 15px;

}

.add-btn {
    display: inline-block;
    padding: 0 22px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    background: rgba(16, 140, 255, 1);
    margin-left: 15px;
}

/*
* 城建档案 改版样式 2019-12 end
*/


/*
* 城建档案 改版样式 2019-08
*/
.task-tab {
    height: 63px;
    border-bottom: 1px solid #E8E9EC;
}

.task-tab a {
    display: inline-block;
    height: 63px;
    line-height: 63px;
    font-size: 20px;
    color: #999999;
    padding: 0 30px;
}

.task-tab a:hover {
    text-decoration: none;
}

.active-task {
    color: #333333 !important;
    border-bottom: 2px solid #108CFF;
}

.breadcrumb-row {
    padding: 23px 30px 3px;
}

.medium-pull {

}

/*
.input-medium{
	width: auto;
}*/

.select2-container .select2-choice {
    border: none;
    /*width: 268px !important;*/
    height: 36px;
    background-color: #F5F5F5;
    background-image: none;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 36px;
    line-height: 36px;
}

.select2-container .select2-choice .select2-arrow {
    width: 35px;
    border-left: none;
    border-radius: 0;
    background-clip: padding-box;
    background: rgba(238, 238, 238, 0);
    background-image: none;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 65%;
    height: 100%;
    margin: 5px 0 0 10px;
}

.util-put {
    width: 215px;
    height: 36px !important;
    background-color: #F5F5F5 !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 0 0 0 15px !important;
    box-sizing: border-box;
}

.Wdate {
    background-position-x: 185px !important;
}

.search-btn {
    padding: 0 22px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    background: rgba(16, 140, 255, 1);
    margin-left: 15px;
}

.a-search-btn {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    background: rgba(16, 140, 255, 1);
    margin-left: 15px;

}

.a-search-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.input-text {
    height: 36px !important;
    padding: 0 5px 0 15px !important;
    border: none !important;
    background-color: #f5f5f5 !important;
    font-size: 18px !important;
}

/*table共用样式*/
.accordion-heading, .table th {
    background-image: none !important;
    background-color: #F1F8FF !important;
}

.table th, .table td {
    line-height: 36px;
    font-size: 18px;
    color: #333333;
}

.table-condensed th, .table-condensed td {
    /*padding: 4px 5px 4px 20px;*/
    border-left: 1px solid #E6EDFF;
    background-image: none !important;
    text-align: center;
}

/*.table-condensed td:last-child{
	text-align: left;
}*/

.table th, .table td {
    border-top: 1px solid #E6EDFF;
}

tbody > tr {
    background-color: #ffffff;
}

tbody > tr:last-child {
    border-bottom: 1px solid #E6EDFF;
}

tbody > tr:hover {
    background-color: #F5F5F5;
}

/*table样式结束*/

.title-row {
    background-color: #F1F8FF;
}

.pagination {
    text-align: center;
}

.pagination ul > li {
    display: inline-block;
}

.pagination ul > li > a, .pagination ul > li > span {
    border: none;
    background-color: #f5f5f5 !important;
    color: #666666 !important;
    font-size: 12px;
}

.pagination ul > li > a:hover {
    color: #ffffff !important;
    background-color: #108CFF !important;
}

.pagination ul > li > a:focus {
    color: #ffffff !important;
    background-color: #108CFF !important;
}

.only-title {
    color: #333333 !important;
}

.see-some {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    text-align: center;
    background: rgba(235, 245, 255, 1);
    border: 1px solid rgba(129, 194, 255, 1);
    border-radius: 2px;
    font-size: 18px;
    color: #108CFF;
    box-sizing: border-box;
    white-space: nowrap;
}

.see-some:hover {
    text-decoration: none;
    color: #108CFF;
}

.delete-btn {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: rgba(255, 222, 222, 1);
    border: 1px solid rgba(254, 186, 186, 1);
    border-radius: 2px;
    font-size: 18px;
    color: #FF4B4B;
    box-sizing: border-box;
    white-space: nowrap;
}

.delete-btn:hover {
    text-decoration: none;
    color: #FF4B4B;
}

.delete-btn2 {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: rgba(255, 222, 222, 0.5);
    border: 1px solid rgba(254, 186, 186, 1);
    border-radius: 2px;
    font-size: 18px;
    color: rgba(255, 75, 75, 0.5);
    box-sizing: border-box;
}

.delete-btn2:hover {
    text-decoration: none;
    color: rgba(255, 75, 75, 0.5);
}

.change-btn {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: rgba(235, 255, 243, 1);
    border: 1px solid rgba(175, 220, 193, 1);
    border-radius: 2px;
    font-size: 18px;
    color: #61AF80;
    box-sizing: border-box;
    white-space: nowrap;
}

.change-btn2 {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: rgba(235, 255, 243, 0.5);
    border: 1px solid rgba(175, 220, 193, 1);
    border-radius: 2px;
    font-size: 18px;
    color: rgba(97, 175, 128, 0.5);
    box-sizing: border-box;
}

.grey-btn {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #cccccc;
    border: 1px solid rgba(175, 220, 193, 1);
    border-radius: 2px;
    font-size: 18px;
    color: #61AF80;
    box-sizing: border-box;
    white-space: nowrap;
}

.change-btn2:hover {
    text-decoration: none;
    color: rgba(97, 175, 128, 0.5);
}

.change-btn:hover {
    text-decoration: none;
    color: #61AF80;
}

.container-form {
    padding-top: 45px;
}

.container-formView {
    padding-top: 5px;
}

.form-horizontalView {
    margin: 0 5px;
}

.input-xlarge2 {
    outline: none !important;
    width: 257px;
    border: none !important;
    height: 36px !important;
    background: rgba(245, 245, 245, 1) !important;
    padding: 0 6px !important;
}

.input-xlargeNew {
    outline: none !important;
    width: 90% !important;
    border: 1px solid #ddd !important;
    height: 36px !important;
    padding: 0 6px !important;
    background: none !important;
    border-radius: 2px;
    font-size: 18px !important;
}

.input-xlargeNew2 {
    outline: none !important;
    width: 80% !important;
    border: 1px solid #ddd !important;
    height: 36px !important;
    padding: 0 6px !important;
    background: none !important;
    border-radius: 2px;
    font-size: 18px !important;
}

.trNew {
    text-align: right !important;
    width: 20% !important;
    background-color: #F4FAFF !important;
    border: 1px solid #B6DCFF !important;
    color: #333333;
}

.trViewNew {
    text-align: right !important;
    width: 20% !important;
    /*font-size: 14px !important;*/
    height: 45px !important;
    background-color: #F4FAFF !important;
    border: 1px solid #B6DCFF !important;
    color: #333333;
}

.thViewNew {
    text-align: center !important;
    /*font-size: 16px !important;*/
    height: 45px !important;;
    background-color: #E0EDFE !important;
    border: 1px solid #9ACDFC !important;
    color: #4D70B3 !important;
}

.tdNew {
    text-align: left !important;
    width: 30% !important;
    border: 1px solid #B6DCFF !important;
}

.tdViewNew {
    text-align: left !important;
    width: 30% !important;
    padding-left: 12px !important;
    border: 1px solid #B6DCFF !important;
}

.mustColumn {
    color: #d00404 !important;
}

.input-xxlargeNew {
    outline: none !important;
    width: 95% !important;
    border: 1px solid #ddd !important;
    background: none !important;
    padding-left: 12px !important;
    border-radius: 2px;
}

.input-xxlargeNew2 {
    outline: none !important;
    width: 95% !important;
    height: 72px !important;
    border: 1px solid #ddd !important;
    background: none !important;
    padding-left: 12px !important;
    border-radius: 2px;
}

.input-xxlarge2 {
    outline: none !important;
    width: 257px;
    border: none !important;
    background: rgba(245, 245, 245, 1) !important;
    padding: 0 6px !important;
}

.input-xlarge3 {
    outline: none !important;
    width: 212px;
    border: none !important;
    height: 36px !important;
    background: rgba(245, 245, 245, 1) !important;
    padding: 0 6px !important;
}

.input-xxlarge3 {
    outline: none !important;
    width: 212px;
    height: 36px !important;
    border: none !important;
    background: rgba(245, 245, 245, 1) !important;
    padding: 0 6px !important;
}

.input-xlarge5 {
    outline: none !important;
    width: 200px;
    border: none !important;
    height: 36px !important;
    background: rgba(245, 245, 245, 1) !important;
    padding: 0 6px !important;
}

.input-xxlarge5 {
    outline: none !important;
    width: 200px;
    height: 36px !important;
    border: none !important;
    background: rgba(245, 245, 245, 1) !important;
    padding: 0 6px !important;
}

.get-content a.btn {
    border: none;
    background-color: #E6E6E6 !important;
    padding: 8px 13px;
    background-image: none;
    vertical-align: middle !important;
}

.btn-actions {
    padding: 20px 180px;
}


.btn-keep {
    display: inline-block;
    padding: 0 41px;
    /*width:120px !important;*/
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: rgba(16, 140, 255, 1);
    color: rgba(255, 255, 255, 1);
    border: none !important;
    margin-right: 15px;
}

.btn-keep:hover {
    background-color: #057ae7;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.btn-other {
    display: inline-block;
    padding: 0 41px;
    /*width:120px !important;*/
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
    background: rgba(235, 245, 255, 1);
    border: 1px solid rgba(129, 194, 255, 1);
    color: #108CFF;
}


.back-btn {
    display: inline-block;
    padding: 0 41px;
    /*width:120px !important;*/
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #929BAE;
    color: rgba(255, 255, 255, 1);
    border: none !important;
    margin-right: 15px;
}

.danger-btn {
    display: inline-block;
    padding: 0 41px;
    /*width:120px !important;*/
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #FFDEDE;
    color: #FF4B4B;
    border: 1px solid #FEBABA;
    margin-right: 15px;
}

.back-btn:hover {
    background-color: #7C879F;
    text-decoration: none;
}

.time-ku {
    width: 249px !important;
    height: 36px !important;
    padding: 0 10px !important;
    border: none !important;
    font-size: 18px !important;
}

.time-ku2 {
    width: 183px !important;
    height: 36px !important;
    padding: 0 10px !important;
    border: none !important;
    font-size: 18px !important;
}

.job-title {
    height: 36px !important;
    padding: 0 15px !important;
    border: none !important;
    background-color: #F5F5F5 !important;
}

.ji-zai {
    border: none !important;
}

.ji-zai tr:last-child {
    border-bottom: none;
}

.table-title {
    font-size: 14px;
    font-weight: normal;
}

.nei-title {
    text-align: right;
    padding-right: 8px;
    white-space: nowrap;
}

.ju-container {
    padding: 50px 333px 0;
}

.input-append a.btn {
    border: none;
    background-color: #E6E6E6 !important;
    padding: 8px 13px;
    background-image: none;
    vertical-align: middle !important;
}

.table-bordered {
    border: 1px solid #E6EDFF !important;
}

legend {
    border-bottom: none !important;
}

.third-btn {
    display: inline-block;
    width: 120px !important;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: rgba(223, 239, 255, 1);
    border: 1px solid rgba(16, 140, 255, 1) !important;
    box-sizing: border-box;
    color: #108CFF;
    margin-right: 15px;
}

/*中间树的样式*/

.accordion-heading2 {
    width: 180px;
    text-align: center;
    border-bottom: 1px solid #E8E9EC;
}

.accordion-heading2 .accordion-toggle {

}

.accordion-group .row-hide {
    display: block;
    height: 34px;
    margin-top: 43px;
}

.look-container {
    padding: 26px 30px 40px;
}

.look-message {
    padding: 10px 20px;
    background: rgba(235, 245, 255, 1);
    border: 1px solid rgba(129, 194, 255, 1);
    border-radius: 2px;
    font-size: 18px;
    color: #108CFF;
}

.fen-ge {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.first-one {
    margin-right: 20px;
}

.ti-shi {
    margin-right: 25px;
    vertical-align: top;
}

.ti-shi span {
    vertical-align: middle;
}

.ti-shi span:first-child {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
}

.green-circle {
    background-color: #15AB50;
}

.blue-circle {
    background-color: #108CFF;
}

.red-circle {
    background-color: #FF4B4B;
}

.yellow-circle {
    background-color: #ff9a0d;
}

.green-text {
    font-size: 18px;
    color: #15AB50;
}

.blue-text {
    font-size: 18px;
    color: #108CFF;
}

.red-text {
    font-size: 18px;
    color: #FF4B4B;
}

.yellow-text {
    font-size: 18px;
    color: #ff9a0d;
}

.cao-btn {
    display: inline-block;
    padding: 7px 19px;
    background: rgba(235, 245, 255, 1);
    border: 1px solid rgba(129, 194, 255, 1);
    border-radius: 2px;
    font-size: 18px;
    color: #108CFF;
    white-space: nowrap !important;
}

.form-search2 {
    margin-bottom: 3px;
}

.none-table tr:last-child {
    border-bottom: none;
}

.see-some2 {
    display: inline-block;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(235, 245, 255, 1);
    border: 1px solid rgba(129, 194, 255, 1);
    border-radius: 2px;
    font-size: 18px;
    color: #108CFF;
}

input[disabled] {
    background-color: rgba(235, 245, 255, 1) !important;
}

.accordion-group3 {
    width: 30%;
    border-right: 1px solid #E8E9EC;
}

.accordion-heading3 {
    padding: 27px 0;
    text-align: center;
}

.accordion-heading3 span {
    font-size: 24px;
    color: #333333;
}

.look-container2 {
    padding: 26px 30px 10px;
}

.icon-refresh2 {
    background-color: #DFEFFF;
    padding: 10px 6px 6px;
    cursor: pointer;
}

.icon-refresh2:before {
    content: "\f021";
    font-size: 21px;
    color: #108CFF;
}

.input-xxlarge4 {
    width: 717px;
    border: none !important;
    background: rgba(245, 245, 245, 1) !important;
    padding: 0 6px !important;
}

.form-search .input-append .btn {
    border-radius: 3px !important;
}

.accordion-cont {
    width: 80%;
    margin: auto;
    padding: 20px 15px;
    border: 2px solid rgba(129, 194, 255, 1);
}

.msg-box {
    border: none !important;
}

.no-some tr:hover {
    background-color: rgba(0, 0, 0, 0);
}

.file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.people-row span {
    margin-right: 15px;
}

.klytd {
    text-align: right;
}

.control-group {
    vertical-align: top;
}

.my-label {
    width: 160px;
    text-align: right;
    vertical-align: middle;
}

.control-group .my-controls {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

/*侧边导航栏样式*/

.accordion-heading .accordion-toggle {
    color: #333333;
}

.accordion-heading2 {
    float: inherit;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    white-space: nowrap;
    background-color: #ffffff;
}

.accordion-heading2:hover {
    background-color: #F1F8FF;
}


.accordion-heading2 .accordion-toggle {
    display: block;
    padding: 11px 15px;
    color: #333333;
    font-family: 黑体;
    font-size: 16px;
    _padding-top: 10px;
    _padding-bottom: 8px;
    text-align: left;
    text-decoration: none;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #108CFF;
}

.shu-line {
    display: inline-block;
    height: 12px;
    float: left;
    margin-top: 4px;
    border-left: 2px solid #108CFF;
}


.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}

.nav-list a:hover {
    color: #108CFF !important;
    text-decoration: underline;
    background-color: #F1F8FF !important;
}

.nav-list a:focus {
    color: #ffffff !important;
    text-decoration: underline;
    background-color: #108CFF !important;
}

.icon-chevron-down {
    float: right;
    margin-top: 4px;
    text-decoration: none;
}

.icon-chevron-right {
    float: right;
    margin-top: 4px;
    text-decoration: none;
}


.accordion-inner {
    padding: 0 !important;
}

.nav-list {
    padding: 0;
}

.nav-list li a {
    padding: 10px 0 10px 24px !important;
    margin: 0;
    color: #108CFF;
    text-decoration: none;
    font-size: 16px;
}

.accordion-group2 {
    border: none !important;
    margin-bottom: 0 !important;
}

.accordion-inner2 {
    border-top: none !important;
}

.navbar .nav > li .tui-chu {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0px 19px;
    font-size: 12px;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 19px;
    margin-top: 12px;
}

.form-horizontal .control-label {
    float: none !important;
    width: 160px;
    text-align: right;
    vertical-align: middle;
    padding: 0 !important;
}

.control-group .controls {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.wrapBox .content {
    padding: 20px 0 20px 30px;
}

.soundImage-btn{
    margin: 30px 10px;
    text-align: right;
    padding: 0;
}
