main{
    padding: 0 200px 140px;
}
main h2{
    cursor: default;
    line-height: 120px;
}
.news_detail_btn{
    justify-content: flex-start;
}
.news_detail_btn a{
    margin-right: 15px;
    color: #004393;
    font-size: 30px;
}
#news_detail_btn{
    cursor: pointer;
    color: #004393;
}
.news_detail_main{
    background-color: #fff;
    padding: 44px 90px;
}
.news_detail_main h2{
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    margin-bottom: 40px;
}
.news_detail_con{
    font-size: 18px;
    line-height: 38px;
    margin-top: 60px;
}
.news_detail_con img{
    max-width: 840px;
}
.news_detail_main a{
    color: #004393;
    text-decoration: underline;
}
.news_detail_main .goBack{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #004393;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
    text-decoration: none;
}
