.news-inquiry-content{
    padding: 20px 90px 120px 90px;
}

.news-inquiry-content .news-title{
    height:40px;
    margin-bottom:40px;
    display:flex;
    margin-top:30px;
}

.news-inquiry-content .news-inquiry-main{
    width:100%;
    height:auto;
    display:flex;
    justify-content:space-between;
}

.news-inquiry-content .news-inquiry-main>.left{
    width:30.8%;
    height:auto;
}

.news-inquiry-content .news-inquiry-main>.left .title{
    width:100%;
    height:58px;
    line-height:58px;
    border-bottom:5px solid #303539;
    margin-bottom:32px;
}

.news-inquiry-content .news-inquiry-main>.left .inquiry-img{
    width:100%;
    height:auto;
    display:block;
    margin:0;
    padding:0;
}

.news-inquiry-content .news-inquiry-main>.left .title-small{
    padding-left:45px;
    width:auto;
    height:35px;
    line-height:35px;
    margin-top:50px;
    margin-bottom:25px;
}

.news-inquiry-content .news-inquiry-main>.left .title-small1{
    background:url('../img/news/inquiry_icon1.png') no-repeat center left;
}

.news-inquiry-content .news-inquiry-main>.left .txt{
    text-align: inherit;
}

.news-inquiry-content .news-inquiry-main>.right .link-content{
    width:100%;
    height:340px;
    background:#f1f0ee;
    display:flex;
    justify-content: center;
    margin-bottom:10px;
}

.news-inquiry-content .news-inquiry-main>.right .link-content .left{
    width:58.4%;
    height:340px;
    position:relative;
}

.news-inquiry-content .news-inquiry-main>.right .link-content .left .introduce{
    padding-top:15.6%;
    padding-left:15.6%;
}

.news-inquiry-content .news-inquiry-main>.right .link-content .left .more{
    width:168px;
    height:51px;
    background:url('../img/news/news_more.png');
    position:absolute;
    left:15.6%;
    bottom:15.6%;
}

.english-edition .news-inquiry-content .news-inquiry-main>.right .link-content .left .more{
    width:164px;
    height:47px;
    background:url('../img/news/en_news_more.png');
    position:absolute;
    left:15.6%;
    bottom:15.6%;
}

.news-inquiry-content .news-inquiry-main>.right .link-content .right{
    width:41.6%;
    height:340px;
}

.news-inquiry-content .news-inquiry-main>.left .title-small2{
    background:url('../img/news/inquiry_icon2.png') no-repeat center left;
}

.news-inquiry-content .news-inquiry-main>.right{
    width:62.5%;
    height:auto;
}

.news-inquiry-content .news-inquiry-main>.right .title{
    width:100%;
    height:58px;
    line-height:58px;
    border-bottom:5px solid #303539;
    margin-bottom:32px;
}

@media screen and (max-width: 768px) {
    .news-inquiry-content{
        padding:20px;
    }

    .news-inquiry-content .news-inquiry-main>.right .link-content{
        height:280px;
    }

    .news-inquiry-content .news-inquiry-main>.right .link-content .left{
        height:280px;
    }

    .news-inquiry-content .news-inquiry-main>.right .link-content .right{
        height:280px;
    }
}

@media screen and (max-width: 425px){
    .news-inquiry-content{
        padding:0 15px 40px 15px;
    }

    .news-inquiry-content .news-title{
        margin-bottom:6px !important;
    }

    .news-inquiry-content .news-title .left{
        font-size:22.5px !important;
    }

    .news-inquiry-content .news-inquiry-main>.right .title{
        margin-top:20px;
    }

    .news-inquiry-content .news-inquiry-main {
        width: 100%;
        height: auto;
        display: block;
        justify-content: space-between;
    }

    .news-inquiry-content .news-inquiry-main>.left {
        width: 100%;
        height: auto;
    }

    .news-inquiry-content .news-inquiry-main>.right {
        width: 100%;
        height: auto;
    }

    .news-inquiry-content .news-inquiry-main>.right .link-content .left .more {
        width: 168px;
        height: 51px;
        background: url('../img/news/news_more.png') no-repeat bottom left;
        position: absolute;
        left: 15.6%;
        bottom: 15.6%;
        background-size: 70%;
    }

    .news-inquiry-content .news-inquiry-main>.right .link-content {
        width: 100%;
        height: 190px;
        background: #f1f0ee;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .news-inquiry-content .news-inquiry-main>.right .link-content .left{
        height:190px;
    }

    .news-inquiry-content .news-inquiry-main>.right .link-content .right{
        height:190px;
    }
}






























