.indexbox_title {
    color: white;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "华文细黑", STHeiti, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    padding: 13px 36px;
    border-bottom: 1px solid #f1f4f9;
    line-height: 16px;
    background: #67B7EF;
}

.showdiv {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "华文细黑", STHeiti, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.website-list {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "华文细黑", STHeiti, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 13px 10px;
}

.website-list .hot-item {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "华文细黑", STHeiti, sans-serif;
    font-size: 14px;
    list-style-type: none;
    box-sizing: border-box;
    margin: 0;
    width: 33% !important;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    padding: 0 5px;
    position: relative;
}

.website-list .hot-item .item-card {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "华文细黑", STHeiti, sans-serif;
    font-size: 14px;
    list-style-type: none;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    padding: 10px 16px;
    width: 100%;
    min-height: 89px;
}

.website-list .hot-item .item-card .icons {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "华文细黑", STHeiti, sans-serif;
    font-size: 14px;
    list-style-type: none;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 26px;
    margin-right: 4px;
}

.website-list .hot-item .item-card .icons img {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "华文细黑", STHeiti, sans-serif;
    font-size: 14px;
    list-style-type: none;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
    width: 26px;
    height: 26px;
    position: relative;
    top: 4px;
    max-width: 26px;
}

.website-list .hot-item .item-card .contents {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "华文细黑", STHeiti, sans-serif;
    font-size: 14px;
    list-style-type: none;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: calc(100% - 26px);
}

.website-list .hot-item .item-card .contents a {
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "华文细黑", STHeiti, sans-serif;
    list-style-type: none;
    box-sizing: border-box;
    text-decoration: none;
    background-color: transparent;
    text-align: left !important;
    display: block;
    margin: 4px 0;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    padding: 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
}

.website-list .hot-item .item-card .contents .description {
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "华文细黑", STHeiti, sans-serif;
    list-style-type: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0;
    margin: 1px 0px 0px;
    color: #a2a2a2;
    line-height: 1.5;
    font-size: 12px;
    text-align: justify !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
}

.website-list li .item-card:hover {
    background-color: #f2f8fd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.website-list li:hover a {
    color: #ee521c !important;
    text-decoration: none
}

.website-list li:hover p {
    color: #585858;
}