﻿
        /*body*/
        body {
            background-color: #fff;
            font-family: "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", SimSun, Tahoma, Arial, Helvetica, STHeiti;
            text-align: left;
        }

            body .column { 
                padding-left: 0;
                padding-right: 0;
            }

        ul, li {
            list-style: none;
            padding: 0;
        }
        a:hover, a:focus {
            color: #2a6496;
            text-decoration: none;
        }
  
   .products_list_class ul li{
  	background:#fff;
    float: left !important;
width: calc((100% - 10px * 1) / 2) !important;
height:auto !important;
padding:5px;
margin-right: 10px;
margin-bottom: 10px;
    text-align:center;
            border: 1px solid #ddd !important;
    
  }
 .products_list_class ul:after {
            content: "020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
  .products_list_class ul{
  	padding:10px;
  }
   .products_list_class ul li:nth-child(2n+2) {
            margin-right: 0 !important;

        }
  
  .products_list_class ul li a{
  	color:#666;
    display:block;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
  }
        /*产品详情*/
  
        .product_content_head div:last-child {
            margin-bottom: 15px;
            border-bottom: 1px dashed #ddd;
        }

        .product_content_title {
            color: #333;
            padding-bottom: 6px;
            font-weight: bold;
            font-size: 16px;
        }
  

        .product_content_date {
            color: #999;
            font-size: 12px;
            padding-bottom: 6px;
        }

        .product_content_summary {
            color: #999;
            padding-bottom: 15px;
        }

        .procontent {
            padding-top: 15px;
        }

        .product_content_img {
            text-align: center;
        }
        /*nav(菜单布局)*/
        #main-nav {
            margin-left: 1px;
        }

            #main-nav.nav-tabs.nav-stacked > li > a {
                padding: 10px 8px;
                font-size: 12px;
                font-weight: 600;
                color: #4A515B;
                background: #E9E9E9;
                background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9));
                background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
                background: -o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
                background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
                background: linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
                border: 1px solid #D5D5D5;
                border-radius: 4px;
            }

                #main-nav.nav-tabs.nav-stacked > li > a > span {
                    color: #4A515B;
                }

                #main-nav.nav-tabs.nav-stacked > li.active > a, #main-nav.nav-tabs.nav-stacked > li > a:hover {
                    color: #FFF;
                    background: #3C4049;
                    background: -moz-linear-gradient(top, #4A515B 0%, #3C4049 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4A515B), color-stop(100%,#3C4049));
                    background: -webkit-linear-gradient(top, #4A515B 0%,#3C4049 100%);
                    background: -o-linear-gradient(top, #4A515B 0%,#3C4049 100%);
                    background: -ms-linear-gradient(top, #4A515B 0%,#3C4049 100%);
                    background: linear-gradient(top, #4A515B 0%,#3C4049 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049');
                    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049')";
                    border-color: #2B2E33;
                }

                    #main-nav.nav-tabs.nav-stacked > li.active > a, #main-nav.nav-tabs.nav-stacked > li > a:hover > span {
                        color: #FFF;
                    }

            #main-nav.nav-tabs.nav-stacked > li {
                margin-bottom: 4px;
            }

        /*定义二级菜单样式*/
        .secondmenu a {
            font-size: 10px;
            color: #4A515B;
            text-align: center;
        }

        .navbar-static-top {
            background-color: #212121;
            margin-bottom: 1px;
        }

        .navbar-brand {
            background: url('') no-repeat 10px 8px;
            display: inline-block;
            vertical-align: middle;
            padding-left: 50px;
            color: #fff;
        }
  .container-fluid{
  
  	padding:0 15px;
  }
        /*Content(内容布局)*/
        .container .module-context .module-view, .container-fluid .module-context .module-view {
        }
       
      .b-title-name{
        padding:30px 0 20px  0;
        font-size:16px;
        color:#666;
        text-align:center;
  }
        /*块盒子*/
        .newbox {
            width: 100%;
            height: auto;
            margin-bottom: 0px;
          padding-bottom:10px;
           
        }
        /*块盒子内容*/
        .newbox_content {
            width: 100%;
            padding: 2%;
            font-size: 14px;
            border: none;
            color: #666;
            line-height: 23px;
        }

            .newbox_content ol {
                width: 100%;
                padding: 0;
            }

            /*新闻文字列表*/

        .news ul li {
            line-height: 40px !important;
            color: #666;            
            border-bottom: 1px dashed #ddd;
        }
            .news ul li a {
                color: #666;
            }

            .news ul li .news_text_date {
                float: right;
                width: 80px;
                text-align: right;
                font-size:13px;
                color: #999;
            }

            .news ul li .news_text_title {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                margin: 0;
                margin-right: 90px;
            }

            .news ul li a {
                display: block;
            }

                .news ul li a:after {
                    content: "020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                }

        
        
       
        /*分页*/

        .paginator {
            clear: both;
            padding-bottom: 10px;
            margin: 0 auto;            
            color: #666;
            padding-top: 10px;
        }

            .paginator .tcdNumber, .paginator .nextPage, .paginator .disabled, .paginator .prevPage {
                padding: 3px 5px;
                border: 1px solid #ddd;
                display: inline-block;
                color: #666;
                margin-right: 10px;
              height:25px !important;
            }

            .paginator .current {
                padding: 3px 5px;
                border: 1px solid #f27a06;
                display: inline-block;
                color: #f27a06;
                margin-right: 10px;
            }

            .paginator .break {
                padding-right: 6px;
                padding-left: 6px;
                padding-bottom: 6px;
                border-top-style: none;
                padding-top: 6px;
                border-right-style: none;
                border-left-style: none;
                height: 14px;
                text-decoration: none;
                border-bottom-style: none;
            }

        /*当为第一页时的上一页按钮*/
        .firstbtn {
            border-top-width: 0px !important;
            padding-right: 0px;
            padding-left: 0px;
            border-left-width: 0px !important;
            font-size: 12px;
            border-bottom-width: 0px !important;
            padding-bottom: 0px;
            width: 26px;
            color: #666;
            line-height: 22px;
            margin-right: 4px;
            padding-top: 0px;
            height: 22px;
            text-align: left;
            border-right-width: 0px !important;
        }
        /*当为最后一页时的下一页按钮*/
        .finalbtn {
            border-top-width: 0px !important;
            padding-right: 0px;
            padding-left: 0px;
            border-left-width: 0px !important;
            font-size: 12px;
            border-bottom-width: 0px !important;
            padding-bottom: 0px;
            width: 63px;
            color: #666;
            text-indent: 7px;
            line-height: 22px;
            padding-top: 0px;
            height: 22px;
            text-align: left;
            border-right-width: 0px !important;
        }

        /*图片幻灯*/
        .carousel {
            background: #fff /*a25c98*/;
        }

            .carousel .item {
                background: #fff;
            }

                .carousel .item img {
                    max-width: 100%;
                }
            .carousel .container {
                padding-left: 0;
                padding-right: 0;
            }
        /*footer(页脚布局)*/
        footer .module-context .module-view .nav {
        }
        /*留言 */
        .message_style .message_text {
            margin-bottom: 20px;
        }

            .message_style .message_text input {
                border: 1px solid #ddd;
                background: #fff;
                padding: 10px;
                width: 100%;
            }

            .message_style .message_text label {
                display: block;
                font-weight: normal;
                color: #ff0000;
            }

            .message_style .message_text textarea {
                border: 1px solid #ddd;
                background: #fff;
                padding: 10px;
                width: 100%;
            }

        .message_style .message_btn {
            text-align: center;
        }

            .message_style .message_btn input {
                background: #14c0c0;
                border: none;
                color: #fff;
                font-size: 16px;
                display: block;
                width: 100%;
                padding: 10px 0;
            }
        /*留言结束 */
        /*新闻图文*/
        .newlist-Img {
        }

            .newlist-Img ul li {
               
             margin-bottom: 15px;
    background: #fff;
    padding: 8px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
              
              
            }

                .newlist-Img ul li a {
                    display: block;
                }

                    .newlist-Img ul li a:after {
                        content: "020";
                        display: block;
                        height: 0;
                        clear: both;
                        visibility: hidden;
                    }

                .newlist-Img ul li .newlist-Img_img {
                    float: left;
                    width: 85px;
                    height: 68px;
                }
  

                    .newlist-Img ul li .newlist-Img_img .newlist-Img_img_box {
                        text-align: center;
                        vertical-align: middle;
                        width: 75px;
                        height: 68px;
                      background:#f6f6f6;
                      
                        overflow: hidden;
                    }

                    .newlist-Img ul li .newlist-Img_img img {
                        max-width: 100%;
                        max-height: 100%;
                    }

                .newlist-Img ul li .newlist-Img_text {
                   
                  		padding-top: 10px;
    						line-height: 26px;
                }

                    .newlist-Img ul li .newlist-Img_text .newlist-Img_text_title {
                        color: #333;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        font-size:15px;
                    }

                    .newlist-Img ul li .newlist-Img_text .newlist-Img_text_summary {
                        color: #999;
                        font-size: 13px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

                    .newlist-Img ul li .newlist-Img_text .newlist-Img_text_date {
                        color: #ccc;
                        font-size: 12px;
                    }
        /*新闻图文结束*/
        /*mobile手机底部导航*/
        .fixed_footer {
            width: 100%;
           
          padding:8px 0;
          
            background: #fff;
          border-top:1px solid #ddd;
        }

            .fixed_footer .fixed_footer_icon {
                width: 25px;
                height: 25px;
                margin: auto;
            }
     .fixed_footer .fixed_footer_icon img{
                width: 25px;
                height: 25px;
                margin: auto;
            }

            .fixed_footer ul {
                padding: 0;
                width: 100%;
                height: 45px;
                line-height: 45px;
              margin-bottom:0;
            }

                .fixed_footer ul li {
                    width: 25%;
                    float: left;
                    color: #666;
                }

                    .fixed_footer ul li a {
                        width: 100%;
                        height: 45px;
                        display: block;
                    }

                    .fixed_footer ul li dl {
                        width: auto;
                        margin: 0 auto;
                        text-align: center;
                    }

                    .fixed_footer ul li dt {
                        width: auto;
                        height: 25px;
                        overflow: hidden;
                    }

                    .fixed_footer ul li dd {
                        width: auto;
                        height: 20px;
                        font-size: 14px;
                       
                        line-height: 20px;
                        overflow: hidden;
                    }
        /*mobile手机底部导航end*/

       /*头部logo图片与文字*/

        .logo {
          
        }

            .logo .logo_text {
                font-size: 18px;
                font-weight: bold;
                color: #ffefc4;
                padding: 20px;
            }

        .logo_img {
            padding: 30px;
            max-width: 100%;
        }

        /*banner图片*/
        .banner img {
            width: 100%;          
            padding: 0 ;
        }
        /*产品分类*/
        .classify_list .classify_list_a {
            padding: 5px;
            background: #f4f4f4;
            font-size: 16px;
            font-weight: bold;
        }

        .classify_list .classify_list_level {
            padding: 5px 10px;
            border-bottom: 1px solid #eee;
        }

        .classify_list ul li a {
            display: block;
            color: #666;
        }

        .classify_list .classify_list_level:last-child {
            border-bottom: none;
        }

        /*产品列表*/
        .product {
        }
  .product ul{
  	margin-bottom:0;
  }
  
            .product ul li {
               
                margin-bottom: 10px;
                width: calc(100% / 2 - 15px );
                float: left;
                border: none;
              	 margin-right:5px;
              margin-left:10px;
              background:#fff;
                  padding: 5px;
            }
  .product ul li:nth-child(2n+2){
  	 	 margin-right:10px;
              margin-left:5px;
  	
  }

                .product ul li a {
                    display: block;
                }

            .product ul:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .product ul li .product_img {
                width: 100%;
            }

                .product ul li .product_img .product_img_box {
                    text-align: center;
                    /*display:table-cell;*/
                    vertical-align: middle;
                    width: 100%;                
                   
                    height: 116px;
                    overflow: hidden;
                }

                .product ul li .product_img img {
                    max-width: 100%;
                    max-height: 100%;
                }

            .product ul li .product_text {
            }

                .product ul li .product_text .product_text_title {
                    color: #333;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    text-align: center;
                      padding: 5px;
                }

                .product ul li .product_text .product_text_summary {
                    color: #999;
                    line-height: 0;
                    height: 0;
                }
        /*写死能全部显示的导航*/
        .navbar {
            z-index: 99;
            margin-bottom: 0;
            min-height: 30px !important;
            border: none;
        }

        /*普通导航*/
         .daohang{
            background:#fff;           
            padding:20px 0;
           border-bottom:1px solid #ddd;

        }
        .daohang ul li{
            float: left;
            width:20%;
            text-align: center;
        }
        .daohang ul li a{
            display: block;
            color:#666666;
          	 font-size:15px;
            width:46px;
            margin:0 auto;
        }
        .daohang ul li a div{
            border-radius: 100px;
            width:46px;
            height:46px;
            margin:0 auto;
            display: table-cell;
            text-align: center;
            vertical-align: middle;

        }
        .daohang ul li a div img{
				margin:auto;
           width: 20px;
        }
        .nav_bg1{
            background: #67c8fb;
        }
        .nav_bg2{
            background: #9ee95a;
        }
        .nav_bg3{
            background: #f1b347;
        }
        .nav_bg4{
            background: #d57aff;
        }
        .nav_bg5{
            background: #4dcca4;
        }
            .daohang ul:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

          
      
        

        /*底部左侧负外边距*/


        .pro1 li {
            padding-left: 0 !important;
        }

        /*新闻详情*/
        .news_content_title {
            color: #333;
            padding-bottom: 6px;
            font-weight: bold;
            font-size: 16px;
        }

        .news_content_date {
            color: #999;
            font-size: 12px;
            padding-bottom: 6px;
        }

        .news_content_head div:last-child {
            margin-bottom: 15px;
            border-bottom: 1px dashed #ddd;
        }

        /*底部上面间隔*/
        .layout_gap {
            height: 45px;
        }
        /*mobile手机底部导航end*/
        /*产品详情新*/
        .products_info {
            background: #f4f4f4;
            font-size: 14px;
            line-height: 22px;
            font-family: 微软雅黑;
            color: #666;
        }

            .products_info a {
                text-decoration: none;
            }

            .products_info .products_info_show_img {
                width: 100%;
                background: #fff;
                text-align: center;
            }

                .products_info .products_info_show_img img {
                    max-width: 100%;
                }



            .products_info .products_info_title {
                background: #fff;
                padding: 10px;
            }

                .products_info .products_info_title .products_info_name {
                    font-size: 15px;
                    color: #333;
                }

                .products_info .products_info_title .products_info_pic {
                    font-size: 24px;
                    color: #f23030;
                    padding-top: 10px;
                }

                    .products_info .products_info_title .products_info_pic small {
                        font-size: 14px;
                    }

                    .products_info .products_info_title .products_info_pic span {
                        font-size: 14px;
                        color: #888;
                        margin-left: 15px;
                    }

                .products_info .products_info_title .products_info_explain {
                    color: #666;
                    padding-top: 10px;
                }

                .products_info .products_info_title .products_info_pic span i {
                    text-decoration: line-through;
                    font-style: normal;
                }

            .products_info .products_info_check {
                padding: 15px 10px;
                background: #fff;
            }

                .products_info .products_info_check .products_info_check_right {
                    position: relative;
                    margin-left: 50px;
                }

                    .products_info .products_info_check .products_info_check_right a {
                        border: 1px solid #ddd;
                        height: 24px;
                        line-height: 24px;
                        text-align: center;
                        margin-right: 10px;
                        display: inline-block;
                        padding: 0 20px;
                        cursor: pointer;
                        margin-bottom: 10px;
                        float: left;
                        color: #666;
                    }

                .products_info .products_info_check .products_info_check_left {
                    float: left;
                    color: #999;
                }

        .products_info_check_btn {
            border: 1px solid #f23030 !important;
            color: #f23030 !important;
        }


        .products_info .products_info_check .products_info_num_left {
            float: left;
            color: #999;
        }

        .products_info .products_info_check .products_info_num_right {
            position: relative;
            margin-left: 50px;
        }

            .products_info .products_info_check .products_info_num_right .a1 {
                display: inline-block;
                height: 24px;
                border: 1px solid #ddd;
                border-right: 0;
                width: 24px;
                float: left;
                cursor: pointer;
                text-align: center;
            }

            .products_info .products_info_check .products_info_num_right .a2 {
                display: inline-block;
                height: 24px;
                border: 1px solid #ddd;
                border-left: 0;
                float: left;
                width: 24px;
                cursor: pointer;
                text-align: center;
            }

        .products_info_quantity {
            text-align: center;
            height: 24px;
            width: 60px;
            float: left;
            padding: 0;
            line-height: 24px;
            margin: 0 !important;
            border: 1px solid #ddd;
        }

        .products_info .products_info_server {
            padding: 10px;
            background: #fff;
        }

            .products_info .products_info_server .products_info_server_left {
                float: left;
                color: #999;
            }

            .products_info .products_info_server .products_info_server_right {
                position: relative;
                margin-left: 50px;
            }

        .products_info .products_info_fh {
            height: 80px;
        }

        .products_info .products_info_footer {
            position: fixed;
            bottom: 0;
            left: 0;
            height: 46px;
            width: 100%;
            background: #fff;
            border-top: 1px solid #ddd;
        }

            .products_info .products_info_footer ul {
                padding: 0;
                margin: 0;
                list-style: none;
            }

                .products_info .products_info_footer ul li {
                    width: 33.3333%;
                    float: left;
                    text-align: center;
                    line-height: 46px;
                }

        .products_info .products_info_buy {
            background: #f23030;
            display: block;
            color: #fff;
            text-decoration: none;
        }

        .products_info .products_info_cart {
            background: #ff9703;
            color: #fff;
            display: block;
            text-decoration: none;
        }

        .products_info .products_info_img {
            padding: 20px 10px;
            background: #fff;
        }

            .products_info .products_info_img .products_info_img_title {
                text-align: center;
                padding-bottom: 20px;
                border-bottom: 1px solid #ddd;
            }

            .products_info .products_info_img .products_info_img_content {
                text-align: center;
            }

                .products_info .products_info_img .products_info_img_content img {
                    max-width: 100%;
                    text-align: center;
                }

        .border_top_1 {
            border-top: 1px solid #ddd;
        }

        .border_bottom_1 {
            border-bottom: 1px solid #ddd;
        }

        .margin_top_10 {
            margin-top: 10px;
        }

        .margin_top_15 {
            margin-top: 15px;
        }

        .clear {
            clear: both;
            line-height: 0 !important;
            font-size: 0 !important;
            height: 0 !important;
            min-height: 0 !important;
        }



        /*产品列表可切换样式*/
        /*大图列表*/
        .box_list {
            padding: 10px;
            font-size: 14px;
            box-sizing: border-box;
        }

            .box_list + .box_list {
                padding-top: 0px;
            }

        .box_list_big {
            margin: 0;
            padding: 0;
        }

            .box_list_big li {
                position: relative;
                background: #fff;
                border: 1px solid #ddd;
                margin-bottom: 10px !important;
                box-sizing: border-box;
                padding: 5px !important;
                list-style: none;
            }

                .box_list_big li a {
                    text-decoration: none;
                }

            .box_list_big .box_photo img {
                max-width: 100%;
            }

            .box_list_big .box_info {
                padding: 10px;
            }

                .box_list_big .box_info .box_title {
                    height: 36px;
                    overflow: hidden;
                    margin-bottom: 8px;
                    line-height: 18px;
                    margin-top: 10px;
                }

                .box_list_big .box_info .box_price {
                    color: #f23030;
                    font-weight: bold;
                    font-size: 15px;
                }

                .box_list_big .box_info .box_btn {
                    background: url(/RuiQiCMS.Templater/images/showcase-1416814739063.png) no-repeat 0px -25px;
                    height: 25px;
                    width: 40px;
                    position: absolute;
                    bottom: 7px;
                    right: -4px;
                }

        /*小图列表*/
        .box_list_small {
            margin: 0;
            padding: 0;
        }

            .box_list_small li {
                position: relative;
                background: #fff;
                border: 1px solid #ddd;
                margin-bottom: 10px !important;
                float: left;
                width: calc((100% - 10px * 1) / 2);
                box-sizing: border-box;
                margin-right: 10px !important;
                padding: 5px !important;
                list-style: none;
            }

                .box_list_small li a {
                    text-decoration: none;
                }

                .box_list_small li:nth-child(2n+2) {
                    margin-right: 0 !important;
                }

                    .box_list_small li:nth-child(2n+2):after {
                        content: "020";
                        display: block;
                        height: 0;
                        clear: both;
                        visibility: hidden;
                    }

            .box_list_small .box_photo img {
                max-width: 100%;
            }

            .box_list_small .box_info {
                padding: 10px;
            }

                .box_list_small .box_info .box_title {
                    height: 36px;
                    overflow: hidden;
                    margin-bottom: 8px;
                    line-height: 18px;
                }

                .box_list_small .box_info .box_price {
                    color: #f23030;
                    font-weight: bold;
                    font-size: 15px;
                }

                .box_list_small .box_info .box_btn {
                    background: url(/RuiQiCMS.Templater/images/showcase-1416814739063.png) no-repeat 0px -25px;
                    height: 25px;
                    width: 40px;
                    position: absolute;
                    bottom: 7px;
                    right: -4px;
                }

            .box_list_small:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

        /*详细列表*/
        .box_list_detailed {
            margin: 0;
            padding: 0;
        }

            .box_list_detailed li {
                position: relative;
                background: #fff;
                border: 1px solid #ddd;
                margin-bottom: 10px !important;
                box-sizing: border-box;
                padding: 10px 5px !important;
                list-style: none;
            }

                .box_list_detailed li a {
                    text-decoration: none;
                }

            .box_list_detailed .box_photo img {
                max-width: 100%;
            }

            .box_list_detailed .box_photo {
                width: 100px;
                height: 100px;
                float: left;
            }

            .box_list_detailed .box_info {
                margin-left: 110px;
                padding: 10px;
            }

            .box_list_detailed li:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .box_list_detailed .box_info .box_title {
                height: 36px;
                overflow: hidden;
                margin-bottom: 8px;
                line-height: 18px;
            }

            .box_list_detailed .box_info .box_price {
                color: #f23030;
                font-weight: bold;
                font-size: 15px;
            }

            .box_list_detailed .box_info .box_btn {
                background: url(/RuiQiCMS.Templater/images/showcase-1416814739063.png) no-repeat 0px -25px;
                height: 25px;
                width: 40px;
                position: absolute;
                bottom: 7px;
                right: -4px;
            }

        .box_list .box_list_check {
            padding: 10px;
        }

            .box_list .box_list_check span {
                padding-left: 15px;
            }
  
  .re_img{
  	background:#f4f4f4;
    padding-top:10px;
  }
  		.re_img_left{
          width:50%;
          float:left;
          padding-right:5px;
  }
  .re_img_left img{
  	max-width:100%;
  }
  .re_img_right{
    float:left;
          width:50%;
          padding-left:5px;
  }
  .re_img_right img{
  	max-width:100%;
  }
  .re_img:after {
                    content: "020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                }
  .re_img_r_2{
  	margin-top:10px;
    
  }
  .cell_box{
  	background:#f4f4f4;
    
  }
  .date_day{
  	font-size:24px;
    color:#67c8fb;
    padding-top:5px;
  }
  .date_year{
  font-size:16px;
    color:#67c8fb;
  }
  .bottom{
  	font-size:12px;
    text-align:center;
    padding:30px 15px;
    margin-bottom:60px;
    color:#999;
    line-height:20px;
  }
  .bottom span{
  	padding:0 4px;
    display:inline-block;
  }
  .bottom a{
  	color:#999;
  }
  .newbox_content_text{
    padding:15px;
    line-height:22px;
  }
     .newbox_content_text img{
  max-width:100%;
  }
  
    
 .fixed-bottom{position:fixed; bottom: 0;}
