﻿.content-pos {
    width: 1200px;
    margin: 0 auto;
}

    .content-pos > .breadcrumb-nav {
        padding: 20px 0;
        font-size: 14px;
    }

.content-mn {
    width: 1200px;
    min-height: 800px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
}

.main {
    width: 100%;
}

.news-content {
    display: flex;
}

    .news-content > .info {
        width: 46%;
        padding-top:40px;
    }

        .news-content > .info > h3 {
            font-size: 36px;
            color: #242424;
            font-weight: 700;
            line-height: 40px;
            margin-bottom: 8px;
        }

        .news-content > .info>.c-u-en {
            font-size: 30px;
            color: #666;
            line-height: 30px;
            font-family: "en_regular";
            text-transform: uppercase;
        }
.company-name{
    margin-top:46px;
    margin-bottom:30px;
    font-size:28px;
    line-height:36px;
}


.other-info > div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size:14px;
    color: #666;
    cursor: default;
}

.other-info > div > img{
    width:20px;
    height:20px;
    margin-right:10px;
}

.news-content > .pic {
    width: 680px;
    height: 560px;
    overflow: hidden;
}
    .news-content > .pic > img{
        width:100%;
        height:100%;
        object-fit:cover;
        transition:all .5s;
    }

        .news-content > .pic:hover > img {
           transform:scale(1.1);
        }

@media screen and (max-width:1200px) {
    .content-mn {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        min-height: 600px;
    }

    .content-pos {
        display: none
    }
    .news-content > .pic {
        width: 500px;
        height: auto;
        overflow: hidden;
        object-fit:cover;
    }
}

@media screen and (max-width:990px) {
    .news-content{
        display:block;
    }
        .news-content > .info{
            width:100%;
            padding-top:0;
        }
         .news-content > .info > h3{
             font-size:22px;
             line-height:30px;
         }
         .company-name{
             font-size:18px;
             margin:20px 0;
         }
        .news-content > .pic {
            margin-top:40px;
            width: 100%;
            height: auto;
        }
        .news-content > .info > .c-u-en{
            font-size:20px;
            line-height:20px;
        }
    .other-info > div {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
