.chain-search{
    margin-bottom: 20px;
}
.chain-search .chain-header[data-v-1e680aaf] {
    height: 230px;
    background: url(../../../images/website/fhs/chain_bg111.png);
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    text-align: center;
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #fff;
    position: relative;
}

.chain-search .chain-header[data-v-1e680aaf] {
    padding: 45px;
    height: auto;
}
.chain-search .search-area[data-v-1e680aaf] {
    width: 880px;
    margin: auto;
}
.chain-search .search-area[data-v-1e680aaf] {
    text-align: center;
}
.chain-search .chain-header[data-v-1e680aaf] img {
    height: 55px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.panel-body {
    padding: 15px;
}
.npanel {
    background: #fff;
    border-radius: 0px;
    box-shadow: none;
    border: solid 1px #eee;
    margin-bottom: 15px;
}
.npanel:before, .npanel-heading:before, .npanel-body:before {
    display: table;
    content: " ";
}
.cx-media-list{
    width: 70%;
    float: left;
}
.cx-media-hot{
    margin-left: 2%;
    width: 28%;
    float: left;
}
.cx-card--over_list {
    position: relative;
}
.cx-media {
    display: flex;
    padding: 24px 0;
    border-top: 1px solid #e4e7ed;
}

.cx-media:first-child {
    border-top: 0;
    padding-top: 24px;
}
.cx-media__cover {
    width: 205px;
    margin-right: 24px;
}
.img {
    position: relative;
    display: block;
}
.bg-grey {
    background-color: #F5F7F9;
}
.img>figure {
    margin: 0;
    padding-bottom: 62.5%;
    position: relative;
    overflow: hidden;
    height: 0;
    background-color: #F5F7F9;
}
.img-3-2>figure {
    padding-bottom: 66.666666%;
}
.img-round-lg .img-actions, .img-round-lg>figure, .img-round-lg>figure:after {
    border-radius: 4px;
}
.img>figure>img {
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    font-size: 12px;
    color: transparent;
}
.cx-media__body {
    flex: 1;
    width: 0;
    display: flex;
    flex-direction: column;
}
.cx-media__body .cx-media__title{
    margin: 0px;
}
.t-20 {
    font-size: 20px;
}
.t-justify {
    text-align: justify;
}
.l-28 {
    line-height: 28px;
}
a, a:focus, a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.mt-12 {
    margin-top: 12px;
}
.mb-12 {
    margin-bottom: 12px;
}
.cx-author-info {
    display: flex;
    align-items: center;
}
.flex-center-y {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.mr-60 {
    margin-right: 60px;
}
.cx-tag {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: rgba(129,133,143,0.1);
    padding: 0 8px;
    border-radius: 26px;
    border: 1px solid #eee;
    color: #81858F;
    font-size: 13px;
}
.cx-tag--txt {
    background: none !important;
    padding: 0 12px;
}
.cx-card__tag {
    margin-right: 12px;
}
.l-16 {
    line-height: 16px;
}
.t-placeholder {
    color: #9ca3af;
}
.t-13 {
    font-size: 13px;
}
.mr-20 {
    margin-right: 20px;
}
.t-grey, .t-secondary {
    color: #666;
}
.t-justify {
    text-align: justify;
}
.t-line1, .t-line2, .t-line3, .t-line4, .t-line5 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.t-line2 {
    -webkit-line-clamp: 2!important;
}
.mt-4 {
    margin-top: 4px !important;
}
.mb-8 {
    margin-bottom: 8px;
}

.padding-b-20 {
    padding-bottom: 20px;
}

.padding-b-20 {
    padding-bottom: 20px;
}
.cx-title-bar {
    height: 52px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    padding-top: 28px;
}
.cx-title-bar__tit {
    font-size: 22px;
    font-weight: normal;
    color: #19110b;
    margin-left: 10px;
}
.cx-title-bar__bars {
    height: 22px;
    width: 30px;
    background: url(../../../images/website/comm/bars.svg) no-repeat left center;
    background-size: 100% auto;
    margin-left: 8px;
    margin-top: 10px;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.flex-column {
    display: flex;
    flex-direction: column;
}
a:hover {
    color: #2677FF;
}
.cx-report-latest__item {
    position: relative;
    padding: 5px 0;
    border-top: 1px solid #e4e7ed;
    display: flex;
    align-items: center;
    line-height: 24px;
}
.cx-report-latest__item .iconfont {
    font-size: 18px;
    color: #9ca3af;
    margin: 0 16px 0 8px;
}
.cx-report-latest.is-list .iconfont {
    margin-left: 4px;
    margin-right: 12px;
}
.flex-fluid {
    flex: 1;
    width: 0;
}
.t-14 {
    font-size: 14px;
}
.l-20 {
    line-height: 20px;
}
.cx-recommend {
    padding: 10px 0px;
    border: 1px solid #E0E6E9;
    height: 240px;
}
.cx-recommend__head {
    font-size: 18px;
    color: #2d2d2d !important;
    margin-top: 15px;
    margin-left: 15px;
}
.cx-recommend__head img {
    margin-right: 10px;
    margin-bottom: 3px;
}
.cx-recommend__cover {
    width: 28%;
    margin-top: 22px;
    margin-left: 15px;
    float: left;
}
.cx-report-cover {
    border-radius: 4px;
    overflow: hidden;
}
.cx-recommend__right {
    float: left;
    width: 70%;
    font-weight: 500;
    color: #000000;
    padding: 10px;


}
.cx-recommend__right h5 {
    font-size: 18px;
}
.cx-recommend__right p {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.cx-recommend__bottom {
    float: right;
    margin-top: -9px;
    margin-right: 30px;
}
a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.mb-32 {
    margin-bottom: 32px;
}
.padding-16 {
    padding: 16px;
}
.bg-grey {
    background-color: #F5F7F9;
}
.t-22 {
    font-size: 22px;
}
.t-dark_deep {
    color: #19110b;
}
.l-32 {
    line-height: 32px;
}
.mb-16 {
    margin-bottom: 16px;
}

.cx-report-latest__item.is-first {
    padding-top: 0;
    border-top: 0;
}

.t-line3 {
    -webkit-line-clamp: 3;
}
.l-24 {
    line-height: 24px;
}
.w-96 {
    width: 96px;
}
.w-75 {
    width: 75px;
}
.company_logo{
    width: 60px!important;
    height: 60px!important;
    overflow: auto!important;
}
.company_logo img{
    top: 0px!important;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb {
    background: none;
    padding: 0;
    line-height: 16px;
    margin-bottom: 24px;
    color: #666;
    font-size: 15px;
    border: 0px;
    padding-top: 20px;
}

.content_main{
    width: 100%;
    word-break: break-all;
}
.content_main img{
    width: 100%!important;
    text-align: center!important;
}