body {
    background: #F1F1F1;
}
.title-info{
    white-space: nowrap;
}
.title-big-dark{
    color: #f3f3f3;
}
/* ----列表左右布局--- */
.consult-list-box {
    display: flex;
}
.nav-box-index{
    padding: 0 14px;
    line-height: 35px;
    color: #646565;
    background: #F9F8F8;

}
.common-nav-box .active{
    box-shadow: none;
}
.nav-box-index:hover{
    box-shadow: none;
}
.index-year{
    margin-top: -4px;
}
.index-img{
    margin-top: 54px;
}
.free-data-inside{
    background: #FFF6F5;
}
.choice-box{
    border: 1px solid #C7C7C7;
}
/* ----列表左右布局 左侧内容区域-- */
.consult-list-left {
    width: 802px;
    margin-bottom: 48px;
    border-radius: 16px;
}

.list-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}

.list-box .common-title {
    padding-bottom: 24px;
}

.list-box .common-nav-box {
    padding-bottom: 10px;
}

.list-box .news-father {
    height: 220px;
    width: 746px;
    padding-top: 1px;
}

.news-index {
    width: 686px;
    height: 140px;
    padding: 30px;
    background: #F9F8F8;
    border-radius: 16px;
    margin-top: 20px;
    display: flex;
    transition: .3s;
}

.news-index-right {
    width: 397px;
    margin-left: 30px;
}

.news-index-right p {
    max-height: 69px;
}

.news-index-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #212121;
    display: inline-block;
    width: 397px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -5px;
}

.right-index-img {
    margin-left: 30px;
    width: 169px;
    height: 140px;
    display: inline-block;
}

.right-index-img img {
    width: 169px;
    height: 140px;
    border-radius: 16px;
}

.news-index-right p {
    margin-top: 11px;
    font-size: 16px;
    line-height: 23px;
    color: #565872;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-box .news-father:hover .news-index {
    margin-top: 10px;
    transition: .3s;
    background: #EF4639;
    box-shadow: 0px 0px 20px 1px rgba(239,70,57,0.3);
}

.news-index:hover .index-month {
    color: #FFFFFF;
}

.news-index:hover .index-year {
    color: #FFFFFF;
}

.news-index:hover .news-index-right p {
    color: #FFFFFF;
}

.news-index:hover .news-index-title {
    color: #FFFFFF;
}

.news-index:hover .right-index-more {
    color: #FFFFFF;
}

.news-index:hover .index-img {
    background: url("../image/index/index-star-on.png") no-repeat center center/ 42px 42px;
}

.consult-list-left .page.page .pagination {
    display: inline-block;
    margin-top: 30px;
}

/* ----列表左右布局 右侧内容区域-- */
.consult-list-right {
    width: 370px;
    margin: 0 0 48px 24px;
}

/* ----列表左右布局 右侧内容搜索区域-- */
.right-search {
    margin-bottom: 30px;
    width: 380px;
    height: 55px;
    display: flex;
}

.right-search .layui-form {
    display: flex;
    border-radius: 10px;
}

.right-search input:hover {
    border: 1px solid #EF4639;
    box-shadow: 0px 3px 6px 1px rgba(239, 70, 57, 0.16);

}

.right-search input {
    width: 265px;
    padding: 14px 20px 13px 20px;
    font-size: 16px;
    color: #8E96A1;
    border: 1px solid #FFFFFF;
    border-radius: 10px 0 0 10px;
}

.search-btn {
    width: 64px;
    height: 55px;
    line-height: 56px;
    text-align: center;
    background: #EF4639;
    border-radius: 0 10px 10px 0;
}

.search-btn .iconfont {
    font-size: 18px;
    color: #FFFFFF;
}

.search-btn .layui-form-danger + .layui-form-select .layui-input, .layui-form-danger:focus {
    border-color: #0085F9 !important;
    box-shadow: 0 3px 6px rgba(0, 133, 249, 0.16) !important;
}

/* ----列表左右布局 右侧内容蓝色表单部分-- */
.right-blue-from {
    width: 370px;
    height: 460px;
    background: url(../image/common/right-blue-from2.png) no-repeat center /370px 460px;
    position: relative;
    border-radius: 16px;
}

.user-phone {
    width: 270px;
    padding: 45px 20px 20px;
    position: absolute;
    top: 155px;
    left: 30px;
    background: #ffffff url(../image/common/blue-from-bg.png) no-repeat 0 0 /310px
    30px;
    border-radius: 16px;
    overflow: hidden;
}

.right-blue-from .user-name {
    margin-left: 0 !important;
    margin-top: 15px;
    background: #F9F8F8;
    width: 270px;
    display: flex;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    border: 1px solid #c7c7c7;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
    border-radius: 10px;
}

.right-blue-from .user-name:hover {
    box-shadow: 0px 0px 10px 1px rgba(239,70,57,0.35);
    border: 1px solid #EF4639;
}

.right-blue-from .user-name input {
    height: 45px;
    border: none;
    background: #F9F8F8;
}
/* placeholder样式 */
.right-search input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #9C9DAA;
    line-height: 43px;
}
.blue-title-box {
    display: flex;
    justify-content: space-between;
    padding: 0 17px 0;
}
.right-blue-from input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #ABABAB;
    line-height: 43px;
}
.blue-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #EF4639;
}

.right-blue-btn {
    margin-top: 15px;
    /* margin-left: 15px; */
    width: 270px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    flex-shrink: 0;
    background: #ef4639;
    box-shadow: 0px 3px 0px 1px #C91E1E;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid rgba(255,255,255,0.6);
}

.right-blue-btn .iconfont {
    font-weight: 400;
    margin-right: 4px;
}

/* ----列表左右布局 右侧内容热门项目-- */
.right-hot-project {
    margin-top: 24px;
    width: 310px;
    padding: 24px 30px 30px;
    background: #FFFFFF;
    border-radius: 16px;
}

.hot-box {
    margin-top: 7px;
}

.hot-project-top {
    display: flex;
    justify-content: space-between;
}

.project-left {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #29345C;
}

.hot-project-top a {
    display: inline-block;
    font-size: 14px;
    color: #212121;
    line-height: 30px;
}

.hot-project-top a:hover {
    color: #ef4639;
}

.hot-project-top .iconfont {
    font-size: 13px;
    margin-left: 2px;
}

.hot-index-text {
    width: 100%;
    display: flex;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #9C9DAA;
}

.hot-index-text .iconfont {
    font-size: 13px;
    color: #ef4639;
}

.hot-hidden-text {
    max-width: 76%;
    font-size: 16px;
    color: #565872;
    margin-left: 10px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot-index-text:hover .hot-hidden-text {
    color: #ef4639;
}

/* ----列表左右布局 右侧内容关注热点部分-- */
.focus-hot {
    margin-top: 24px;
    width: 310px;
    padding: 24px 30px 30px;
    background: #FFFFFF;
    border-radius: 16px;
}

.focus-hot-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px;
}

.focus-hot-box-index {
    margin: 0 10px 7px 0;
    display: inline-block;
    padding: 6px 11px;
    color: #646565;
    font-size: 14px;
    text-align: center;
    background: #F9F8F8;
    border-radius: 5px;
    transition: 0.3s;
}

.focus-hot-box-index:hover {
    background: #ef4639;
    color: #ffffff;
    transition: 0.3s;
}

/* ----列表左右布局 右侧内容最新新闻-- */
.latest-News {
    margin-top: 21px;
    width: 310px;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
}

.hot-index-text .news-index-box {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #F9F8F8;
    font-size: 12px;
    margin-top: 13px;
    border-radius: 2px;
    color: #6e6e6e;
}

.hot-index-text .blue-box {
    background: #ef4639;
    color: #ffffff;
}


/* ----tag页面特殊修改样式-- */
.tab-super {
    width: 80%;
}


/* ----新闻内容页面相关样式-- */
.newsIndex-box {
    padding: 20px 20px 0 20px;
    background: #FFFFFF;
}

.newsIndex-top {
    padding-bottom: 28px;
    border-bottom: 1px dashed #9c9daa;
}

.newsIndex-top-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #212121;
}

.newsIndex-tag {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 0;
}


.newsIndex-tag .index-tag-index {
    margin-right: 6px;
    display: inline-block;
    padding: 3px 8px;
    line-height: 24px;
    color: #646565;
    font-size: 14px;
    text-align: center;
    background: #FAF9F9;
    border-radius: 5px;
    transition: 0.3s;
}

.newsIndex-tag .index-tag-index:hover {
    background: #ef4639;
    color: #ffffff;
    border-radius: 5px;
    transition: 0.3s;
}
.newsIndex-time {
    font-size: 14px;
    line-height: 28px;
    color: #6e6e6e;
}

.companyIndex-tag {
    display: flex;
    margin: 16px 0 0;
}

.companyIndex-tag .newsIndex-time {
    font-size: 14px;
    line-height: 28px;
    color: #565872;
    margin-right: 29px;
}

.newsIndex-content {
    padding: 26px 0 34px;
    border-bottom: 1px dashed #9C9DAA;
}

.newsIndex-content video {
    width: 100%;
    height: unset;
}

/* ----详情页 上一页 下一页内容块--- */
.consult-go-down {
    margin-bottom: 7px;
}

.consult-page-box {
    display: flex;
}

.consult-page-box:first-child {
    padding-top: 23px;
}

.consult-page-btn {
    flex-shrink: 0;
    font-size: 14px;
}

.consult-page-btn a {
    display: block;
    text-align: center;
    line-height: 34px;
    color: #6e6e6e;
}

.consult-page-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.consult-page-text a {
    color: #212121;
    line-height: 36px;
}

.consult-page-box:hover .consult-page-text a {
    color: #ef4639;
}


.newsIndex-news {
    margin-top: 24px;
    background: #FFFFFF;
    padding: 30px 30px 5px 30px;
    border-radius: 16px;
}

.newsIndex-news-box {
    display: flex;
    justify-content: space-between;
}

.newsIndex-news-left {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #212121;
}

.newsIndex-news-right {
    display: block;
    width: 106px;
    height: 38px;
    background: #F9F8F8;
    color: #212121;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    transition: 0.2s;
}

.newsIndex-news-right:hover {
    background: #ef4639;
    transition: 0.3s;
    color: #fff;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 10px 1px rgba(255, 77, 64, 0.4);
}

.newsIndex-small-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 26px;
}

.small-news {
    width: 350px;
    height: 90px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.small-news-right {
    display: block;
    width: 108px;
    height: 90px;
    border-radius: 5px;
}

.small-news-right img {
    width: 108px;
    height: 90px;
    border-radius: 5px;
}


.small-news-left {
    width: 232px;
}

.small-news-left-title {
    margin-top: 4px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.small-news-left-title:hover {
    color: #ef4639;
}

.small-news-time {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #6e6e6e;
}

@media screen and (max-width: 1300px) {
    .consult-list-left {
        width: 772px;
    }

    .right-search {
        width: 350px;
    }

    .right-search input {
        width: 235px;
    }

    .right-blue-from {
        width: 340px;
    }

    .user-phone {
        width: 240px;
    }

    .blue-text {
        font-size: 15px;
    }

    .right-blue-from .user-name {
        width: 240px;
    }

    .right-hot-project {
        width: 280px;
    }

    .latest-News {
        width: 280px;
    }

    .focus-hot {
        width: 280px;
    }

    .news-index {
        width: 656px;
    }

    .news-index-right {
        width: 367px;
    }

    .right-blue-btn {
        width: 240px;
    }

    .small-news {
        width: 338px;
        height: 90px;
        margin-bottom: 24px;
        display: flex;
        justify-content: space-between;
    }

    .list-box {
        padding: 30px 30px 30px 18px;
    }
}
