#header-fixed {
    display: block;
}
.main-container {
    padding-top: 78px;
}
.main-nav {
    margin: 12px 0;
    line-height: 18px;
    font-size: 14px;
    color: #aaa;
}
.main-nav a {
    font-size: 14px;
    color: #aaa;
    text-decoration: none;
}
.main-nav a:hover {
    text-decoration: underline;
}
.main-nav a.last {
    color: #666;
}
.main-nav a.last:hover {
    text-decoration: none;
}
.main-nav .arrow {
    padding: 0 6px;
}
.main-content {
    margin-bottom: 20px;
}
.main-content .left-wrap {
    box-sizing: border-box;
    float: left;
    width: 912px;
    *width: 868px;
    min-height: 650px;
    padding: 22px;
    background: #ffffff;
}
.main-content .left-wrap .title {
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.main-content .left-wrap .info {
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
}
.main-content .left-wrap .info span {
    float: left;
    font-size: 12px;
    color: #999999;
}
.main-content .left-wrap .info .line {
    width: 1px;
    height: 12px;
    margin: 9px 10px;
    background-color: #999;
}
.main-content .left-wrap .content {
    padding-top: 30px;
    line-height: 24px;
    color: #555;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.main-content .left-wrap .content img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.main-content .left-wrap .content a {
    text-decoration: none;
}
.main-content .left-wrap .content,
.main-content .left-wrap .content td,
.main-content .left-wrap .content br,
.main-content .left-wrap .content input,
.main-content .left-wrap .content select {
    font-size: 16px;
    line-height: 150%;
}
.main-content .left-wrap .content p {
    font-size: 16px;
    line-height: 160%;
}
.main-content .right-wrap {
    box-sizing: border-box;
    float: right;
    width: 268px;
    *width: 228px;
    padding: 0 20px;
    background: #ffffff;
}
.main-content .right-wrap .list_wrap .head_title {
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #ececec;
}
.main-content .right-wrap .list_wrap .list {
    padding: 6px 0 24px;
}
.main-content .right-wrap .list_wrap .list li {
    height: 36px;
    line-height: 36px;
}
.main-content .right-wrap .list_wrap .list li .num {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 8px 8px 0;
    background-color: #cccccc;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.main-content .right-wrap .list_wrap .list li .title {
    float: left;
    max-width: 200px;
    font-size: 14px;
    color: #111;
    text-decoration: none;
}
.main-content .right-wrap .list_wrap .list li .title:hover {
    text-decoration: underline;
}
