﻿.content_l {
    width: 910px;
    float: left;
}

.list_tab {
    -webkit-box-shadow: 0px 0px 10px rgba(238,238,238,.8);
    box-shadow: 0px 0px 10px rgba(238,238,238,.8);
    margin-bottom: 20px;
}

.tabbar {
    display: flex;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
}

    .tabbar li {
        width: 112px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
    }

        .tabbar li.on {
            background-color: #fff;
            color: #0aa360;
        }

.tab_content {
    display: none;
    padding: 25px 0 15px 25px;
}

.tab_content.on {
    display: block;
}

/*#list1 {
    display: block;
}*/

.tab_content a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 18px;
    padding: 0 5px;
}

    .tab_content a.on {
        background-color: #0aa360;
        color: #fff;
        font-size: 14px;
    }
.ques_list{
    -webkit-box-shadow: 0px 0px 10px rgba(238,238,238,.8);
    box-shadow: 0px 0px 10px rgba(238,238,238,.8);
    padding:0 30px;
}
.ques_list li{
    display:flex;
    padding:30px 0;
    border-bottom:1px solid #eee;
}
.ques_list li:last-child{
    border-bottom:0;
}
.ques_list li .number{
    width:70px;
    height:70px;
    flex-shrink:0;
    text-align:center;
    margin-right: 25px;
    background-color: #2fb476;
    color: #fff;
    font-size: 14px;
}
.ques_list li .number span{
    font-size:27px;
}
.ques_list li .content{
    width:100%;
}
.ques_list li .content .c_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:20px;
}
.content .c_title a{
    font-size:16px;
}
.content .c_title p{
    font-size:14px;
    color:#666;
}
.ques_list li .content .des{
    font-size:14px;
    color:#666;
}
.wd_page{
    display:flex;
    justify-content:center;
    margin-top:30px;
}
.wd_page p,.wd_page a{
    height:35px;
    line-height:35px;
    padding:0 15px;
    margin-right:5px;
    border:1px solid #d8d8d8;
}
.wd_page .on{
    background-color:#17ab5d;
    color:#fff;
    border:1px solid #17ab5d;
}
#carea {
    width: 110px;
}