/*列表页*/
.detail-menu-right{
    clear: both;
    width: 100%;
}
.recruit-video-section .item{
    margin-bottom: 20px;
}
.recruit-video-section .item .img{
     background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 75%;
}
.recruit-video-section .item  p{
    margin:0;
    font-size: 18px;
}

/*详情页*/

.detail-section1 .item .info .info-title {
    overflow: hidden;
    height: 68px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.5; }

.news-detail-left {
    width: 100%; }
.news-detail-left img {
    max-width: 100%; }

.news-detail-right {
    width: 240px; }
.news-detail-right .title {
    font-size: 22px;
    color: #333333;
    padding-bottom: 20px;
    margin: 0;
    border-bottom: 1px solid #dfdfdf; }
.news-detail-right .news-tag {
    margin-bottom: 40px; }
.news-detail-right .news-tag .tag-item {
    font-size: 14px;
    color: #333333;
    background: #e7e7e7;
    margin-right: 20px;
    margin-top: 10px;
    padding: 6px 14px;
    display: inline-block; }
.news-detail-right .hot-news {
    margin-top: 20px; }
.news-detail-right .hot-news .item {
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
    position: relative; }
.news-detail-right .hot-news .item .img {
    width: 100%;
    height: 145px;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden; }
.news-detail-right .hot-news .item .img img {
    width: 100%;
    max-width: 100%; }
.news-detail-right .hot-news .item p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    line-height: 34px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.search-container {
    font-size: 0;
    margin-bottom: 30px;
    margin-top: 20px; }
.search-container .search-input {
    margin: 0;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #dfdfdf;
    font-size: 14px; }
.search-container .search-btn {
    display: block;
    font-size: 14px;
    background: #0081e4;
    color: #FFFFFF;
    text-align: center;
    height: 30px;
    margin-top: 10px;
    line-height: 30px; }
.search-container :after {
    content: "";
    clear: both; }

.detail-title p {
    margin: 0; }
.detail-title .news-title {
    width: 70%;
    display: inline-block; }
.detail-title .news-detail-time {
    font-size: 14px;
    color: #999999;
    height: 30px;
    line-height: 40px; }
.detail-title .news-detail-time i.b-icon {
    margin-right: 6px;
    vertical-align: text-top; }
.detail-title .news-detail-time i.b-b {
    margin-left: 6px;
    margin-right: 6px; }

.detail-section1{
    text-align: center;
}
.detail-video{
    margin: auto;
    max-width: 400px;
}

.m-search-container {
    padding: 7px 15px;
    font-size: 0;
    display: flex; }
.m-search-container .search-input {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    flex: 1;
    padding-left: 5px;
    border: 1px solid #dfdfdf; }
.m-search-container .search-btn {
    width: 52.5px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0081e4;
    color: #FFFFFF; }

@media only screen and (max-width: 768px) {
    #information-detail {
        background: #FFFFFF; }

    .float-left {
        width: 100%; }

    .detail-section1 .item .info .info-title {
        height: 20px;
        -webkit-line-clamp: 1;
        margin-bottom: 2px; }

    .detail-menu-right .detail-title {
        padding: 20px 15px 15px;
        margin-bottom: 15px; }
    .detail-menu-right .detail-title .news-title {
        display: block;
        font-size: 19px;
        width: 100%; }
    .detail-menu-right .detail-title .news-detail-time {
        float: none;
        font-size: 12px;
        height: auto;
        line-height: normal;
        text-align: center; }
    .detail-menu-right .abstract {
        border: 0;
        margin: 0;
        margin-bottom: 13px;
        background: #f3f3f3;
        font-size: 12px;
        padding: 10px; }
    .detail-video{
     width: 100%;
    }
}

/*# sourceMappingURL=information.css.map */
