.taxschool-content {
    background: #e9eaec;
}

.grid {
    width: 1190px;
    margin: 0px auto;    
}

.taxschool-content .grid {
    padding: 36px 0 94px;
}
.taxschool-guide {
    width: 864px;
}
.fl {
    float: left;
    display: inline;
}
.taxschool-guide .guide-list {
    height: 50px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.03);
}

.grid:after {
    clear: both;
}
.grid:before, .grid:after {
    display: table;
    line-height: 0;
    content: "";
}


.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.taxschool-guide .guide-item {
    margin-right: 10px;
    position: relative;
    float: left;
}
.taxschool-guide .current {
    color: #fff;
    background: #309cfd;
}



.taxschool-guide .guide-btn:hover {
    color: #fff;
    background: #309cfd;
    text-decoration: none;
}

.taxschool-guide .guide-btn {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    padding: 0 30px;
    position: relative;
}
.taxschool-guide .current .guide-arrow {
    background: url(http://a.zbjimg.com/static/account/widget/taxschool/index/guide/img/arrow_23de839.png) no-repeat;
}
.taxschool-guide .guide-btn .guide-arrow {
    width: 10px;
    height: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50px;
}

.wrap-box {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.03);
}
.data-list-wrap .data-list-item {
    margin-top: 20px;
    padding: 25px;
    height: 160px;
}
.clearfix {
}
.data-list-wrap .article-img-link {
    width: 259px;
    height: 160px;
    display: block;
    margin-right: 20px;
}
.data-list-wrap .article-info {
    float: left;
    width: 534px;
}

.data-list-wrap .article-title {
    font-size: 22px;
    color: #434343;
    line-height: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: 700;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-list-wrap .article-content {
    line-height: 30px;
    font-size: 14px;
    color: #8a8a8a;
    height: 120px;
    overflow: hidden;
}
.data-list-wrap .load-more {
    border-radius: 4px;
    font-size: 14px;
    background: #c3d5e8;
    color: #7590ac;
    border: 0;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.data-list-wrap .article-img-link .article-img {
    width: 259px;
    height: 160px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}

button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
h2 {
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.taxschool .wrap-box {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.03);
}
.taxschool-sidebar {
    padding: 0 25px;
    width: 240px;
}
.fr {
    float: right;
}
.taxschool-sidebar .taxschool-sidebar-title {
    color: #757575;
    font-size: 14px;
    line-height: 57px;
    height: 57px;
}
.taxschool-sidebar .sidebar-list {
    width: 100%;
}
.taxschool-sidebar .sidebar-list-item {
    margin-bottom: 38px;
}
.taxschool-sidebar .case-avatar {
    margin-bottom: 8px;
    display: inline-block;
    width: 240px;
    height: 148px;
}
.taxschool-sidebar .case-avatar img {
    width: 240px;
    height: 148px;
}
.taxschool-sidebar .user-info {
    line-height: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.taxschool-sidebar .user-position {
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
    color: #434343;
}
.taxschool-sidebar .user-decription {
    line-height: 20px;
    font-size: 12px;
    color: #8a8a8a;
    margin-top: 5px;
}


