ul,
p {
    margin: 0;
}

.bg-white {
    background-color: #fff;
}

.banner {
    width: 100%;
    height: 308px;
    /*background: url(/static/images/enterpriseCenter/banner.png) no-repeat;*/
    background-size: 100% 100%;
}

.banner img{
    width: 100%;
    height: 100%;
}

.bannerSmall {
    width: 100%;
    height: 85.6px;
    /*background: url(/static/images/enterpriseCenter/banner.png) no-repeat;*/
    background-size: 100% 100%;
}

.bannerSmall img{
    width: 100%;
    height: 100%;
}

.e-row {
    width: 100%;
    margin-top: 23px;
}

.title {
    position: relative;
    width: 100%;
    height: 62px;
    padding: 17px;
    border-bottom: 1px solid #EEEEEE;
}

.title-main h5 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    margin-left: 10px;
}

.title-main p {
    font-size: 14px;
    font-weight: bold;
    color: #1852A9;
    margin-left: 50px;
}

.title-more {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}

.notify {
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 120px 0 17px;
    background: #fff;
}

.history-link {
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    color: #6F6F6F;
    font-size: 16px;
    line-height: 20px;
}

/* 状态一: 未被访问过的链接 */
.history-link:link {
    text-decoration: none;
    color: #6F6F6F;
}

/* 状态二: 已经访问过的链接 */
.history-link:visited {
    text-decoration: none;
    color: #6F6F6F;
}

/* 状态三: 鼠标划过(停留)的链接(默认红色) */
.history-link:hover {
    text-decoration: none;
    color: #1852A9;
}

/* 状态四: 被点击的链接 */
.history-link:active {
    text-decoration: none;
    color: #6F6F6F;
}

.notify-title {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 70px;
}

.notify-title img {
    margin-bottom: 5px;
    margin-right: 5px;
}

.notify-line {
    width: 1px;
    height: 31px;
    background-color: #E4E4E4;
    margin: 0 22px;
}

.notify-content {
    flex: 1;
    max-width: 988px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-box {
    width: calc(100% - 145px);
    overflow: hidden;
}

.text {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    font-size: 16px;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 20px;
    white-space: nowrap;
    animation: 20s wordsLoop linear infinite normal;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(843px);
        -webkit-transform: translateX(843px);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}



@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(843px);
        -webkit-transform: translateX(843px);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

.notify-content span {
    font-size: 16px;
    font-weight: 400;
    color: #A7A7A7;
    line-height: 20px;
}

.e-news {
    width: 924px;
    margin-right: 19px;
    background-color: #fff;
}

.e-news-content {
    padding: 14px 15px;
    width: 100%;
    height: 303px;
    display: flex;
}


.e-news-swiper {
    width: 488px;
    height: 100%;
    margin-right: 26px;
}

.news-swiper-left {
    height: 100%;
    width: 366px;
    margin-right: 8px;
}

.news-swiper-left_slide a {
    display: block;
    height: 100%;
    height: 100%;
    position: relative;
}

.news-swiper-left_slide img {
    width: 100%;
    height: 100%;
}

.news-swiper-tag {
    display: block;
    width: 366px;
    height: 91px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    background: rgba(0, 0, 0, 0.4);
    padding: 23px 18px 0px;
}

.news-swiper-tag h5 {
    width: 262px;
    height: 19px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 19px;
}

.news-swiper-tag p {
    width: 321px;
    font-size: 14px;
    font-weight: 400;
    color: #C1C1C1;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news-swiper-right {
    flex: 1;
}

.news-swiper-right img {
    width: 100%;
    height: 100%;
}

.e-news-list {
    flex: 1;
    overflow: hidden;
}

.e-media {
    flex: 1;
    background-color: #fff;
}

.e-media-list {
    width: 100%;
    padding: 14px 17px;
}


.news-list {
    width: 100%;
    margin: 0;
}

.news-list li {
    height: 45px;
    position: relative;
    padding-left: 24px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #D6DAE2;
}

.news-list li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    left: 8px;
    background-color: #468EE6;
}

.news-list li a {
    display: block;
    width: 300px;
    font-size: 14px;
    font-weight: 400;
    color: #757474;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news-list li p {
    font-size: 12px;
    font-weight: 400;
    color: #BABABA;
    line-height: 14px;
}

.spread {
    width: 312px;
    height: 217px;
    margin-right: 34px;
}

.spread:not(:last-child) {
    margin-bottom: 18px;
}

.spread-wrap {
    width: 100%;
    height: calc(100% - 64px);
    overflow: hidden;
    padding: 8px 16px;
}

.e-culture {
    flex: 1;
}

.e-culture-wrap {
    padding: 14px 17px 14px 14px;
    display: flex;
}

.e-culture-img {
    display: block;
    width: 520px;
    height: 358px;
    padding-top: 4px;
    margin-right: 18px;
}

.e-culture-img img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.e-culture-news {
    flex: 1;
    overflow: hidden;
}

.supervise-left {
    width: 841px;
    height: 175px;
    margin-right: 18px;
    background: #fff;
}

.supervise-right {
    flex: 1;
    background: #fff;
}

.supervise-left .sl-content {
    width: 100%;
    height: calc(100% - 62px);
    padding: 16px 20px;
}

.supervise-left .sl-content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
}

.supervise-left .sl-content ul li img {
    margin-right: 10px;
}

/* 友情链接 后补样式需要迁移 */
.supervise-right .links {
    width: 100%;
    height: calc(100% - 62px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

.links .dropdown {
    margin: 4px;
}

.links .dropdown button {
    width: 186px;
    height: 43px;
    text-align: left;
    color: #717171;
    background: #F6F6F6;
    border: 1px solid #D8D8D8;
}

.link .dropdown .btn-default.active,
.btn-default:active {
    color: #717171;
    background: #F6F6F6;
    border: 1px solid #D8D8D8;
}

.links .dropdown .caret {
    width: 50px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #D8D8D8;
    border-radius: 0 5px 5px 0;
    background: #E3E3E3;
}

.links .dropdown .caret::after {
    content: '';
    position: absolute;
    left: 45%;
    top: 40%;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #53525F;
    border-left: 1px solid #53525F;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.links .dropdown-menu {
    min-width: 136px;
}


.special {
    width: 100%;
    height: 300px;
    position: relative;
    padding: 16px 74px;

}

.special-container {
    width: 100%;
    height: 100%;
    /* padding: 0 58px;
    overflow: hidden; */

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* -webkit-align-items: center; */
    /* align-items: center; */
}

.special-swiper-pagination .swiper-pagination-bullet {
    width: 37px;
    height: 5px;
    background: rgba(173, 173, 173, .8);
    border-radius: 0;
}

.special-swiper-pagination .swiper-pagination-bullet-active {
    background: #1952A9;
}

.special .special-swiper-button_next,
.special-swiper-button_prev {
    width: 36px;
    height: 80px;
    background: #F3F2F9;
    top: 30%;
}

.special .special-swiper-button_prev::after,
.special-swiper-button_next::after {
    font-size: 18px;
    color: #2F2F30;
}

.special-container .special-swiper-slide {
    padding-top: 16px;
    /* margin-right: 17px !important; */
}

.special-container .special-swiper-slide a {
    display: block;
    width: 100%;
}

.special-container .special-swiper-slide a img {
    width: 100%;
    height: 186px;
    margin-bottom: 28px;
}

.special-container .special-swiper-slide a p {
    font-size: 16px;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 16px;
}

.main-business {
    width: 100%;
    height: 304px;
    padding: 20px 22px;
}

.business-swiper-container {
    width: 100%;
    height: 100%;
}

.business-swiper-pagination .swiper-pagination-bullet {
    width: 37px;
    height: 5px;
    background: rgba(173, 173, 173, .8);
    border-radius: 0;
}

.business-swiper-pagination .swiper-pagination-bullet-active {
    background: #1952A9;
}

.business-swiper-slide a {
    display: block;
    width: 100%;
}

.business-swiper-slide a img {
    display: block;
    width: 100%;
    height: 181px;
    margin-bottom: 20px;
}

.business-swiper-slide a p {
    font-size: 16px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 16px;
}