﻿ /*诗教在线列表*/
    .online-greymian-left{width: 65%;float:left}
    .online-greymian-tool {width: 30%;float: right;padding: 20px 20px 0 20px;}
    .online-tool-list li {height: 45px;line-height: 45px;text-align: center;font-size: 15px;color: #fff;background-color: #990000;margin-bottom: 25px;}
    .online-tool-title {padding-bottom: 15px;font-size: 16px;text-align: center;color: #990000;border-bottom: 1px solid #990000;margin-bottom: 20px;}
    .education-list .education-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;}
    .education-list .work-list-ul{position: relative; line-height: 30px; font-size: 15px;padding:0;width:100%;margin-top:5px }
    .education-list .work-list-ul li{height: 40px; line-height: 40px;background: url(/images/linedashed.gif) repeat-x center;}
    .education-list .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}
    .education-list .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}
    .education-list-rowmore-margin{margin:auto}
    .educationbox_list {width:100%;text-align:center;overflow:hidden}
    .educationbox_list div {padding:5px 15px ;float:left;font-size:16px;margin-right:10px;background:#eee;cursor:pointer;margin-top:5px}
    .educationbox_list div:hover {background:url("/images/news/active.png");background-size:100% 100%;color:white;}
    .educationbox_list .active {background:url("/images/news/active.png");background-size:100% 100%;color:white;}
    .educationbox_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}
    .educationbox_list .more a {color:#000!important;}
    .educationlist-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}
    /*手机端显示样式*/
    @media ( max-width :768px) {
    .education-list .work-list-ul{width:100%;padding:0;margin-bottom:0;margin-top:0}
    .education-list .col-title{margin-bottom:0}
    .education-list .education-list-box{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between; -webkit-box-pack:initial;-webkit-justify-content:initial;-ms-flex-pack:initial;justify-content:initial}
    .educationbox_list .more{display:none}
    }