﻿
body, html {
    margin: 0px;
    padding: 0px;
    /*overflow-x:hidden;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
}

    a img {
        border: 0px;
        display: inherit;
    }

input, textarea, select {
    outline: none;
}

/*****布局使用******/
p, input, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

.dashedLine {
    border-bottom: 1px dashed #dfdfdf;
}

.solidLine {
    border-bottom: 1px solid #dfdfdf;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.blank {
    height: 100px;
}

.blankSmall {
    height: 20px;
}

.editable {
    width: 300px;
    min-height: 200px;
    border: 1px solid red;
    margin: 30px;
    word-break: break-all;
    word-wrap: break-word;
}

.focused {
    color: black;
}

.fixed {
    color: #888888;
}

.justify_fix {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 0;
    overflow: hidden;
}
/***字体颜色***/
.redFont {
    color: red;
}

.blueFont {
    color: blue;
}

.grayFont {
    color: #888888;
}

.blackFont {
    color: black;
}

.orangeFont {
    color: #fea55a;
}

/*****背景颜色*****/
.redBack {
    background-color: red;
}

.blockBack {
    /*background-color: #F6FBFF;*/
    /*background-color:#F0F5FC;*/
    background-color: #F0F5FF;
}

/***测试常用****/
.paddingSmall {
    padding: 5px;
}

.paddingMiddle {
    padding: 10px;
}

.paddingBig {
    padding: 30px;
}

.divOne {
    width: 200px;
    height: 200px;
    border: 1px solid blue;
}

.divFixed {
    width: 100px;
    height: 100px;
    font-size: 15px;
    text-align: center;
    border: 2px solid red;
    position: fixed;
}

.divFixedRight {
    position: fixed;
    right: 0px;
    border: 1px solid blue;
    padding: 5px;
}

.divTwo {
    width: 200px;
    height: 200px;
    margin: 50px;
    border: 1px solid red;
    overflow: auto;
}

.inputSmall {
    height: 18px;
    line-height: 18px;
    width: 200px;
    font-size: 13px;
    border: 1px solid gray;
    padding: 5px 2px;
}

    .inputSmall:focus {
        box-shadow: 0px 0px 0px 3px rgba(255, 106, 0, 0.66);
    }



/******************************学校选择控件*********************/
.collegeDialog {
    border: 0px solid red;
    font: 13px/24px sans-serif,Arial;
    color: #444444;
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

.collegeDialog_tool {
    height: 35px;
    border: 0px solid blue;
    padding: 4px;
    border-bottom: 1px dashed #e6e6e6;
}

    .collegeDialog_tool .item {
        float: left;
        margin-right: 15px;
    }

    .collegeDialog_tool .name {
        width: 140px;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        padding: 4px 3px;
        display: inline-block;
        float: left;
        outline: none;
        vertical-align: top;
        border: 1px solid #d5d5d5;
    }

    .collegeDialog_tool .selectBox {
        width: 120px;
        height: 28px;
        line-height: 28px;
        float: left;
    }

    .collegeDialog_tool .yesBtn {
        margin-left: 8px;
        display: none;
    }

.moreSelect .yesBtn {
    display: inline-block;
}

.collegeDialog_tool .label {
    line-height: 30px;
    float: left;
}

.collegeDialog_tool .searchBtn {
}

.collegeDialog_List {
    padding: 15px 5px;
}

    .collegeDialog_List .inner {
        width: 480px;
        border: 0px solid red;
    }

    .collegeDialog_List .item {
        display: inline-block;
        float: left;
        padding: 5px 10px;
        margin-right: 10px;
        border: 0px solid green;
        cursor: pointer;
        width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 25px;
    }

        .collegeDialog_List .item:hover {
            background-color: #4DADE5;
            color: white;
        }

    .collegeDialog_List .inner {
        min-height: 260px;
    }

.collegeDialog .resultList {
    position: absolute;
    right: 10px;
    top: 90px;
    border: 0px solid blue;
    width: 180px;
    height: 260px;
    overflow: auto;
    padding-top: 15px;
    border-left: 1px dashed #e6e6e6;
    display: none;
}

.moreSelect .resultList {
    display: block;
}

.collegeDialog .resultItem {
    display: inline-block;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
    padding: 0px 5px;
    padding-right: 18px;
    margin: 5px 0px;
    margin-left: 10px;
    max-width: 125px;
    position: relative;
    font-size: 12px;
}

    .collegeDialog .resultItem .closeBtn {
        width: 8px;
        height: 15px;
        font-size: 16px;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 0px;
        color: #888888;
    }

.collegeDialog .closeBtn:hover {
    color: #4DADE5;
}

/***************************************** 1.进度条 封装1.0样式 *********************************/

/***
    1.进度条 封装1.0样式
    **/

.msgPanel {
    position: fixed;
    width: 100%;
    height: 0px;
    z-index: 99995;
    border: 0px solid red;
    top: 0px;
}

    .msgPanel .msgBack {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: blue;
        opacity: 0.05;
        filter: alpha(opacity=5);
        top: 0px;
        left: 0px;
    }

.msgInner {
    width: 150px;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    color: white;
    background: #5EC0FF;
    display: block;
    font-size: 13px;
    font-family: '宋体',Arial;
    padding: 0px 30px;
}

    .msgInner .loadDiv {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }

    .msgInner .loading {
        position: absolute;
    }


/****************************************************文章详细页面 样式***************************************************/
.articleContent {
    padding: 20px 10px;
    font-family: "\5B8B\4F53","Arial",sans-serif,"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
    /*font-size: 16px;
    line-height: 1.75em;*/
    font-size: 14px;
    line-height: 2em;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    color: #222;
}

    .articleContent img {
        max-width: 95%;
    }

/*标签部分*/
.labelPanel {
    margin-top: 10px;
    background: #f3f3f3;
    height: 22px;
    line-height: 22px;
    padding: 10px 0px;
    padding-left: 20px;
}

    .labelPanel .labelItem {
        display: inline-block;
        padding: 0px 10px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #1184d5;
    }

        .labelPanel .labelItem:hover {
            color: black;
        }

/* 内容页背景颜色*/
.articlePage {
    background-color: #fff;
    width: 964px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 15px;
    padding-bottom: 30px;
    -webkit-user-select: none; /* 禁止 DIV 中的文本被鼠标选中 */
    -moz-user-select: none; /* 禁止 DIV 中的文本被鼠标选中 */
    -ms-user-select: none; /* 禁止 DIV 中的文本被鼠标选中 */
    user-select: none; /* 禁止 DIV 中的文本被鼠标选中 */
}

.articleTitle {
    width: 670px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 35px !important;
}

.articleInfo {
    height: 24px;
    color: #848484;
    border-bottom: 1px dashed #848484;
    width: 670px;
    text-align: center;
    font-size: 12px;
    padding-bottom: 5px;
}

    .articleInfo span {
        padding-left: 30px !important;
    }


.articleLeft {
    float: left;
    width: 670px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.articleRight {
    width: 268px;
    float: right;
}
/***文章底部***/
.articleBottom {
    margin-top: 10px;
    height: 30px;
    border: 0px solid red;
    padding: 0px 12px;
}

    .articleBottom ul li {
        width: 20px;
        height: 20px;
        float: left;
        cursor: pointer;
        margin-left: 10px;
    }
/**************分享按钮样式*****************/
.shareContainer {
}

    .shareContainer .shareSpan {
        float: left;
    }

.shareList {
    width: 120px;
    padding-top: 1px;
    float: left;
}

    .shareList li {
        width: 20px;
        height: 20px;
        float: left;
        cursor: pointer;
        margin-left: 10px;
        transition: transform linear 0.2s;
        -webkit-transition: transform linear 0.2s;
        border-radius: 50%;
    }

        .shareList li:hover {
            transform: translate(0px,-3px) scale(1.1);
            -webkit-transform: translate(0px,-3px) scale(1.1);
            box-shadow: rgba(0,0,0,0.3) 3px 3px 3px;
        }

.fx_sina {
    /*background: url(../images/ico/share.png) no-repeat 0 0;*/
    background: url(../images/ico/share.png) no-repeat 0 -20px;
}

    .fx_sina:hover {
        background: url(../images/ico/share.png) no-repeat 0 -20px;
    }

.fx_qzone {
    /*background: url(../images/ico/share.png) no-repeat -20px 0;*/
    background: url(../images/ico/share.png) no-repeat -20px -20px;
}

    .fx_qzone:hover {
        background: url(../images/ico/share.png) no-repeat -20px -20px;
    }

.fx_t {
    /*background: url(../images/ico/share.png) no-repeat -40px 0;*/
    background: url(../images/ico/share.png) no-repeat -40px -20px;
}

    .fx_t:hover {
        background: url(../images/ico/share.png) no-repeat -40px -20px;
    }

.fx_renren {
    /*background: url(../images/ico/share.png) no-repeat -60px 0;*/
    background: url(../images/ico/share.png) no-repeat -60px -20px;
}

    .fx_renren:hover {
        background: url(../images/ico/share.png) no-repeat -60px -20px;
    }

.fx_weixin {
    /*background: url(../images/ico/share.png) no-repeat -100px 0;*/
    background: url(../images/ico/share.png) no-repeat -100px -20px;
}

    .fx_weixin:hover {
        background: url(../images/ico/share.png) no-repeat -100px -20px;
    }

.fx_tieba {
    /*background: url(../images/ico/share.png) no-repeat -40px 0;*/
    background: url(../images/ico/share.png) no-repeat -122px -20px;
}

    .fx_tieba:hover {
        background: url(../images/ico/share.png) no-repeat -122px -20px;
    }

    .shareList .bds_weixin {
    /*background: url(../images/ico/share.png) no-repeat -100px 0;*/
    background:none;
}
/*上一篇 下一篇*/
.prev_next {
    line-height: 2em;
}

.prev {
    margin: 15px 0px 0px 0px;
    text-indent: 10px;
}

.next {
    text-indent: 10px;
}

.prev_next .leftTitle {
    color: #B1B1B1;
}
/*相关文章，你可能还想看*/
.relativeTitle {
    width: 650px;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #444444;
    background: #e8f6ff;
}

.relativeDiv {
    height: 150px;
    padding: 8px 8px;
    border: 0px solid red;
}

    .relativeDiv .item {
        float: left;
        line-height: 32px;
        width: 305px;
        padding: 0px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: 0px solid blue;
    }

/**************************没有数据全站处理***********************/
.noneData {
    max-width: 200px;
    border: 0px solid red;
    margin: auto;
    padding: 30px 0px;
    text-align: center;
    color: #999;
}

    .noneData .left {
        width: 120px;
        white-space: nowrap;
        text-align: right;
        letter-spacing: 1px;
        padding-top: 30px;
        font: 13px/1.5 tahoma,arial,"microsoft yahei",\5b8b\4f53;
    }


/**********************************/
/********* 小图标 样式控制 ********/
/**********************************/
/*网校课程点赞*/
.icoPraiseCourse {
    background: url(../images/ico/icocommon.png) -60px 0 no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 5px;
    margin-left: 10px;
}
/*浏览次数*/
.icoViewNum {
    background: url(../images/ico/icocommon.png) -30px -57px no-repeat;
    width: 23px;
    height: 20px;
    float: left;
}
/*赞*/
.icoPraise {
    background: url(../images/ico/icocommon.png) -60px 0 no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 13px;
}
/*踩*/
.icoStamp {
    background: url(../images/ico/icocommon.png) -60px -30px no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 13px;
    margin-top: 3px;
}
/*pdf*/
.icoPdf {
    /*background: url(../images/ico/icocommon.png) -60px 0 no-repeat;
    width: 20px;
    height: 20px;
    float: left;*/
}
/*下载ico*/
.icoDatumDownload {
    background: url(../images/ico/icocommon.png) -60px -60px no-repeat;
    float: left;
    margin-top: 7px;
    height: 22px;
    width: 20px;
    padding-right: 8px;
    margin-left: 17px;
}

/*我要申请*/
.ApplyOnline {
    height: 30px;
    line-height: 29px;
    text-align: center;
    padding: 0px 25px;
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    background: #1284d2;
    display: inline-block;
    cursor: pointer;
    font-weight: lighter;
}
.ApplyOnlineGray{
    background:#c5c5c5 !important;
}

/*文档图标*/
.docIco {
    background: url(/Content/images/ico/icoCommon.png) -122px -1px no-repeat;
    display: block;
    float: left;
    margin-right: 2px;
}

.pdfIco {
    background: url(/Content/images/ico/icoCommon.png) -122px -30px no-repeat;
    display: block;
    float: left;
    margin-right: 2px;
}

.rarIco,.zipIco {
    background: url(/Content/images/ico/icoCommon.png) -92px -31px no-repeat;
    display: block;
    float: left;
    margin-right: 2px;
}

/****************************************ueditor编辑框样式**************************************/
/***百度编辑器样式***/
.ueditor {
    font-size: 14px;
    line-height: 2em;
    font-family: "\5B8B\4F53","Arial",sans-serif,"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
    -webkit-user-select: none; /* 禁止 DIV 中的文本被鼠标选中 */
    -moz-user-select: none; /* 禁止 DIV 中的文本被鼠标选中 */
    -ms-user-select: none; /* 禁止 DIV 中的文本被鼠标选中 */
    user-select: none; /* 禁止 DIV 中的文本被鼠标选中 */
}

    .ueditor img {
        max-width: 96%;
    }

    .ueditor p {
        margin: 5px 0px;
    }

    .ueditor table {
        margin-bottom: 10px;
        border-collapse: collapse;
        display: table;
        font-size: 15px;
        line-height: 1.5em;
    }

        .ueditor table td {
            display: table-cell;
            vertical-align: inherit;
            padding: 5px 8px;
            border: 1px solid #DDD;
        }

        .ueditor table th {
            padding: 5px 5px;
            border: 1px solid #DDD;
            border-top: 1px solid #BBB;
            background-color: #F7F7F7;
        }

table tr.firstRow th {
    border-top-width: 2px;
}

.ueditor hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
}

.ueditorBox {
}

    .ueditorBox .selectTdClass {
        background-color: #edf5fa !important;
    }

    .ueditorBox table.noBorderTable td,
    .ueditorBox table.noBorderTable th,
    .ueditorBox table.noBorderTable caption {
        border: 1px dashed #ddd !important;
    }

    .ueditorBox table {
        margin-bottom: 10px;
        border-collapse: collapse;
        display: table;
    }

    .ueditorBox td,
    .ueditorBox th {
        padding: 5px 10px;
        border: 1px solid #DDD;
    }

    .ueditorBox caption {
        border: 1px dashed #DDD;
        border-bottom: 0;
        padding: 3px;
        text-align: center;
    }

    .ueditorBox th {
        border-top: 1px solid #BBB;
        background-color: #F7F7F7;
    }

    .ueditorBox table tr.firstRow th {
        border-top-width: 2px;
    }

    .ueditorBox .ue-table-interlace-color-single {
        background-color: #fcfcfc;
    }

    .ueditorBox .ue-table-interlace-color-double {
        background-color: #f7faff;
    }


/*春节通知*/
.cjtzDIV {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999999;
}
.cjtzDIV .cjBG{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    z-index:999999;
    background:#000;
    opacity:.3;
}
.cjtzDIV .cjCon{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-380px;
    z-index:9999999;
}
    .cjtzDIV .cjClose {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        line-height: 42px;
        background: #000;
        opacity: .6;
        color: #fff;
        font-size: 67px;
        border-bottom-left-radius: 90%;
        text-align: right;
        cursor: pointer;
        z-index: 9999999;
    }