

*{
    margin: 0;
    padding: 0;
    /*border: 0;*/
}


/* 标准盒模型 */
.box3 {
    font-size: 12px;
    color: #333;
    
    /*margin: auto;*/
    /*margin-top: 10px;*/
    overflow: hidden;
}

.w936 {
    border: 1px solid #DCDCDC;
    height: 284px;
    overflow: hidden;
}

.ttl {
    height: 18px;
}

.ctt {
    clear: both;
    padding: 10px;
}

.tb_ {
    background: url(../images/common/page/white_bg.png) repeat-x;
    height: 38px;
    line-height: 38px;
}

.tb_ ul {
    margin-left: 0px;
    margin-bottom: 0px;
}

.tb_ li {
    float: left;
    height: 38px;
    line-height: 38px;
    width: 116px;
    cursor: pointer;
    text-align: center;
}

    .tb_ li a,
    .tb_ li a:hover,
    .tb_ li a:visited {
        text-decoration : none;
    }

.normaltab {
    color: #333;
    font-family: "微软雅黑";
    font-size: 14px;
}

.hovertab {
    background: url(../images/common/page/whitehover_bg.png) no-repeat center bottom;
     background-size : 120px;
    color: #B50301;
    font-family: "微软雅黑";
    font-size: 14px;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.notice ul li {
    background: url(../images/icon1.png) no-repeat left center;
    line-height: 25px;
    border-bottom: 1px dashed #BABABA;
    padding-left: 0px;
}

.box_right {
    width: 235px;
    /*float: right;*/
}

ul li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #C00;
        text-decoration : underline;
    }
