
.news_main{
    width: 32%;
    margin-top: 40px;
}
.news_card{
    display: block;
    width: 100%;
}
.news_container{
    padding-top: 10px;
}
.news_main:last-child:nth-child(3n + 2){
    margin-right: calc((100% - 32%) / 2 * 1);
}
.industry_container{
    padding: 60px 0;
}
.article_head{
    border-bottom: 1px solid rgba(153,153,153,0.3);
    padding-bottom: 25px;
}
.article_title{
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    margin-bottom: 20px;
}
.article_icon{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.article_quota{
font-weight: 400;
font-size: 16px;
color: #666666;
}
.article{
    padding: 80px 0;
}
.article_content{
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 32px;
padding: 30px 0;
}
.article_navigation::after{
    width: 45%;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    border-top: 1px solid #EBEBEB;
    content: "";
}
.article_navigation::before{
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #EBEBEB;
    content: "";
}
.article_navigation{
    padding-top: 30px;
    position: relative;
    margin-top: 80px;
}
.navigation_back{
    width: 172px;
height: 60px;
border: 1px solid #EBEBEB;
font-weight: 400;
font-size: 16px;
color: #999999;
cursor: pointer;
}
.nav_icon{
    width: 20px;
    height: 20px;
}
.nav_icon{
    position: relative;
    top: 2px;
}
.next_icon{
    transform: rotate(180deg);
    margin-left: 10px;
}
.back_card{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%,-50%);
font-weight: 400;
font-size: 16px;
color: #00B1F2;
}
.back_icon{
    width: 65px;
    height: 65px;
    margin-bottom: 5px;
}
