/* 头部分类css */
        body {
            overflow-x: hidden;;
        }
        .header-title {
            padding-top: 60px;
            padding-bottom: 25px;
        }
        .header p.title {
            font-size: 28px;
            text-align: center;
            margin-bottom: 0px;
        }
        .header p.subtitle {
            font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
            font-size: 16px;
            color: #999;
            position: relative;
            bottom: -5px;
            text-align: center;
        }
        #category {
            display: block;
            padding-bottom: 50px;
            text-align: center;
        }
        #category a {
            border: 0px;
            background: none;
            color: #666;
            font-size: 13px;
            padding: 10px 28px;
            line-height: 16px;
            margin-right: 2px;
            display: inline-block;
            transition: all 0.3s ease-out 0s;
        }
        #category a.active, #category a:hover {
            color: #fff;
            background: #2b2b2b;
        }
        .news_list .row {
            margin-bottom: 30px;
            padding: 20px 0;
            border: 1px solid #eee;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        .news_list  a.newscontent {
            padding: 20px 0;
            margin: 0 40px;
        }
        .news_list  a.newscontent {
            height: 100%;
            display: block;
            text-align: left;
            position: relative;
        }
        .news_list .newsbody .date {
            position: relative;
            background: #2b2b2b;
            padding: 15% 20% 15% 20%;
            opacity: 1;
            left: 0px;
            transition: all 0.4s ease 0s;
            color: #999;
            font-size: 12px;
            float: left;
            margin-bottom: 0px;
            width: 100%;
        }
        .news_list .date .md {
            color: white;
            top: 40px;
            transition: all 0.3s ease-out 0s;
            font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
            display: block;
            width: 100%;
            font-size: 20px;
            text-align: left;
        }
        .news_list .date .year {
            white-space: nowrap;
            float: left;
            color: #fff;
            font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
            display: block;
            line-height: 24px;
            width: 100%;
            font-size: 16px;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        }
        .news_list .title {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
            font-size: 16px;
            color: #575757;
        }
        .news_list .description {
            overflow: hidden;
            font-size: 13px;
            color: #6a6a6a;
            padding-top: 10px
        }
        .news_list .row:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
        }
        .news_list .row .col-xs-8{
            padding-left: 3% !important;
            float: right;
            transition: padding-left 1s;
            -moz-transition: padding-left 1s; /* Firefox 4 */
            -webkit-transition: padding-left 1s; /* Safari 和 Chrome */
        }
        .news_list .row .col-xs-8:hover{
            padding-left: 6% !important;
            transition: padding-left 1s;
            -moz-transition: padding-left 1s; /* Firefox 4 */
            -webkit-transition: padding-left 1s; /* Safari 和 Chrome */
        }
        .news_list .col-xs-1 {
            padding: 0px;
        }
        @media (max-width: 767px) {
            .news_list .date .md {
                font-size: 15px;
            }
            .news_list .date .year {
                font-size: 13px;
            }
            .newsbody .col-date {
                padding: 0px;
                background: black;
            }
            .news_list .newsbody .date {
                padding: 15% 0% 15% 15%;
            }
            .news_list .title {
                margin-bottom: 0px;
            }
            .news_list .description {
                padding-top: 2px;
            }
            .new-com {
                display: none;
            }
            .new-phone {
                display: block !important;
            }
            .header-title {
                padding-top: 20px;
                padding-bottom: 15px;
            }
            .header p.title {
                font-size: 20px;
            }
            #category {
                padding-bottom: 10px;
            }
            #category a {
                padding: 5px 14px;
            }
        }