/*整体*/
.aw-content-wrap{
    width:960px;
    margin:0 auto;
}
.aw-main-left{
    width:700px;
    float: left;
    border-top:2px solid #006cd4;
}
.aw-main-right{
    width:250px;
    float: right;
}

/*左上*/
.aw-main-left-top{
    width:660px;
    height:220px;
    padding:20px;
    border-left:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    overflow: hidden;
    margin-bottom:15px;
}
.aw-main-left-top .img{
    position: relative;
    width:250px;
    height:190px;
}
.aw-main-left-top .img img{
    width:250px;
    height:190px;
    position: absolute;
    top:0;
    left:0;
}
.aw-main-left-top .pull-left{
    position: relative;
}
.aw-main-left-top .pull-left span{
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    height:30px;
    width:250px;
    text-align: center;
    color:#FFF;
    line-height: 30px;
    filter:alpha(opacity=50);
}
.aw-main-left-top .pull-left span.bg{
    background: #000;
    opacity: 0.3;
}
.aw-main-left-top .pull-right{
    width:380px;
    height:190px;
    line-height: 28px;
    font-size: 14px;
    overflow: hidden;
}
.aw-main-left-top .pull-right .ask{
    padding-left:20px;
    background:url("/zhidao/static/img/ask.jpg") 0 6px no-repeat;
    color:#333;
}
.aw-main-left-top .pull-right .answer{
    text-indent: 20px;
    background: url("/zhidao/static/img/answer.jpg") 0 6px no-repeat;
    font-size: 12px;
}
.aw-main-left-top .pull-right .user{

}
.aw-main-left-top .pull-right .list li{
    line-height: 28px;
    overflow: hidden;
}
.aw-main-left-top .row{
    margin:0;
    overflow: hidden;
}
.aw-main-left-top .row .ask a,.aw-main-left-top .row .ask a:hover,.aw-main-left-top .row .ask a:visited{
    color:#333;
    font-weight: bold;
}
.aw-main-left-top .row .answer a,.aw-main-left-top .row .answer a:hover,.aw-main-left-top .row .answer a:visited{
    color:#666;
}
.aw-main-left-top .span33{
    float: left;
    margin:0;
    height:30px;
    width:233px;
}
.aw-main-left-top .restart{
    margin-left:-20px;
    width:702px;
    border-top:1px solid #e0e0e0;
    margin-top:19px;
}
.aw-main-left-top .restart div{
    border-right:1px solid #e0e0e0;
}
.aw-main-left-top .restart a{
    display: block;
    text-align: center;
    line-height: 30px;
    position: relative;
    zoom:1;
 }
.aw-main-left-top .restart a.hover,.aw-main-left-top .restart a:hover{
    background: #6eb5fd;
    color:#FFF;
}

/*左中*/
.aw-main-left-mid{
    width:100%;
}
.aw-main-left-mid .left-list{
    width:170px;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    z-index: 10;
    position: relative;
}
.aw-main-left-mid .left-list .title{
    background: url('/zhidao/static/img/tile_bg.jpg') 0 1px repeat-x;
    border-right:1px solid #e0e0e0;
    padding:10px;
    color:#333;
    display:block;
    font-size: 14px;
    _height:18px;
    _overflow:hidden;
}
.aw-main-left-mid .left-list li{
    position: relative;
    _height:55px;
}
.aw-main-left-mid .left-list .blue .aw-tab-list{
    background: #fdfdff;
}
.aw-main-left-mid .left-list .blue .aw-tab-content{
    background:url('/zhidao/static/img/zt-right-blue.jpg') no-repeat;
}
.aw-main-left-mid .left-list .active .aw-tab-content{
    border-right:none;
    _width:155px;
}
.aw-main-left-mid .left-list li .aw-tab-content{
    position: relative;
    border-right:1px solid #e0e0e0;
    height:34px;
    padding:10px 15px;
    border-top:1px solid #e0e0e0;
    background:url('/zhidao/static/img/zt-right.jpg') no-repeat;
    z-index: 999;
    _width:139px;
    _position: absolute;
    _left:0;
    _top:0;
    _height:37px;
    _overflow: hidden;
}
.aw-main-left-mid .left-list li .aw-tab-content a{
    font-size: 14px;
}
.aw-main-left-mid .left-list li .aw-tab-list{
    z-index:990;
    display: none;
    padding:25px 20px 25px 25px;
    border:1px solid #E0E0E0;
    width:240px;
    position: absolute;
    background: #FFF;
    top:0;
    left:169px;
}
.aw-main-left-mid .left-list li .aw-tab-list span{
    display: inline-block;
    text-align: center;
    margin-right:5px;
    zoom:1;
}
.aw-main-left-mid .left-list li .aw-tab-list span a{
    color:#666;
    display: block;
    padding:5px;
    float: none;
    border-radius: 4px;
}
.aw-main-left-mid .left-list li .aw-tab-list span a:hover{
    background:#e0f5ff;
    color:#666;
}
.aw-main-left-mid .left-list .active{
    border-right:none;
}
.aw-main-left-mid .left-list .active .aw-tab-list{
    display: block;
}
.aw-main-left-mid .left-list a{
    display: block;
}
.aw-main-left-mid .right-tab{
    width:520px;
    z-index:9;
    font-size: 12px;
    overflow: hidden;
}
.aw-main-left-mid .right-tab .tab-top{
    font-size: 14px;
    padding:0 10px;
    line-height: 39px;
    color:#333;
    border-bottom:1px solid #e0e0e0;
    vertical-align: top;
    height:39px;
}
.tab-top .pull-right{
    padding-top:10px;
}
.aw-main-left-mid .right-tab .tab-top span{
    color:#6b94ac;
    display: block;
    float: left;
    padding:0 11px;
    border-top:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    border-radius: 4px 4px 0 0;
    height:28px;
    background: #fcfdff;
    cursor: pointer;
    overflow: hidden;
    margin-left:10px;
    line-height: 28px;
    font-size: 12px;
}
.aw-main-left-mid .right-tab .tab-top .hover{
    color:#333;
    height:29px;
    background: #fff;
}
.aw-main-left-mid .right-tab li{
    position: relative;
    padding:10px 20px 10px 70px;
    line-height: 27px;
    border-bottom:1px dotted #E0E0E0;
}
.aw-main-left-mid .aw-question-replay-count.active{
    background-color: #9EAAB8;
    color:#fff;
}
.aw-main-left-mid .aw-question-replay-count{
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #D7D7D7;
    text-align: center;
    color: #999;
}
.aw-main-left-mid .aw-question-replay-count.active em{
    background-color: #F6F6F6;
}
.aw-main-left-mid .aw-question-replay-count em {
    display: block;
    height: 25px;
    background: #F6F6F6;
    font-size: 16px;
    color:#333;
    border-radius: 5px 5px 0 0;
}
.aw-main-left-mid .right-tab li.main-more{
    border-bottom:none;
    padding-left:20px;
}
.aw-main-left-mid .right-tab .tab-box .pull-right{
    white-space: nowrap;
}
.aw-main-left-mid .right-tab .tab-box .pull-right a{
    display: inline-block;
    width:24px;
    height:24px;
}

/*右上*/
.aw-main-right{
    width:250px;
    float: right;
}
.aw-main-right-top .aw-user{
    border-bottom:1px solid #E0E0E0;
}
.aw-main-right-top .aw-user .img{
    border: 1px solid #E0E0E0;
    height: 68px;
    width: 68px;
}
.aw-main-right-top .aw-user .img img{
    height: 68px;
    width: 68px;
}
.aw-main-right-top .stauts div{
    white-space: nowrap;
}

/*右中*/
.aw-hot{
    border-top: 2px solid #006cd4;
    margin-top:18px;
}
.aw-hot .title{
    height:36px;
    line-height: 36px;
    color:#333;
    text-indent: 10px;
    border-bottom:1px solid #E0E0E0;
}
.aw-hot li{
    padding:12px 0 0 0;
    height:65px;
}
.aw-hot li .pull-left{
    padding:4px;
    width: 32px;
    height: 32px;
}
.aw-hot li .pull-left img{
    width:32px;
    height:32px;
}
.aw-hot li .pull-right{
    color:#999;
    padding-top:4px;
    width:200px;
    line-height: 18px;
}
.aw-hot li .pull-right .info{
    _font-size:12px;
}
.aw-hot li .pull-right .type span{
    display: inline-block;
    background: #e0f5ff;
    border-radius: 4px;
    color:#428bca;
    padding:2px 10px;
}
.aw-hot .aw-hot-footer{
    text-align: center;
    line-height: 45px;
}
.aw-hot .aw-hot-footer a{
    padding:5px 15px;
    background: #6eb5fd;
    color:#FFF;
    border-radius: 4px;
}

.tab-box li .pull-right{
    margin-top:26px;
}
.tab-box .aw-user-name img, .tab-box .aw-topic-name img{
    width:24px;
    height:24px;
}

/*外网友情链接*/
.out-links .title {margin-top: 40px;}
.out-links .title p,.out-links .sort li{background-image: url('/zhidao/static/img/links.png'); background-repeat: no-repeat; }
.out-links .title p{height: 30px;line-height: 30px;margin-bottom: 0;font-size: 16px;background-position: 100px 5px;}
.out-links .title .opation{padding:0 52px 0 13px;color: #1670c6}
.out-links .title .line,.out-links .title .curr{display: block;height: 1px;overflow: hidden;}
.out-links .title .line{background-color: #ccc}
.out-links .title .curr{width: 85px;background-color: #1367bd}
.out-links .sort{overflow: hidden;margin:10px 0;}
.out-links .sort a{color: #666}
.out-links .sort li{ overflow: hidden; float: left; width: 108px;padding-left: 12px; height: 26px; line-height: 26px;background-position: 0 -20px;}