body, button, input, select, textarea {
    font: 12px/1.5 "microsoft yahei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "microsoft jhenghei", 华文细黑, stheiti, mingliu;
    color: #666;
}
.small-nav-wrap {
    height: 44px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 5px;
}
.breadcrumb {
    font-size: 12px;
    width: 980px;
    margin: auto;
    /*overflow: hidden;*/
}
.breadcrumb li {
    float: left;
    margin-right: 8px;
    height: 44px;
    line-height: 44px;
    position: relative;
}
.breadcrumb li ul li{
    height: 20px;
    line-height: 20px;
}
.breadcrumb .breadcrumb-pre a {
    float: left;
    color: #999;
    position: relative;
}
.breadcrumb .breadcrumb-pre a:hover {
    color: #d64046;
}
.breadcrumb .breadcrumb-list-parent {
    float: left;
    position: relative;
}
.breadcrumb .breadcrumb-pre a .icon-arrow {
    width: 8px;
    height: 8px;
    background-position: -248px -251px;
    position: static;
    display: inline-block;
    margin-left: 5px;
}
.global-bg {
    background:  no-repeat;
}
.breadcrumb-arrow {
    float: left;
    width: 5px;
    height: 9px;
    margin: 17px 0 0 7px;
    background-position: -24px -672px;
}
.breadcrumb .breadcrumb-list {
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    min-width: 60px;
    max-height: 200px;
    padding: 5px 10px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #f5f5f5;
    z-index: 999;
}
.breadcrumb-list ul, .img-position {
    overflow: hidden;
}

.breadcrumb li .icon-more{
    position: static;
    float: left;
    width: 5px;
    height: 9px;
    margin: 6px 0 0 7px;
}
.breadcrumb .breadcrumb-list a {
    display: block;
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

.list-page-container {
    width: 980px;
    margin: 40px auto;
    overflow: hidden;
}
.left-side {
    width: 240px;
    margin-right: 40px;
    float: left;
    _overflow: hidden;
}
.left-side .selection-list-box {
    border: 1px solid #eeeeee;
    width: 238px;
    margin-bottom: 40px;
}
.left-side .selection-list-box .selection-level1 {
    background-color: #eeeeee;
    height: 41px;
    text-align: left;
    font-size: 16px;
    line-height: 41px;
    padding-left: 15px;
    color: #333;
}
.left-side .selection-list-box .selection-level2 {
    padding-left: 9px;
    height: 38px;
    line-height: 38px;
}
.left-side .selection-list-box .selection-level2 .selection-arrow {
    cursor: pointer;
    float: left;
    width: 14px;
    height: 19px;
    margin: 9px 10px 0 0;
    background: url(/uploads/image/saimages/list-icon.png) no-repeat;
    background-position: -126px -7px;
}
.selection-level2 a,
.selection-level3 a,
.right-list-tool-bar a {
    color: #333;
}
.selection-level2 a:hover{
    color: #d01a21;
}
.left-side .selection-list-box .selected {
    color: #d01a21;
    font-weight: bold;
}
.left-side .selection-list-box .selection-level3-box {
    width: 100%;
    display: none;
}
.left-side .selection-list-box .selection-level3 {
    cursor: pointer;
    padding-left: 43px;
    height: 25px;
    line-height: 25px;
}
.left-side .hot-article {
    border: 1px solid #eeeeee;
    padding: 20px 11px 0px 20px;
}
.left-side .hot-article .hot-article-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}
.hot-article-list-box li {
    border-top: 1px dotted #e8e8e8;
    padding: 20px 0;
}
.hot-article-list-box li .img-box {
    float: left;
}
.hot-article-list-box li .img-box img{
    width: 40px;
    height:40px;
}
.hot-article-list-box li .title-box {
    margin-left: 55px;
}
.hot-article-list-box li .title-box p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hot-article-list-box li .title-box .summary {
    color: #999;
}
.clear-div {
    width: 100%;
    clear: both;
}
.left-side .new-article {
    border: 1px solid #eeeeee;
    padding: 20px 20px 0px 20px;
    margin-top: 20px;
}
.left-side .new-article .new-article-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}
.new-article-list-box ul li {
    border-top: 1px dotted #e8e8e8;
    padding: 6px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-article-list-box ul li a {
    color: #333;
}
.left-side .relative-word {
    border: 1px solid #eeeeee;
    padding: 20px 37px 20px 20px;
    margin-top: 20px;
}
.left-side .relative-word .relative-word-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}
.left-side .relative-word .relative-word-list-box {
    line-height: 25px;
}
.left-side .relative-word .relative-word-list-box a {
    white-space: nowrap;
    margin-right: 12px;
    color: #999;
}
.new-article-list-box ul li a:hover,
.left-side .relative-word .relative-word-list-box a:hover,
.right-side .list-item-right .list-item-title a:hover{
    color: #d64046 !important;
}
.right-side {
    width: 700px;
    float: right;
    _overflow: hidden;
}
.right-side .right-list-tool-bar {
    width: 698px;
    border: 1px solid #eaeaea;
    height: 38px;
    line-height: 38px;
    background-color: #f8f8f8;
}
.right-side .right-list-tool-bar .filter-btn-box {
    display: block;
    float: left;
    padding: 0 20px;
    border-left: 1px solid #eaeaea;
}
.right-side .right-list-tool-bar .currentsort {
    color: #d64046;
    cursor: default;
}
.right-side .right-list-tool-bar .filter-btn-box span {
    margin-right: 10px;
    float: left;
}
.right-side .right-list-tool-bar .filter-btn-box .arrow {
    width: 7px;
    height: 9px;
    float: left;
    margin-top: 14px;
    background: url(/uploads/image/saimages/list-icon.png) no-repeat;
    background-position: -7px 0px;
}
.right-side .right-list-tool-bar .currentsort .arrow {
    background-position: 0px 0px;
}
.right-side .list-box ul li {
    padding: 30px 0;
    border-bottom: 1px dotted #e8e8e8;
}
.right-side .list-box ul li .img-box {
    float: left;
    margin-right: 20px;
    position: relative;
}
.right-side .list-box ul li .img-box a{
    width: 140px;
    height: 140px;
    display: inline-block;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.right-side .list-box ul li .img-box .recommond-icon {
    width: 68px;
    height: 24px;
    position: absolute;
    background: url(/uploads/image/saimages/list-icon.png);
    background-position: -38px 0px;
    left: -3px;
}
.right-side .list-box li img{
    width: 140px;
    height:140px;
}
.right-side .list-item-right {
    float: left;
    width: 540px;
    _overflow: hidden;
}
.right-side .list-item-right .list-item-title {
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.right-side .list-item-right .list-item-title a {
    color: #333333;
}
.right-side .list-item-right .list-item-summary {
    color: #666666;
    height: 86px;
}
.right-side .list-item-right .list-item-info-bar {
    height: 12px;
    line-height: 12px;
    color: #999999;
}

.right-side .list-item-right .info-bar-right {
    float: right;
}





























