
.case_sub{
    margin-top:-43px;
}
.case_sub .title{
    position:relative;
    padding-bottom: 50px;
}
#ways{
    position:absolute;
    top:0;
    left:0;

}
#ways li{
    border:none;
    color:#fff;
    background:#333333;
    opacity:.8;
    width: 8em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    font-size:1em;
}
#ways li:first-child{
    background:#6699CC;
    margin-left:0;
}
#ways li:nth-child(even){
    margin:0;
}
#news_side{
    padding-left: 2rem;
    background:#fff url("../images/left_03.png") no-repeat left 1rem;
}
.News .profession{
    padding-bottom:4em;
}
#pagination{
    width:50%;
    margin:20px auto;
    text-align:center;
}
#pagination a{
    margin:20px 5px;
}