.banner {
    width: 100%;
    height: auto;
    display: inline-block;
}

    .banner img {
        width: 100%;
    }

.main {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 70px;
}

.main-top {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#e8e8e8;
}

.main-left {
    float: left;
    line-height: 65px;
    letter-spacing: 1px;
}

    .main-left img {
        float: left;
        margin-right: 6px;
        margin-top: 24px;
    }

    .main-left p {
        float: left;
    }

        .main-left p a {
            color: #434343;
        }

.main-nav {line-height: 54px;overflow: hidden;}

    .main-nav li {
    float: left;
    padding-left: 26px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    }

        .main-nav li a {
        font-size: 16px;
        width: 100%;
        display: block;
        }

        .main-nav li:hover {
            border-bottom: 2px solid#1e63ac;
        }
.m-left {
    width: 20%;
    float: left;
    border: 1px
 solid #e6e6e6;
}
.sortnavt h3 {
    border-bottom: 4px
 solid #e60012;
    height: auto;
    line-height: 30px;
    margin-top: 0px
;
    color: white;
    font-family: microsoft yahei;
    font-size: 20px;
    padding: 20px
 0px
 15px
 13px
;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    background-color: #e60012;
    font-weight: bold;
    width: auto;
}
.m-right {
    width: 75%;
    float: right;
}
.news {
    width: 100%;
    height: auto;
    display: inline-block;
}

    .news ul {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 2%;
    }

    .news li {
        float: left;
        width: 46%;
        margin: 0px 2% 28px 2%;
        padding-bottom: 13px;
        border-bottom: 1px solid #e5e5e5;
    }

.news-left {
    float: left;
    vertical-align: middle;
    padding-right: 10px;
    width: 100px;
}

    .news-left h2 {
        font-size: 30px;
        color: #666;
        margin: 10px 0 10px;
    }

    .news-left h4 {
        font-size: 23px;
        color: #222;
    }

.news-right {
    display: table-cell;
    vertical-align: middle;
    width: 76%;
    float: right;
}

    .news-right h4 {
        font-size: 17px;
        height: auto;
        font-weight: normal;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: clip;
        overflow: hidden;
        display: -webkit-box;
    }

    .news-right p {
        line-height: 24px;
        font-size: 14px;
        color: #888;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: clip;
        overflow: hidden;
    }



.news li .right h1 {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .news li .right h1 a {
        font-size: 20px;
    }

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 12%;
    }

    .main-nav {
        float: right;
        line-height: 50px;
    }

    .xqy h3 {
        font-size: 25px;
        line-height: 42px;
        color: #0054a7;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
.m-left {
    width: 100%;
    float: left;
    border: 1px solid #e6e6e6;
}
.main-nav li {
    float: left;
    padding-left: 30px;
    width: 41%;
    border-bottom: 1px solid #e6e6e6;
}
.m-right {
    width: 100%;
    float: right;
}
.news li {
    float: left;
    width: 100%;
    margin: 0px 2% 28px 2%;
    padding-bottom: 13px;
    border-bottom: 1px solid #e5e5e5;
}
.news-left {
    float: left;
    vertical-align: middle;
    padding-right: 10px;
    width: 18%;
}
.news-right {
    display: table-cell;
    vertical-align: middle;
    width: 72%;
    float: right;
}

}

