﻿/*布局*/
* {
    border-radius: 0;
    list-style:none;
    font-family:'Microsoft YaHei UI','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
html,
body {
    width: 100%;
    height: 100%;
    /*transition: all 0.5s;*/
    background-color: #fff;
}
a:link {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 0px;
    padding: 0px
}

.hs-w100 {
    width: 100%;
}
.hs-h100{
    height:100%;
}
.hs-br0{
    border-radius:0;
}
/*字体*/
.hs-f12{
    font-size:1.2rem;
}
.hs-f14 {
    font-size: 1.4rem;
}
.hs-f16 {
    font-size: 1.6rem;
}

/*改变bootstrap*/
.btn-xs, .btn-group-xs > .btn {
    padding: 0.24rem 0.3rem;
    font-size: 0.584rem;
    line-height: 1.2;
    border-radius: 0.15rem;
}

.btn-xs + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.1875rem;
    padding-left: 0.1875rem;
}

.hs-card {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    position: relative;
    width: 100%;
    box-shadow: none;
    background: rgba(0,0,0,0);
}
    .hs-card .card-header {
        color: #444;
        padding: 20px 0 10px 0;
        position: relative;
        box-shadow: none;
        background-color: rgba(0,0,0,0);
        border-bottom: 0;
    }
        .hs-card .card-header h2 {
            font-size: 15px;
            color: #777;
            text-transform: uppercase;
            position: relative;
        }
            .hs-card .card-header h2 strong {
                color: #e47297;
                font-weight: bolder;
            }
    .hs-card .card-body {
        font-weight: 400;
        border-radius: .4rem;
        background: #fff;
        font-size: 14px;
        color: #222;
        padding: 20px
    }

.hs-breadcrumb {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: rgba(0,0,0,0);
    font-size: 1.4rem;
    padding: 0 !important;
}
/*改变select2*/
/*.select2-container .select2-selection--single {
    font-size: 1.4rem;
    line-height: 1.5;
    height: calc(1.5em + .75rem + 2px);
} */

/*dataTables*/
/*.hs-dataTables {
    font-size: 1.3rem;
}
    .hs-dataTables .form-control {
        font-size: 1.1rem;
    }*/
/*.table {
    font-size: 1.3rem;
}*/
.loading-text
{
    font-size:1.4rem;
}
/*zTree*/
/*.ztree * {
    font-size: 1.2rem;
}
.ztree li a {
    height: 2.2rem;
}*/
/*上传*/
.progress {
    margin: 0;
    top: 2.2rem;
    right: 0;
    min-width: 8rem;
    position: absolute;
}
/*身份验证*/
.hs-authentication {
    display: flex;
    align-items: center;
    height: 100vh;
}
    .hs-authentication .card {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border: 0;
        position: relative;
        width: 100%;
        box-shadow: none;
        background: rgba(0,0,0,0);
    }
        .hs-authentication .card .card-header {
            color: #444;
            padding: 2rem 0 1rem 0;
            position: relative;
            box-shadow: none;
            text-align: center;
        }
        .hs-authentication .card .card-body {
            font-weight: 400;
            border-radius: .35rem;
            background: #fff;
            font-size: 14px;
            color: #222;
            padding: 20px;
            background: transparent;
        }
            .hs-authentication .card .card-body .form-control {
                height: calc(1.7em + .75rem + 2px);
            }

    .hs-authentication .hs-auth_form {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        background: #f5f5f5;
        border: 5px solid #fff;
        box-shadow: 0 0 16px rgba(41,42,51,0.06), 0 6px 20px rgba(41,42,51,0.02);
    }
        .hs-authentication .hs-auth_form .hs-span {
            font-size: 1.7em;
            font-weight:700;
            line-height: 1.8em;
            margin-top: 10px;
            margin-bottom: 0;
        }
    .hs-authentication .hs-signin_with {
        text-align: center;
    }
.hs-copyright {
    font-size: .8171em;
}
/*主体页面*/
.hs-main {
    position: relative;
    margin-left: 12rem;
    width: calc(100% - 14rem);
}
.hs-left {
    width: 12rem;
    height: 100%;
    background: #ffffff;
    position: fixed;
}
.hs-right {
    position: fixed;
    margin-left: calc(100% - 4rem);
    width: 4rem;
    height: 100%;
    background: #ffffff;
    padding: 1rem 0;
}
.hs-left-header {
    height: 5rem;
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
    .hs-left-header .hs-icon{
        width:3rem;
        height:3rem;
        line-height:3rem;
    }
    .hs-left-header .hs-icon i {
        font-size: 2rem;
    }
    .hs-left-header .hs-logo {
    }
.hs-menu {
    height: calc(100% - 5rem);
}
.hs-menu .card {
    border-left:0;
    border-right:0;
    border-radius: 0;
    border-color:#f1f1f1;
}
    .hs-menu .card > .card-header {
        background: #ffffff;
    }
        .hs-menu .card > .card-header button {
            font-size: 1.4rem;
        }
        .hs-menu .card > .card-header button {
            font-size: 1.4rem;
        }
        .hs-menu .card > .card-header i {
            font-size: 1.4rem;
        }

    .hs-menu .card .btn-link {
        color: rgba(0,0,0,1);
        text-decoration: none;
    }

        .hs-menu .card .btn-link:hover {
            color: rgba(0,0,0,.5);
            text-decoration: none;
        }
.hs-menu .card:first-child{
    border-top:0;
}
    .hs-menu .list-group{
        border:0;

    }
        .hs-menu .list-group li {
            border: 0;
            padding-left: 3rem;
            font-size: 1.4rem;
            color: rgba(0,0,0,.75);
        }
            .hs-menu .list-group li a {
                font-size: 1.4rem;
                color: rgba(0,0,0,.75);
            }
            .hs-menu .list-group li a:hover {
                color: rgba(0,0,0,.5);
            }
.hs-mainbox {
    background: #f5f5f5;
    margin: 1rem;
    padding: 2rem;
    border: 0.5rem solid #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0 0.1rem rgba(41,42,51,0.06), 0 0.3rem 1.2rem rgba(41,42,51,0.02);
}
.hs-right-menu{
    width:100%;
    text-align:center;
    padding-right:1rem;
}
    .hs-right-menu li {
        width: 3rem;
        height: 3rem;
    }
        .hs-right-menu li .hs-dropdown-title {
            display: block;
            width: 3rem;
            height: 3rem;
            text-align: center;
            line-height: 3rem;
            border-radius: 0.5rem;
        }
            .hs-right-menu li a:hover {
                background: rgba(228,114,151,0.9);
                color:#ffffff;
            }
            .hs-right-menu li .hs-dropdown-title i {
                font-size:2rem;
            }

/*资讯详情页侧边栏二维码*/
.popover {
    margin-right: 10px;
    border: none;
    box-shadow: rgba(0,0,0,.2) 0 0 10px;
}

    .popover .arrow {
        display: none;
    }

.popover-header {
    font-size: 0.875rem;
    background-color: none;
    text-align: center;
}

/*.popover-body {
    width: 100px;
    height: 100px;
    background: url('../imgs/qr_wechat_share.png') no-repeat;
    background-position: center;
    background-size: cover;
}*/

/*资讯详情页顶部信息*/
.hs-info-detail-head .hs-info-detail-title {
    width: 100%;
    color: #333;
    line-height: 2.5rem;
}

.hs-info-detail-head .hs-info-detail-com span {
    font-size: 0.875rem;
    color: #999;
}

.hs-info-detail-head .hs-info-detail-info span {
    font-size: 0.875rem;
    color: #666;
}

.hs-info-detail-head .hs-info-detail-summary {
    background-color: #f8f8f8;
    padding: 1rem 1.5rem 1.3rem;
    line-height: 2rem;
    text-align: justify;
}

    .hs-info-detail-head .hs-info-detail-summary p {
        font-size: 0.875rem;
        color: #666;
        margin-bottom: 0.5rem;
    }

    .hs-info-detail-head .hs-info-detail-summary i {
        color: #ccc;
    }
/*资讯详情页正文*/
.hs-info-detail-content h4 {
    margin: 4rem 0 1.25rem;
    color: #DDA159;
    line-height: 1.75rem;
}

.hs-info-detail-content p {
    margin-bottom: 1.625rem;
    word-wrap: break-word;
    color: #444;
    line-height: 2.3rem;
    text-align: justify;
}

    .hs-info-detail-content p img {
        max-width: 100%;
        display: block;
        margin: 1.875rem auto;
    }

    .hs-info-detail-content p span {
        font-size: 0.875rem;
        color: #999;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
/*资讯详情页底部信息*/
.hs-info-detail-footer p {
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 0.875rem;
}

/*资讯详情页下一篇*/
.hs-info-detail-next-wrap .hs-info-detail-next-title span {
    font-size: 1.25rem;
}

.hs-info-detail-next-wrap .hs-info-detail-next {
    border-top: 2px solid #DDA159;
}

.hs-info-detail-next {
}

.hs-info-detail-next-box:hover {
    background-color: rgba(221,161,89,.03);
}

.hs-info-detail-next .hs-info-detail-next-img {
    width: 35%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
}

    .hs-info-detail-next .hs-info-detail-next-img img {
        width: 100%;
        height: auto;
        transition: all 0.6s ease-in-out 0s;
    }

    .hs-info-detail-next .hs-info-detail-next-img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.hs-info-detail-next .hs-info-detail-next-content-box {
    height: 64px;
    width: 63%;
    position: relative;
    float: left;
}

    .hs-info-detail-next .hs-info-detail-next-content-box .hs-info-detail-next-title a {
        width: 98%;
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hs-info-detail-next .hs-info-detail-next-content-box .hs-info-detail-next-title a {
        width: 100%;
        display: block;
    }

        .hs-info-detail-next .hs-info-detail-next-content-box .hs-info-detail-next-title a:hover {
            color: #DDA159;
        }

    .hs-info-detail-next .hs-info-detail-next-content-box .hs-info-detail-next-com {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.hs-info-detail-next .hs-info-detail-next-keyword {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-size: 0.875rem;
}


.hs-info-detail-next .hs-info-detail-next-introduce {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.hs-info-detail-next-introduce p {
    text-align: justify;
    font-size: 0.875rem;
    color: #666;
    line-height: 1.5rem;
    display: -webkit-box; /*多行文本溢出省略号*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0;
}

.hs-info-detail-share a {
    /*background-color:#DDA159;*/
    border: 1px solid #DDA159;
    font-size: 0.875rem;
    /*color:#fff;*/
    color: #DDA159;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

@media (max-width:576px) {
    .hs-info-detail-author span {
        display: block;
        margin-bottom: 1.2rem;
    }

    .hs-info-detail-info span {
        display: block;
        margin-bottom: 1rem;
    }

    .hs-info-detail-title {
        font-size: 1.5rem !important;
        line-height: 2.5rem !important;
    }

    .hs-info-detail-next .hs-info-detail-next-content-box .hs-info-detail-next-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/*关键字插件*/
.bootstrap-tagsinput{
    display:block;
}
.bootstrap-tagsinput .label-info {
    color:#333;
    background-color:#f2f2f2;
    padding:0.3rem;
}


/*调研详情*/
@media (max-width:576px) {
    .hs-research-title h3 {
        line-height: 2rem !important;
        font-size: 1.25rem !important;
    }

    .hs-research-iframe {
        height: 465px !important;
    }
}

.hs-research-title h3 {
    color: #333;
    line-height: 2.5rem;
}

.hs-research-com p {
    color: #666;
}

.hs-research-iframe {
    width: 100%;
    height: 635px;
    border: 0;
}

.hs-research-detail-contact-title span {
    font-size: 1.25rem;
    color: #333;
}

.hs-research-detail-contact-com {
    border-top: 2px solid #DDA159;
}

    .hs-research-detail-contact-com .media {
        margin-bottom: 1rem;
    }

        .hs-research-detail-contact-com .media i {
            font-size: 0.875rem;
            color: #666;
            margin-right: 0.5rem;
        }

        .hs-research-detail-contact-com .media .media-body h5 {
            font-size: 0.875rem;
            color: #666;
            line-height: 1.5rem;
        }

/*媒体首页*/
.hs-media-list-box .card {
    border: 1px solid #e9e9e9;
}

    .hs-media-list-box .card .card-body {
        padding: 1rem 1rem 0.5rem;
    }

    .hs-media-list-box .card .card-title {
        font-size: 1rem;
        margin-bottom: 0;
        color: #333;
        line-height: 1.5rem;
        display: -webkit-box; /*多行文本溢出省略号*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .hs-media-list-box .card .card-footer {
        background-color: #fff;
        border: none;
        padding: 0 1rem 1rem 1rem;
    }

        .hs-media-list-box .card .card-footer .hs-type {
            width: 48.5%;
            text-align: left;
            display: inline-block;
        }

        .hs-media-list-box .card .card-footer .hs-date {
            width: 48.5%;
            text-align: right;
            display: inline-block;
        }

    .hs-media-list-box .card:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.25);
    }

    .hs-media-list-box .card .card-title a:hover {
        color: #DDA159;
    }

.xuanfu {
    top: 70%;
    right: 8%;
    position: fixed;
    z-index: 100;

}
