.inner ul {
    list-style: none; /* 将默认的列表符号去掉 */
    float: left; /* 往左浮动 */
    font-size: 15px;
    line-height: 40px;
}

.inner li {
    list-style: none; /* 将默认的列表符号去掉 */
    float: left; /* 往左浮动 */
    font-size: 15px;
    line-height: 40px;
    display: block; /* 将链接设为块级元素 */
    cursor: pointer;
}

.inner li a {
    display: block; /* 将链接设为块级元素 */
    padding: 0px 0px; /* 设置内边距 */
    color: #5A5A5B; /* 设置文字颜色 */
    text-decoration: none; /* 去掉下划线 */
}

.divred li a:hover {
    /* 设置文字颜色 */
    color: #f60;
}

.content * {
    font-size: 16px;
    color: #b0b0b0;
    font-family: "microsoft yahei", arial, simsun, sans-self;
}

.content .logos img {
    width: 180px;
    margin: 20px;
}

.content .collogo img {
    filter: grayscale(100%);
    filter: gray;
}

.content .collogo img:hover {
    filter: grayscale(0%);
    filter: none;
}

.content .col {
    width: 1190px;
    text-align: center;
    padding: 30px;
    margin-top: 50px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}




.content .rights {
    width: 80%;
    text-align: center;
    vertical-align: top;
    border-spacing: 30px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin: 5px
}

.content .rights td {
    width: 20%;
}

.content .rights > tbody > tr:first-child > td > div:first-child {
    background-color: #eeeeee;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    font-size: 30px;
    color: #aaaaaa
}

.content .rights > tbody > tr:nth-child(3) td {
    vertical-align: top;
}

.content .maintext {
    color: #f80;
    font-size: 18px;
}

.content .colfooter {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

.content .colfooter * {
    font-size: 13px;
    text-align: center;
    color: #888;
}

.content .qrcodes {
    adding: 10px;
}

.content .qrcodes img {
    height: 100px;
    margin-bottom: 10px;
}

.content .linktitle {
    color: #333;
    margin-bottom: 20px;
}

.content .linkitem {
    display: block;
    text-decoration: none;
    margin: 5px;
}

.content .linkcell {
    padding: 20px;
    vertical-align: top;
}
