@charset "utf-8";
.context-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    height: 1400px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0px;
    background-color: #f7f7f7;
    position: relative;
}

.context-container .show-container {
    width: 1090px;
    height: 325px;
    background-color: #fff;
    margin: 1em auto;
    padding: 1em;
}

.context-container .show-container .show-title {
    /*width: 275px;*/
    height: 26px;
    line-height: 26px;
    color: rgb(42, 110, 174);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border-left: 3px solid rgb(42, 110, 174);
    padding-left: 1em;
    margin: 0 0 1em 0;
}

.context-container .show-container table {
    width: 1090px;
}

.context-container .show-container table td {
    width: 210px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
    position: relative;
}

.context-container .show-container table td img {
    vertical-align: middle;
    margin-bottom: 1em;
    /*width: 30px;
    height: 30px;*/
}

.context-container .show-container table td p {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 12px;
    color: #000;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.context-container .show-container table p a{
    text-decoration: none;
    color: #000;
}

.context-container .show-container table p a:hover {
    color: rgb(232, 149, 43);
}*/

.context-container .list-container {
    width: 1090px;
    height: 807px;
    background-color: #fff;
    margin: 1em auto;
    padding: 1em;
}

.context-container .list-container .list-title {
    height: 26px;
    line-height: 26px;
    color: rgb(42, 110, 174);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border-left: 3px solid rgb(42, 110, 174);
    padding-left: 1em;
    margin: 0 0 1em 0;

}

.context-container .list-container .table-data h3 a {
    text-decoration: none;
    color: #000;
}

.context-container .list-container .table-data h3 a:hover {
    color: rgb(232, 149, 43);
}

.context-container .list-container table {
    width: 1090px;
}

.context-container .list-container table td {
    /*display: flex;*/
    /*flex-direction: row;*/
    text-align: left;
    width: 400px;
    height: 100px;
    position: relative;
    padding: 1em;
    margin: 2em 0;
}

.context-container .list-container table td img {
    width: 113px;
    height: 94px;

    /*margin-left: 1em;*/
}

.context-container .list-container table td .list-text {
    width: 70%;
    position: absolute;
    top: 0;
    left: 120px;
    padding: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.context-container .list-container table td .list-text h3 {
    font-size: 14px;
    color: #000;
    line-height: 2em;

}

.context-container .list-container table td .list-text p {
    font-size: 11px;
    color: rgb(121, 121, 121);
    line-height: 0.5em;
}

.context-container .list-container #table-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
}

.context-container .list-container #table-page .paginationjs .paginationjs-pages li {
    margin: auto 0;
    border: none;
}

.context-container .list-container #table-page .paginationjs .paginationjs-pages li a {
    width: 23px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(61, 61, 61);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    margin: 0 0.2em;
    display: inline-block;
}

.context-container .list-container #table-page .paginationjs .paginationjs-pages li.active a {
    color: #fff;
    background-color: #e8952b;
}

.context-container .list-container #table-page .paginationjs .paginationjs-pages li.paginationjs-prev a {
    width: 58px;
    height: 25px;
}

.context-container .list-container #table-page .paginationjs .paginationjs-pages li.paginationjs-next a {
    width: 58px;
    height: 25px;
}

.context-container .list-container #table-page .paginationjs .allPageRange {
    margin: auto 1em;
    float: left;
    line-height: 25px;
}

.paginationjs .paginationjs-go-input>input[type=text] {
    width: 53px;
    height: 24px;
    border-radius: 0;
    margin: 0 0.2em;
}

.paginationjs .paginationjs-go-button>input[type=button] {
    width: 58px;
    height: 25px;
    line-height: 25px;
    border: 1px solid rgb(204, 204, 204);
    margin-left: 5px;
}
#table-page .paginationjs {
    width: 100%;
    clear: both;
    display: flex;
    justify-content: center;
    justify-items: center;
}

#table-page .paginationjs .paginationjs-pages ul{
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 0;
}

/*企业详情*/
.content {
    display: block;
    width: 80%;
    margin: 0 auto;
    min-height: 500px;
    background-color: #fff;
}
.content .expert_detail {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 30px;
}
.content .location{

}
.content  .location a {
    color: rgb(42, 110, 174);
    text-decoration: none;
}

.content  .location a:hover {
    text-decoration: underline;
}
.content .location {
    height: 56px;
    line-height: 56px;
    padding-left: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px;
    font-size: 14px;
}
.expert_detail .media:first-child {
    margin-top: 0;
}

.expert_detail .media {
    padding: 18px 28px;
    border: 1px solid #ddd;
}
.expert_detail .media #qatent_list{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.expert_detail .media #qatent_list li{
    display: block;
    margin: 0 auto;
}
.expert_detail .media #qatent_list li label{
    display: inline-block;
    width: 28%;
    text-align: right;
    margin: 0 auto;
}
.expert_detail .media #qatent_list li span{
    display: inline-block;
    padding-left: 10px;
    margin: 0 auto;
}

.expert_detail .media-footer {
    padding: 33px 20px;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    border: 1px solid #ddd;
    margin-top: -1px;
}
.expert_detail .media-left {
    /*background: url(../img/common/company_default.jpg) no-repeat 50% 50%;*/
    background-size: contain;
    display: inline-block;
    float: left;
    height: 106px;
    width: 106px;
    padding-right: 0;
    margin: 5px 28px 5px 0;
    vertical-align: middle;
}
.expert_detail .media-left img{
    width: 106px;
    height: 74px;
    margin-top: 16px;
    text-align: center;
}
.media .media-body {
    height: 100%;
}

.media .media-left, .media .media-right,.media .media-body {
    display: table-cell;
    vertical-align: top;
}
.media .media-body .media-heading {
    font-size: 18px;
    color: #333333;
    margin: 9px 0 10px 0;
}
.media .media-body .media-content {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
}