body {
    background: #F1F5FA;
}

/* ----列表左右布局--- */
.consult-list-box {
    display: flex;
}


/* ----列表左右布局 左侧内容区域-- */
.consult-list-left {
    width: 802px;
    margin-bottom: 48px;
    border-radius: 5px;
}

.list-box {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.list-box .common-title {
    padding-bottom: 24px;
}

.list-box .common-nav-box {
    padding-bottom: 10px;
    position: relative;
}

.list-box .news-father {
    height: 220px;
    width: 746px;
    padding-top: 1px;
}

.news-index {
    width: 686px;
    height: 140px;
    padding: 30px;
    background: #F5F7FC;
    border-radius: 5px;
    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: #29345C;
    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: 5px;
}

.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;
    transform: translate(0, -10px);
    background: #0085F9;
    box-shadow: 0 0 20px rgba(0, 103, 237, 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("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/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: 5px;
}

.right-search input:hover {
    border: 1px solid #0085F9;
    box-shadow: 0 3px 6px rgba(0, 133, 249, 0.16);

}

.right-search input {
    width: 306px;
    padding: 14px 20px 13px 20px;
    font-size: 16px;
    color: #8E96A1;
    border: 1px solid #FFFFFF;
    border-radius: 5px 0 0 5px;
}

.search-btn {
    width: 64px;
    height: 55px;
    line-height: 56px;
    text-align: center;
    background: #0085F9;
    border-radius: 0 5px 5px 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(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/right-blue-from.png) no-repeat center /370px 460px;
    position: relative;
    border-radius: 5px;
}

.user-phone {
    width: 270px;
    padding: 45px 20px 20px;
    position: absolute;
    top: 155px;
    left: 30px;
    background: #FFFFFF url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/blue-from-bg.png) no-repeat 0 0 /310px 30px;
    border-radius: 5px;
    overflow: hidden;
}

.right-blue-from .user-name {
    margin-left: 0 !important;
    margin-top: 15px;
    background: #FFFFFF;
    width: 270px;
    display: flex;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    border: 1px solid #788FB9;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
    border-radius: 5px;
}

.right-blue-from .user-name:hover {
    border: 1px solid #0067ED;
}

.right-blue-from .user-name input {
    height: 45px;
    border: none;
}

.blue-title-box {
    display: flex;
    justify-content: space-between;
    padding: 0 17px 0;
}

.blue-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #0067ED;
}

.right-blue-btn {
    margin-top: 15px;
    /* margin-left: 15px; */
    width: 270px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 5px;
    flex-shrink: 0;
    background: #FB3D3D;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 0 #c91e1e;
}

.right-blue-btn .iconfont {
    font-weight: 400;
}

/* ----列表左右布局 右侧内容热门项目-- */
.right-hot-project {
    margin-top: 24px;
    width: 310px;
    padding: 24px 30px 30px;
    background: #FFFFFF;
    border-radius: 5px;
}

.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: #29345C;
    line-height: 30px;
}

.hot-project-top a:hover {
    color: #0067ED;
}

.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: #0067ED;
}

.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: #0067ED;
}

/* ----列表左右布局 右侧内容关注热点部分-- */
.focus-hot {
    margin-top: 24px;
    width: 310px;
    padding: 24px 30px 30px;
    background: #FFFFFF;
    border-radius: 5px;
}

.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: #565872;
    font-size: 14px;
    text-align: center;
    background: #F5F7FC;
    border-radius: 5px;
    transition: .3s;
}

.focus-hot-box-index:hover {
    background: #0085F9;
    color: #FFFFFF;
    transition: .3s;
}

/* ----列表左右布局 右侧内容最新新闻-- */
.latest-News {
    margin-top: 24px;
    width: 310px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 5px;
}

.hot-index-text .news-index-box {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #F5F7FC;
    font-size: 12px;
    margin-top: 13px;
    border-radius: 2px;
    color: #565872;
}

.hot-index-text .blue-box {
    background: #0067ED;
    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: #29345C;
}

.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: #565872;
    font-size: 14px;
    text-align: center;
    background: #F5F7FC;
    border-radius: 5px;
    transition: .3s;
}

.newsIndex-tag .index-tag-index:hover {
    background: #0085F9;
    color: #FFFFFF;
    border-radius: 5px;
    transition: .3s;
}

.companyIndex-tag {
    display: flex;
    margin: 16px 0 0;
}

.newsIndex-time {
    font-size: 14px;
    line-height: 28px;
    color: #565872;
}

.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: #29345C;
}

.consult-page-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.consult-page-text a {
    color: #29345C;
    line-height: 36px;
}

.consult-page-box:hover .consult-page-text a {
    color: #0067ED;
}


.newsIndex-news {
    margin-top: 24px;
    background: #FFFFFF;
    padding: 30px 30px 5px 30px;
    border-radius: 5px;
}

.newsIndex-news-box {
    display: flex;
    justify-content: space-between;
}

.newsIndex-news-left {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #29345C;
}

.newsIndex-news-right {
    display: block;
    width: 106px;
    height: 38px;
    background: #F5F7FC;
    color: #29345C;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    transition: .2s;
}

.newsIndex-news-right:hover {
    background: #0085F9;
    transition: .3s;
    color: #fff;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 133, 249, 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 {
    display: inline-block;
    width: 100%;
    max-height: 42px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #29345C;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.small-news-left-title:hover {
    color: #0067ED;
}

.small-news-time {
    margin-top: 28px;
    font-size: 14px;
    color: #565872;
}

/*循环渲染最新新闻列表css*/
.hot-hidden-text-news {
    max-width: 100%;
    font-size: 16px;
    color: #565872;
    margin-left: 10px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*@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;*/
/*    }*/
/*}*/
