.cp_list {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.cp_list .pl {
    width: 882px;
}

.cp_list .pl ul li {
    position: relative;
    margin-bottom: 20px;
}

.cp_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;
}

.cp_list .pl ul li .info_area {
    border: 1px dashed #5396e1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 10px 15px 20px;
}

.cp_list .pl ul li .row {
    display: flex;
    padding-top: 8px;
    line-height: 1.6;
}

.cp_list .pl ul li .row .label {
    flex-shrink: 0;
    color: #ff6600;
}

.cp_list .pl ul li .row p {
    color: #777;
}

.cp_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;
}

.cp_list .pr {
    width: 290px;
}

.cp_list .pr .hot_info {
    position: relative;
}

.cp_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;
}

.cp_list .pr .hot_info .clist {
    background-color: #f3fcff;
}

.cp_list .pr .hot_info .clist ul {
    padding: 10px 10px 1px 10px;
}

.cp_list .pr .hot_info .clist li {
    position: relative;
    margin-bottom: 10px;
}

.cp_list .pr .hot_info .clist .bar {
    display: flex;
    align-items: center;
}

.cp_list .pr .hot_info .clist .bar img {
    display: block;
    width: 80px;
    height: 60px;
}

.cp_list .pr .hot_info .clist .bar p {
    padding-left: 10px;
    color: #888;
    font-size: 13px;
    line-height: 1.6;
}

.cp_detail {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.cp_detail .pl {
    width: 885px;
}

.cp_detail .pl .pt {
    background-color: #f3fcff;
    padding: 0 15px;
}

.cp_detail .pl .pt .tt {
    border-bottom: 1px dashed #b4b4b4;
    color: #5396e1;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding: 10px 50px;
}

.cp_detail .pl .pt .info_bar {
    display: flex;
    padding: 20px 12px;
}

.cp_detail .pl .pt .info_bar img {
    float: left;
    height: 178px;
    width: 254px;
    display: block;
    border: 1px solid #dadada;
}

.cp_detail .pl .pt .info_bar .info {
    padding-left: 18px;
    width: 487px;
}

.cp_detail .pl .pt .info_bar .info .top_info {
    display: flex;
    line-height: 1.6;
    align-items: baseline;
}

.cp_detail .pl .pt .info_bar .info .top_info span {
    flex-shrink: 0;
    color: #ff6600;
}

.cp_detail .pl .pt .info_bar .info .top_info p {
    color: #666666;
    text-align: justify;
}

.cp_detail .pl .pt .info_bar .info .row {
    display: flex;
}

.cp_detail .pl .pt .info_bar .info .r_inline {
    display: flex;
    align-items: baseline;
    flex: 1;
    padding-right: 10px;
    padding-top: 14px;
}

.cp_detail .pl .pt .info_bar .info .r_inline .label {
    flex-shrink: 0;
    color: #ff6600;
}

.cp_detail .pl .pt .info_bar .info .r_inline .t3 {
    letter-spacing: 0.09em;
}

.cp_detail .pl .pt .info_bar .info .r_inline p {
    color: #666666;
    text-align: justify;
}

.cp_detail .pl .pt .info_bar .info .r_inline .score {
    color: #f87a0b;
}

.cp_detail .pl .pb {
    margin-top: 23px;
}

.cp_detail .pl .pb .msg_bar .msg_bar {
    position: relative;
}

.cp_detail .pl .pb .msg_bar .hd {
    position: relative;
    border-bottom: 1px solid #5396e1;
}

.cp_detail .pl .pb .msg_bar .hd ul {
    display: flex;
}

.cp_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;
}

.cp_detail .pl .pb .msg_bar .hd ul li.on {
    background-color: #5396e1;
    color: #fff;
}

.cp_detail .pl .pb .msg_bar .bd {
    position: relative;
}

.cp_detail .pl .pb .msg_bar .bd .con {
    min-height: 350px;
    padding: 15px 0 25px;
}

.cp_detail .pr {
    width: 290px;
}

.cp_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;
}

.cp_detail .pr .jg_msg {
    background-color: #f3fcff;
    padding: 15px;
}

.cp_detail .pr .jg_msg img {
    height: 178px;
    width: 258px;
    display: block;
    border: 1px solid #dadada;
}

.cp_detail .pr .jg_msg .m_row {
    display: flex;
    align-items: baseline;
    line-height: 1.6;
}

.cp_detail .pr .jg_msg .m_row span {
    flex-shrink: 0;
    color: #ff6600;
}

.cp_detail .pr .jg_msg .m_row:nth-child(3) span {
    letter-spacing: 0.09em;
}

.cp_detail .pr .jg_msg .m_row p {
    color: #666666;
    padding-top: 10px;
}