/*面包屑*/
.breadcrumb-ul {
    margin-bottom: 0.625rem;
}
.breadcrumb-ul p {
    padding: 0.625rem 0.625rem 0.625rem 0;
}
/*侧边栏菜单*/
.group-wrapper {
    width: 25%;
    padding-right: 1.875rem;
}
.group-wrapper .group-box h6 {
    background: #1d6fef;
    text-align: center;
    line-height: 3.75rem;
}
.group-wrapper .group-box .group-item li {
    background: #f5f5f5;
    text-align: center;
    margin-top: 0.125rem;
    line-height: 2.8125rem;
}
/* 文章列表 */
.content-wrapper {
    width: 75%;
    margin-bottom: 1rem;
}
.artcle-list .artcle-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}
.artcle-list .news-style {
    display: flex;
    align-items: baseline;
}
.artcle-list .news-style i {
    width: 1.875rem;
}
.artcle-list .artcle-item .text-note {
    margin: 0.3125rem 0;
}

/*文章详情*/
.artcle-content .artcle-title,
.artcle-content .times {
    text-align: center;
}
.artcle-content .times span {
    padding: 0 0.3125rem;
}
.artcle-content .content-box {
    margin: 1.25rem 0 6.25rem;
}
.artcle-content .content-box p {
    margin-bottom: 0.9375em;
}

/*关于我们*/
.artcle-about {
    background: #f5f5f5;
}
.artcle-about .content-box {
    padding: 2.5rem 2.5rem 6.25rem 2.5rem;
    margin: 0;
	min-height: 400px;
}

/*联系我们表单*/
.book-wrapper {
    border: 1px solid #eee;
    padding: 1.875rem;
    /*text-align: center;*/
}
.book-wrapper .form-title li {
    cursor: pointer;
}
.book-wrapper .form-title .line {
    padding: 0 0.5rem;
}
.form-check-input {
    position: initial;
    margin-top: 0;
    margin-left: 0;
}
ul.checkbox_feedback input {
    vertical-align: initial;
    margin: 0;
}
.book-wrapper .form-layout {
    padding: 2rem 0;
}
.book-wrapper .form-item {
    margin-bottom: 1.25rem;
    align-items: center;
}
.book-wrapper .form-item .form-item-title {
    text-align: right;
}
.book-wrapper .form-item table {
    width: 100%;
}
.book-wrapper .form-item table textarea {
    width: 100% !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}
.book-wrapper .form-item label {
    margin-bottom: 0 !important;
}
select.form-control {
    width: 33%;
    display: inline-block;
}
.book-wrapper .sumbit-btn {
    text-align: center;
}
.book-wrapper .sumbit-btn .sumbit-input {
    width: 6.25rem;
    height: 2.5rem;
    background: #1d6fef;
    border-radius: 0.25rem;
}
.contact-info {
    margin: 2rem auto 5rem;
    padding: 1.875rem;
    display: inline-block;
    background: #fafafa;
    text-align: left;
}
.contact-info p {
    padding-bottom: 0.75rem;
}

/*客户案例*/
.case-wrapper .case-item {
    background-image: url("imgs/houyinghao.png");
    background-repeat: no-repeat;
    border-bottom: 1px solid #eee;
    padding: 0.625rem 0 2rem 0;
    margin-bottom: 1rem;
    background-size: 6%;
    background-position: top right;
}
.case-wrapper .case-item:last-child {
    border: none;
}
.case-wrapper .case-item .case-title {
    padding-bottom: 0.625rem;
}

/*页数*/
.pagination-box ul {
    margin: 1.25rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagination-box ul .pagination-item {
    min-width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    line-height: 1.875rem;
    vertical-align: middle;
    text-align: center;
    list-style: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    display: block;
}
.pagination-box ul a:hover {
    border-color: #1d6fef;
}
.pagination-box ul .pagination-active {
    border-color: #1d6fef;
    color: #1d6fef;
}

@media (max-width: 1024px) {
    /*关于我们*/
    .artcle-about .content-box,
    .book-wrapper {
        padding: 1rem;
    }
    select.form-control {
        width: 32.5%;
    }
    /*文章列表和文章详情*/
    .artcle-list .news-style i {
        display: none;
    }
    .content-wrapper {
        width: 100%;
        margin-bottom: 3rem;
    }
    .artcle-list .news-style {
        display: block;
    }
    .artcle-content .artcle-title {
        margin-bottom: 1rem;
    }
    /*1039商学院 分类菜单*/
    .collapse-menu {
        background: #f5f5f5;
    }
    .collapse-menu .collapse-item {
        padding: 1rem 0;
        text-align: center;
    }
    .collapse-menu .collapse-active {
        background: #1d6fef;
        color: #fff;
        box-shadow: 1px -1px 4px 0 rgb(29 111 239 / 34%);
    }
    /*暂无内容*/
    .no-content {
        padding: 2rem 0 8rem;
    }
}
@media (max-width: 640px) {
    select.form-control {
        width: 100%;
        margin-bottom: 0.25rem;
    }
}





