@charset "utf-8";
.news-content {
    width: 100%;
    padding-bottom: 6%;
    background: url("../images/bg.jpg") repeat-y center top;
    background-size: 100%;
    overflow: hidden;
}

.news-main {
    max-width: 1200px;
    margin: 0 auto 0;
    padding-top: 5.6%;
}

.news-right {
    float: left;
    width: 73.16%;
    border: 1px solid #d6d6d6;
    margin-left: 21px;
    margin-top: -3px;
    overflow: hidden;
}

.new-titles {
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0px;
    background: #0574bb;
    color: #FFF;
}

.new-titles em {
    margin-left: 26px;
    display: inline-block;
}

.news-txts {
    width: 100%;
    background: #FFF;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 5%;
    color: #6f6f6f;
}

.news-txts i {
    display: block;
    text-align: center;
    padding-top: 2%;
}

.news-txts p {
    max-width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.flip {
    width: 100%;
    background: #e6e6e6;
    color: #868686;
    font-size: 14px;
    line-height: 25px;
    *zoom: 1;
}

.flip:before,
.flip:after {
    content: "";
    display: table;
}

.flip:after {
    clear: both;
}

.flip a {
    color: #868686;
    border-bottom: 1px solid #868686;
    padding-bottom: 4px;
    margin-left: 8px;
}

.flip .prev {
    *display: inline;
    margin: 20px 33px 10px 33px;
}

.flip .next {
    *display: inline;
    margin: 0px 33px 20px 33px;
    font-weight: normal;
}

.news-cont {
    width: 100%;
    background: #FFF;
    overflow: hidden;
}

.news-cont ul {
    text-align: center;
    padding: 24px 0 24px 15px;
}

.news-cont li {
    display: inline-block;
    vertical-align: middle;
    width: 406px;
    margin-right: 15px;
    font-size: 13px;
    color: #888;
    border-bottom: 1px dotted #c4c4c4;
    line-height: 29px;
    margin-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
}

.news-cont a {
    display: block;
    width: 100%;
    line-height: 29px;
    color: #888;
}

.news-cont i {
    float: left;
    width: 255px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
}

.news-cont span {
    float: right;
}

.news-cont .on {
    color: #201f1a;
}

.mews-slide {
    width: 100%;
    background: #FFF;
    overflow: hidden;
}

.small-box {
    width: 843px;
    margin: 30px auto;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.btn {
    display: block;
    width: 19px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 11;
}

.left-btn {
    left: 0;
    background: url('../images/qy-btuleft.jpg');
}

.right-btn {
    right: 0;
    background: url('../images/qy-bturight.jpg');
}

.small-list {
    position: relative;
    width: 786px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
}

.small-list ul {
    *zoom: 1;
}

.small-list ul:before,
.small-list ul:after {
    content: "";
    display: table;
}

.small-list ul:after {
    clear: both;
}

.small-list li {
    position: relative;
    float: left;
    *display: inline;
    margin-right: 9px;
    width: 148px;
    height: 148px;
    border: 1px solid #e7e7e7;
}

.small-list li img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 4px auto 0;
    overflow: hidden;
}

.small-list li .bun-bg {
    display: none;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 140px;
    height: 140px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small-list li.on .bun-bg {
    display: block;
}

.small-list a {
    display: block;
}

@media (max-width:1200px) {
    .new-list li {
        float: none;
        width: 95%;
    }
    .small-box {
        width: 700px;
        height: 146px;
    }
    .small-list {
        width: 640px;
        height: 146px;
    }
    .small-list li {
        width: 118px;
        height: 118px;
        margin-right: 8px;
        overflow: hidden;
    }
    .small-list li img {
        width: 110px;
        height: 110px;
    }
    .small-list li .bun_bg {
        width: 110px;
        height: 110px;
    }
}

@media (max-width:990px) {
    .news-main {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }
    .news-right {
        float: none;
        width: 95%;
        margin: 2% auto 0;
    }
}

@media (max-width:770px) {
    .flip {
        padding: 10px 0;
    }
    .flip i {
        float: none;
        display: block;
        margin-left: 33px;
        line-height: 30px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .flip em {
        float: none;
        display: block;
        margin-left: 33px;
        margin-right: 0;
        line-height: 30px;
        overflow: hidden;
    }
    .small-box {
        width: 620px;
        height: 110px;
    }
    .small-list {
        width: 570px;
        height: 110px;
    }
    .small-list li {
        width: 108px;
        height: 108px;
        margin-right: 4px;
        overflow: hidden;
    }
    .small-list li img {
        width: 102px;
        height: 102px;
    }
    .small-list li .bun_bg {
        width: 102px;
        height: 102px;
    }
}

@media (max-width:680px) {
    .small-box {
        width: 580px;
        height: 100px;
    }
    .small-list {
        width: 525px;
        height: 100px;
    }
    .small-list li {
        width: 98px;
        height: 98px;
        margin-right: 6px;
        overflow: hidden;
    }
    .small-list li img {
        width: 92px;
        height: 98px;
    }
    .small-list li .bun_bg {
        width: 92px;
        height: 92px;
    }
}

@media (max-width:635px) {
    .small-box {
        width: 480px;
        height: 80px;
    }
    .small-list {
        width: 425px;
        height: 80px;
    }
    .small-list li {
        width: 78px;
        height: 78px;
        margin-right: 6px;
        overflow: hidden;
    }
    .small-list li img {
        width: 72px;
        height: 72px;
    }
    .small-list li .bun_bg {
        width: 72px;
        height: 72px;
    }
}

@media (max-width:530px) {
    .news-main {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }
    .news-right {
        float: none;
        width: 95%;
        margin: 2% auto 0;
    }
    .flip {
        padding: 10px 0;
    }
    .flip i {
        float: none;
        display: block;
        margin-left: 33px;
        line-height: 30px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .flip em {
        float: none;
        display: block;
        margin-left: 33px;
        margin-right: 0;
        line-height: 30px;
        overflow: hidden;
    }
    .news-cont .new-list {
        width: 95%;
        margin: 12px auto;
        overflow: hidden;
        padding: 0;
    }
    .news-cont .new-list li {
        width: 100%;
    }
    .news-cont .new-list i {
        width: 50%;
    }
    .news-cont .new-list span {
        width: 30%;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: right;
        overflow: hidden;
    }
    .small-box {
        width: 405px;
        height: 81px;
    }
    .small-list {
        width: 356px;
        height: 81px;
    }
    .small-list li {
        width: 65px;
        height: 81px;
        margin-right: 5px;
        overflow: hidden;
    }
    .small-list li img {
        width: 59px;
        height: 73px;
    }
    .small-list li .bun_bg {
        width: 59px;
        height: 73px;
    }
}

@media (max-width:460px) {
    .news-main {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }
    .news-right {
        float: none;
        width: 95%;
        margin: 2% auto 0;
    }
    .flip {
        padding: 10px 0;
    }
    .flip i {
        float: none;
        display: block;
        margin-left: 33px;
        line-height: 30px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .flip em {
        float: none;
        display: block;
        margin-left: 33px;
        margin-right: 0;
        line-height: 30px;
        overflow: hidden;
    }
    .news-cont .new-list {
        width: 95%;
        margin: 12px auto;
        overflow: hidden;
        padding: 0;
    }
    .news-cont .new-list li {
        width: 100%;
    }
    .news-cont .new-list i {
        width: 50%;
    }
    .news-cont .new-list span {
        width: 30%;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: right;
        overflow: hidden;
    }
    .small-box {
        width: 350px;
        height: 46px;
    }
    .small-list {
        width: 300px;
        height: 46px;
    }
    .small-list li {
        width: 54px;
        height: 44px;
        margin-right: 5px;
        overflow: hidden;
    }
    .small-list li img {
        width: 46px;
        height: 36px;
    }
    .small-list li .bun_bg {
        width: 46px;
        height: 36px;
    }
}

@media (max-width:400px) {
    .news-main {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }
    .news-right {
        float: none;
        width: 95%;
        margin: 2% auto 0;
    }
    .flip {
        padding: 10px 0;
    }
    .flip i {
        float: none;
        display: block;
        margin-left: 33px;
        line-height: 30px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .flip em {
        float: none;
        display: block;
        margin-left: 33px;
        margin-right: 0;
        line-height: 30px;
        overflow: hidden;
    }
    .news-cont .new-list {
        width: 95%;
        margin: 12px auto;
        overflow: hidden;
        padding: 0;
    }
    .news-cont .new-list li {
        width: 100%;
    }
    .news-cont .new-list i {
        width: 50%;
    }
    .news-cont .new-list span {
        width: 30%;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: right;
        overflow: hidden;
    }
    .small-box {
        width: 322px;
        height: 46px;
    }
    .small-list {
        width: 295px;
        height: 46px;
    }
    .small-list li {
        width: 54px;
        height: 44px;
        margin-right: 3px;
        overflow: hidden;
    }
    .small-list li img {
        width: 46px;
        height: 36px;
    }
    .small-list li .bun_bg {
        width: 46px;
        height: 36px;
    }
}

@media (max-width:375px) {
    .news-main {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }
    .news-right {
        float: none;
        width: 95%;
        margin: 2% auto 0;
    }
    .flip {
        padding: 10px 0;
    }
    .flip i {
        float: none;
        display: block;
        margin-left: 33px;
        line-height: 30px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .flip em {
        float: none;
        display: block;
        margin-left: 33px;
        margin-right: 0;
        line-height: 30px;
        overflow: hidden;
    }
    .news-cont .new-list {
        width: 95%;
        margin: 12px auto;
        overflow: hidden;
        padding: 0;
    }
    .news-cont .new-list li {
        width: 100%;
    }
    .news-cont .new-list i {
        width: 50%;
    }
    .news-cont .new-list span {
        width: 30%;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: right;
        overflow: hidden;
    }
    .small-box {
        width: 300px;
        height: 38px;
    }
    .small-list {
        width: 250px;
        height: 38px;
    }
    .small-list li {
        width: 46px;
        height: 36px;
        margin-right: 2px;
        overflow: hidden;
    }
    .small-list li img {
        width: 38px;
        height: 28px;
    }
    .small-list li .bun_bg {
        width: 38px;
        height: 28px;
    }
}