.jg_list {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.jg_list .pl {
    width: 882px;
}

.jg_list .pl ul li {
    position: relative;
    margin-bottom: 20px;
}

.jg_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;
}

.jg_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;
}

.jg_list .pl ul li .row{
    display: flex;
    padding-top: 8px;
    line-height: 1.7;
}

.jg_list .pl ul li .row .label{
    flex-shrink: 0;
    color: #ff6600;
}

.jg_list .pl ul li .row p{
    color: #777;
}

.jg_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;
}

.jg_list .pr{
    width: 290px;
}

.jg_list .pr .hot_info{
    position: relative;
}

.jg_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;
}

.jg_list .pr .hot_info .clist{
    background-color: #f3fcff;
}

.jg_list .pr .hot_info .clist ul{
    padding: 10px 10px 1px 10px;
}

.jg_list .pr .hot_info .clist li{
    position: relative;
    margin-bottom: 10px;
}
.jg_list .pr .hot_info .clist .bar{
    display: flex;
    align-items: center;
}
.jg_list .pr .hot_info .clist .bar img{
    display: block;
    width: 80px;
    height: 60px;
}
.jg_list .pr .hot_info .clist .bar p{
    padding-left: 10px;
    color: #888;
    font-size: 13px;
    line-height: 1.6;
}

.jg_detail {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.jg_detail .pl {
    width: 885px;
}

.jg_detail .pl .pt {
    background-color: #f3fcff;
    padding: 0 15px;
    padding-bottom: 15px;
}

.jg_detail .pl .pt .tt {
    border-bottom: 1px dashed #b4b4b4;
    color: #5396e1;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding: 10px 50px;
}

.jg_detail .pl .pt .info_bar {
    display: flex;
    padding: 20px 12px 10px;
}

.jg_detail .pl .pt .info_bar img {
    float: left;
    height: 178px;
    width: 254px;
    display: block;
    border: 1px solid #dadada;
}

.jg_detail .pl .pt .info_bar .info {
    padding-left: 18px;
    width: 487px;
}

.jg_detail .pl .pt .info_bar .info .top_info {
    display: flex;
    line-height: 1.6;
    align-items: baseline;
}

.jg_detail .pl .pt .info_bar .info .top_info span {
    flex-shrink: 0;
    color: #ff6600;
}

.jg_detail .pl .pt .info_bar .info .top_info p {
    color: #666666;
    text-align: justify;
}

.jg_detail .pl .pt .info_bar .info .row {
    display: flex;
}

.jg_detail .pl .pt .info_bar .info .r_inline {
    display: flex;
    align-items: baseline;
    flex: 1;
    padding-right: 10px;
    padding-top: 14px;
}

.jg_detail .pl .pt .info_bar .info .r_inline .label {
    flex-shrink: 0;
    color: #ff6600;
}

.jg_detail .pl .pt .info_bar .info .r_inline .t3 {
    letter-spacing: 0.09em;
}

.jg_detail .pl .pt .info_bar .info .r_inline p {
    color: #666666;
    text-align: justify;
}

.jg_detail .pl .pt .info_bar .info .r_inline .score {
    color: #f87a0b;
}

.jg_detail .pl .pt .introduce{
    padding: 0 15px;
    line-height: 23px;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.jg_detail .pl .pt .introduce span{
    font-size: 14px;
    color: #ff6600;
}
.jg_detail .pl .pt .introduce .js{
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    color: #666;
}
.hideDetail {
    height: 50px;
}
.jg_detail .pl .pt .introduce p{
    text-align: justify;
    font-size: 14px;
}
.jg_detail .pl .pt .introduce i{
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 14px;
    color: #5396e1;
    text-decoration: underline;
    cursor: pointer;
}

.jg_detail .pl .pb {
    margin-top: 23px;
    min-height: 400px;
}

.jg_detail .pl .pb .tt{
    border-bottom: 1px solid #5396e1;
}
.jg_detail .pl .pb .tt h2{
    height: 24px;
    width: 120px;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    background-color: #5396e1;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    text-align: center;
    color: #fff;
    padding: 8px 0 4px;
}

.jg_detail .pl .pb .jg_cpList{
    position: relative;
}

.jg_detail .pl .pb .jg_cpList ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -15px;
}
.jg_detail .pl .pb .jg_cpList ul li{
    position: relative;
    width: 435px;
    margin-left: 15px;
    margin-top: 18px;
}
.jg_detail .pl .pb .jg_cpList ul li .bar{
    position: relative;
}
.jg_detail .pl .pb .jg_cpList ul li .bar .cp_tt{
    background-color: #5396e1;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 15px;
}
.jg_detail .pl .pb .jg_cpList ul li .bar .cp_info{
    background-color: #fbfbfb;
    padding: 0 20px 18px;
}
.jg_detail .pl .pb .jg_cpList ul li .bar .cp_info .c_row{
    display: flex;
    align-items: baseline;
    padding-top: 12px;
}
.jg_detail .pl .pb .jg_cpList ul li .bar .cp_info .c_row span{
    color: #5396e1;
}
.jg_detail .pl .pb .jg_cpList ul li .bar .cp_info .c_row p{
    color: #666;
}

.jg_detail .pl .pb .jg_cpList ul li .bar .cp_info .c_row p.score{
    color: #f87a0b;
}

.jg_detail .pl .pb .page{
    text-align: center;
    padding: 25px 0px;
}

.jg_detail .pr {
    width: 290px;
}

.jg_detail .pr .hot_info{
    position: relative;
}

.jg_detail .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;
}

.jg_detail .pr .hot_info .clist{
    background-color: #f3fcff;
}

.jg_detail .pr .hot_info .clist ul{
    padding: 10px 10px 1px 10px;
}

.jg_detail .pr .hot_info .clist li{
    position: relative;
    margin-bottom: 10px;
}
.jg_detail .pr .hot_info .clist .bar{
    display: flex;
    align-items: center;
}
.jg_detail .pr .hot_info .clist .bar img{
    display: block;
    width: 80px;
    height: 60px;
}
.jg_detail .pr .hot_info .clist .bar p{
    padding-left: 10px;
    color: #888;
    font-size: 13px;
    line-height: 1.6;
}