﻿*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    padding: 0;
    background: #F5F5F5;
    margin: 0;
    font-size: 12px;
    font-family: 微软雅黑;
}

img {
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.clearfix {
    clear: both;
}

.hide {
    display: none;
}

.none {
    display: none;
}


/*barner*/
.system-container .banner {
    overflow: hidden;
    text-align: center;
}

/*wrap*/
.wrap {
    margin: 0 auto;
    max-width: 1330px;
    padding: 0 2px;
    margin-top: 33px;
}

.portal-body {
    overflow: hidden;
}

    .portal-body .portal-item {
        float: left;
        text-align: center;
        min-height: 1px;
        width: 49%;
        margin: 0 0.5%;
        font-size:14px;
    }

.portal-list {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
}

    .portal-list .list-head {
        height: 45px;
        line-height: 45px;
        background: #fbfbfb;
        border-color: #ddd;
        border-bottom: 1px solid #ddd;
        position: relative;
        border-radius: 4px 4px 0 0;
        padding: 0 10px;
    }

.head-icon {
    position: absolute;
    top: 0;
    color: #333;
    font-size: 16px;
    padding-top: 1px;
}

.head-handle {
    color: #0055b0; /*#D14343;*/
    padding-left: 25px;
    text-align: left;
}

    .head-handle .title {
        font-size: 14px;
        font-weight: 700;
    }

.portal-list .list-body {
    padding: 0;
    overflow: hidden;
}

.tofu-img-list {
    margin: 0;
    padding: 8px 0 0 8px;
}

    .tofu-img-list > li {
        float: left;
        margin-bottom: 8px;
        position: relative;
        border-radius: 4px;
        padding: 8px 0;
        width: 90px;
    }

        .tofu-img-list > li:hover {
            color: #666;
            background: #E0E1E5;
        }

        .tofu-img-list > li > a {
            color: #666;
            text-decoration: none;
        }

        .tofu-img-list > li:hover > a {
            color: #666;
        }

        .tofu-img-list > li > a > img {
            display: block;
            margin: 0 auto;
            width: 40px;
            height: 40px;
        }

        .tofu-img-list > li > a > p {
            text-align: center;
            margin: 5px 0 0;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
