.carousel {
    margin-bottom: 0;
}

.carousel-indicators {
    z-index: 11 !important;
}

.carousel-caption {
    z-index: 10;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.carousel-item {
    height: 32rem;
}

.carousel-item .container {
    max-width: 100% !important;
}

.carousel-slide-image {
    height: 32rem;
    width: 100% !important;
}

.carousel-control-prev, .carousel-control-next {
    z-index: 11;
}

.myContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news {
    width: 1140px !important;
}

.news_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.news_title img {
    height: 20px;
    display: block;
}

.new_body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news_img {
    height: 330px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_img img {
    height: 330px;
    width: 476px;
    display: block;
}

.news_img div {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    z-index: 10;
    padding: 8px 0;
}

.news_content {
    width: 630px;
}

.news_content_tab {
    display: flex;
}

.news_content_tab div {
    margin-right: 12px;
    background: #eaebf5;
    color: #014a97;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 32px;
    cursor: pointer;
}

.news_content_tab div.active {
    background: #014a97;
    color: #ffffff;
}

.news_content_tab div:last-child {
    margin-right: 0;
}

.news_content_box a {
    text-decoration: none;
}

.news_content_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 12px;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    height: 60px;
    cursor: pointer;
}

.news_content_line::before {
    position: absolute;
    content: " ";
    width: 3px;
    height: 3px;
    background: #b4b3b3;
    left: 0;
}

.news_content_line_title {
    color: #323333;
    font-size: 16px;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 30px;
}

.news_content_line_time {
    color: #b4b3b3;
    font-size: 16px;
}

.profile {
    width: 1140px !important;
    display: flex;
    padding: 50px 0;
}

.profile_cover img {
    height: 264px;
}

.profile_body {
    padding: 0 30px;
    flex: 1;
}

.profile_body_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile_body_hd_name img {
    height: 42px;
}

.profile_body_hd_more img {
    height: 24px;
}

.profile_body_desc {
    font-size: 14px;
    color: #666666;
    padding: 10px 0;
    height: 222px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.profile_body_desc p {
    text-indent: 2em;
    line-height: 1.8;
}

.profile_right_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    height: 88px;
    border-bottom: 1px solid #f4f4f4;
    padding: 20px 0;
}

.profile_right_item:first-child {
    padding-top: 0;
}

.profile_right_item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.profile_right_title {
    font-size: 24px;
    font-weight: bold;
    color: #0a53be;
}

.profile_right_title span {
    font-size: 16px;
    margin-left: 8px;
}

.profile_right_desc {
    font-size: 14px;
    color: #333;
}

.profile_right_item img {
    width: 40px;
    height: 40px;
}

.biz {
    width: 1140px !important;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}

.biz_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.biz_title img {
    height: 20px;
    display: block;
}

.biz_body {
    width: 1140px !important;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.biz_item {
    width: 189px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.biz_item img {
    width: 189px;
    height: 189px;
}

.biz_item_name {
    font-size: 16px;
    color: #0a53be;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biz_item_name::after {
    width: 30px;
    height: 2px;
    background: #0a58ca;
    position: absolute;
    content: " ";
    bottom: -8px;
}

.biz_item_desc {
    font-size: 14px;
    color: #333333;
    padding: 15px 20px;
    text-align: left;
}

/*
.biz_item {
    width: 284px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.biz_item img {
    width: 284px;
    height: 284px;
}

.biz_item_name {
    font-size: 16px;
    color: #0a53be;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biz_item_name::after {
    width: 30px;
    height: 2px;
    background: #0a58ca;
    position: absolute;
    content: " ";
    bottom: -8px;
}

.biz_item_desc {
    font-size: 14px;
    color: #333333;
    padding: 30px;
    text-align: center;
}
*/







