@charset "utf-8";
div {
    overflow: hidden;
    display: block;
}

/*服务机构-首页*/
.jumbotron {
    background: url("/Public/themes/default/images/serv-team/service-team.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
}

.service-team-joinus, .service-team-joinus a {
    color: #ffffff;
}

.service-team-joinus p {
    font-size: 14px;
    line-height: 24px;
}

.serv-org-tit {
    border-bottom: 1px solid #EDEDED;
    line-height: 27px;
    height: 34px;
}

.serv-org-tit ul {
    float: left;
}

.serv-org-tit ul li {
    float: left;
    line-height: 31px;
    padding: 0 15px;
}

.serv-org-tit ul li.active {
    font-weight: 700;;
    border-bottom: 2px solid #ed8117;
}

.serv-org-tit ul li.active a {
    color: #ed8117;
}

.col-md-12-nobj {
    padding: 0;
}

.serv-org-tit .more {
    float: right;
    margin-right: 6px;
}

.serv-org-tit .more a {
    color: #999999;
    font-size: 12px;
}

.more-icon {
    width: 12px;
    height: 10px;
    color: #999999;
    font-size: 10px;
}

.active-circle-con {
    display: block;
}

.active-circle-con ul li {
    margin:10px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #e7e7eb;
    overflow: hidden;
}

.active-circle-cell {
    float: left;
    margin-bottom: 10px;
}

.active-circle-cell img {
    padding: 3px;
    border: #eee 1px solid;
}

.active-circle-mess .glyphicon {
    color: #CCCCCC;;
}

.active-circle-mess .glyphicon-color {
    color: #f72503;;
}

.active-circle-mess h4 {
    line-height:30px;
    height:30px;
}

.active-circle-mess h4 a {
    color: #ed8117;
    font-size: 16px;
}

.active-circle-mess h4 a:hover {
    color: #ed8117;
}
.active-circle-mess p{
    line-height:30px;
}
.gray-con-r {
    border: 1px solid #ededed;
    padding: 0;
}

.gray-con-r h5 {
    height: 34px;
    line-height: 34px;
    background: #f5f5f5;
    padding-left: 10px;
    margin: 0;
    font-weight: 700;
}

.gray-con-r ul {
    margin-top: 10px;
}

.gray-con-r ul li {
    padding: 0 10px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gray-con-r ul li a:hover {
    text-decoration: underline;
    color: #ed8117;
}

@media (max-width: 767px) {
    .active-circle-cell {
        text-align: center;;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .active-circle-con ul li {
        width: 50%;
        float: left;
    }

    .gray-con-r {
        width: 48%;
        float: left;
        maegin-left: 1%;
        margin-right: 1%;
    }

    .gray-con-r.mt30 {
        margin-top: 0;

    }
}

/*服务机构-搜索*/
.query-condition-wrap {
    line-height: 24px;
}

.query-condition-wrap .crumbs-first {
    float: left;
    line-height: 24px;
    margin-right: 5px;
}

.query-condition-wrap .search-results {
    margin: 0 2px 5px 0;
    padding: 0 20px 0 4px;
    display: inline-block;
    position: relative;
    float: left;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ed8117;
    font-size: 12px;
    vertical-align: top;
    cursor: pointer;
}

.search-results .f-glob-close {
    display: block;
    position: absolute;;
    height: 21px;
    width: 16px;
    line-height: 21px;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 10px;
    text-align: center;
    color: #e4393c;
    border-left: 1px solid #ed8117;
}

.crumbs-arrow {
    float: left;
    margin-right: 5px;
    font-family: SimSun;
    font-style: normal;
}

.query-condition-tit-wrap .sl-wrap {
    padding-top: 13px;
}

.query-condition-tit-wrap .sl-wrap .sl-key {
    float: left;
    width: 100px;
}

.sl-value-list ul:nth-child(1) {
    display: inline-block;
}

.query-condition-tit-wrap .sl-wrap .sl-value-list ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;
    line-height: 24px;
    padding: 0 10px;;
}

.query-condition-tit-wrap .sl-wrap .sl-value-list ul li.active {
    background: #ed8117;
}

.query-condition-tit-wrap .sl-wrap .sl-value-list ul li a:hover {
    color: #ed8117;
}

.query-condition-tit-wrap .sl-wrap .sl-value-list ul li.active a {
    color: #ffffff;
}

.query-condition-tit-wrap .sl-wrap .sl-value-list-line {
    border-bottom: 1px dotted #e6e6e6;

}

.query-condition-tit-wrap .sl-wrap .sl-value-list-c {
    margin-top: 10px;
}

.active-circle-intro {
    border-left: 1px solid #eeeeee;
    height: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.active-circle-intro p {
    line-height: 28px;
}

@media (max-width: 767px) {
    .query-condition-tit-wrap .sl-wrap .sl-key {
        width: 100%;
        height: 36px;
        line-height: 36px;
        float: inherit;
    }

    .active-circle-intro {
        border: 0;
    }
}
