.article-main-content {
    width: 1200px;
    background: #FFF;
    margin: auto;
}

.article-container-bg {
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px;
}

.article-container-bg i {
    display: inline-block;
    vertical-align: middle;
}

.bread-bar {
    width: 1200px;
    height: auto;
    margin: auto;
    font-family: "", "é»‘ä½“", sans-serif;
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    text-align: left;
    line-height: 20px;
}

.bread-bar .now {
    display: inline-block;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #A81417;
    vertical-align: middle;
}

.article-main {
    width: 1200px;
    margin: 20px auto 30px;
}

.module {
    width: 1200px;
    margin: 10px auto;
    overflow: hidden;
}

.module .module-title {
    width: 100%;
    height: auto;
    padding: 0 10px;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.module .module-title .module-title-text {
    margin: 0;
    font-family: '', 'é»‘ä½“', sans-serif;
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 40px;
    letter-spacing: 1px;
    float: left;
}

.module .module-title .module-title-more {
    float: right;
    line-height: 40px;
    margin-right: 10px;
    font-size: 15px;
}

.module .module-content {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    margin-top: -1px;
    margin-bottom: 10px;
}

.product-ul .product-li {
    display: inline-block;
    width: 190px;
}

.product-ul .product-li-box {
    padding: 15px;
    width: 190px;
}

.product-ul .product-li-box img {
    width: 160px;
    height: 130px;
}

.product-ul .product-li-box .product-desc-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-ul .product-li-box .product-desc-box span {
    display: block;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
}

.product-ul .product-li-box .product-desc-box .product-desc-name {
    display: -webkit-box;
    height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-ul .product-li-box .product-price {
    display: inline-block;
    font-size: 18px;
    color: #e60012;
}

.extra-module {
    float: right;
    width: 330px;
}

.extra-module .extra-product {
    display: block;
    width: 100%;
    height: 70px;
    overflow: hidden;
    background: url("../../images/article/extra-bar.392f95fe.png");
    background-size: cover;
    line-height: 70px;
    text-align: center;
}

.extra-module .extra-product span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
}

.extra-module .extra-product img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.extra-module .extra-product.head {
    margin-bottom: 20px;
}

.extra-module .extra-product.foot {
    margin-top: 20px;
}

.extra-module .extra-module-each {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.extra-module .extra-module-title {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #A81417;
}

.extra-module .extra-module-title .icon-box {
    display: inline-block;
    float: left;
    width: 12px;
    height: 100%;
    padding: 12px 0;
}

.extra-module .extra-module-title .icon-box .icon1 {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #cccccc;
}

.extra-module .extra-module-title .icon-box .icon2 {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #A81417;
}

.extra-module .extra-module-title .title-text {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    text-align: left;
}

.extra-module .extra-cat-table {
    width: 100%;
    padding: 10px;
}

.extra-module .extra-cat-table .extra-cat-div {
    display: table;
    width: 100%;
}

.extra-module .extra-cat-table a {
    display: inline-block;
    height: 40px;
    width: 32%;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 40px;
}

.extra-module .extra-cat-table .extra-cat-div+.extra-cat-div {
    border-top: 1px dashed #e6e6e6;
}

.extra-module .extra-cat-table a+a {
    border-left: 1px dashed #e6e6e6;
}

.extra-module .extra-module-ul {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 5px;
    margin: 0;
}

.extra-module .extra-module-ul .extra-module-li {
    margin: 13px 0;
    width: 100%;
}

.extra-module .extra-module-ul .extra-module-li .extra-li-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2.5px;
    background-color: #A81417;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.extra-module .extra-module-ul .extra-module-li .icon-dark {
    background-color: #999999;
}

.extra-module .extra-module-ul .extra-module-li .extra-li-text {
    display: inline-block;
    max-width: 280px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: left;
    line-height: 16px;
    vertical-align: middle;
}

.showPagintion {
    width: 100%;
    height: auto;
    background-color: #FFF;
    border: 0;
    margin: 0 auto;
}

.showPagintion .pagintion {
    margin: 10px;
    float: right;
    font-size: 12px;
}

.showPagintion .pagintion .pg-index {
    line-height: 40px;
    width: 30px;
    height: 40px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    display: inline-block;
}

.showPagintion .pagintion .pg-index .pg-on {
    color: #ff7200;
}

.showPagintion .pagintion .pg-prev {
    width: 100px;
    line-height: 40px;
    border: 1px solid #dddddd;
    display: inline-block;
    padding-left: 10px;
    margin-right: 20px;
}

.showPagintion .pagintion .pg-prev .pg-prev-icon {
    width: 15px;
    height: 16px;
    display: inline-block;
    background: url("../../images/filter_search/page-pre.ab2e959e.png") no-repeat;
    background-position: center;
    margin-right: 10px;
    position: relative;
    top: 2px;
    vertical-align: inherit;
}

.showPagintion .pagintion .pg-next {
    text-align: right;
    width: 100px;
    line-height: 40px;
    border: 1px solid #dddddd;
    display: inline-block;
    padding-right: 10px;
    margin-left: 20px;
}

.showPagintion .pagintion .pg-next .pg-next-icon {
    width: 15px;
    height: 16px;
    display: inline-block;
    background: url("../../images/filter_search/page-next.41102ba5.png") no-repeat;
    background-position: center;
    margin-left: 10px;
    position: relative;
    top: 2px;
    vertical-align: inherit;
}

.showPagintion .pagintion .pg-num-total {
    line-height: 40px;
    text-align: center;
    width: 60px;
    height: 40px;
    color: #dddddd;
    display: inline-block;
}

.main-content {
    min-height: 0;
    overflow: inherit;
}

.footer-a {
    margin-top: 0;
    width: 100%;
}

.tag-block-bar {
    margin: 15px 0;
}

.tag-block-bar .label-title {
    float: left;
    width: 75px;
    font-size: 14px;
    color: #336666;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}

.tag-block-bar .label-ul {
    float: left;
    width: 675px;
}

.tag-block-bar .label-ul li {
    display: inline-block;
    height: auto;
}

.tag-block-bar .label-ul li a {
    display: block;
    padding: 0 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    border: 1px solid #336666;
    opacity: 0.3;
}

.tag-block-bar .label-ul li a:hover {
    color: #ffffff;
    background-color: #A81417;
    opacity: 0.8;
}

.radio-ul {
    width: 100px;
    background-color: #ffffff;
    float: left;
}

.radio-ul>li div {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #A81417;
    text-align: center;
    cursor: pointer;
}

.radio-ul>li div.active {
    border-top: 1px solid #A81417;
    border-left: 1px solid #A81417;
    border-bottom: 1px solid #A81417;
    border-right: 1px solid #ffffff;
}

.radio-ul>li+li div {
    border-top: 0;
}

.panel-ul {
    width: 1100px;
    background-color: #ffffff;
    float: left;
    border-top: 1px solid #A81417;
    border-right: 1px solid #A81417;
    border-bottom: 1px solid #A81417;
    display: none;
    height: 120px;
    padding: 0 15px;
    overflow: hidden;
}

.panel-ul.active {
    display: block;
}

.panel-ul>li {
    display: inline-block;
}

.panel-ul>li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.panel-ul>li a:hover {
    color: #A81417;
}

.article-main {
    position: relative;
}

.article-left {
    float: left;
    padding: 30px;
    margin-bottom: 10px;
    width: 850px;
    height: auto;
    background-color: #ffffff;
}

.article-left.top-block {
    min-height: 550px;
}

.article-left h1 {
    text-align: center;
    font-size: 27px;
    line-height: 45px;
    margin: 18px;
    font-weight: bold;
    color: #232323;
}

.article-left .subhead {
    position: relative;
    text-align: center;
    height: 70px;
}

.article-left .subhead h3 {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    color: #666666;
}

.article-left .subhead .bdsharebuttonbox {
    position: absolute;
    right: 0;
    top: -6px;
}

.article-left .article-params {
    font-size: 16px;
    color: #666666;
}

.article-left .article-declaration {
    font-size: 14px;
    color: #666;
}

.article-left .article-params p {
    font-size: 16px;
    color: #666666;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.article-left .relative-prev-next {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
}

.article-left .prev-page,
.article-left .next-page {
    position: relative;
    width: 50%;
    float: left;
    line-height: 32px;
    height: 72px;
}

.article-left .prev-page i,
.article-left .next-page i {
    display: inline-block;
}

.article-left .prev-page span,
.article-left .next-page span {
    display: block;
}

.article-left .prev-page .prev-title,
.article-left .next-page .prev-title,
.article-left .prev-page .next-title,
.article-left .next-page .next-title {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-left .prev-page {
    float: left;
}

.article-left .prev-page span {
    margin-left: 35px;
}

.article-left .prev-page i {
    position: absolute;
    top: 13px;
}

.article-left .next-page {
    float: right;
    text-align: right;
}

.article-left .next-page span {
    margin-right: 35px;
}

.article-left .next-page i {
    position: absolute;
    right: 0;
    top: 13px;
}

.article-left .relative-title {
    height: 60px;
    line-height: 60px;
    border-top: 1px dashed #d7d7d7;
    border-bottom: 1px dashed #d7d7d7;
    font-size: 16px;
    color: #666666;
}

.article-left .relative-href {
    padding: 10px 0;
    overflow: hidden;
}

.article-left .relative-href ul {
    width: 49%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.article-left .relative-href ul.fl {
    float: left;
}

.article-left .relative-href ul.fr {
    float: right;
}

.article-left .relative-href ul li {
    list-style: none;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article-left .relative-href ul li a {
    color: #999999;
}

.article-params>p a {
    color: blue;
}

.article-params>p a:hover {
    color: red;
}

.sprite-iconfont-zuobian-copy {
    background-image: url(../images/icon_article_prevnext.png);
    background-position: 0 0;
    width: 22px;
    height: 42px;
    background-repeat: no-repeat;
}

.sprite-iconfont-zuobian {
    background-image: url(../images/icon_article_prevnext.png);
    background-position: -22px 0;
    width: 22px;
    height: 42px;
    background-repeat: no-repeat;
}

.sprite-icon_right {
    background-image: url(../images/ico_right.png);
    background-position: 0px 2px;
    width: 7px;
    height: 13px;
}