.newsbanner{
    background: url('../images/Banner-new.jpg') center no-repeat;
    height: 400px;
}

.mainbox {
    margin: 30px 0;
}

.subtopbar {
    z-index: 999;

    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

@media(max-width:480px) {
    .subtopbar {
        position: absolute;
        height: auto;
        padding-bottom: 30px;
    }
}

@media(min-width:960px) {
    .subtopbar {
        position: fixed;
        height: 80px;
    }
}

.subtopbar .navs p,
.subtopbar .navs ul li a {
    color: #fff;
}


.topbanner {
    height: 300px;
    overflow: hidden;
    background: url('../images/img_focus_3.jpg') center center no-repeat;
}

/*list*/
/* .topbar {
    background: url('../images/bg_topbar.jpg') center no-repeat;
    height: 300px;
    width: 100%;
    float: left;
    background-color: #fff;
} */

.list {
    width: 100%;
    float: left;
    background: url(../images/bg_content.jpg);
    padding: 50px 0;
}



.submenu {
    background: #fff;
    float: left;
}

.subnotice {
    float: left;
    background: #fff;
    margin-top: 30px;
}

@media(min-width:960px) {
    .topbanner {
        background-size: 100%;
    }

    .leftbox {
        width: 260px;
        float: left;
    }

    .submenu {
        width: 240px;
        float: left;
        padding: 20px;
    }

    .subnotice {
        width: 240px;
        float: left;
        background: #fff;
        padding: 20px;
    }
}

@media(max-width:480px) {
    .topbanner {
        background-size: auto 100%;
    }

    .leftbox {
        width: 100%;
        float: left;
    }

    .submenu {
        width: 94%;
        padding: 3%;
    }

    .subnotice {
        width: 94%;
        padding: 3%;
    }
}

.submenu h1 {
    background: #900;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    font-weight: normal;
}

.submenu ul {
    margin-top: 10px;
}

.submenu ul li {
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    color: #666;
}

.submenu ul li a {
    color: #666;
}

.submenu ul li a:hover {
    color: #900;
}

.submenu ul a:last-child li {
    border: none;
}

.submenu ul li:hover a,
.submenu ul li.on a {
    background: #f2f3f5;
    color: #000;
    font-weight: bold;
}



.subnotice h1 {
    color: #fff;
    background: #900;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    font-weight: normal;
}

.subnotice ul {
    font-size: 14px;
    color: #666;
    margin-top: 60px;
    background: #e6e6e6;
    /* width: 240px; */
}

.subnotice ul li {
    margin: 5px 10px;
    color: #666;
}

.subnotice ul li a {
    color: #666;
}

.listbox {
    border: 1px solid #e6e6e6;
    background: #fff;
}

@media(min-width:960px) {
    .listbox {
        width: 800px;
        padding: 40px;
    }
}

@media(max-width:480px) {
    .listbox {
        width: 94%;
        padding: 3%;
    }
}

.listbox ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    font-size: 14px;
    line-height: 22px;
}

.listbox ul li:first-child {
    padding-top: 0;
}

.listbox ul li .imgbox {
    width: 150px;
    max-height: 150px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    background: #f2f3f5;
    padding: 10px;
}

.listbox ul li .imgbox:hover {
    box-shadow: 0px 0px 3px #999;
}

.listbox ul li .imgbox img {
    width: 100%;
}

.listbox ul li .textbox h2 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: normal;
    cursor: pointer;
}

.listbox ul li .textbox h2 a,
.listbox ul li .textbox h2:hover {
    color: #900;
}

.listbox ul li .textbox p {
    color: #999;
    font-size: 14px;

}

.listbox ul li .textbox p a {
    float: right;
    font-size: 16px;
    color: #900;
    margin: 10px;
    border-bottom: 1px solid #900;
}

.pages {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.pages span {
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
    cursor: pointer;
    color: #666;
}

.pages span.on {
    border: 1px solid #f30;
    background: #f30;
    color: #fff;
}

.pages span:hover {
    border: 1px solid #f30;
    background: #f30;
    color: #fff;
}




.piclistbox {
    width: 800px;
    padding: 40px;
    background: #fff;
}

.piclistbox ul li {
    width: 220px;
    height: 250px;
    float: left;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    font-family: '宋体';
    margin: 20px;
    color: #666;
}

.piclistbox ul li p {
    width: 220px;
    height: 220px;
    overflow: hidden;
    float: left;
    background: #e6e6e6;
    margin-bottom: 10px;
}

.piclistbox ul li h4 {
    font-weight: normal;
}

.piclistbox ul li:hover {
    color: #f00;
    font-weight: bold;
}

.piclistbox ul li img {
    height: 100%;
    margin-bottom: 10px;
}



.detail {
    border: 1px solid #e6e6e6;
    background: #fff;
}

@media(min-width:960px) {
    .detail {
        width: 800px;
        padding: 40px;
    }
}

@media(max-width:480px) {
    .detail {
        width: 94%;
        padding: 3%;
    }
}

.detail_t {
    text-align: center;
    font-size: 14px;
}

.detail_t p {
    margin: 20px 0;
    color: #999;
    font-family: '宋体';
}

.detail_content p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-family: '宋体';
    margin: 20px 0;
}

.detail_content p.img {
    text-align: center;
}

.detail_content p.img img {
    width: 100%;
}


/*全屏透明背景*/
.opacitybg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.6;
    z-index: 10;
}

.bigimgbox {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    text-align: center;
}

.bigimgbox img {
    box-shadow: 1px 3px 5px #000;
}
