/*新闻*/

.news-list ul li {
    margin: 0px 15px;
    padding: 15px 0;
    min-height: 78px;
    overflow: hidden;
    border-bottom: 1px solid var(--line-gray);
}

.news-list ul li .newsitem-right {
    float: right;
    width: 113px;
    background: url(//img.12365auto.com/images/m/public/ic_list_default.png) no-repeat;
    background-size: 113px 78px;
    min-height: 78px;
}

.news-list ul li .newsitem-right img {
    width: 100%;
    border-radius: 2px;
}

.news-list ul li .newsitem-left {
    margin-right: 120px;
    font-weight: normal;
    margin-top: 0px;
    font-size: inherit;
}

.news-list ul li .newsitem-left .newsitem-left-title {
    font-size: 1rem;
    word-wrap: break-word;
    line-height: 1.35em;
    color: var(--text-black);
    min-height: 53px;
}

.news-list ul li .newsitem-left-bottom {
    display: flex;
    height: 18px;
    margin-top: 6px;
    justify-content: space-between;
    align-items: center;
}

.news-list ul li .newsitem-left-bottom .left-bottom-date {
    font-style: normal;
    color: var(--date-gray);
    line-height: 20px;
    display: inline-block;
    font-size: 0.75rem;
    margin-right: 10px;
}

.news-list ul li .newsitem-left-bottom .left-bottom-label {
    position: relative;
    font-style: normal;
    color: var(--text-orange);
    display: inline-block;
    padding: 0 6px;
    height: 16px;
    line-height: 17px;
    font-size: 0.625rem;
}

.news-list ul li .newsitem-left-bottom .left-bottom-label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: rgba(255, 69, 36, 0.1);
    border: 1px solid rgba(255, 69, 36, 0.4);
    border-radius: 6px;
    transform: scale(0.5);
    transform-origin: 0 0;
    box-sizing: border-box;
}

.news-list ul li .newsitem-left-bottom .left-bottom-label.blue {
    color: var(--text-blue);
}

.news-list ul li .newsitem-left-bottom .left-bottom-label.blue::after {
    background: rgba(0, 160, 233, 0.1);
    border: 1px solid rgba(0, 160, 233, 0.4);
}


/*原创试驾*/
.yclist li {
    background: var(--bg-gray);
    margin: 15px 15px 0;
    border-radius: 5px;
    padding: 15px;
}

.yclist li:last-child {
    margin-bottom: 30px;
}

.yclist li a {
    display: block;
}

.yclist li .yclist-wrapper {
    display: block;
    position: relative;
}

.yclist li .yclist-wrapper img {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 5px;
}

.yclist li .yclist-wrapper i {
    display: block;
    width: 100%;
}

.yclist li .yclist-wrapper .yclist-font-diagram {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.yclist li .yclist-wrapper em {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.yclist li .yclist-wrapper em img {
    width: 75%;
    height: auto;
    display: inline;
}

.yclist li .yclist-wrapper b {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    top: 0;
    border-radius: 5px;
}

.yclist li p {
    color: var(--text-666);
    font-size: 0.75rem;
    line-height: 22px;
    width: 100%;
    margin: 10px 0 0;
}

.yclist-title {
    margin-bottom: 10px;
}

.yclist-title span {
    color: var(--text-black);
    font-size: 18px;
    font-weight: bold;
}

/*新闻三级页*/
.out_bgcolor {
    background: linear-gradient(180deg, #B1E5FE 0%, rgba(237, 247, 255, 0.00) 100%);
    background-repeat: no-repeat;
    background-size: 100% 250px;
    background-position: top;
}

/*标题*/
.content_show {
    background: #fff;
}

.content_show .content_show_news {
    border: none;
    padding: 15px 0 0;
}


.content_show .content_show_news h1 {
    font-size: 1.25rem;
    line-height: 2rem;
    padding: 0 15px 10px;
    color: var(--text-black);
}

.content_show .content_show_news h1 span {
    display: block;
    float: left;
    background: #be74ef;
    color: #fff;
    height: 1.5rem;
    width: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    margin: 4px 5px 0 0;
    font-size: 1rem;
    border-radius: 5px;
}

.content_show .content_show_news dl {
    height: 23px;
}

.content_show .content_show_news dl dt {
    float: left;
}

.content_show .content_show_news dl dt p {
    float: left;
    position: relative;
    width: 23px;
    height: 23px;
}

.content_show .content_show_news dl dt p img {
    width: 23px;
    float: left;
    position: absolute;
    border-radius: 50%;
}

.content_show .content_show_news dl dd {
    margin-left: 28px;
}

.content_show .content_show_news dl dd p {
    height: 23px;
    line-height: 23px;
}

.content_show .content_show_news dl dd p span {
    display: block;
    font-size: 0.75rem;
    line-height: 23px;
    height: 23px;
}

.content_show .content_show_news dl dd p span b {
    font-weight: normal;
    color: #00a0e9;
    float: left;
    font-size: 0.875rem;
}

.content_show .content_show_news dl dd p span em {
    font-style: normal;
    border: 1px solid #f35151;
    color: #f35151;
    border-radius: 5px;
    display: inline-block;
    padding: 0 4px;
    float: left;
    height: 16px;
    line-height: 17px;
    font-size: 0.688rem;
    margin-left: 5px;
    margin-top: 2px;
}

.content_show .content_show_news dl dd p.time {
    float: right;
}

.content_show .content_show_news dl dd p.time span i {
    font-style: normal;
    font-size: 0.75rem;
    color: #8a9299;
}


.content_show .content_show_news .content_show_cen {
    padding: 10px 15px 10px;
}

.content_show .content_show_news .content_show_cen .content_show_cen_nr p {
    padding: 2px 0 8px 0;
}

.content_show .content_show_news .content_show_cen .content_show_cen_nr p img {
    padding: 0;
}

.content_show .content_show_news .content_show_cen .content_show_cen_nr p img[src$=".gif"] {
    display: none !important;
}

.content_show .content_show_news .content_show_cen .content_show_cen_nr p a {
    color: var(--text-blue);
}

.content_show .content_show_news .content_show_time {
    font-size: 0.75rem;
    color: var(--text-666);
    margin: 0 15px;
}

.content_show .content_show_news .content_show_time span {
    display: inline-block;
    margin-right: 18px;
}

.content_show .content_show_news .content_show_time .time-text {
    display: block;
    color: var(--date-gray);
    padding-top: 6px;
}

.content_show .content_show_news .content_show_cen .content_show_cen_nr .recalltab {
    margin-top: 15px;
}

.content_show .content_show_news .content_show_cen .content_show_cen_nr .infotab {
    border: 1px solid #dce1e5;
    border-bottom: none;
    border-right: none;
    border-collapse: collapse;
    margin-bottom: 3px;
    width: 100%;
}

.content_show .content_show_news .content_show_cen .content_show_cen_nr .infotab td {
    border-bottom: 1px solid #dce1e5;
    border-right: 1px solid #dce1e5;
    font-size: 0.875rem;
    line-height: 1.35em;
    padding: 5px 8px 5px 15px;
    text-align: left;
    height: 30px;
    color: var(--text-black);
}

.content_show .content_show_news .content_show_cen .content_show_cen_nr .infotab td.tit {
    background: #f0f2f5;
    text-align: center;
    padding: 0;
    font-weight: 600;
}

.content_show .content_show_news .content_show_cen .content_show_cen_nr .infotab td:first-child {
    width: 100px;
}

/*内容*/
.content_show_cen {
    clear: both;
    padding: 18px 15px;
    line-height: 34px;
    font-size: 1.125rem;
    color: var(--text-black);
    min-height: 10px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.content_show_cen img {
    max-width: 100%;
    padding-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.content_show_cen img.expression {
    margin: 0;
    padding: 0;
}

.content_show_cen img[src$=".png"].expression {
    width: 24px;
    height: 24px;
    padding: 0 3px;
}

.content_show_cen a.stip {
    font-size: 0.8rem;
    color: #00a0e9;
    background: #ebf8fd url(//img.12365auto.com/images/m/nicon_nav_bbs_a.png) no-repeat 8px 8px;
    background-size: 15px;
    padding: 8px 9px 8px 26px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}

.content_show_cen a.jub-reportinfo {
    float: right;
    font-size: 0.875rem;
    color: #192633;
    margin-top: 15px;
    height: 32px;
    line-height: 32px;
    background: url(//img.12365auto.com/images/m/jubao.png) no-repeat left;
    background-size: 14px;
    padding-left: 18px;
}

.content_wypl dl dd p.time a.jub-reportinfo {
    float: right;
    font-size: 0.75rem;
    color: #8a9299;
    background: url(//img.12365auto.com/images/m/jubao1.png) no-repeat left;
    background-size: 12px;
    padding-left: 16px;
    line-height: 20px;
    margin-left: 15px;
}

.content_show_cen .content_show_cen_menu {
    display: flex;
    margin-top: 15px;
}

.content_show_cen .content_show_cen_menu .content_show_cen_menu_edit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.content_show_cen .content_show_cen_menu a.bij {
    float: right;
    font-size: 0.8rem;
    line-height: 32px;
    color: #8a9299;
}

.content_show_cen .content_show_cen_menu a.del {
    float: right;
    font-size: 0.8rem;
    line-height: 32px;
    color: #8a9299;
    margin-left: 15px;
}

/*三级页召回*/
.content_show .content_show_tit_news .content_show_cen .content_show_cen_nr .recalltab {
    margin-top: 15px;
}

.content_show .content_show_tit_news .content_show_cen .content_show_cen_nr .infotab {
    border: 1px solid #dce1e5;
    border-bottom: none;
    border-right: none;
    border-collapse: collapse;
    margin-bottom: 3px;
    width: 100%;
}

.content_show .content_show_tit_news .content_show_cen .content_show_cen_nr .infotab td {
    border-bottom: 1px solid #dce1e5;
    border-right: 1px solid #dce1e5;
    font-size: 0.875rem;
    line-height: 1.35em;
    padding: 5px 8px 5px 15px;
    text-align: left;
    height: 30px;
    color: #192633;
}

.content_show .content_show_tit_news .content_show_cen .content_show_cen_nr .infotab td.tit {
    background: #f0f2f5;
    text-align: center;
    padding: 0;
    font-weight: 600;
}

.content_show .content_show_tit_news .content_show_cen .content_show_cen_nr .infotab td:first-child {
    width: 100px;
}


/*分页*/
.fy1 {
    margin: 0px;
    padding: 20px 0 10px;
    height: 32px;
}

.fy1 a {
    width: 24.8%;
    float: left;
    text-align: center;
    font-size: 0.875rem;
    height: 30px;
    line-height: 30px;
    border-radius: 5px 0 0 5px;
    color: #00a0e9;
}

.fy1 a:nth-child(4) {
    border: 1px solid #00a0e9;
    border-radius: 0 5px 5px 0;
    width: 24.6%;
}

.fy1 a:nth-child(1) {
    border: 1px solid #00a0e9;
    border-right: 0;
}

.fy1 a:nth-child(3) {
    border: 1px solid #00a0e9;
    border-left: none;
    border-radius: 0;
    border-right: none;
}

.fy1 a.no1 {
    border: 1px solid #dce1e5;
    color: #8a9299;
    border-right: none;
}

.fy1 a:nth-child(3).no1 {
    border-left: none;
}

.fy1 label {
    float: left;
    width: 24%;
    text-align: center;
    font-size: 0.75rem;
    border: 1px solid #00a0e9;
    height: 30px;
    line-height: 30px;
    color: #00a0e9;
    position: relative;
}

.fy1 label span {
    height: 30px;
    display: block;
    width: 100%;
    font-size: 0.875rem;
}

.fy1 select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    opacity: 0;
}

.bac {
    text-align: center;
    margin: 0px;
    padding: 20px 0 10px;
    height: 32px;
}

.bac a {
    text-align: center;
    font-size: 0.875rem;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    color: #00a0e9;
    border: 1px solid #00a0e9;
    display: inline-block;
    width: 50%;
}

/**testdrive***/
.pc_li_show {
    background: #fff;
    clear: both;
}

.pc_li_show dl {
    min-height: 10px;
    overflow: hidden;
    padding: 0px 15px 10px 15px;
}

.pc_li_show dl dt {
    min-height: 25px;
    padding-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

.pc_li_show dl dt a {
    display: block;
    word-wrap: break-word;
    font-size: 1rem;
    color: #192633;
    line-height: 25px;
}

.pc_li_show dl dt a.bt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px;
}

.comm-title-video {
    font-size: 0.75rem !important;
    color: #00a0e9 !important;
    background: url(//img.12365auto.com/images/m/public/ic_video_start.png) no-repeat #E6F6FD;
    background-size: 15px;
    line-height: 1.7em;
    padding: 0px 4px 0px 22px;
    background-position: 4px 50%;
    border-radius: 2px;
    flex-shrink: 0;
}

.pc_li_show dl dd p {
    float: left;
    width: 110px;
}

.pc_li_show dl dd p img {
    width: 100%;
    border-radius: 4px;
}

.pc_li_show dl dd dl.classify {
    margin: 0;
    border: none;
    padding: 0;
    padding-bottom: 0px;
    margin-left: 120px;
    height: 139px;
    position: relative;
}

.pc_li_show dl dd dl.classify dt {
    width: 100%;
    left: -2px;
    min-height: 10px;
    overflow: hidden;
    padding-bottom: 0;
    height: 66.5px;
}

.pc_li_show dl dd dl.classify dt ul li {
    float: left;
    width: 18%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    margin: 0;
    margin-right: 2.5%;
    padding: 0;
    border: none;
    min-height: inherit;
}

.pc_li_show dl dd dl.classify dt ul li:last-child {
    margin-right: 0%;
}

.pc_li_show dl dd dl.classify dt ul li span {
    display: block;
    width: 100%;
    margin-top: 0;
}

.pc_li_show dl dd dl.classify dt ul li span i {
    display: block;
    float: inherit;
    margin-right: 0;
    height: 37px;
}

.pc_li_show dl dd dl.classify dt ul li span i img {
    width: 85%;
    margin: 0 auto;
    border-radius: 50%;
}

.pc_li_show dl dd dl.classify dt ul li span em {
    display: block;
    font-size: 0.8rem;
    font-style: normal;
    text-align: center;
    height: 20px;
    line-height: 18px;
    color: #666D7F;
    width: 100%;
    padding: 0;
    border: none;
}

.pc_li_show dl dd dl.classify dt ul li span b {
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%;
    background: none;
    min-height: inherit;
    border: none;
}

.pc_li_show dl dd dl.classify dt ul li span b img {
    height: 12px;
    width: auto;
    display: inline;
    position: absolute;
    left: 50%;
    margin-left: -11px;
}

.pc_li_show dl dd dl.classify dt ul li span.picth em {
    color: #FA8D1F;
}

.pc_li_show dl dd dl.classify dd {
    padding: 3px 6px 3px 7px;
    position: absolute;
    z-index: 0;
    margin-top: 0px;
    word-break: break-all;
    word-wrap: break-word;
    width: auto;
    border-radius: 2px;
    background: #F7F8FD;
}

.pc_li_show dl dd dl.classify dd p {
    width: 100%;
    color: #8a9299;
}

.pc_li_show dl dd dl.classify dd p a {
    color: #666D7F;
    display: block;
    width: 100%;
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 22px;
    word-break: break-all;
}

.pc_li_show dl dd dl.classify dd p span {
    display: inline;
    margin: 0px 0px 0 0;
    width: auto;
    padding-left: 3px;
    text-indent: 0px;
}

.pc_li_show dl dd dl.classify dd p span em {
    font-style: normal;
    color: #00A0E9;
    text-align: center;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;

}

.pc_li_show dl dd dl.classify dd p span img {
    width: auto;
    height: 11px;
    margin-left: 1px;
    display: inline;
    vertical-align: middle;
    margin-top: 0px;
}

.pc_li_show dl dd.pc_sptp {
    margin-top: 10px;
    border-radius: 0.125rem;
    background: #F7F8FD;
    padding: 12px 8px;
    display: inline-block;
    line-height: 100%;
}

.pc_li_show dl .line {
    clear: both;
    border-bottom: 1px solid #F1F2F6;
    height: 1px;
    width: 100%;
    display: inline-block;
}

.pc_li_show dl dd.pc_sptp .tips {
    color: #192633;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
}

.pc_li_show dl dd.pc_sptp h1 span {
    float: left;
    width: 3px;
    height: 12px;
    background: #00a0e9;
    display: block;
    margin-top: 3px;
    margin-right: 5px;
    border-radius: 5px;
}

.pc_li_show dl dd.pc_sptp h1 em {
    display: block;
    float: left;
    font-style: normal;
    font-size: 0.875rem;
    color: #192633;
    height: 18px;
    line-height: 18px;
    margin-top: 1px;
}

.pc_li_show dl dd.pc_sptp p.info {
    margin: 0;
    width: 100%;
    padding-top: 12px;

}

.pc_li_show dl dd.pc_sptp p span {
    display: block;
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.pc_li_show dl dd.pc_sptp p span:last-child {
    margin-right: 0;
}

.pc_li_show dl dd.pc_sptp p span a {
    display: block;
    width: 100%;
}

.pc_li_show dl dd.pc_sptp p span a img {
    width: 100%;
    border-radius: 2px;
}

/*新车商品性评价*/
.comm_screen {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comm_screen .comm_ph {
    color: #00A0E9;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ph_ranking_tips {
    background-image: url(//img.12365auto.com/images/m/public/ic_spx_ph.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 122.62px;
    color: #FFF;
    font-size: .8125rem;
    font-weight: 400;
    padding: 4px 7px 4px 24px;
    display: flex;
    align-items: center;
}

/*新版商品性评价*/
.comm_li_newshow {
    clear: both;
    padding: 0px 15px;
}

.comm_li_newshow h1 {
    margin-bottom: 5px;
}

.comm_li_newshow .comm-title {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    min-height: 10px;
    overflow: hidden;
}

.comm_li_newshow .comm-title .comm-title-h1 {
    font-size: 1rem;
    color: #192633;
    line-height: 1.35em;
    word-wrap: break-word;
    min-height: 25px;
    font-weight: normal;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px;
}

.comm_li_newshow > ul > li:first-of-type {
    padding: 0 0 16px 0;
    margin-top: 10px;
}

.comm_li_newshow > ul > li {
    padding: 16px 0;
    border-bottom: 1px solid #F1F2F6;
}

.comm_li_newshow ul li .nr {
    display: flex;
    justify-content: space-between;
}

.comm_li_newshow .nr .pic {
    display: block;
    width: 110px;
    position: relative;
}

.comm_li_newshow .nr .pic img {
    width: 100%;
    border-radius: 4px;
}

.comm_li_newshow .nr .pic em {
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(//img.12365auto.com/images/news_bg.png) no-repeat;
    width: 55px;
    background-size: 55px;
    display: inline-block;
    height: 37px;
    border-radius: 0 0 2px 2px;
}

.comm_li_newshow .nr .pic em i {
    display: block;
    width: 55px;
    text-align: center;
    color: #fff;
    height: 16px;
    line-height: 16px;
    font-size: .625rem;
    font-style: normal;
}

.comm_li_newshow .nr .pic em b {
    color: #f35151;
    background: #fff;
    text-align: center;
    height: 18px;
    width: 51px;
    margin: 0 auto;
    border-radius: 2px;
    line-height: 18px;
    font-size: .75rem;
    font-style: normal;
    display: block;
}

.comm_li_newshow .nr .rig {
    width: 63%;
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comm_li_newshow .nr .rig ul {
    padding-top: 8px;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.comm_li_newshow .nr .rig ul li {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.comm_li_newshow .nr .rig ul li .circleb {
    position: relative;
}

.comm_li_newshow .nr .rig ul li .circleb:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.comm_li_newshow .nr .rig ul li .circleb .circle {
    border-radius: 50%;
    position: relative;
}

.comm_li_newshow .nr .rig ul li .circleb .info {
    width: 100%;
    text-align: center;
    font-size: .75rem;
    position: absolute;
    top: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comm_li_newshow .nr .rig ul li .circleb .info span {
    color: #192633;
    vertical-align: middle;
    font-size: .75rem;
}

.comm_li_newshow .nr .rig ul li .circleb .info b {
    line-height: 14px;
    width: auto;
    position: initial;
    color: #192633;
    font-size: .625rem;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;

}

.comm_li_newshow .nr .rig ul li .circleb .info span strong {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 0.75rem */
    text-transform: capitalize;
}

.comm_li_newshow .nr .rig ul li .circleb .info span.font-blue {
    color: #00A0E9;
}

.comm_li_newshow .nr .rig ul li .circleb .info span.font-red {
    color: #F24F55;
}

.comm_li_newshow .nr .rig ul li .circleb .info span.font-org {
    color: #FA8D1F;
}

.comm_li_newshow .nr .rig p {
    font-size: .75rem;
    color: #666D7F;
    background: url(//img.12365auto.com/images/m/gsj.png) no-repeat right 4px;
    background-size: 6px;
    display: inline-block;
}

.comm_li_newshow .nr .rig p span {
    float: initial;
    display: inline;
    /*color: #f35151;*/
    font-size: 0.8rem;
    /*margin: 0 2px;*/
}

.comm_li_newshow span.ranking-jb {
    background: url(//img.12365auto.com/images/m/public/ic_ranking_jb.png) no-repeat 2px 0px;
    background-size: 15px;
    padding-left: 10px;
    margin-left: 5px;
}

.comm_li_newshow span.ranking-jb-jbc {
    background: linear-gradient(118deg, rgba(254, 81, 0, 0.10) 0%, rgba(254, 81, 0, 0.00) 100%);
    padding-left: 10px;
    color: #666D7F;
    font-size: .75rem;
    font-weight: 400;
    position: relative;
    display: block;
    height: 100%;
    line-height: 15px;
}

.comm_li_newshow span.ranking-jb-jbc::after {
    content: "";
    width: 9px;
    height: 15px;
    position: absolute;
    background-image: url(//img.12365auto.com/images/m/public/ic_arrow_right_gray.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 100% center;
}

/* 
.comm_li_show ul li {

    border-bottom: 1px solid #F1F2F6;
    margin: 0;
    padding: 10px 0px 13px 0px;
    min-height: 10px;
    overflow: hidden;
}

.comm_li_show ul li h1 {
    font-size: 1rem;
    color: #192633;
    line-height: 1.35em;
    word-wrap: break-word;
    min-height: 25px;
    font-weight: normal;
}

.comm_li_show ul li h3 {
    font-size: 0.8rem;
    color: #8a9299;
    font-weight: normal;
}

.comm_li_show ul li .nr {
    margin-top: 15px;
}

.comm_li_show ul li .nr span {
    display: block;
    float: left;
    width: 100px;
    position: relative;
}

.comm_li_show ul li .nr span img {
    width: 100%;
}

.comm_li_show ul li .nr span em {
    display: block;
    position: absolute;
    background: url(//img.12365auto.com/images/comm_dfbg.png) no-repeat;
    top: -3px;
    left: 8px;
    width: 50px;
    height: 100px;
    font-style: normal;
    background-size: 45px;
}

.comm_li_show ul li .nr span em i {
    font-size: 0.75rem;
    color: #fff;
    font-style: normal;
    display: block;
    text-align: center;
    width: 42px;
    height: 14px;
}

.comm_li_show ul li .nr span em b {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    display: block;
    width: 41px;
    height: 20px;
    line-height: 20px;
}

.comm_li_show ul li .nr ul li {
    border: none;
    padding: 0;
    float: left;
    width: 50%;
    height: 28px;
    background: #fff;
    position: relative;
    text-align: right;
}

.comm_li_show ul li .nr ul li b {
    width: 20px;
    display: inline-block;
    height: 16px;
    position: absolute;
    top: 5px;
}

.comm_li_show ul li .nr ul li b.csgy {
    background: url(//img.12365auto.com/images/csgy.png) no-repeat;
    background-size: 16px;
}

.comm_li_show ul li .nr ul li b.qmsp {
    background: url(//img.12365auto.com/images/qmsp.png) no-repeat;
    background-size: 16px;
    top: 4.5px;
}

.comm_li_show ul li .nr ul li b.wbgn {
    background: url(//img.12365auto.com/images/wbgn.png) no-repeat;
    background-size: 16px;
}

.comm_li_show ul li .nr ul li b.nsgy {
    background: url(//img.12365auto.com/images/nsgy.png) no-repeat;
    background-size: 16px;
    top: 4.5px;
}

.comm_li_show ul li .nr ul li b.nbgn {
    background: url(//img.12365auto.com/images/nbgn.png) no-repeat;
    background-size: 16px;
}

.comm_li_show ul li .nr ul li b.cnkq {
    background: url(//img.12365auto.com/images/cnkq.png) no-repeat;
    background-size: 16px;
}

.comm_li_show ul li .nr ul li b.zdzs {
    background: url(//img.12365auto.com/images/zdzs.png) no-repeat;
    background-size: 16px;
}

.comm_li_show ul li .nr ul li b.fdjc {
    background: url(//img.12365auto.com/images/fdjc.png) no-repeat;
    background-size: 16px;
}

.comm_li_show ul li .nr ul li em {
    font-size: 0.75rem;
    font-style: normal;
    color: #2d3946;
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
} 

.comm_li_show ul li .nr ul li span {
    width: 39px;
    color: #00A0E9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
}

.comm_li_show ul li .nr ul li span strong {
    font-size: 0.75rem;
    line-height: 14px;
    float: left;
    margin-top: 3px;
    font-style: normal;
}

.comm_li_show ul li .nr ul li span strong.le_num {
    background: url(//img.12365auto.com/images/m/line.jpg) no-repeat 7.5px 6px;
    padding-right: 37px;
    background-size: 15px;
    height: 16px;
    float: right;
}

.comm_li_show ul li .nr ul li span i {
    font-style: normal;
    font-size: 0.7rem;
    color: #8a9299;
    line-height: 14px;
    font-weight: bold;
    float: left;
    margin-top: 4px;
}

.comm_li_show ul li .nr ul li span em {
    float: left;
    background: none;
    position: inherit;
    width: auto;
    color: #8a9299;
    padding-lefT: 0;
    left: 0;
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 3px;
}

.comm_li_show ul li .nr ul li.le {
    text-align: left;
    border-right: 1px solid #dce1e5;
    width: 49.3%;
}

.comm_li_show ul li .nr ul li:nth-child(7) {
    height: 22px;
}

.comm_li_show ul li .nr ul li:nth-child(8) {
    height: 22px;
}
*/

/*备份*/

.no-border {
    border: 0px !important;
    padding: 16px 0 0;
}

.comm_info_m {
    margin: 0px 15px 0 15px
}

.comm_info_m img {
    width: 100%;
}

.comm_liph {
    margin: 0 15px;
}

.comm_liph ul li {
    overflow: hidden;
    border-bottom: 1px solid #F1F2F6;
    width: 100%;
    color: #666D7F;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.comm_liph ul .no-border {
    display: flex;
}

.comm_liph ul li span.px {
    font-weight: 400;
    line-height: 140%;
    width: 120px;
}

.comm_liph ul li span.cx {
    width: calc( 100% - 180px );
}

.comm_liph ul li span.pf {
    margin-left: auto;
    font-style: normal;
    text-align: right;
}

.comm_liph ul li a {
    display: flex;
    padding: 16px 0;
    align-items: center;
    justify-content: space-between;
}

.comm_liph ul li a span {
    font-size: 1rem;
    color: #8a9299;
    font-style: oblique;
    font-weight: bold;
}

.comm_liph ul li a span.org {
    color: #fd6d24;
}

.comm_liph ul li a span.carimg {
    line-height: inherit;
    width: 70px;
}

.comm_liph ul li a span.carimg img {
    width: 70px;
    display: block;
    background: #fff;
}

.comm_liph ul li a span.models-font {
    font-style: normal;
    font-size: 0.9375rem;
    color: #192633;
    line-height: 140%;
    white-space: normal;
    word-break: break-all;
    font-weight: 400;
    padding: 0 10px;
}

.comm_liph ul li a em {
    font-weight: bold;
    color: #FF5924;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    line-height: 100%;
}

.comm_liph ul li a em.le_num {
    background: url(//img.12365auto.com/images/m/line.jpg) no-repeat 13px 21px;
    background-size: 11px;
}

.comm_liph ul li a .w_score {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
}

.comm_liph ul li a .w_score .s_top {
    text-align: right;
}

.comm_liph ul li a .w_score .s_top em {
    display: inline;
}

.comm_liph ul li a .w_score .s_top em.le_num {
    background: url(//img.12365auto.com/images/m/line.jpg) no-repeat right 9px;
    height: 20px;
    width: 100%;
    background-size: 11px;
    display: inline-block;
}

.comm_liph ul li a .w_score .s_down {
    text-align: right;
}

.comm_liph ul li a .w_score .s_down span,
.comm_liph ul li a .w_score .s_down em {
    display: inline-block;
    font-size: 0.625rem;
    width: auto;
    font-style: normal;
    font-weight: normal;
    margin-left: 2px;
    color: #666D7F;
}

.comm_liph ul li a .w_score .s_down em.le_num {
    width: 10px;
    height: 2px;
    background: #ed1b24;
}

.rank-level {
    min-width: 40px;
    text-align: center;
}

.rank-level i {
    color: #999;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 1.5rem */
}

.rank-level i.org {
    display: block;
    background-size: auto 22px;
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 40px;
}

.rank-1 {
    background-image: url(//img.12365auto.com/images/m/ranking/num01.png);
}

.rank-2 {
    background-image: url(//img.12365auto.com/images/m/ranking/num02.png);
}

.rank-3 {
    background-image: url(//img.12365auto.com/images/m/ranking/num03.png);
}


/***实用性***/
.dg_li {
    padding: 0px 15px;
}

.dg_li .pc_li_show ul li .np-container {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.dg_li .pc_li_show ul li .np-container .np-l a img.tpis {
    width: 108px;
    border-radius: 4px;
}

.dg_li .pc_li_show ul li .np-container .np-r {
    margin-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 113px;
}

.np-r .np-title {
    color: #192633;
    min-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.np-r .np-meat {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666D7F;
    font-size: 12px;
    line-height: 140%;
    position: relative;
    width: 100%;
}

.np-r .np-meat span img {
    width: 9px;
}

.np-r .np-meat span {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.np-r .np-meat span em {
    font-style: normal;
    color: #00A0E9;
    text-align: center;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 0.6875rem */
    text-transform: capitalize;
}


/*新车调查*/

.center .report-list {
    padding-bottom: 60px;
}

.report-list ul {
    margin: 0 15px;
}

.report-list ul li {
    border-bottom: 1px solid #F1F2F6;
    padding-bottom: 15px;
}

.report-list ul li a .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 10px 0;
}

.report-list .item-title div {
    font-size: 1rem;
    color: #192633;
    width: 77%;
    line-height: 1em;
}

.report-list .item-title span {
    font-size: 0.75rem;
    color: var(--date-gray)
}

.report-list .item-title div > em {
    font-style: normal;
    font-size: 0.75rem;
    color: #666D7F;
    font-weight: normal;
}

.report-list .item-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.report-list .item-content-left {
    width: 110px;
    position: relative;
}

.report-list .content-left-img em {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
}

.report-list .content-left-img img {
    width: 100%;
    border-radius: 3px;
}

.report-list .content-left-img em img {
    width: 35px;
}

.report-list .item-content-right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: calc( 100% - 130px );
    gap: 10px;
}

.report-list .content-right-my,
.report-list .content-right-zbmy {
    display: flex;
    align-items: center;
}

.report-list .content-right-my .my-icon,
.report-list .content-right-zbmy .zbmy-icon {
    float: left;
}

.report-list .content-right-my .my-icon img {
    height: 42px;
}

.report-list .content-right-zbmy .zbmy-icon img {
    height: 56px;
}

.report-list .item-content-right .circleb {
    float: left;
}

.report-list .item-content-right .content-right-my .circleb b {
    color: #FF5050;
    font-size: 1rem;
}

.report-list .item-content-right .content-right-zbmy .circleb b {
    color: #00a0e9;
    font-size: 1rem;
}

.report-list .item-content-right .circle {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    padding-left: 8px;
}

.report-list .item-content-right .info {
    width: 80px;
    height: 45px;
    text-align: center;
    font-size: 0.75rem;
    position: absolute;
    top: 16px;
}

.report-list .item-content-right .info span {
    display: table-cell;
    color: #666D7F;
    text-align: center;
    line-height: 14px;
    height: 24px;
    padding: 0 12px;
    vertical-align: middle;
    width: 80px;
}

.report-list .item-bottom {
    background: #F3F5F9;
    color: #192633;
    padding: 10px;
    border-radius: 5px;
}

.report-list .item-bottom-evaluate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    margin-bottom: 6px;
}

.report-list .item-bootom-score {
    display: flex;
    align-items: center;
}

.report-list .item-bootom-score span {
    font-weight: bold;
    padding-right: 5px;
}

.report-list .item-bootom-score b {
    font-size: 1rem;
    color: #FF5050;
}

.report-list .item-bottom-rank span {
    color: #666D7F;
}

.report-list .item-bottom-rank em {
    font-style: normal;
    color: #FF5050;
}

.report-list .item-bottom-result {
    color: #192633;
    font-size: 0.75rem;
    font-style: normal;
    min-height: 23px;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.report-list .item-bottom-result b {
    color: #666D7F;
}

/*新车调查三级页 头部统计图*/
.cars_horizontal_info_scoring {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px 10px 15px;
    gap: 52px;
}

.left_cars_horizontal_info {
    width: 101px;
}

.left_cars_info_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #192633;
    font-size: .75rem;
    font-weight: bold;
    width: 101px;
    max-width: 101px;
    display: block;
    text-align: center;
}

.left_cars_info_img {
    width: 101px;
    max-width: 101px;
    display: block;
    margin-top: 8px;
}

.left_cars_info_score {
    text-align: center;
    color: var(--text-666);
    font-size: .75rem;
    font-weight: bold;
    max-width: 101px;
}

.left_cars_info_score span {
    color: #FF5924;
    text-align: center;
    font-size: 1.375rem;
    font-style: normal;
    margin-left: 4px;
}

.right_horizontal_scoring {
    margin-left: auto;
    padding-top: 34px;
}

.x_area_line {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #8AA8B3;
    position: relative;
    width: 186px;
    height: 85px;
}

.x_area_line > div {
    position: relative;
}

.x_area_line .scroe_name {
    color: #5B757E;
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: 13px;
    position: relative;
    left: -42px;
}

.x_area_gress {
    position: absolute;
    height: 8px;
    top: 8px;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(270deg, #00B0ED 0%, #62D7FF 100%);
}

.horizontal_scoring {
    position: absolute;
    right: 0;
    color: #666D7F;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    top: -2px;
    right: -22px;
}

.y_area_line {
    border-top: 1px solid #8AA8B3;
    display: flex;
    justify-content: space-between;
    width: 186px;
    position: relative;
    padding: 7px calc(175px / 10) 0;
    margin: 0;
    box-sizing: border-box;
}

.y_area_line > div {
    color: #5B757E;
    font-size: .75rem;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
}

.y_area_line > div::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 6px;
    background-color: #8AA8B3;
}

.zero_clear {
    position: absolute !important;
    left: -3px;
}

.zero_clear::before {
    width: 0 !important;
}

.test_drive_section {
    margin: 0 15px;
    padding: 16px 0;
    border-bottom: 1px solid #F1F2F6;
}

.test_drive_section:first-of-type {
    padding: 0 0 16px;
}

.test_drive_name_video {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.test_drive_name_video .bt {
    color: #192633;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
}

.test_drive_data {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}



.test_drive_car_img img {
    height: 100%;
    display: block;
    margin: auto;
    width: 108px;
    border-radius: 2px;
}

.test_drive_classify {
    height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 8px;
}

@media (min-width: 376px) {
    .test_drive_classify {
        width: 70%;
    }
}

.test_drive_classify_ul {
    display: flex;
    justify-content: space-between;
}

.test_drive_classify_ul .picth {
    position: relative;
}

.test_drive_classify_ul .picth::after {
    content: "";
    background-image: url(//img.12365auto.com/images/m/news/up_tri.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 28px;
    height: 22px;
    left: calc(50% - 14px);
    top: 57px;
}

.test_drive_classify_ul > li {
    width: 38px;
    flex: 1;
}

.test_drive_classify_ul > li img {
    width: 38px;
    border-radius: 38px;
    display: block;
    margin: auto;
}

.test_drive_classify_ul > li span {
    color: #666D7F;
    text-align: center;
    font-size: .75rem;
    font-weight: 400;
    line-height: 100%;
    display: block;
    text-align: center;
    margin-top: 6px;
}

.test_drive_classify_ul > li .picth span {
    color: #FA8D1F;
}

.test_drive_details {
    margin-top: 16px;
    display: flex;
    padding: 6px;
    border-radius: 2px;
    background: #F7F8FD;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem;
    font-weight: 400;
    line-height: 140%;
    height: 62px;
}

.test_drive_details a {
    color: #666D7F;
}

.test_drive_details span {
    display: inline-flex;
    position: relative;
    color: #00A0E9;
    align-items: center;
}

.test_drive_details span img {
    width: 9px;
}

.pc_sptp {
    padding: 12px 8px;
    border-radius: 2px;
    background: #F7F8FD;
    margin-top: 10px;
}

.pc_sptp .tips {
    color: var(--, #192633);
    font-size: .6875rem;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 12px;
    display: block;
}

.test_drive_imginfo {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

.test_drive_imginfo > span {
    flex: 1;
}

.test_drive_imginfo > span img {
    width: 100%;
    display: block;
    margin: auto;
}

.trophy_section {
    background-image: url(//img.12365auto.com/images/m/news/icon_trophy.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 15px;
    padding-left: 8px;
    height: 15px;
    display: flex;
    align-items: center;
}

.np-bottom {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
}

.np-bottom > a {
    flex: 1;
    border-radius: 2px;
    background: #F7F8FD;
    padding: 9px 0 5px;
}

.np-bottom .r-top-div img {
    width: 30.5px;
    display: block;
    margin: auto;
}

.r-top-span {
    color: #192633;
    text-align: center;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: block;
    margin-top: 5px;
}

.r-bottom {
    color: #666D7F;
    font-size: .625rem;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.np-font-red {
    color: #FF4524;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    line-height: 100%;
    margin-right: 1px;
}

.dg_li li {
    padding: 16px 0;
    border-bottom: 1px solid#F1F2F6;
}

.dg_li li:first-of-type {
    padding: 0 0 16px 0;
}

.newcar_list {
    padding: 5px 15px 0;
}

.newcar_list li {
    width: 100%;
    display: block;
    margin-bottom: 11px;
}

.newcar_list_section_data {
    color: #192633;
    font-size: 1rem;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 12px;
    background-image: url(//img.12365auto.com/images/m/dealer/bg.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 33px;
    padding-bottom: 2px;
}

.newcar_list_section_content {
    display: flex;
    justify-content: space-between;
    gap: 24px 9px;
    flex-wrap: wrap;
}

.newcar_list_section_content > div {
    width: calc(50% - 4.5px);
}

.newcar_list_section_content .imgdwh {
    width: 100% !important;
    display: block;
    position: relative;
}

.newcar_list_section_content .imgdwh .picmr {
    width: 100%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.ssxc-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    height: 19px;
}

.ssxc-item-bottom b {
    color: #9DA3B3;
    font-size: .75rem;
    font-weight: 400;
    line-height: 100%;
}

.ssxc-item-bottom a {
    height: 19px;
    border-radius: 2px;
    background: #E6F6FD;
    color: #00A0E9;
    font-size: .75rem;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 4px 0 22px;
    background-image: url(//img.12365auto.com/images/m/public/ic_video_start.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 15px;
}

.ssxc-item-title {
    color: #192633;
    font-size: .875rem;
    font-weight: 400;
    line-height: 140%;
    white-space: nowrap;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 6px;
}

.new-series-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}