﻿.indexWebList {
    width: 100%;
    background: #FFF;
}

.indexWebList li {
    /*margin-right: 14px;*/
    margin-bottom: 5px;
    width: calc((100% - (10.5px * 6)) / 7);
    position: relative;
    width: 100px;
    margin-top: 10px;
    float: left;
    margin-left: 14px;
}

.indexWebList li:hover {
    background-color: #F9F9F9;
}

.indexWebList li:hover > a {
    color: #333333;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}

.indexWebList li:hover .xl {
    display: inline-block;
    opacity: 1;
}

.indexWebList li:nth-child(7n) {
    margin-right: 0;
}

.indexWebList li > a {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.2s all;
    color: #333;
    position: relative;
    font-family: "微软雅黑", "华文细黑", Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 8px;
}
.indexWebList li > a .xl:after {
    content: " ";
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #ff7352 transparent transparent;
    margin-left: 6px;
    margin-top: 13px;
    display: block;
    transition: 0.2s all;
}

.indexWebList li > a .xlhover:after {
    transform: rotate(180deg) !important;
    margin-top: 12px;
}

.indexWebList li > a .xl {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    width: 100px;
    height: 39px;
    position: absolute;
    right: 2px;
    top: 0px;
}

.indexWebList li .info {
    box-shadow: 0 0px 9px rgba(23, 23, 23, 0.12);
    background: #FFF;
    z-index: 99;
    width: 98%;
    left: 1%;
    position: absolute;
    border-radius: 9px;
    display: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}

.indexWebList li .info a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #333;
    font-weight: normal;
    height: 40px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
}
