body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"Microsoft YaHei","微软雅黑";
    background: #F6F6F6;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
/*面包屑导航*/
.content-nav{
    width: 100%;
    min-width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-nav div{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3F3F3F;
}
.content-nav div a{color: #3F3F3F;}
.content-nav div a:hover{color: #FF7423;}
/*问题详情*/
.wenda-details{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    padding-left: 40px;
}
.wenda-details .wenda-details-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 890px;
    padding: 10px 0;
}
.wenda-details .wenda-details-left h4{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 20px 0;
}
.wenda-details .wenda-details-left .wenda-details-head{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.wenda-details .wenda-details-left .wenda-details-head .wenda-details-head-img{
    display: block;
    float: left;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 15px;
}
.wenda-details .wenda-details-left .wenda-details-head p{
    font-size: 14px;
    color: #403E3F;
}
.wenda-details .wenda-details-left .wenda-details-head p span{
    display: inline-block;
    font-size: 12px;
    border-radius: 25px;
    background: #EDF0F7;
    color: #A3A6AD;
    padding: 0 10px;
    line-height: 20px;
    margin-left: 5px;
}
.wenda-details .wenda-details-left .wenda-details-head div{
    font-size: 12px;
    color: #B2B3B8;
    margin-top: 5px;
}
.wenda-details .wenda-details-left .wenda-details-text{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 890px;
    height: 145px;
    overflow-y: auto;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #E9E9E9;
}

.wenda-details .wenda-details-left .wenda-details-text p{word-wrap: break-word;}
.wenda-details .wenda-details-left .wenda-details-text div{word-wrap: break-word;width:890px;}
.wenda-details .wenda-details-left .wenda-details-text pre{  white-space: pre-wrap;
    word-wrap: break-word;}
.wenda-details .wenda-details-left .wenda-details-time{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #afadad;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: space-between;
    align-items: center;
}
.wenda-details .wenda-details-left .wenda-details-time div span{
    display: inline-block;
    margin-right: 20px;
}

.wenda-details .wenda-details-right{
    width: 236px;
    height: 343px;
    background: url("../image/details-r1.jpg") no-repeat center;
    text-align: center;
    position: relative;
}
.wenda-details .wenda-details-right h4{
    text-align: center;
    margin-top: 40px;
    line-height: 32px;
    font-size: 24px;
    color: #ffffff;
}
.wenda-details .wenda-details-right p{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 7px;
}
.wenda-details .wenda-details-right p b{color: #FAF86B;
    font-size: 18px;}
.wenda-details .wenda-details-right a{
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: 30px;
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    background: #F87F3D;
    font-size: 16px;
    letter-spacing: 2px;
}
.wenda-details .wenda-details-right a:hover{background: #f0dc58;color: #0A0A0C;}
.wenda-details-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1200px;
    margin: 15px auto;
    font-size: 14px;
    color: #403F3F;
    font-weight: 600;
}

/*************问答列表*/
.wenda-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    padding: 0 38px 38px;
}
.wenda-list ul{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 30px;
}
.wenda-list ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wenda-list ul li a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #E9E9E9;
    padding: 30px 0;
    width: 100%;
    height: 100%;
}
.wenda-list ul li .wenda-list-time{
    width: 126px;
    height: 115px;
    background: #359AEA;
    color: #ffffff;
    border-radius: 5px;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 23px;
}
.wenda-list ul li .wenda-list-time b{
    display: inline-block;
    text-align: center;
    margin-top: 8px;
    font-size: 36px;
    line-height: 30px;
    /*font-weight: bold;*/
}
.wenda-list ul li .wenda-list-txt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 970px;
}
.wenda-list ul li .wenda-list-txt h5{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding-right: 180px;
    width: 100%;
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 500;
}
.wenda-list ul li .wenda-list-txt h5 span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #AEACAD;
}
.wenda-list ul li .wenda-list-txt p{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    word-wrap:break-word;
}
.wenda-list ul li:hover a .wenda-list-txt h5 {color: #ff7423;}

.wenda-list .wenda-details-more{
    margin: 0 auto;
    text-align: center;
}
.wenda-list .wenda-details-more a{
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    background: #F74858;
    border-radius: 10px;
}
.wenda-list .wenda-details-more a:hover{
    background:#ff7423;
}

/*四大班型*/
.wenda-details-class{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 25px auto;
}
.wenda-details-class a{
    display: block;
    width: 292px;
    height: 180px;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
    margin-right: 10px;
    font-size: 16px;
    line-height: 20px;
    float: left;
}
.wenda-details-class a:nth-child(1){
    background: #7DCECF url("../image/java-1.png") no-repeat right center;
}
.wenda-details-class a:nth-child(2){
    background: #F88888 url("../image/java-1.png") no-repeat right center;
}
.wenda-details-class a:nth-child(3){
    background: #B1B3EC url("../image/java-1.png") no-repeat right center;
}
.wenda-details-class a:nth-child(4){
    background: #F2AB84 url("../image/java-1.png") no-repeat right center;
    margin-right: 0;
}
.wenda-details-class a h4{
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 15px;
}

.wenda-details-class a:hover{
    transform: translateY(-5px);
    transition: 0.3s;
}


























































