.swiper-pagination-bullet-active {
    background: #320a90;
}

.content {
    position: relative;
    display: block;
    width: 1100px;
    margin: 15px auto;
}
.headline {
    padding: 10px 0 0;
}
.headline a {
    position: relative;
    display: block;
    width: 100%;
    height: 560px;
    background-size: cover;
}
.headline .headline-wrap .headline-title {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 15px 75px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.swiper-button-next, .swiper-button-prev {
    display:inline-block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background: none;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}
.swiper-button-next img, .swiper-button-prev img {
    width: 100%;
}

.content-item {
    display: block;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.content-left, .content-center, .content-right {
    display: block;
    height: 4545px;
    border-right: 1px solid #ddd;
    float: left;
}
.content-left {
    width: 310px;
    padding-right: 10px;
}
.content-center {
    width: 480px;
    padding: 0 10px;
}
.content-right {
    width: 310px;
    padding-left: 10px;
    border: none;
}

/* left */
.content-youtube .content-youtube-title {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
}
.content-youtube .content-youtube-title h1 {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}
.content-youtube .content-youtube-title a {
    display: inline-block;
    color: #555;
    float: right;
}
.content-youtube .content-youtube-item {
    position: relative;
    width: 100%;
    height: 170px;
    margin-top: 10px;
}
.content-youtube .content-youtube-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.content-biz-item {
    display: block;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}
.content-biz-item:first-child {
    border-top: 2px solid #320a90;
}
.content-biz-item .content-biz-item-thumbnail {
    display: block;
    width: 100%;
    height: 170px;
    background-size: cover;
}
.content-biz-item .content-biz-item-title {
    padding: 10px 0 0;
    font-weight: bold;
}

/* center */
.content-news .content-news-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #815eff;
}
.content-news .content-news-headline {
    display: block;
    margin-top: 10px;
}
.content-news .content-news-headline-title {
    padding: 5px 0;
    font-weight: bold;
    font-size: 20px;
}
.content-news .content-news-headline-thumbnail {
    height: 250px;
    background-size: cover;
}
.content-news-item {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.content-news-item .content-news-item-title {
    width: 290px;
    height: 90px;
    float: left;
    font-weight: bold;
    font-size: 18px;
}
.content-news-item .content-news-item-thumbnail {
    display: block;
    width: 160px;
    height: 90px;
    background-size: cover;
    float: right;
}

