/*banner部分*/
.home-banner {
    background: url('../images/information/information_banner_bg.png');
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
}

.information-banner {
    background: url('../images/information/banner.png');
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
}

.information-page-header span {
    font-size: 20px;
    line-height: 40px;
    color: #707070;
    margin-left: 10px;
}

.information-card {
    padding: 30px;
    max-width: 930px;
    margin: 0 auto;
    transition: all .3s;
    border-bottom: 1px solid #e8e8e8;
}

.information-card-image {
    width: 270px;
    height: 180px;
    border-radius: 10px;
}

.information-card-intro {
    font-size: 14px;
    color: #a2a2a2;
    margin-left: 6px;
}

.information-news-title {
    line-height: 40px;
    font-size: 28px;
    color: rgba(51, 51, 51, 1);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.information-news-main {
    font-size: 16px;
    color: #707070;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    min-height: 80px;
    -webkit-box-orient: vertical;
}

.information-card:hover {
    background: #FFFFFF;
    box-shadow: 0px 8px 30px 0px rgba(162, 162, 162, 0.2);
    border-radius: 10px;
    transition: all .3s;
    cursor: pointer
}

.el-input-group__append {
    height: 32px;
    padding: 0 15px !important;
    cursor: pointer;
    font-size: 12px;
    background: #f6bb07;
    color: #FFFFFF;
    box-sizing: border-box;
}

.el-input-group__append:hover {
    opacity: 0.8;
}

.el-input input {
    height: 32px;
    padding: 4px 11px;
    font-size: 12px;
    box-sizing: border-box;
}

h2 {
    margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 21px;
}

.link {
    font-size: 14px;
    line-height: 1.2 !important;
    color: rgb(24, 144, 255);
}

body {
    line-height: normal !important;
}

.page-btn {
    background-color: #f6bb07;
    color: #fff;
    height: 24px;
    padding: 0 7px;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 10px;
    border: none;
    box-shadow: none;
}

.page-btn:hover {
    opacity: 0.8;
}

button:focus {
    outline: none !important;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #f6bb07
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #f6bb07;
    color: #FFF
}

.global-banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**newsDetail**/
.newsDetail-title {
    padding: 40px 0 40px 0;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: rgba(53, 55, 61, 1);
}

.newsDetail-createTime {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(232, 232, 232, 1);
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
}

.newsDetail-other-news {
    display: block;
    width: 50%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    /* font-family: MicrosoftYaHeiLight; */
    font-weight: 300;
    color: rgba(174, 175, 180, 1) !important;
    background: #fff;
    cursor: pointer;
}

.newsDetail-other-news:hover {
    background: #F5AD01;
    color: #fff !important;
    transition: all 0.4s;
}

.html-box {
    line-height: 2 !important;
}

.html-box img {
    width: 600px;
    height: auto;
    margin-bottom: 1em !important;
}

.newsDetail-other-news {
    display: block;
    width: 50%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    /* font-family: MicrosoftYaHeiLight; */
    font-weight: 300;
    color: rgba(174, 175, 180, 1) !important;
    background: #fff;
    cursor: pointer;
}

.newsDetail-other-news:hover {
    background: #F5AD01;
    color: #fff !important;
    transition: all 0.4s;
}

.search-box {
    width: calc(100% - 40px);
    margin-bottom: 20px;
    height: 32px;
}

.search-box .search-button {
    height: 100%;
    margin: 0 -15px;
    padding: 0 15px;
    border: 0;
    color: #ffffff;
    background-color: #F6BB07;
}

.dynamic-list {
    padding-left: 17px;
}

.dynamic-list-item {
    max-width: 300px;
    margin-bottom: 10px;
}

.article-empty {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}