@charset "utf-8";
/*
*
*   Page: News
*
*/



/*
    Element: News List - Tab
    Remark: -
*/
.body-product-list .product-detail-tab-bar {
    margin-top: 30px;
}
.body-product-list .product-detail-tab-bar ul {
    display: flex;
}
.body-product-list .product-detail-tab-bar ul li {
    height: 38px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ededed;
    padding: 0 0px;
    flex: 1;
}
.body-product-list .product-detail-tab-bar ul li:not(.active):hover {
    border-bottom: 2px solid #999;
}
.body-product-list .product-detail-tab-bar ul li:not(.active):hover a {
    font-weight: bold;
}
.body-product-list .product-detail-tab-bar ul li.active {
    border-bottom: 2px solid #f0c400;
    font-weight: bold;
    flex: 1;
}
.body-product-list .product-detail-tab-bar ul li.active a {
    color: #121212;
}
@media screen and (max-width: 1224px){
    .body-product-list .product-detail-tab-bar ul li {
        padding: 0 16px;
    }
}


/*
    Element: News List - Pagination
    Remark: -
*/
.pagination-total-wrapper {
    margin-top: 10px;
}
.body-product-list .product-list-fucntion-bar .column-02 .pagination-total span {
    color: #999;
}
.pagination-wrapper {
    display: block;
    float: left;
    padding-left: 5px;
}
.pagination-wrapper .pagination {
    padding-left: 0;
}
.pagination-wrapper .pagination > li > a {
    color: #999;
    /*color: #888;*/
    line-height: 1.42857143;
    text-decoration: none;
    background-color: white;
    position: relative;
    float: left;
    border: 1px solid #dedede;
    /*border: 1px solid #ccd1d9;*/
    margin-left: -1px;
    padding: 6px 11px;
}
.pager-bottom-inner .pagination .prev-btn > a,
.pager-bottom-inner .pagination li > a {
    height: 38px;
    line-height: 24px;
}
.pager-bottom-inner .column {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    overflow: hidden;
    float: none !important;
}
.pager-bottom-inner .column-01 {
    width: auto !important;
    padding-right: 10px;
}
.pager-bottom-inner .column-03 {
    font-size: 13px;
    margin-top: -1px;
    padding-right: 10px;
}
.pager-bottom-inner .column-03 div {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    float: none;
    padding: 6px 0;
}
.pager-bottom-inner .column-03 div div {
    padding-right: 0;
}
.pager-bottom-inner .column-03 input {
    margin: 0 3px !important;
}
.pager-bottom-inner .column-04 {
    padding-left: 5px;
    overflow: visible;
}
.pager-bottom-inner .column-04 .btn {
    padding: 2px 8px;
    margin-top: -1px;
}




/*
    Element: News Detail - Breadcrumb
    Remark: -
*/
.breadcrumb-news {
    display: block;
    height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    /*border-bottom: 2px solid #eaeaea;*/
    padding-right: 20px;
    line-height: 36px;
    position: relative;
    color: #00a499;
}
.body-product-list .breadcrumb-news {
    width: auto;
    float: none;
}
.body-product-list .breadcrumb-news .column-left {
    padding-left: 0;
}
.breadcrumb-news div {
    display: inline;
    height: 40px;
}
.breadcrumb-news .nav-menu {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 0;
    /*float: left;*/
    /*padding-left: 15px;*/
}
.breadcrumb-news .nav-menu .breadcrumb-dividor {
    /*padding: 0 5px;
    color: #222;*/
}
.breadcrumb-news a {
    color: #777;
    /*color: #222;*/
}
.breadcrumb-news a:hover {
    color: #00a499;
    text-decoration: none;
}




/*
    Element: News Detail - Heading
    Remark: -
*/
.news-share-container {
    min-width: 150px;
    float: right;
}
.news-share-container .fb-news-share {
    width: auto;
    margin: 24px -1px 0 0;
}
.news-heading-area .news-page-title h1 {
    font-size: 24px;
    font-weight: bold;
    color: #121212;
    /*color: #111111;*/
    margin: 0;
    padding: 20px 0 5px 0;
}
.news-heading-area .news-row-view {
    display: inline;
    padding: 0 0 0 10px;
}




/*
    Element: News Detail - Content
    Remark: -
*/
.news-content-area {
    width: 670px;
    margin: 0 auto;
    padding-top: 20px;
}
.news-content-area p {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 15px;
    margin: 0;
}
.news-content-area h1,
.news-content-area h2,
.news-content-area h3 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 15px;
}
.news-content-area h4,
.news-content-area h5,
.news-content-area h6 {
    margin: 0;
    padding-bottom: 10px;
}
.news-content-area h1,
.news-content-area h3,
.news-content-area h5 {
    color: #00a499;
}
.news-content-area h2,
.news-content-area h4 {
    color: #666;
}
.news-content-area h1 {
    font-weight: bold;
}
.news-content-area h2 {
    font-weight: normal;
}
.news-content-area h3 {
    font-weight: normal;
}
.news-content-area h4 {
    font-size: 18px;
}
.news-content-area h5 {
    font-size: 17px;
}
.news-content-area h6 {
    font-size: 16px;
    font-weight: bold;
}
.news-img-wrapper {
    text-align: center;
}
.news-content-area img {
    max-width: 100%;
}



/*
    Element: News Detail - Fb comment Block
    Remark: -
*/
.news-block-fb-comment {
    padding-top: 30px;
}
.news-block-fb-comment .page-layout-tab-bar {
    display: block;
    padding-bottom: 0;
}
.news-block-fb-comment .page-layout-tab-content {
    padding: 10px 0 20px 0;
}
.page-layout-tab-bar ul {
    margin: 0;
    padding: 0;
    display: block;
    height: 38px;
    border-bottom: 1px solid #ededed;
    /*border-bottom: 2px solid #eaeaea;*/
}
.page-layout-tab-bar ul li {
    display: block;
    height: 38px;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    color: #121212;
    float: left;
    padding: 0 25px;
    margin: 0;
}
.page-layout-tab-bar ul li.active {
    border-bottom: 2px solid #f0c400;
}
.news-block-fb-comment .page-layout-tab-content .fb-comment-wrapper .fb-comments {
    display: block;
    width: 656px;
    min-width: 656px;
    max-width: 100%;
    margin: 0 auto;
}
.fb_iframe_widget_fluid_desktop iframe {
    min-width: 656px !important;
}
@media screen and (max-width: 1224px){
    .page-layout-tab-bar ul li {
        padding: 0 15px;
    }
}



/*
    Element: News Detail - Related News
    Remark: -
*/
.news-block-news-related {
    border-bottom: 1px solid #ededed;
    /*border-bottom: 2px solid #eaeaea;*/
    margin-bottom: 30px;
}
.news-related-wrapper {
    display: block;
    overflow: hidden;
}
.news-related-wrapper ul {
    margin: 0;
    padding: 10px 0 0 10px;
}
.news-related-wrapper ul li {
    display: block;
    width: 50%;
    font-size: 14px;
    float: left;
    background-position: 0 8px;
    margin: 0;
    padding: 0 25px 8px 15px;
}
.news-related-wrapper ul li a {
    color: #00a499;
}
.news-related-wrapper ul li a:hover {
    text-decoration: none;
}



/*
    Element: News Detail - Car Header
    Remark: -
*/
.news-detail-wrapper .line-01,
.news-detail-wrapper .column-01 {
    overflow: visible;
}
.car-news-header-wrapper {
    background: #00a499;
    text-align: center;
    color: #fff;
    margin: 0 20px 5px 0;
}
.car-news-header img {
    margin: 10px 0;
}

/*
    Element: Related product
    Remark: -
*/
.news-product-wrapper {
    display: block;
    overflow: hidden;
}
.news-product-wrapper ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 10px 0 0 10px;
}
.news-product-wrapper ul li {
    display: block;
    width: 50%;
    background: url("../images/icon/list_bullet_01.png") no-repeat 0 8px;
    font-size: 14px;
    float: left;
    margin: 0;
    padding: 0 25px 8px 15px;
}
.news-product-wrapper ul .item.news-related-item {
    display: block;
    text-align: left;
}
.news-product-wrapper ul .item.news-related-item a {
    color: #00a499;
}
.news-product-wrapper ul .item.news-related-item a:hover {
    text-decoration: none;
}
.news-product-wrapper ul .item.news-related-item .line-01,
.news-product-wrapper ul .item.news-related-item.column-01 {
    overflow: hidden;
    max-height: 40px;
}
.news-product-wrapper ul .line-img {
    float: left;
    margin-right: 15px;
}
.news-product-wrapper ul .line-img img {
    width: 70px;
    height: 70px;
    border: 1px solid #DDD;
}
.news-product-wrapper .news-related-item .product-price {
    vertical-align: middle;
    display: inline-flex;
    align-items: baseline;
}
.news-product-wrapper .news-related-item .product-prop{
    vertical-align: middle;
    display: inline-flex;
    margin-left: 3px;
}