body{
    background-color: #f3f3f3;
}
.my_main_content{
    background-color: #fff;
    margin: 20px auto 30px;
    padding:0 30px 45px 30px;
    box-sizing: border-box;
}
.news_details_title_div{
    width:100%;height:120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: solid 1px #d2d2d2;
}
.news_details_title{
    font-size: 30px;
    color:#103595;
    margin-bottom: 12px;
}
.news_details_img{
    max-width: 100%;
    max-height: 470px;
}
.link_to_div{
    width:100%;height:50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:40px;
}
.link_to_div a{
    color:#666;
}
.go_back_list{
    text-decoration: underline;
    color:#103595 !important;
}