@media screen and (max-width: 700px) {
    .text-content {
        font-size: 1.3rem;
        line-height: 2rem;
        padding-top: 20px;
        float: left;
    }

    .mainImage {
        width: 100%;
        height: unset;
    }

    .header-text {
        margin-top: 20px;
    }

    .topSea {
        position: absolute;
        right: 40px;
        top: 0px;
    }

    .searchText {
        width: 100px !important;
    }

    .logon-view {
        position: absolute;
        right: 5px;
        top: 0px;
    }

    .logon-text {
        display: none;
    }

    .sidebar {
        width: 100%;
        overflow: hidden;
        margin-left: 15px;
        float: unset;
    }

    .page-list {
        width: 100% !important;
        float: unset !important;
    }

    ul.article_list, .company_new p.title, .company_new {
        width: 100%;
    }

    .content-detail img {
        margin-top: 20px;
        width: 100% !important;
    }

    .text-content {
        width: 100% !important;
    }

    .tiothumb img {
        width: 150px;
        height: 150px;
    }

    .product-list-item {
        height: 300px;
        float: left;
        width: 200px;
        margin-right: 30px;
    }

    .product-list li {
        width: 100%;
    }

    li.product-item {
        width: 100%;
    }

    .header-text {
        left: 100px;
        font-size: 1rem;
    }

    .mainImage img {
        width: 100%;
    }

    .header_wrap, .header, .content-container, .footer {
        width: 100%;
    }

    .inxnews-list li {
        width: 100%;
    }

        .inxnews-list li .tiothumb img {
            width: 100%;
        }

    .k-window {
        width: 100% !important;
    }

}


.k-edit-form-container .k-edit-buttons {
    float: left;
}

.k-filebrowser .k-filemanager-listview {
    height: 300px !important;
    overflow: auto;
}

.k-filemanager-listview .k-listview-item {
    width: 100px !important;
    height: 100px !important;
    padding: 4px !important;
}

.k-filebrowser .k-file, .k-filebrowser .k-i-file {
    width: 64px !important;
    height: 64px !important;
}

.k-viewhtml-dialog .k-editor-textarea {
    width: 96% !important;
}

a {
    color: blue;
}

    a:hover {
        color: lightseagreen;
    }


.news-container {
    margin: 5px;
}