.swiper {
    width: 100%;
    /*height: 600px;*/
}
.swiper-img{
    width: 100%;
}
.my-bullet{
    display: inline-block;
    width: 50px;
    height: 4px;
    margin: 0 5px;
    background-color: #1A1A1A;
    opacity: 0.18;
}
.my-bullet-active{
    background-color: #FFFFFF;
    opacity: 1;
}

.type-title{
    margin-top: 30px;
    font-weight: 600;
    font-size: 36px;
    color: #070707;
}

/*俱乐部新闻*/
.newslist{
    margin-bottom: 30px;
    background-color: #fff;
}
.newslist>img{
    width: 399px;
    height: 208px;
}
.newslist>.text{

}
.newslist>.text>.title{
    font-weight: 500;
    font-size: 30px;
    color: #070707;
}
.newslist>.text>.desc{
    font-size: 24px;
    color: #070707;
}
.newslist>.text .time>img{
    width: 24px;
    height: 24px;
}
.newslist>.text .time>span{
    margin-left: 5px;
    font-size: 24px;
    color: #AFADAD;
}
.newslist>.text .more>a{
    font-size: 24px;
    color: #8CBC44;
}

/*详情*/
.breadcrumb{
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}
.breadcrumb > li{
    display: inline;
    margin-right: 5px;
}
.breadcrumb > li > a{
    font-size: 18px;
    color: #D1D1D1;
}
 .breadcrumb li:not(:last-child):after {
    content: ">>";
    margin-left: 5px;
}
.breadcrumb > li.active{
    color: #8CBC44;
}

hr{
    margin: 0;
}
.news-content{
    width: 700px;
    text-align: justify;
}
.news-content > .title{
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #070707;
}
.news-content > .time > img{
    width: 24px;
    height: 24px;
}
.news-content > .time > span{
    margin-left: 5px;
    font-size: 24px;
    color: #AFADAD;
}

.related-news{
    width: 450px;
    margin-left: 50px;
}
.share > img{
    width: 26px;
    height: 26px;
}
.share > span{
    margin-left: 10px;
    font-size: 24px;
    color: #8CBC44;
}

.related-list > img{
    width: 118px;
    height: 62px;
}
.related-list > .title{
    margin-left: 10px;
    font-size: 16px;
    color: #070707;
}