.focus .focus {
    width: 590px;
    height: 210px;
}

.focus .focusbox {
    position: relative;
    width: 280px;
    height: 210px;
    overflow: hidden;
}

.focus .focusbox .pic {
    position: relative;
    z-index: 0;
}

.focus .focusbox .pic img {
    width: 280px;
    height: 210px;
    display: block;
}

.focus .focusbox .prev,
.focus .focusbox .next {
    display: block;
    width: 18px;
    height: 30px;
    position: absolute;
    top: 45%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.focus .focusbox .prev {
    left: 0;
    background: url(/uploads/image/nimages/news_l_btn.png) no-repeat;
}

.focus .focusbox .next {
    right: 0;
    background: url(/uploads/image/nimages/news_r_btn.png) no-repeat;
}

.focus .focusbox .prev:hover,
.focus .focusbox .next:hover {
    filter: alpha(opacity=80) !important;
    opacity: 0.8 !important;
}

.focus .focustext {
    position: relative;
    width: 310px;
    height: 210px
}

.focus .focustext .textblock {
    padding: 0 20px;
    width: 270px;
    color: #5d5d5d;
}

.focus .focustext .textblock li h2,
.focustext .textblock li h2 a {
    color: #408ed6;
    font-size: 18px;
}

.focus .focustext .textblock li h2 a:hover {
    text-decoration: underline;
}

.focus .focustext .hd {
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.focus .focustext .hd li {
    margin: 0 5px;
    background: url(/uploads/image/nimages/dot.png) no-repeat 0 -16px;
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    _background: url(/uploads/image/nimages/dot8.png) no-repeat 0 -16px;
}

.focus .focustext .hd .on {
    background-position: 0 0;
}


/*手机端样式*/

@media screen and (max-width: 768px) and (min-width: 320px) {
    .news_boxa {
        display: none;
    }
    .news_flash {
        display: none;
    }
    .headlines_ul1 {
        display: none;
    }
    .headlines {
        display: none;
    }
    .w1000{
        width: 100%;
    }
}