﻿.Content_Box {
    width: 1000px;
    margin: auto;
}

.MenuList_Box {
    border: 1px solid #b6b6b6;
    /*border-radius: 5px;*/
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto 10px auto;
}

.MenuList_Title {
    color: #707070;
    font-weight: bold;
    border-bottom: 1px solid #b6b6b6;
    padding: 5px 10px;
    box-shadow: #fff 0 1px 0 0 inset;
    background: rgb(247,247,247);
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(208,210,208,1) 100%);
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(208,210,208,1) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(208,210,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d0d2d0',GradientType=0 );
}

.MenuList_Html {
    width: 178px;
    margin: 10px auto;
    overflow: hidden;
}

.MsgContent_Box {
    border: 1px solid #b6b6b6;
    /*border-radius: 5px;*/
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto 10px auto;
}

.MsgContent_Title {
    color: #707070;
    font-weight: bold;
    border-bottom: 1px solid #b6b6b6;
    padding: 5px 10px;
    box-shadow: #fff 0 1px 0 0 inset;
    background: rgb(247,247,247);
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(208,210,208,1) 100%);
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(208,210,208,1) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(208,210,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d0d2d0',GradientType=0 );
}

.MsgContent_Html {
    width: 768px;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}

.CommentMsg {
    background-color: #eaf6ff;
    border: 1px dashed #0094ff;
    padding: 5px 10px;
    color: #0072c4;
    font-size: 12px;
}

.Loading_Span {
    color: #ff6a00;
}

.HTML_content_Btn {
    top: 7px;
    right: 9px;
    position: absolute;
}

.NewsEditLink {
    cursor: pointer;
    color: #0094ff;
}

    .NewsEditLink:hover {
        color: #0072c4;
    }

.PageLinkBox {
    padding: 0 5px 5px 5px;
    width: 188px;
    overflow: auto;
    height: 250px;
}

.PageLinkList {
    cursor: pointer;
    color: #0094ff;
    width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.LabelCheckbox {
    cursor: pointer;
    float: right;
    opacity: 0.5;
}

    .LabelCheckbox:hover {
        opacity: 1;
    }

    .LabelCheckbox input[type=checkbox] {
        cursor: pointer;
    }

#PageLink_SearchBtn {
    top: 1px;
    position: relative;
    width: 125px;
    padding: 2px 5px;
}

.MsgContent_Hover:hover {
    background-color: rgba(255, 169, 0, 0.1);
}

.cursor_pointer {
    cursor: pointer;
}

.Login_Box {
    width: 450px;
    border: 1px solid #b6b6b6;
    /*border-radius: 5px;*/
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: #fff;
    margin: 30px auto 30px auto;
}

.Login_Title {
    color: #707070;
    font-weight: bold;
    border-bottom: 1px solid #b6b6b6;
    padding: 5px 10px;
    box-shadow: #fff 0 1px 0 0 inset;
    background: rgb(247,247,247);
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(208,210,208,1) 100%);
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(208,210,208,1) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(208,210,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d0d2d0',GradientType=0 );
}

.Login_Html {
    text-align: center;
    padding: 5px 10px;
}

.Search_Box {
}

.Search_Stage {
    color: #ff6a00;
    font-size: 12px;
}

