.box{
            width: 300px;
            height: 300px;
            background-color:beige;
            border: 1px solid #000;
            padding: 20px;
            margin: 50px;
            box-sizing: border-box;
            margin: 0 auto;
        }

.btn {
    box-sizing: border-box;
    height: 30px;
    width: 66px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.active{
    color: white;
    background: #cc0000;
    border-radius: 5px;
}
.btn:hover {
    color: white;
    background: #cc0000;
    border-radius: 5px;
}
li:hover {
    background: #eee;
}
/* 列表边框 */
.show-area td{
        border: #CCCCCC 2px solid;
}
/* 分页栏选中效果 */
.pb_sys_style1 .p_no_d {
    border: 1px solid #e7001b !important;
    color: #fff;
    background-color: #e3000f !important;
}
.nav_changeimg_1 {
     WIDTH: 220px !important; 
    background: white !important;
}
.nav_changeimg_1 div.bigmvfc {
    WIDTH: 220px!important;
    height: 155px !important;
}
.nav_changeimg_1 IMG.bigimg {
    border: none;
    WIDTH: 220px !important;
    height: 146px !important;
}
.nav_changeimg_1 div.bigbimg {
    WIDTH: 220px !important;
}