.xq_list {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.xq_list .pl {
    width: 882px;
}

.xq_list .pl ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.xq_list .pl ul li {
    position: relative;
    margin-bottom: 20px;
    width: 431px;
    margin-left: 20px;
}

.xq_list .pl ul li .tt{
    background-color: #f3fcff;
    border: 1px solid #d2f4ff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #5396e1;
    font-size: 16px;
    font-weight: normal;
    height: 48px;
    line-height: 46px;
    text-align: center;
}

.xq_list .pl ul li .info_area{
    border: 1px dashed #5396e1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 10px 19px 20px;
}

.xq_list .pl ul li .row{
    display: flex;
    padding-top: 8px;
    line-height: 1.5;
}

.xq_list .pl ul li .row .label{
    flex-shrink: 0;
    color: #ff6600;
}

.xq_list .pl ul li .row p{
    color: #777;
}

.xq_list .pl ul li .row p span{
    color: #ff6600;
}

.xq_list .pl ul li .info_area .row:nth-child(4) p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xq_list .pl ul li a.more{
    display: block;
    height: 34px;
    width: 130px;
    background-color: #5396e1;
    font-size: 15px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border-radius: 7px;
    margin: 15px auto 0;
}

.xq_list .pr{
    width: 290px;
}

.xq_list .pr .hot_info{
    position: relative;
}

.xq_list .pr .hot_info .ctt{
    background-color: #1b7ad3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    font-size: 17px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
}

.xq_list .pr .hot_info .clist{
    background-color: #f3fcff;
}

.xq_list .pr .hot_info .clist ul{
    padding: 10px 10px 1px 10px;
}

.xq_list .pr .hot_info .clist li{
    position: relative;
    margin-bottom: 10px;
}
.xq_list .pr .hot_info .clist .bar{
    display: flex;
    align-items: center;
}
.xq_list .pr .hot_info .clist .bar img{
    display: block;
    width: 80px;
    height: 60px;
}
.xq_list .pr .hot_info .clist .bar p{
    padding-left: 10px;
    color: #888;
    font-size: 13px;
    line-height: 1.6;
}


.xq_detail {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.xq_detail .pl {
    width: 885px;
}

.xq_detail .pl .pt {
    background-color: #f3fcff;
    padding: 0 15px;
}

.xq_detail .pl .pt .tt {
    border-bottom: 1px dashed #b4b4b4;
    color: #5396e1;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding: 10px 50px;
}

.xq_detail .pl .pt .info_bar {
    display: flex;
    padding: 5px 12px 22px;
    position: relative;
}

.xq_detail .pl .pt .info_bar a {
    background-color: #ffb900;
    border-radius: 7px;
    color: #fff;
    display: block;
    font-size: 17px;
    position: absolute;
    text-align: center;
    top: 70px;
    right: 40px;
    padding: 10px 30px;
}

.xq_detail .pl .pt .info_bar .info {
    width: 487px;
}

.xq_detail .pl .pt .info_bar .info .top_info {
    display: flex;
    line-height: 1.6;
    align-items: baseline;
}

.xq_detail .pl .pt .info_bar .info .top_info span {
    flex-shrink: 0;
    color: #ff6600;
}

.xq_detail .pl .pt .info_bar .info .top_info p {
    color: #666666;
    text-align: justify;
}

.xq_detail .pl .pt .info_bar .info .row {
    display: flex;
}

.xq_detail .pl .pt .info_bar .info .r_inline {
    display: flex;
    align-items: baseline;
    flex: 1;
    padding-right: 10px;
    padding-top: 14px;
}

.xq_detail .pl .pt .info_bar .info .r_inline .label {
    flex-shrink: 0;
    color: #ff6600;
}

.xq_detail .pl .pt .info_bar .info .r_inline .t3 {
    letter-spacing: 0.09em;
}

.xq_detail .pl .pt .info_bar .info .r_inline p {
    color: #666666;
    text-align: justify;
}

.xq_detail .pl .pt .info_bar .info .r_inline .score {
    color: #f87a0b;
}

.xq_detail .pl .pb {
    margin-top: 23px;
}

.xq_detail .pl .pb .msg_bar .msg_bar {
    position: relative;
}

.xq_detail .pl .pb .msg_bar .hd {
    position: relative;
    border-bottom: 1px solid #5396e1;
}

.xq_detail .pl .pb .msg_bar .hd ul {
    display: flex;
}

.xq_detail .pl .pb .msg_bar .hd ul li {
    height: 24px;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 20px 5px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    cursor: pointer;
}

.xq_detail .pl .pb .msg_bar .hd ul li.on {
    background-color: #5396e1;
    color: #fff;
}

.xq_detail .pl .pb .msg_bar .bd {
    position: relative;
}

.xq_detail .pl .pb .msg_bar .bd .con {
    min-height: 350px;
    padding: 15px 0 25px;
}

.xq_detail .pr {
    width: 290px;
}

.xq_detail .pr .tt {
    background-color: #1b7ad3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    font-size: 17px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
}

.xq_detail .pr .jg_msg {
    background-color: #f3fcff;
    padding: 15px;
}

.xq_detail .pr .jg_msg img {
    height: 178px;
    width: 258px;
    display: block;
    border: 1px solid #dadada;
}

.xq_detail .pr .jg_msg .m_row {
    display: flex;
    align-items: baseline;
    line-height: 1.6;
}

.xq_detail .pr .jg_msg .m_row span {
    flex-shrink: 0;
    color: #ff6600;
}

.xq_detail .pr .jg_msg .m_row:nth-child(3) span {
    letter-spacing: 0.09em;
}

.xq_detail .pr .jg_msg .m_row p {
    color: #666666;
    padding-top: 10px;
}