.news_kind {
    margin-top: 10px;
    width: 100%;
}

.news_kind_title {
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #FFE7E7;
}

.news_kind_content > li {
    display: inline-block;
}

.news_kind_content_item {
    margin-top: 10px;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
    color: white;
}

.bgColor1 {
    background: #c26623;
}

.bgColor2 {
    background: #903932;
}

.bgColor3 {
    background: #903932;
}

.bgColor4 {
    background: #7d7b7c;
}

.bgColor5 {
    background: #7d7b7c;
}

.bgColor6 {
    background: #8a9046;
}

/**/
.news_list_content {
    width: 1200px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.news_list_content .left {
    float: left;
    width: 944px;
    height: 400px;
    position: relative;
    margin-top: 20px;
}

.content_right {
    float: right;
    position: relative;
    width: 246px;
    height: 329px;
    margin-top: 35px;
}

.news_list li {
    background: url(/Static/app/image/activity/dot017.png) left center no-repeat;
    overflow: hidden;
    padding-left: 3px;
    /*height: 35px;
    line-height: 35px;*/
}

.news_list li a {
    display: block;
    font-size: 15px;
    /*height: 30px;
    line-height: 30px;*/
    /*letter-spacing: 1px;*/
    cursor: pointer;
    /*text-indent: 12px;*/
    color: black;
    width: 670px;
    /*-ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;*/
}

.swiper-pagination-bullet {
    background: white;
}

.swiper-pagination-bullet {
    background: red;
}

.pages {
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
}

#top_news {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 1200px;
    /*height: 309px;*/
    /*margin-left: 120px;*/
    font-size: 0px;
    letter-spacing: -2px;
    margin-top: 25px;
}

#top_news li {
    width: 390px;
    box-sizing: border-box;
    height: 385px;
    border-top: 2px solid #999999;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    float: left;
    margin-right: 15px;

}

#top_news li a {
    color: black;
    text-decoration: none;
}

#top_news li a:hover {
    color: red;
}

#top_news li:nth-child(3) {
    margin-right: 0px;
}

#top_news li:nth-child(6) {
    margin-right: 0px;
}

/*#top_news  li a{
    width:100%;
    height: 284px;
    text-decoration: none;
    background-color: red;
}*/

#top_news li a div {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

#top_news li a div img {
    width: 100%;
    height: auto;
}

#top_news li a p.content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: 2px;
    text-indent: 24px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-align: left;
}

#top_news li a p.title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top_news li a p.title span.circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: red;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}

#top_news li a p.title span.content {
    width: 284px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    text-overflow: ellipsis;
}