@charset "utf-8";
body{position: relative;}
#main{
    position: relative;
    margin-top: 90px;
    width: 100%;
    min-height: calc(100vh - 90px);
    height: auto;
    /*overflow-y: scroll;*/
}
.news_nav{
    margin-top: 42px;
    margin-bottom: 42px;    
}
.news_nav a {color:#fff;}
.news_nav a:hover {color:#95cbff;}
.news_left_con{
    width: 65%;
    padding-bottom: 20%;
}

.news_article_con{
    border-right: 1px #3f6181 solid;
    padding-right: 10%;
    padding-bottom: 10%;
}
.article_text{
    margin-top: 5%;
}
.article_text p {
    margin-bottom:25px;
}
.article_text img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.news_right_con{
    width: 35%;
}
.news_right_con ul{
    padding-left: 10%;
}
.news_right_con ul li{
    border-bottom: 1px #3f6181 solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.news_right_con a {color:#fff;}
.news-icon{
    margin-left: 0;
    margin-right: 0;
}
.news-date{margin-right: 0}


#footer { 
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 70;
    background: #092846;
    height: 80px;
    line-height: 80px;
    color: #4f708c;
    font-size: 18px;
    text-align: center;
    font-size: 1.5em;
}
