@media (max-width: 1280px) {
    .w1000 {
        max-width: 750px;
    }

    .w1300 {
        max-width: 1120px;
        margin: 0 auto;
    }
}

@media (max-width: 1034px) {
    .w270 {
        display: none;
    }
}

@media (min-width: 1025px) {
    .news-phone {
        display: none;
    }
}

@media (max-width: 650px) {
    .w1000 {
        margin-right: 20px;
        margin-left: 20px;
    }
}


.w1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.m1120 {
    min-width: 1120px;
}

.mt-280 {
    margin-top: 280px;
}
.mt-281 {
    margin-top: 10px;
}

.w270 {
    width: 270px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

h2 {
    font-size: 18px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

ul,
li {
    list-style: none;
}

li {
    margin-bottom: 8px;
    padding-bottom: 7px;
    height: auto;
    line-height: inherit;
}

li a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.cyj-hyzxw {
    padding-left: 10px;
    background: url(li-bg1.jpg) 0 no-repeat;
    font-size: 18px;
}

.news-phone {
    margin-bottom: .5rem;
    margin-top: 1rem;
    background-color: #fff;
}

.news-phone .title {
    line-height: .75rem;
    border-bottom: 1px solid #d4d4d4;
    padding: 0.75rem .5rem;
}

.news-phone .title h3 {
    font-weight: normal;
    font-size: .8rem;
    padding-left: .4rem;
    border-left: 3px solid #fe4302;
}

.news-phone li {
    border-bottom: 1px solid #f0f0f0;
    padding: .5rem 0 .5rem .6rem;
    line-height: 1rem;
    position: relative;
}

.news-phone li a {
    display: block;
    z-index: 1;
    width: 80%;
    color: #000;
    height: .9rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
}