/*答疑中心*/
#main{
    background: #f7f7f7;
}
/*banner*/
.banner{
    width: 100%;
    height: 300px;
    padding: 125px 0 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/ask/ask_banner.png") no-repeat center;
}
.banner .dy_slctBox{
    width: 1200px;
    padding-left: 133px;
    padding-right: 253px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner .dy_slctBox .query_form_text{
    width: 645px;
    display: flex;
    position: relative;
    float: left;
}
.banner .dy_slctBox .query_form_text .bzb_Ip1{
    width: 545px;
    height: 50px;
    font-size: 16px;
    padding-left: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #ffffff;
}
.banner .dy_slctBox .query_form_text .bzb_Ip2{
    width: 100px;
    height: 50px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #45ddba;
}
.banner .dy_slctBox .query_form_text .wg_dyIpSs_text{
    position: absolute;
    width: 543px;
    top: 51px;
    left: 0;
    background: #fff;
    border: 1px #f4f4f4 solid;
}
.banner .dy_slctBox .qtBtn{
    display: block;
    width: 140px;
    height: 50px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    background: #45ddba;
    float: right;
}
/*banner end*/
/*答疑 主体内容*/
.section_01{
    width: 1200px;
    padding: 30px 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
/*答疑分类*/
.section_01 aside{
    width: 218px;
    height: fit-content;
    padding: 30px 55px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section_01 aside ul li{
    margin-top: 25px;
}
.section_01 aside ul li a{
    font-size: 18px;
    color: #666666;
}
.section_01 aside ul li:nth-of-type(1){
    font-size: 20px;
    color: #333333;
    margin: 0;
}
/*答疑分类 end*/
/*答疑列表*/
.section_01 .ask{
    width: 960px;
}
.section_01 .ask ul li{
    width: 960px;
    padding: 39px 39px 59px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section_01 .ask ul li a .ask_Q{
    font-size: 20px;
    color: #45ddba;
    margin-bottom: 15px;
}
.section_01 .ask ul li a .ask_A{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 28px;
}
.section_01 .ask ul li a .ask_A span:nth-of-type(2){
    color: #45ddba;
}
.section_01 .ask ul li a p .ask_gzxf{
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #666666;
    background: url("../img/ask/ask_gzxf.png") no-repeat left;
}
.section_01 .ask ul li a p .ask_date{
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #666666;
    background: url("../img/ask/ask_date.png") no-repeat left;
}
/*答疑列表 end*/
/*答疑 主体内容 end*/
/*分页*/
.page{
    width: 100%;
    height: 32px;
    padding: 30px 0 38px;
    background: #f7f7f7;
    border-radius: 5px;
}
.page ul{
    width: fit-content;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.page ul li{
    width: 34px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 20px;
}
.page ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #a5a5a5;
    background: #eeeeee;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page ul li .active{
    color: #ffffff;
    background: #45ddba;
    border-color: #45ddba;
}
.page ul li:first-child{
    width: 70px;
}
.page ul li:last-child{
    width: 70px;
    margin-right: 0;
}
/*分页 end*/