.index_box {
    /* position: relative; */
    width: 100%;
}
button:focus{
    outline:0;
    cursor: pointer;
}
a{
    text-decoration:none !important;
}
.index_box {
    width: 100%;
    position: relative;
    background-size: cover;
}

.index_box #banner {
    position:relative;
    width: 100%;
	overflow:hidden;
}

.index_box #banner_list img {
    width: 100%;
    float: left;
    height: 600px;
}


.news{
    width: 1440px;
    overflow: hidden;
    margin: 100px auto 80px;
    display: flex;
    justify-content: center;
}

.news-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.news-content .title_box{
    display: flex;
    margin-bottom: 40px;
}
.news-content .title_box a{
    display: block;
    margin: 0 50px;
}
.news-content .title_box button{
    transform: skewX(-20deg);
    width: 140px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.news-content .title_box span{
    transform: skewX(20deg);
    position: absolute;
    font-size: 20px;
}
.news-content .title_box .news_active{
    border: none;
    background: linear-gradient(270deg, #1BA7EB 0%, #3F86FE 100%);
}
.news-content .title_box .news_active span{
    color: #FFFFFF;
}
.news-content .content_box .content_detail{
    width: 1200px;
    border-top: 1px solid #C1C1C1;
    padding: 30px;
    display: flex;
    justify-content: space-between;

}

.news-content .content_box .content_detail:hover{ 
    background:rgb(245, 245, 245);
    cursor: pointer;
}
.news-content .content_box .content_detail .content_detail_img{
    height: 160px;
    width: 346px;
    position: relative;
}
.news-content .content_box .content_detail .content_detail_img img{
    height: 100%;
    width: 100%;
}
.news-content .content_box .content_detail .content_detail_img div{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    background: rgba(0,0,0,0.6);
}
.news-content .content_box .content_detail .icon_y{
    margin: 55px 20px;
    width: 8px;
    height: 8px;
    background: #F0C20A;
    border-radius: 100px;
}
.news-content .content_box .content_detail .detail_r{
    width: 91%;
    display: flex;
    padding-left: 40px;
    flex-wrap: wrap;
    height: 60%;
    margin: auto;
    align-items: center;
}
.news-content .content_box .content_detail .detail_r .detail_r_top{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.news-content .content_box .content_detail .detail_r .detail_r_top span{
    font-size: 16px;
    color: #001129;
    font-weight: 900;
    width: 610px;
}
.news-content .content_box .content_detail .detail_r .detail_r_top p{
    font-size: 18px;
    color: #4E4E4E;
}
.news-content .content_box .content_detail .detail_r .detail_r_bottom{
    margin-top: 15px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.news-content .content_box .content_detail .detail_r .detail_r_bottom span{
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    color: #4E4E4E;
}
.news-content .content_box .content_detail .detail_r .detail_r_bottom img{
    height: 12.54px;
    width: 22.63px;
    margin-bottom: 10px;
}
.pageBar{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}