﻿body {
    color: #333333;
}

.main {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.canclick, .textlink {
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

    .canclick:hover {
        background-color: #e4ecfb;
    }

    .textlink:hover {
        opacity: 0.6;
    }

.textlinkcanselect {
    cursor: pointer;
}

    .textlinkcanselect:hover {
        opacity: 0.6;
    }

a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

.canclick {
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

    .canclick:hover {
        background-color: #e4ecfb;
    }

.canselect {
    -moz-user-select: text;
    -khtml-user-select: text;
    user-select: text;
}

.pagecontent {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.pagecontent-panel {
    width: 1160px;
    background-color: #fafbfd;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.pagecontent-content-h {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pagecontent-header {
    width: 100%;
    padding: 0px 20px;
    height:50px;
    display:flex;
    flex-direction:row;
    align-items:center;
}

.pagecontent-title {
    font-size: 16px;
    border-left: 5px solid #ab1c22;
    padding-left: 15px;
    height: 24px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}