﻿@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
    .top .logo div:first-child{
        float:left;
    }
    .top .logo div:last-child {
        float: right;
        width:300px;
    }
    .news-content{
        display:flex;
    }
    .news-content .news-left{
        width:400px;
    }
    .news-content .news-center{
        width:380px;
        padding:0 20px;
    }
    .news-content .news-right{
        width:380px;
    }
     .news-content .news-center .news-center-top {
        display:flex;
        grid-template-columns:auto 60px;
        border-bottom:solid 1px #374ea3;
        padding:6px 0 10px;
    }
     .news-content .news-center .news-center-top .news-title{
         flex-grow:1;
     }
     .news-content .news-center .news-center-top .more{
         width:80px;
     }
     .news-content .news-right .news-right-top{
         display:flex;
     }
     .news-content .news-right .news-right-top .news-title{
         flex-grow:1;
         }
        .news-content .news-right .news-right-top .more {
            width: 80px;
        }
    .recruit{
        display:flex;
    }
    .recruit .recruit-special{
        width:760px;
    }
    .recruit .special-top{
        display:flex;
    }
    .recruit .skill-top {
        display: flex;
    }
    .recruit .tit{
        flex-grow:1;
    }
    .recruit .more{
        width:60px
    }
    .recruit .recruit-skill{
        width:400px;
        padding-left:40px;
    }
}
