﻿ .matchbox .text-list-box{flex-wrap: wrap;display:-webkit-box;/* 老版本语法:Safari,iOS,Android browser,older WebKit browsers. */  display:-moz-box;/* 老版本语法:Firefox (buggy) */  display:-ms-flexbox;/* 混合版本语法:IE 10 */  display:-webkit-flex;/* 新版本语法:Chrome 21+ */  display:flex;/* 新版本语法:Opera 12.1,Firefox 22+ */-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
    .matchbox .work-list-ul{position: relative; line-height: 30px; font-size: 15px;padding:0;width:100%;margin-top:5px }
    .matchbox .work-list-ul li{height: 40px; line-height: 40px;background: url(/images/linedashed.gif) repeat-x center;}
    .matchbox .work-list-ul li a{height: 40px; line-height: 40px;max-width:75%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display:block;float:left;background: #fff;padding-right:5px; font-size:16px}
    .matchbox .work-list-ul li span{color: #999; float: right;max-width:25%;text-align:right;display:block;background: #fff;padding-left:5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-size:15px}
    .work-list-rowmore-margin{margin:auto}
    .matchbox_list {width:100%;text-align:center;overflow:hidden}
    .matchbox_list div {padding:5px 15px ;float:left;font-size:16px;margin-right:10px;background:#eee;cursor:pointer;margin-top:5px}
    .matchbox_list div:hover {background:url("/images/news/active.png");background-size:100% 100%;color:white;}
    .matchbox_list .active {background:url("/images/news/active.png");background-size:100% 100%;color:white;}
    .matchbox_list .more {text-align:right;background:none!important;float:right!important;font-size:14px!important;margin-right:16px!important;height: 100%;line-height: 44px;cursor:pointer}
    .matchbox_list .more a {color:#000!important;}
    .matchbox-moblie-more{margin:15px 0;text-align:center}
    .news-list-more{padding: 10px 15px;font-size: 16px;background: #eee;cursor: pointer;display:inline-block;min-width:80px;margin:10px auto 0 auto}
   