body{
    background-color: #fafafa;
}
.answer{
    width:1200px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
    padding:60px 0;
}
.answer_left{
    width:240px;
    height:auto;
    overflow: hidden;
    float: left;
}
.answer_left_header{
    width:100%;
    height:100px;
    background-color: #ff5368;
}
.answer_left_title{
    font-size:24px;
    color:#fff;
    text-align: center;
    font-weight: bold;
    padding-top:30px;
}
.answer_left_subtitle{
    font-size:14px;
    color:rgba(255,255,255,0.5);
    text-align: center;
}
.answer_left_nav{
    width:238px;
    height:auto;
    overflow: hidden;
    border:1px solid #eee;
    background-color: #fff;
}
.answer_nav_item{
    width:100%;
    height:43px;
    border-bottom:1px dashed #eee;
    background: url("../images/left_jt.png")no-repeat 210px center;
    cursor: pointer;
}
.answer_nav_item a{
    display: block;
    width:100%;
    height:100%;
}
.answer_nav_item span{
    font-size:16px;
    color:#333;
    line-height: 43px;
    padding-left:20px;
}
.answer_nav_item:last-child{
    border-bottom: none;
}
.answer_nav_item.active{
    border-bottom:none;
    background: #ff5368 url("../images/left_jt2.png")no-repeat 210px center/7px 14px;
}
.answer_nav_item.active span{
    color:#fff;
}
.answer_left_footer{
    width:100%;
    height:100px;
    background-color: #ff5368;
}
.answer_left_footer_title{
    font-size: 20px;
    color:#fff;
    text-align: center;
    padding-top:22px;
}
.answer_left_footer_subtitle{
    font-size: 20px;
    color:#fff;
    text-align: center;
    font-weight: bold;
    padding-top:8px;
}
.answer_right{
    width:928px;
    height:auto;
    overflow: hidden;
    float: right;
}
.answer_right_header{
    width:100%;
    height:50px;
    border-bottom: 1px solid #ff5368;
}
.answer_right_title{
    font-size:20px;
    font-weight: bold;
    line-height: 50px;
    color: #ff5368;
}
.current a{
    font-size:14px;
    color:#999;
}
.answer_con_list{
    padding-top:30px;
    padding-bottom:50px;
    width:100%;
    height:auto;
    overflow: hidden;
}
.answer_con_item{
    width:99%;
    height:auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    border:1px solid #eee;
    margin-bottom:20px;
}
.answer_con_ans{
    width:100%;
    height:auto;
    overflow: hidden;
    padding:18px 0;
    border-bottom:1px dashed #eee;
    background: url("../images/ask1.png")no-repeat 21px 18px/20px;
}
.answer_text{
    font-size:16px;
    font-weight: bold;
    padding-left:55px;
}
.answer_con_A{
    padding:20px;
    background: url("../images/ask2.png")no-repeat 21px 20px/20px;
}
.answer_con_A_text{
    font-size:14px;
    color:#666;
    padding-left:35px;
}
.answer_con_A_text img{
    width:100%;
}
#pagination {
    width:450px;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
}
.answer_con2_list{
    width:100%;
    height: auto;
    overflow: hidden;
}
.answer_con2_item{
    width:296px;
    height:300px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    border:1px solid #eee;
}
.answer_con2_pic{
    width:100%;
    height:200px;
}
.answer_con2_title{
    font-size:16px;
    font-weight: bold;
    padding:0 20px;
    padding-top:20px;
}
.answer_con2_text{
    font-size:14px;
    color:#666;
    padding:0 20px;
    line-height: 1.6;
    padding-top:5px;
}
.answer_con2_container{
    width:100%;
    height:auto;
    overflow: hidden;
    padding-top:30px;
}
.answer_con3_list{
    width:100%;
    height:auto;
    overflow: hidden;
    padding-top:30px;
}
.answer_con3_left{
    float:left;
    width:612px;
    height:540px;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap ;
}
.answer_con3_item{
    width:294px;
    height:258px;
    border:1px solid #eee;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.answer_con3_right{
    width:294px;
    height:538px;
    border: 1px solid #eee;
    float:right;
    cursor: pointer;
    position: relative;
}
.answer_con3_mask{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background-color: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
}
.answer_con3_c{
    width:80%;
    height:auto;
    overflow: hidden;
}
.answer_con3_c_title{
    text-align: center;
    font-size:20px;
    color:#fff;
}
.answer_con3_c_text{
    font-size:14px;
    color:#fff;
    padding-top:20px;
}
.answer_con3_item:hover .answer_con3_mask{
    display: flex;
}
.answer_con3_right:hover .answer_con3_mask{
    display: flex;
}