.breadcrumbsBox {
    display: none;
    
}

.box .article {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 35px;
}


.form-row {
    overflow: hidden;
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    margin-top: 15px;
}


form input[type="text"], form input[type="password"], form select, form textarea {
    margin-bottom: 5px;
}


.content_searchBar .searchHandleBox {
    background: transparent url('/static/epage/images/dot.png?600a5c134c71') repeat-x center top;
    text-align: center;
    display: none;
}




.box .standardWidget .wHeader {
    background:none;
    border:none;
    display: none;
}









.standardWidget {
    background: none;
    border: none;
    margin-bottom: 8px;
}


ul.list li a {
    padding-left: 15px;
    line-height: 210%;
    color: #000;
}


ul.list li a:hover {
    color: red;
}


ul.list, ul.dateList, ul.bothSideList, ul.imageList, ul.summaryList {
    padding: 8px;
    border: 0;
    list-style: none;
    line-height: 190%;
    margin-top: 20px;
}