.top_tabs{
    width: 100%;
    margin: 27px auto 25px;
    text-align: center;
    font-size: 0px;
}
.top_tabs a{
    display: inline-block;
    color: #fff;
    width: 180px;
	height: 60px;
	background-color: #f6f6f6;
    color: #333333;
    line-height: 60px;
    margin-left: 30px;
}
.top_tabs a:nth-child(1){
    margin-left: 0px;
}
.top_tabs a:hover{
    background-color: #4B4F52;
    color: #ffffff;
}
.top_tabs .top_tabs_active{
    background-color: #4B4F52;
    color: #ffffff;
}

.new_content{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.new_list{
    padding: 40px 35px 0px;
    background-color: #fff;
    width: 32%;
    box-sizing: border-box;
    margin-left: 2%;
    margin-bottom: 30px;
    cursor: pointer;
    /*height: 500px;*/
    box-shadow: 0px 15px 30px 0px 
		rgba(170, 177, 178, 0.2);
        display: inline-block;
        color: #333333;
}
.new_content .new_list:nth-child(1){
    margin-left: 0px;
}
.new_content .new_list:nth-child(4){
    margin-left: 0px;
}
.new_title{
    font-weight: bold;
    margin-top: 5px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
    height: 60px;
}
.new_time{
    color: #666666;
}
.new_text{
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;
    line-height: 22px;
}
.new_img{
    /*margin-top: 64px;*/
    margin-bottom: 20px;
}
.new_img img{
    max-width: 100%;
    height: auto;
}
.new_list:hover{
    /* transform: background-color: #4B4F52;; */
    background-color: #4B4F52;
    transition: all 1s;
}
.new_list:hover{
    color: #fff;
    transition: all 1s;
}
.new_list:hover .new_time{color: #fff;transition: all 1s;}
.new_list:hover .new_text{
    color: #fff;
    transition: all 1s;
}

.newContents{
    padding-bottom: 100px;
}

.detail{
    text-align: center;
    margin-top: 80px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed ;
    margin-bottom: 30px;
}
.detail h2{
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px;
}
.detail_data span{
    display: inline-block;
    margin-left: 5%;
    vertical-align: middle;
}
.detail_data span:nth-child(1){
    margin-left: 0px;
}
.detail_data span img{
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .top_tabs{
        margin: 20px auto;
    }
    .top_tabs a{
        width: 33%;
        margin-left: 0px;
    }
    .new_list{
        width: 100%;
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    }
    .new_img {
        margin-top: 0px;
    }
    .newContents{
        padding-bottom: 20px;
    }
    .pages_container{
        margin-bottom: 0px;
    }
    .detail{
        margin-top: 40px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .blackList_left{
        margin-top: 20px;
    }
    .detail h2{
        margin-bottom: 20px;
    }
    .blackList_left a{
        width: 100%;
        margin-bottom: 20px;
        height: auto;
        line-height: normal;
        padding: 15px;
    }
}