﻿@charset "utf-8";

/* CSS Document */

.main_content {
    padding-top: 0;
}

.article_right {
    width: 100%;
}

.ks_ul li {
    width: 20%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ks_ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #0087cd;
}

@media only screen and (max-width:1366px){
    .ks_ul li{
        width: 25%;
        text-indent: 8px;
    }
}

@media only screen and (max-width:768px) {
    .ks_ul li {
        width: 33.3%;
        float: left;
    }
}

@media only screen and (max-width:700px) {
    .ks_ul li {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width:400px) {
    .ks_ul li {
        width: 100%;
        float: none;
    }
}