.news-box .container-width {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}
.news-box .news-list {
    width: 70%;
}
.news-box .news-rec {
    width: 25%;
}
.page-path {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.page-path,.page-path a {
    color: #aba5a2;
    font-size: 14px;
}
.page-path b {
    font-family: 'Georgia';
    font-weight: normal;
    font-size: 12px;
    padding: 0 6px;
    color: #888b92;
}
.news-list {
}
.news-list ul {
    padding: 0 20px 0 35px;
}
.news-list ul li {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    overflow: hidden;
}
.news-list ul li:nth-child(10n) {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ededed;
}
.news-list ul li a {
    flex: 1;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 16px;
}
.news-list ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ff0000;
}
.news-list ul li .fr {
    width: 120px;
    text-align: right;
    color: #c0c1c5;
    font-size: 12px;
}
.news-list ul li a:hover {
    color: #c00;
    text-decoration: underline;
}
.article-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bsBox {
    height: auto !important;
}
.bsTop {
    width: auto !important;
}
.bsFrameDiv >div {
    height: auto !important;
    width: auto !important;
    display: block !important;
    text-align: center !important;
}
.bsFrameDiv >div img {
    width: auto !important;
    height: auto !important;
    margin: 15px !important;
    display: inline-block !important;
}
.news-rec-ad {
    margin-bottom: 20px;
    border: 1px solid #f4f4f4;
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%);
}
.news-rec-ad img {
    width: 100%;
}
.hot-list {
    margin-bottom: 20px;
    padding: 15px 18px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.hot-list h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #333333;
}
.hot-list h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #d9d9d9;
}
.hot-list ul {
    counter-reset:number;
}
.hot-list ul li {
    position: relative;
    padding-left: 25px;
}
.hot-list ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: counter(number);
    counter-increment: number;
    font-size: 14px;
    color: #d7d9dc;
}
.hot-list ul li:nth-of-type(-n+3)::before {
    color: #ca5a5a;
}   
.hot-list ul li a {
    display: block;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333333;
}
.hot-list ul li:last-of-type a {
    margin-bottom: 10px;
}
@media (max-width: 960px) {
    .news-box .container-width {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .news-box .news-list {
        width: 100%;
    }
    .news-list ul {
        padding: 0 10px;
    }
    .news-box .news-rec {
        display: none;
    }
}
.dd-list {
    padding: 12px 5px;
    border: 1px solid #dfdfdf;
}
.dd-list>h3 {
    margin-bottom: 10px;
    padding-left: 6px;
    border-left: 4px solid #365297;
    font-size: 18px;
    color: #365297;
}
.dd-list ul li {
    margin-bottom: 15px;
    padding-left: 10px;
}
.dd-list ul li a {
    display: flex;
    align-items: center;
}
.dd-list ul li:last-of-type {
    margin-bottom: 0;
}
.dd-list ul li a img {
    width: 65px;
    border-radius: 5px;
}
.dd-list ul li a .dd-cont {
    flex: 1;
    padding-left: 12px;
    overflow: hidden;
}
.dd-list ul li a h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
}
.dd-list ul li a p {
    line-height: 1.2;
    font-size: 12px;
    color: #cacbca;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.single-box .container-width {
    display: flex;
    justify-content: space-between;
}
.article-show {
    width: 70%;
}
.article-show .article-head {
    padding: 24px 0;
    border-bottom: 1px solid #c5c5c5;
}
.article-show .article-head h1 {
    margin-bottom: 22px;
    font-size: 26px;
    color: #333333;
}
.article-show .article-meta {
    font-size: 12px;
    color: #8b929c;
}
.editor {
    margin-bottom: 30px;
    padding: 30px 10px;
    border-bottom: 2px solid #f6f6f6;
}
.editor,.editor p,.editor section {
    text-indent: 2em;
    margin: 10px 0;
    line-height: 1.8;
    font-size: 16px;
    color: #333333;
    /* text-indent: 2em; */
}
.editor img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.wp-playlist,.wp-video {
    display: flex;
    justify-content: center;
}
.editor video,.editor .wp-video {
    margin: 20px 0;
    max-width: 100%;
    width: 100% !important;
    height: auto;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.editor-btm {
    margin: 40px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.editor-btm .ed-keywords {
    display: flex;
    align-items: center;
}
.editor-btm .ed-keywords ul li {
    margin-right: 5px;
}
.editor-btm .ed-keywords ul li:last-of-type {
    margin-right: 0;
}
.editor-btm .ed-share {
    display: flex;
    align-items: center;
}
.about-news {
    padding: 0 20px;
}
.about-news h3 {
    margin-bottom: 20px;
    padding-left: 6px;
    border-left: 4px solid #be2929;
    color: #231a13;
    font-size: 18px;
    font-weight: bold;
}
.about-news ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-news ul li {
    width: 48%;
    margin-bottom: 20px;
    line-height: 15px;
}
.about-news ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #3e3333;
}
.article-right {
    width: 25%;
    margin-top: 25px;
}
.article-right .topic-list {
    padding: 0 6px 12px 0;
}
.article-right .topic-list>h3 {
    margin-bottom: 20px;
    padding-left: 6px;
    border-left: 4px solid #e60012;
    color: #e60012; 
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-right .topic-list h3 a {
    font-size: 14px;
    color: #b3b6b7;
}
.article-right .topic-list ul.dash-ul li {
    padding: 12px 0;
    border-bottom: 1px dashed #d8d8d8;
}
.article-right .topic-list ul.dash-ul li a {
    font-size: 14px;
    color: #333333;
}
.article-right .topic-list ul.dash-ul li:first-of-type {
    margin-bottom: 10px;
    border-bottom: none;
}
.article-right .topic-list ul.dash-ul li:first-of-type a {
    display: flex;
    align-items: center;
}
.article-right .topic-list ul.dash-ul li:first-of-type:last-of-type {
    margin-bottom: 0;
}
.article-right .topic-list ul.dash-ul li:first-of-type a img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 5px;
}
.article-right .topic-list ul.dash-ul li:first-of-type a .dd-cont {
    flex: 1;
    padding-left: 12px;
    overflow: hidden;
}
.article-right .topic-list ul.dash-ul li:first-of-type a h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
}
.article-right .topic-list ul.dash-ul li:first-of-type a p {
    line-height: 1.2;
    font-size: 12px;
    color: #cacbca;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-right .topic-list ul.list-ul {
    counter-reset:number;
}
.article-right .topic-list ul.list-ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 30px;
}
.article-right .topic-list ul.list-ul li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: counter(number);
    counter-increment: number;
    background-color: #e5f0f5;
    color: #e60012;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.article-right .topic-list ul.list-ul li:nth-of-type(-n+3)::before {
    background-color: #e60012;
    color: #ffffff;
}
.article-right .topic-list ul.list-ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}
.cat-left {
    width: 70%;
}
.cat-left ul.cat-list {
    margin: 40px 0;
}
.cat-left ul.cat-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 14px 14px 20px 14px;
    border-bottom: 1px dashed #e4e4e4;
    background-color: #f7f7f7;
    overflow: hidden;
}
.cat-left ul.cat-list li .cat-img {
    width: 40%;
    display: block;
    margin-right: 5%;
}
.cat-left ul.cat-list li .cat-img img {
    width: 100%;
}
.cat-left ul.cat-list li .cat-cont {
    flex: 1;
}
.cat-left ul.cat-list li .cat-cont h3 {
}
.cat-left ul.cat-list li .cat-cont h3 a {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    color: #2f3333;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cat-left ul.cat-list li .cat-cont p {
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cat-left ul.cat-list li .cat-meta {
    margin-top: 20px;
}
.cat-left ul.cat-list li .cat-meta span {
    color: #e60012;
    margin-right: 20px;
}
.cat-left ul.cat-list li .cat-meta span:last-of-type {
    margin-right: 0;
}
.cat-rec {
    padding: 0 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}
.cat-rec h3 {
    position: relative;
    margin-bottom: 16px;
    padding-left: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.cat-rec h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background-color: #e60012;
}
.cat-rec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cat-rec ul li {
    width: 48%;
    margin-bottom: 14px;
}
.cat-rec ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333333;
}
.cat-rec ul li a:hover {
    color: #e60012;
}
@media (max-width: 1200px) {
    .cat-left ul.cat-list li .cat-cont {
        flex: auto;
        width: 60%;
    }
}
@media (max-width: 960px) {
    .cat-left {
        width: 100%;
    }
    .article-right {
        display: none;
    }
}
@media (max-width: 768px) {
    .cat-left ul.cat-list {
        margin: 20px 0;
    }
    .cat-left ul.cat-list li {
        margin-bottom: 10px;
        padding: 8px 8px 12px 8px;
    }
    .cat-left ul.cat-list li .cat-cont h3 a {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .cat-left ul.cat-list li .cat-cont p {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
    .cat-left ul.cat-list li .cat-meta {
        margin-top: 5px;
        font-size: 12px;
    }
    .cat-left ul.cat-list li .cat-meta span {
        margin-right: 10px;
    }
    .cat-rec {
        display: none;
    }
}
.jc-rec {
}
.jc-rec h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
    color: #214784;
}
.jc-rec h3::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 88%;
    height: 1px;
    background-color: #214784;
}
.jc-rec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jc-rec ul li {
    width: 32%;
    margin-bottom: 20px;
}
.jc-rec ul li img {
    width: 100%;
}
.jc-rec ul li .jc-con {
    padding: 15px 10px;
    font-size: 14px;
    color: #070402;
    background-color: #f5f5f5;
}
.jc-rec ul li .jc-con span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 960px) {
    .article-show {width: 100%;}
    .jc-rec h3 {font-size: 20px;}
    .jc-rec h3::after {width: 78%;}
    .jc-rec ul li {width: 48%;}
    .jc-rec ul li .jc-con {font-size: 12px;}
}
.cx_delcon {
    display: flex;
    justify-content: space-between;
}
.cx_delleft {
    width: 64%;
}
.cx_delright {
    width: 35%;
}
.cx_con {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}
.cx_topfl {
    float: left;
    width: 340px;
}
.cx_con .cx_flash {
    float: left;
    width: 340px;
    height: 255px;
}
.cx_zt {
    float: left;
    width: 340px;
    padding-top: 10px;
}
.cx_topmid {
    width: 330px;
    float: left;
    margin: 0 10px;
}
.cx_news {
    height: 255px;
    overflow: hidden;
    line-height: 24px;
}
h2.cx_tit {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #288FF8;
    text-align: center;
}
.cx_news p {
    padding: 10px 0;
}
.cx_news ul li {
    height: 28px;
    line-height: 28px;
    background: url("../images/li_fd.jpg") no-repeat scroll left center;
    text-indent: 10px;
}
/* .cx_news li a:hover {
    color: #288FF8;
} */
.cx_hotnews {
    padding-top: 10px;
    line-height: 28px;
}
.cx_hotnews li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    background: url("../images/li_fd.jpg") no-repeat scroll left center;
    text-indent: 10px;
}
.cx_hotnews li span {
    width: 95px;
    text-align: right;
    float: left;
}
.cx_hotnews li a {
    display: block;
    width: 235px;
    float: left;
}
.cx_hotnews li a:hover {
    color: #288FF8;
}
.cx_top_fr {
    float: right;
    width: 260px;
}
.cx_top_fr li {
    float: left;
    padding: 14px 4px;
}
.cx_top_fr li a>p {
    text-align: center;
}
.cx_top_fr img {
    border: 1px solid #DADADA;
}
.cx_pic {
    clear: both;
    padding-top: 10px;
}
.cx_pic_tit {
    clear: both;
    font-family: "微软雅黑";
    font-size: 18px;
    height: 32px;
    line-height: 24px;
    position: relative;
    width: 100%;
    border-bottom: 3px solid #adb2b6;
}
.cx_pic_tit a {
    bottom: 0;
    display: block;
    font-size: 14px;
    position: absolute;
    right: 0;
}
.cx_pic ul {
    padding-top: 10px;
    /*padding-left: 10px;*/
}
.cx_pic ul li {
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 12px;
}
.cx_pic ul li:nth-of-type(5n) {
    margin-right: 0;
}
.cx_pic ul li img {
    width: 166px;
    height: 112px;
}
.cx_pic ul li a {
    display: block;
    width: 166px;
    padding: 4px;
    height: 142px;
    border: 1px solid #DADADA;
}
.cx_pic ul li a:hover {
    padding: 5px;
    background-color: #bed6fc;
    border: 0 none;
}
.cx_fcon {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
    clear: both;
}
.cx_fleft {
    float: left;
    width: 230px;
}
.cx_pic_vcon {
    border: 1px solid #DADADA;
    border-top: 0 none;
    padding: 10px 19px;
    text-align: center;
    height: 350px;
}
.cx_pic_vcon p {
    line-height: 30px;
}
.cx_fmid {
    float: left;
    width: 470px;
    margin: 0 10px;
    height: auto;
    overflow: hidden;
}
.cx_mes_fk {
    margin-top: 0;
}
.cx_mes_fk table {
    width: 440px;
}
.cx_mes {
    border: 1px solid #DADADA;
    border-top: 0 none;
    padding: 10px;
    height: 350px;
}
.cx_fright {
    width: 240px;
    float: left;
}
.cx_fright ul {
    height: 350px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #DADADA;
    border-top: 0 none;
}
.cx_fright li {
    height: 28px;
    line-height: 28px;
    background: url(../images/li_fd.jpg) no-repeat left center;
    text-indent: 10px;
}
.cx_fright li a {
    display: block;
    float: left;
    width: 158px;
    height: 28px;
    overflow: hidden;
}
.cx_fright li a:hover {
    color: #288FF8;
}
.cx_fright li span {
    float: left;
    width: 60px;
    text-align: right;
}
.cs_deltab {
    clear: both;
    height: auto;
    overflow: hidden;
}
.cs_deltit {
    font-size: 16px;
    font-family: "微软雅黑";
}
.cs_deltab table {
    border: 1px solid #DADADA;
    border-collapse: collapse;
    margin-top: 10px;
}
.cs_deltab table td,
.cs_deltab table th {
    border: 1px solid #DADADA;
    line-height: 32px;
}
.cs_deltab table th {
    width: 170px;
}
.cs_deltab table td {
    padding: 0 10px;
    word-break: break-all;
}
.cs_deltab table th.deltab_bg {
    height: 36px;
    background-color: #cccccc;
}
.cs_singledel {
    padding-top: 10px;
}
.cs_delwords {
    margin: 30px 0;
    padding: 10px;
    border: 1px solid #DADADA;
    border-top: 3px solid #adb2b6;
    line-height: 26px;
}
.cs_delwords p {
    padding-bottom: 10px;
    text-indent: 24px;
}
.cs_delwords img {
    display: inline-block;
}
.cs_fkcon {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #DADADA;
    border-top: 3px solid #adb2b6;
    line-height: 26px;
}
.cs_fkcon table {
    width: 570px;
}
.cs_fkcon table img {
    display: inline-block;
    vertical-align: middle;
}
.cs_fkcon input {
    border: 1px solid #DADADA;
}
.cs_fkcon td.cs_name {
    width: 60px;
    text-align: left;
}
.cs_fkcon td a {
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    width: 80px;
    height: 24px;
    background-color: #288FF8;
}
.cs_fkcon td a.cxfk_zc {
    background-color: #dddddd;
    color: #444444;
}
.cs_fkcon span {
    color: #FF0000;
    padding-left: 5px;
}
.cs_fkcon textarea {
    width: 560px;
    height: 60px;
    border: 1px solid #DADADA;
}
.cs_time {
    line-height: 200%;
    color: #999;
}
.img-600 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.btn:hover {
    background-color: #f53;
}
.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
    background-size: 40% auto;
}
.right_btn {
    float: left;
    background-image: url(../images/right_btn.png);
    background-size: 40% auto;
}
.content_tit {
    margin-bottom: 20px;
}
.large_box {
    margin-bottom: 10px;
    height: 400px;
    overflow: hidden;
    text-align: center;
}
.large_box img {display: inline-block;width: 100%;height: 100%;object-fit: cover;}
.small_box {
    height: 75px;
    overflow: hidden;
}
.small_list {
    position: relative;
    float: left;
    width: calc(100% - 70px);
    height: 75px;
    overflow: hidden;
}
.small_list ul {
    height: 75px;
    overflow: hidden;
}
.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 112px;
}
.small_list ul li img {
    display: block;
    width: 112px;
}
.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 112px;
    height: 75px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.small_list ul li.on .bun_bg {
    display: block;
}
.btn {
    display: block;
    width: 30px;
    height: 75px;
    background-color: #999;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.btn:hover {
    background-color: #f53;
}
.cx_smanav {
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}
.cx-smanbrand {
    float: right;
}
.cx_smanav li {
    float: left;
    width: 90px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #288FF8;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
}
.cx_smanav li.navon {
    background-color: #288FF8;
    color: #FFFFFF;
}
.cx_smanav li a {
    display: block;
    font-size: 16px;
}
.cx_smanav li a:hover {
    background-color: #288FF8;
    color: #FFFFFF;
}
.left_tit {
    width: 100%;
    height: 32px;
    line-height: 24px;
    font-family: "微软雅黑";
    font-size: 18px;
    background: url(../images/tit.jpg) no-repeat left bottom;
    position: relative;
}
.left_tit a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 14px;
}
.left_tit a:hover {
    color: #444444;
}
.news_right {
    float: right;
    height: auto;
    overflow: hidden;
}
.hot_box {
    height: 400px;
    overflow: hidden;
    line-height: 24px;
}
.box_box_tit {
    margin-top: 10px;
    color: #288FF8;
    font-weight: bold;
    line-height: 28px;
}
.box_box_tit a {
    color: #288FF8;
}
.hot_box ul,
.hot_boxn ul {
    padding-top: 15px;
}
.hot_box ul li,
.hot_boxn ul li {
    height: 28px;
    background: url(../images/li_fd.jpg) no-repeat center left;
    padding-left: 8px;
}
.hot_box ul a,
.hot_boxn ul a,
.kclt_box ul a {
    float: left;
    width: 247px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    display: inline-block;
    color: #666666;
    text-decoration: none;
}
.hot_box ul a:hover,
.hot_boxn ul a:hover,
.kclt_box ul a:hover {
    color: #288FF8;
    text-decoration: none;
}
.hot_box ul span,
.hot_boxn ul span,
.kclt_box ul span {
    float: right;
    text-align: right;
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
}
.simlar_cx {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}
.simlar_cx li {
    padding-top: 10px;
    clear: both;
    display: flex;
}
.simlar_cx li img {
    float: left;
    width: 150px;
    height: 100px;
    margin-right: 15px;
    padding: 4px;
    border: 1px solid #DADADA;
}
.simlar_cx li p {
    width: 100%;
    float: right;
    line-height: 26px;
}
.simlar_cx li p.simlar_name {
    font-weight: 700;
    height: 56px;
    overflow: hidden;
}
.article-panel {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.title {
    position: relative;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 3px solid #e4e4e4;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.title a {
    float: right;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
}
.title>span {
    position: absolute;
    left: 0;
    bottom: -3px;
    border-bottom: 3px solid #d2171c;
}
.title p {
    position: absolute;
    left: 120px;
    top: 0;
    font-size: 16px;
    color: #333;
    line-height: 46px;
    font-weight: 400;
}
.title p span {
    color: #ff8344;
    margin-right: 2px;
}
.tab-panel ul li {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.tab-panel ul li>a {
    display: flex;
    color: #666;
}
.tab-panel ul li a img {
    float: left;
    display: block;
    margin-right: 20px;
    width: 250px;
    height: 167px;
}
.tab-panel ul li .article-main {
    float: left;
    position: relative;
}
.tab-panel ul li .article_p {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    font-weight: bold;
}
.tab-panel ul li a .article_p {
    color: #333;
}
.tab-panel ul li a p {
    color: #666;
    margin-top: 10px;
    height: 56px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tab-panel ul li a:hover .article_p {
    color: #d2171c;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;
}
.tablist-img .article-type {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 14px;
    color: #999;
    width: 450px;
    height: 20px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
}
.tablist-noimg .article-type {
    font-size: 14px;
    color: #999;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}
.tablist-img .article-type em {
    display: flex;
    align-items: center;
    font-style: normal;
}
.tablist-img .article-type em svg {
    margin-right: 5px;
}
.bd_tit2 {
    border-left: 3px solid #288ff8;
    font-size: 18px;
    padding-left: 10px;
}
.bd_intro{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.bd_intro_box{
    display: flex;
    justify-content: space-between;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
    height: 102px;
}
.bd_intro_l{
	width: 150px;
	height: 100px;
	border: 1px solid #dadada;
	float: left;
    display: flex;
    align-items: center;
    padding: 0 5px;
}
.bd_intro_l img{
    width: 100%;
    height: auto;
}
.bd_intro_r{
	width: 790px;
	min-height: 102px;
	float: left;
	margin-left: 18px;
	line-height: 26px;
}
#all {
    float: right;
    width: 100%;
    cursor: pointer;
    color: #288ff8;
    text-align: right;
    line-height: 40px;
}
.pages_fkbd {
    border: 1px solid #DADADA;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 10px;
    position: relative;
    border-top: 2px solid #aeb2b5;
}
.pages_fkbd .pages_fk_tit {
    font-size: 16px;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #FFFFFF;
}
.pages_fk_con {
    margin-top: 20px;
}
.buses-u-23-24 {
    width: 95.8333%;
}
.buses-g [class*=buses-u] {
    font-family: sans-serif;
}
.city.buses-u-1-2 {
    margin-left: 5px;
}
.buses-u-1-2, .buses-u-12-24 {
    width: 49%;
    display: inline-block;
}
.buses-u-3-5 {
    width: 59%;
    display: inline-block;
}
.buses-u-2-5 {
    width: 40%;
    display: inline-block;
}
#city_2 {
    margin-bottom: 20px;
}
.buses-form input:not([type]) {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: .5em .6em;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
}
.buses-form .buses-input-1 {
    width: 99%;
}
.buses-button {
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    color: #444;
    color: rgba(0,0,0,.8);
    border: 1px solid #999;
    border: transparent;
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
    -webkit-appearance: button;
    cursor: pointer;
    margin-top: 0.25em;
    margin: 10px auto;
    background-color: #0078e7;
    color: #fff;
}
.buses-button:hover {
    filter: alpha(opacity=90);
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}
.buses-form input[type=password], .buses-form input[type=email], .buses-form input[type=url], .buses-form input[type=date], .buses-form input[type=month], .buses-form input[type=time], .buses-form input[type=datetime], .buses-form input[type=datetime-local], .buses-form input[type=week], .buses-form input[type=tel], .buses-form input[type=color], .buses-form input[type=number], .buses-form input[type=search], .buses-form input[type=text], .buses-form select, .buses-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
}
.cx_tb ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.cx_tb ul li {
    text-align: center;
}
.cx_tb ul li a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.cx_tb ul li p {
    font-size: 16px;
}
.shell {background-color: #fbfbfb;padding: 26px 0 40px;margin-bottom: 55px;}
.shell-list {height: auto;border: 1px solid #e5e5e5;padding: 20px 20px;position: relative;}
.shell-item {display: flex;align-items: center;font-size: 16px;color: #333333;margin-top: 15px;padding-top: 15px;height: auto;overflow: hidden;border-top: 1px dotted #e5e5e5;}
.shell-item .swiper-container {margin: 0;flex: 1;}
.shell-item ul {display: flex;align-items: center;}
.shell-item ul li {font-size: 16px;line-height: 28px;padding: 0 15px;margin-left: 15px;cursor: pointer;width: auto;border-radius: 20px;}
.shell-item ul li:first-of-type {background-color: #ff2020;color: #ffffff;font-size: 16px;margin-left: 28px;}
.shell-item ul li:first-of-type a {color: #ffffff;}
.shell-item ul li:hover {color: #ff2020;}
.shell-more {display: flex;margin-top: 30px;}
.shell-more .shell-btn {border: 1px solid #e5e5e5;background-color: #ffffff;font-size: 16px;color: #666666;padding: 7px 16px;display: flex;align-items: center;margin-right: 20px;cursor: pointer;}
.shell-more .shell-btn a {font-size: 16px;color: #666666;}
.shell-item span {display: block;min-width: 85px;text-align: right;}
.shell-more .shell-btn i {transform: rotate(-90deg);font-size: 14px;display: inline-block;position: relative;left: 4px;font-size: 12px;top: 1px;}
.shell-more .shell-btn:hover,.shell-more .shell-btn:hover a {background-color: #ff2020;color: #ffffff;}
.shell-more .shell-btn:hover i {color: #ffffff;}
.shell-more  .shell-search {display: flex;}
.shell-more  .shell-search input {font-size: 14px;color: #999999;border: 1px solid #e5e5e5;padding: 0 0 0 15px;width: 285px;}
.shell-more  .shell-search button {margin: 0;background-color: #ff2020;padding: 0 26px;}
.shell-more  .shell-search button i {color: #ffffff;font-size: 22px;padding: 0;position: relative;top: 2px;}
.other {transition: none;}
.btnMore {width: 120px;height: 29px;line-height: 29px;font-size: 14px;background: #f5f5f5;text-align: center;position: absolute;left: 0;right: 0;bottom: -30px;margin: auto;}
.bd_buses{height: auto;overflow: hidden;margin: 50px 0;}
.bd_hot_bus{height: auto;overflow: hidden;display: flex;flex-wrap: wrap;}
.bd_hot_bus li{width: 19%;height: auto;float: left;margin-top: 15px;text-align: center;margin-right: 10px;}
.bd_hot_bus li:nth-child(5n) {margin-right: 0;}
.bd_hot_bus li img{margin-bottom: 6px;width: 100%;height: auto;}
.bd_hot_bus li p span{color: #ff2020;}
.bd_hot_bus li p{width: 100%;height: 30px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cx_zx_btn{width: 90px;height: 30px;line-height: 28px;border: 1px solid #288ff8;color: #288ff8;box-sizing: border-box;display: block;border-radius: 30px;margin: 8px auto 0 auto;}
.cx_zx_btn:hover{background-color: #288ff8;color: #fff;}
.shell-a {
    display: flex;
    align-items: baseline;
}
.letter {
    color: #ff2020;
}
.shell-a ul {
    display: flex;
    flex-wrap: wrap;
}
.shell-a ul li {
    line-height: 28px;
    padding: 0 15px;
    
}
.shell-a ul li:first-of-type {
    color: #ff2020;
    background-color: #fff;
    margin-left: 28px;
}
.shell-a span {
    font-size: 16px;
    color: #333333;
    display: block;
    min-width: 85px;
    text-align: right;
}
.shell-a ul li a {
    font-size: 16px;
    color: #333333;
}
.shell-a ul li a.active {
    color: #ff2020;
    background-color: #fff;
}
.feedback-box {
    margin: 20px 0 50px;
}
.feedback-form textarea {
    resize: none;
    width: 100%;
    height: 120px;
    color: #666;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.feedback-form form textarea:focus {
    border-color: #d2171c;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 5px rgb(59 162 99 / 30%);
}
.feedback-form form>div {
    overflow: hidden;
}
.feedback-form form>div input::placeholder {
    color: #b2b2b2;
}
.feedback-form form textarea::placeholder {
    color: #b2b2b2;
}
.feedback-form form>div input {
    height: 40px;
    line-height: 40px;
    color: #666;
    padding: 0 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.feedback-form form .name input {
    width: 100%;
}
.feedback-form form .code-yz input {
    width: 80%;
    float: left;
}
.feedback-form form .tel input {
    width: 70%;
    float: left;
}
.feedback-form form .code-yz img {
    display: block;
    float: right;
    cursor: pointer;
}
.feedback-form form .tel input[type="button"] {
    display: block;
    float: right;
    width: 26%;
    height: 40px;
    border: 1px solid #d2171c;
    background: #fff;
    border-radius: 4px;
    color: #d2171c;
    cursor: pointer;
}
.feedback-form form .submit input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 4px;
    background: #d2171c;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin-bottom: 0;
}
.feedback-form form .mes-code input {
    width: 100%;
}
.feedback-form form>div input:focus {
    border-color: #d2171c;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 5px rgb(59 162 99 / 30%);
}
#city_1 {
    display: flex;
    justify-content: space-between;
}
.pro-city select {
    width: 98%;
    height: 40px;
    line-height: 40px;
    color: #666;
    padding: 0 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    appearance: auto;
}
.pro-city select:invalid {
    color: #b2b2b2;
}
.pro-city select.city {
    float: right;
}
.pro-city select option {
    color: #666;
}
.code-yz {
    display: flex;
    justify-content: space-between;
}
#canvas {
    width: 180px;
    height: 40px;
    background-color: #d2171c;
}
.sort_box {
    margin: 50px 0;
    padding: 30px 0;
    overflow: hidden;
    background-color: #f3f3f3;
}
.sort_box ul {
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.sort_box li {
    width: 23.5%;
    padding-bottom: 20px;
    border: 1px solid #d6d6d6;
    text-align: center;
    background: #fff;
    float: left;
    margin-bottom: 20px;
}
.sort_box li img {
    margin: 20px 0;
}
.sort_box li .f16 {
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sort_box li .type {
    padding: 8px 0;
}
.sort_box li .type i {
    border: 1px solid #d6d6d6;
    padding: 2px 5px;
    margin: 4px 5px;
    font-style: normal;
    display: inline-block;
}
.brand-del {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px 0;
}
.brand-del img {
    width: 300px;
    display: block;
    float: left;
}
.brand-del .brand-des {
    float: right;
    overflow: hidden;
    margin-left: 20px;
    line-height: 30px;
    flex: 1;
}
.brand-del .brand-des p.brandname {
    width: 100%;
    margin-bottom: 10px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-weight: bold;
    color: #333;
    font-size: 26px;
}
.brand-del .brand-des p.brandcom {
    color: #666;
    width: 100%;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
.zd-index-blue .container-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zd-index-blue .index-blue-l {
    width: 62%;
}
.zd-index-blue .index-blue-tit {
    margin-bottom: 30px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d2dbeb;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    color: #003573;
}
.zd-index-blue .index-blue-tit h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
}
.zd-index-blue .index-blue-tit h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #3963b1;
}
.zd-index-blue .index-blue-l .index-bule-list {
    /* display: flex; */
}
.zd-index-blue .index-blue-l .index-bule-list .mySwiper {
    position: relative;
    overflow: hidden;
}
.zd-index-blue .index-blue-l .index-bule-list .mySwiper img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.zd-index-blue .index-blue-l .index-bule-list .mySwiper p {
    line-height: 18px;
    margin-top: 10px;
    width: 220px;
    font-size: 14px;
    color: #333;
    text-align: left;
}
.zd-index-blue .index-blue-l .index-bule-list .mySwiper p:hover {
    text-decoration: underline;
    color: #3963b1;
}
.zd-index-blue .index-blue-l .index-bule-list .mySwiper .swiper-button-next {    
    display: block;
    width: 15px;
    height: 50px;
    margin-top: 0;
    right: 5px;
    top: 40%;
    transform: translateY(-50%);
    background: url(../images/17.png) no-repeat;
    z-index: 9;
}
.zd-index-blue .index-blue-r {
    width: 35.5%;
}
.zd-index-blue .index-blue-r ul li {
    margin-bottom: 10px;
    overflow: hidden;
}
.zd-index-blue .index-blue-r ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #404040;
}
.zd-index-blue .index-blue-r ul li a:hover {
    color: #3963b1;
}
.rec-pro {
    margin: 50px 0;
}
.rec-pro h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.rec-pro ul {
    display: flex;
    justify-content: space-between;
}
.rec-pro ul li {
    width: 23%;
}
.rec-pro ul li img {
    width: 100%;
}
.rec-pro ul li p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
.hot-brand {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.hot-brand ul {
    display: flex;
    justify-content: space-between;
}
.hot-brand ul {
    display: flex;
    justify-content: space-between;
}
.hot-brand ul li img {
    width: 120px;
    height: 80px;
    display: block;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}
.hot-brand ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.hot-brand ul li a {
    display: block;
}
.hot-brand ul li a p {
    color: #333;
    font-size: 14px;
}
.hot-brand ul li a:hover p {
    color: #d2171c;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}
.brand-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.brand-en {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}
.brand-en ul {
    display: flex;
    justify-content: space-between;
}
.brand-en ul li {
    padding: 4px 6px;
}
.brand-en ul li a {
    color: #333;
    font-weight: bold;
}
.brand-en ul li:hover {
    background: #d2171c;
    border-radius: 2px;
}
.brand-en ul li:hover a {
    color: #fff;
}
.find-title {
    width: 100%;
    height: 48px;
    line-height: 45px;
    border-bottom: 3px solid #e4e4e4;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    position: relative;
    margin-bottom: 20px;
}
.find-title a {
    position: relative;
    display: block;
    float: left;
    margin-right: 40px;
    color: #333;
}
.find-title a.on {
    color: #d2171c;
}
.find-title a.on:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    width: 100%;
    height: 3px;
    background: #d2171c;
}
.find-title a:hover {
    color: #d2171c;
}
.logoList ul {
    display: flex;
}
.logoList ul li {
    width: 150px;
    height: auto;
    padding-right: 25px;
    margin-bottom: 10px;
}
.logoList ul li a {
    display: block;
}
.logoList ul li img {
    width: 100%;
    display: block;
    border: 1px solid #e4e4e4;
}
.logoList ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
}
.logoList ul li a p {
    color: #333;
}
.logoList ul li a:hover p {
    color: #d2171c;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}
.common-box {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}
.feedback {
    width: 65%;
}
.aside-common ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    overflow: hidden;
}
.aside-common ul li:not(:last-child) {
    margin-bottom: 28px;
}
.aside-common ul li a {
    display: block;
    float: left;
    color: #333;
    line-height: 20px;
    width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aside-common ul li a:hover {
    color: #d2171c;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}
.aside-common ul li span {
    display: block;
    width: 80px;
    float: right;
    color: #999;
    text-align: right;
}
.aside-common ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    background: #e4e4e4;
    color: #222;
    line-height: 20px;
    text-align: center;
}
.aside-common {
    width: 33%;
}
.aside-common ul li:first-of-type:after {
    content: "1";
}
.aside-common ul li:nth-of-type(2):after {
    content: "2";
}
.aside-common ul li:nth-of-type(3):after {
    content: "3";
}
.aside-common ul li:nth-of-type(4):after {
    content: "4";
}
.aside-common ul li:nth-of-type(5):after {
    content: "5";
}
.aside-common ul li:nth-of-type(6):after {
    content: "6";
}
.aside-common ul li:nth-of-type(7):after {
    content: "7";
}
.aside-common ul li:nth-of-type(8):after {
    content: "8";
}
.aside-common ul li:nth-of-type(9):after {
    content: "9";
}
.aside-common ul li:nth-of-type(10):after {
    content: "10";
}
.aside-common ul li:not(:nth-of-type(1n+4)):after {
    background: #fd0002;
    color: #fff;
}
.table-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 30px;
}
.table-cont .cs-tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    font-size: 18px;
    text-indent: 10px;
}
.table-cont ul {
    overflow: hidden;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
.table-cont ul li {
    width: 33.3333%;
    border-bottom: 1px dashed #e4e4e4;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.table-cont ul li:last-of-type {
    flex: 1;
}
.table-cont ul li span {
    display: inline-block;
    white-space: wrap;
}
.table-cont ul li span:first-child {
    color: #999;
    font-size: 14px;
}
ul.like-list {}
ul.like-list li {
}
ul.like-list li a {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
#page-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#page-links .post-page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 20px 5px 0;
    border-radius: 50%;
    font-size: 16px;
    color: #e60012;
    border: 1px solid #e60012;
    background-color: #ffffff;
    text-indent: 0;
}
#page-links .post-page-numbers:hover,#page-links .current {
    color: #ffffff;
    background-color: #e60012;
}
@media (max-width: 650px) {
    .page-path {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .news-list ul li {
        line-height: normal;
        margin-bottom: 6px;
    }
    .news-list ul li a {
        font-size: 14px;
    }
    .article-show .article-head {
        padding: 0 0 20px;
    }
    .article-show .article-head h1 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .article-show .article-meta {
        margin-bottom: 6px;
    }
    .editor {
        padding: 15px 5px;
    }
    .editor, .editor p, .editor section {
        margin: 5px 0;
        font-size: 14px;
    }
}
.pagination{margin: 50px 0 25px;text-align:center;font-size:12px;display:block;border-radius:0;width: 100%;}
.pagination ul{display:inline-block !important;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;padding:0;}
.pagination ul > li{display:inline;transition: all .3s;background-color: #fff;width: auto;margin: 0;}
.pagination ul > li > a,
.pagination ul > li > span{margin:0 5px;float:left;display: block; padding: 0 14px;background-color:#ffffff;color: #d2171c;border: 1px solid #d2171c;font-size: 14px;transition: all .3s;border-radius: 5px;line-height: 30px;}
.pagination ul > li > a::before {display: none;}
.pagination ul > li > a:hover,.pagination ul > li > a:focus{opacity:1; background-color:#d2171c;color:#fff}
.pagination ul > .active > a,.pagination ul > .active > span{background-color:#d2171c;color:#fff;transition: all .3s;}
.pagination ul > .active > a,.pagination ul > .active > span{cursor:default;transition: all .3s;}
.pagination ul > li > span,.pagination ul > .disabled > span,.pagination ul > .disabled > a,.pagination ul > .disabled > a:hover,.pagination ul > .disabled > a:focus{color:#999999;background-color:transparent;cursor:default}
@media (max-width: 1230px) {
    .pagination {margin: 30px 0 40px;}
    .pagination ul > li > a, .pagination ul > li > span {padding: 0 12px;line-height: 30px;}
}
@media (max-width: 650px) {
    .cx_tb {display: none;}
    .bd_hot_bus li {width: 31%;}
    .bd_hot_bus li:nth-child(5n) {margin-right: 10px;}
    .bd_hot_bus li:nth-child(3n) {margin-right: 0;}
    .cx_zx_btn {width: 85px;height: 24px;line-height: 24px;margin: 0 auto;}
    .shell-item {flex-wrap: wrap;margin-top: 0;margin-bottom: 12px;padding-top: 10px;}
    .shell-list {padding: 0 10px;}    
    .shell-item span {display: block;min-width: auto;text-align: left;width: 100%;font-size: 14px;margin-bottom: 8px;}
    .shell-item .swiper-container {flex: 0 1 100%;width: 100%;}
    .shell-item ul li {font-size: 14px;line-height: 25px;padding: 0 12px;margin-left: 10px;}
    .shell-item ul li:first-of-type {font-size: 14px;margin-left: 0;}
    .feedback-form form .code-yz input {width: 50%;}
    .cx_delcon {flex-wrap: wrap;}
    .cx_delleft {width: 100%;}
    .content_tit h1 {font-size: 16px;}
    .large_box {height: auto;}
    .large_box ul li {display: none;}
    .large_box ul li:first-of-type {display: block;};
    .large_box img {display: inline-block;height: auto;width: 100%;}
    .large_box img {width: 100%;}
    .cx_smanav li {width: 75px;height: 25px;line-height: 25px;}
    .table-cont ul li {font-size: 12px;}
    .cx_smanav li a {font-size: 14px;}
    .table-cont .cs-tit {height: 35px;line-height: 35px;font-size: 14px;}
    .buses-u-3-5 {width: 100%;}
    .cx_delright {display: none;}
}
