.system-list>ul>li {
    float: left;
    width: 46%;
    margin-top: 20px;
    line-height: 48px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    transition: all .3s;}
.system-list>ul>li:nth-child(2n){
    margin-left: 2%;
    margin-right: 2%;}
.system-list>ul>li>a {
    display: block;
    overflow: hidden;
    padding: 0 20px;}
.system-list>ul>li span {
    display: inline-block;
    font-size: 15px;
    color: #333;
    vertical-align: middle;
    margin-left: 10px;
    transition: all .3s;}
.system-list>ul>li img {
    display: inline-block;
    vertical-align: middle;width: 20px;}

.system-list>ul>li:hover{
 border-color: #30afb2;}
.system-list>ul>li:hover span{
    font-weight: 600;
    color: #b20603;}@media screen and (max-width: 500px){
.system-list>ul>li:nth-child(even) {    margin-left: 0 !important;}
.system-list>ul>li { overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;float: none; width: auto;}
}
@media screen and (max-width: 800px){
.system-list>ul>li:nth-child(even) { margin-left: 2%;}
.system-list>ul>li {overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}


}

.bq a{color:#fff;}
