@charset "utf-8";
*{
    margin:0; padding:0;
    font-family:'Microsoft YaHei' !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0;  font-family: "微软雅黑"; }
fieldset, img { border: 0; }
ul, ol, li { list-style: none; font-family:'Microsoft YaHei'; }
html,body{
    box-sizing: content-box !important;
}

/* remember to define focus styles! */
:focus { outline: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; background-color: #fff; border: none;}
code, kbd, samp, tt { font-size: 100%; }
a{text-decoration:none;color:none;}
a:hover{
    text-decoration: none;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea{ *font-size: 100%;}
ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table,tr,td { border-collapse: collapse; border-spacing: 0; margin:0;padding:0;}
caption, th { text-align: left; }
sup, sub { font-size: 100%; vertical-align: baseline; }

/* remember to highlight anchors and inserts somehow! */
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/**Common Css**/
.fr { float: right; *display: inline;}
.fl { float: left; *display: inline;}
.planHeader_date{
    margin-right: 10px;
}
.ib{display: inline-block}
/*文本超出显示省略号*/
.ehn, .otw, .tow { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
/*清除浮动*/
.clearfix { *zoom:1;}
.clearfix:after { display: block; clear: both; content: "\0020"; visibility: hidden; height: 0; }
html,body{height:100%;background: #f2f2f2;}
.bold_txt{
    font-weight: bold !important;
}
.blue_num{
    color: var(--themeColor);
    cursor: pointer;
}
.red_num{
    color: #f45b52 !important;
}
.medium_num{
    font-size: 18px !important;
    font-weight: bold;
}
.big_num{
    font-size: 22px !important;
    font-weight: bold;
}
.gray_txt{
    color: #999 !important;
}
.deepgray_txt{
    color: #666;
}
.blue_btn{
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
    background: var(--themeColor) !important;
    /*background: -moz-linear-gradient(left,#0cc4b8,#03a2b7) !important;*/
    /*background:-webkit-linear-gradient(left,#0cc4b8,#03a2b7) !important;*/
    /*background: -o-linear-gradient(left,#0cc4b8,#03a2b7) !important;*/
    /*background: -ms-linear-gradient(left,#0cc4b8,#03a2b7) !important;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = "#0cc4b8", endColorstr = '#03a2b7') !important;*/
}
.blue_btn:hover{
    filter: none !important;
    background: var(--themeActiveColor) !important;
}
.red_btn{
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #EC5564;
    background: -moz-linear-gradient(right,#F45B52,#EC5564);
    background: -webkit-linear-gradient(left, #F45B52,#EC5564);
    background: -o-linear-gradient(right,#F45B52,#EC5564);
    background: -ms-linear-gradient(right,#F45B52,#EC5564);
    background: linear-gradient(right,#F45B52,#EC5564);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = "#F45B52", endColorstr = '#EC5564');
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    cursor: pointer;
}
.red_btn:hover{
    background: #F45B52;
}
.blue_border_btn{
    background: #fff;
    text-align: center;
    border:1px solid var(--themeColor);
    color: var(--themeColor);
    border-radius: 4px;
    cursor: pointer;
}
.blue_border_btn:hover{
    background: #f0fbfb;
}
.gray_btn{
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    background: #a5a5a5;
    background: -webkit-linear-gradient(left,#CBCBCB,#999999);
    background: -moz-linear-gradient(left,#CBCBCB,#999999);
    background: -o-linear-gradient(left,#CBCBCB,#999999);
    background: -ms-linear-gradient(left,#CBCBCB,#999999);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = "#CBCBCB", endColorstr = '#999999');
    color:#fff;}
.gray_btn:hover{
    filter: none !important;
    background: #999999;
}
.active_btn{
    background: var(--themeColor) !important;
    color: #fff !important;
    border-radius: 4px;
    cursor: pointer;
}
.active_btn:hover{
    background: var(--themeActiveColor) !important;
}
.radius_box{
    border-radius: 4px;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.small_txt{
    font-size: 12px;
}
/* hover效果 */
.decoration{
    color: var(--themeColor) !important;
    cursor: pointer;
    padding-bottom: 0 !important;
}
.decoration:hover{
    color: var(--themeColor) !important;
    text-decoration: underline;
    text-decoration-color: var(--themeColor);
}
.white_btn:hover{
    background: #f0fbfb;
}
.space_between{
    display: flex;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: -moz-box;
    /* 09版 */
    -webkit-box-pack: space-between;
    /* 12版 */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

/* placeholder */
.valueText{
    color: #333;
}
.placeholderText{
    color: #999;
}

input::placeholder{
    color: #999;
}

input,textarea{
    line-height: 14px !important;
}
input{
    height: 14px !important;
    padding: 10.5px 0;
    border-radius: 4px;
}
textarea::-webkit-input-placeholder {
    color: #333;
}
textarea:-moz-placeholder {
    color:#333;
}
textarea::-moz-placeholder {
    color:#333;
}
textarea:-ms-input-placeholder {
    color:#333;
}

/* 蓝色边框按钮 */
.blue_box{
    border: 1px solid var(--themeColor) !important;
    color: var(--themeColor) !important;
    border-radius: 4px;
    text-align: center;
    height: 33px;
    line-height: 33px;
    min-width: auto;
    cursor: pointer;
    background: #fff;
}
.blue_box:hover{
    background: #f0fbfb;
}
.blue_box_1{
    margin-right: 8px;
}

.blue_box_btn{
    border: 1px solid var(--themeColor) !important;
    color: var(--themeColor) !important;
    border-radius: 4px;
    text-align: center;
    min-width: auto;
    cursor: pointer;
    background: #fff;
    padding: 7px 0;
}

/* 灰色边框按钮 */
.gray_box_btn{
    border: 1px solid #B2B2B2 !important;
    color: #999 !important;
    border-radius: 4px;
    text-align: center;
    min-width: auto;
    cursor: pointer;
    background: #fff;
    padding: 7px 0;
}

/* 蓝底白字 */
.blue_white{
    background: var(--themeColor);
    color: #fff;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box !important;
}
.blue_white:hover{
    color: var(--themeColor);
    background: #fff;
    border: 1px solid var(--themeColor);
}

/* 排序箭头 */
.sortBox{
    display: inline-block;
    width: 14px;
    line-height: 10px !important;
    vertical-align: middle;
}
.sortBox img{
    cursor: pointer;
}

.headerWrap{
    width: 100%;
    min-width: 1180px;
    height: 80px;
    background: #fff;
}
.header{
    position: relative;
    width: 1180px;
    height: 60px;
    margin: 0px auto;
    padding-top: 20px;
}
.header_logo image{
    width: 100%;
    *width: auto;
    *height: 100%;
}
.header_search {
    width: 372px;
    height: 40px;
    border:1px solid #dadada;
    border-radius: 4px;
    margin-left: 65px;
    padding-left: 48px;
    margin-right: 29px;
    position: relative;
}
.header_search img{
    position: absolute;
    left: 12px;
    top: 10px;
    vertical-align: middle;
    width: 24px;
}
.header_search input{
    width: 100%;
    height:40px;
    line-height: 40px;
    background: none;
    border: none;
    outline: none;
    vertical-align: middle;
    padding: 13px 0 !important;
}
.header_search input::placeholder{
    color: #999;
}
.header_nav{
    height: 40px;
    line-height: 40px;
}
.header_nav li{
    float: left;
}
.header_nav li a{
    display:block;
    padding:0 12px;
    color:#333;
}
.header_userinfo a{
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    padding-bottom: 18px;
}
.header_userinfo a:hover{
    color: var(--themeColor);
    text-decoration: underline;
    text-decoration-color: var(--themeColor);
}
.header_userinfo {
    position: relative;
}
.header_userinfo .news{
    margin-right: 28px;
}
.header_userinfo .news img{
    margin-top: 10px;
    margin-right:8px;

}
.header_userinfo .news .count{
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 6px;
    background: #c60000;
    top:0px;
    right: 0px;
    color:#fff;
}
.header_userinfo .user span{
    padding-left: 10px;
    vertical-align: middle;
    padding-right: 20px;
}
.header_userinfo .personalInfo{
    position: absolute;
    right: 12px;
    top: 60px;
    z-index: 99;
    border: 1px solid #ddd;
    background: #fff;
    display: none;
}
.header_userinfo .personalInfo li{
    background:#fff;
    color:#666;
    padding: 8px 16px;
    min-width: 70px;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
}
.header_userinfo .personalInfo li:hover{
    background: #f2f2f5;
    color: var(--themeColor);
}
.header_userinfo .personalInfo .dropOut{
    text-align: center;
}
.header_userinfo .top_triangle{
    position: absolute;
    top: 53px;
    right: 86px;
    z-index: 999;
    display: none;
}
/* 返回箭头图片 */
.return_btn{
    cursor: pointer;
}
.mid_nav{
    min-height: 42px;
    line-height: 42px;
    min-width: 1180px;
    background: var(--themeColor);
    /*background: -moz-linear-gradient(left,#0cc4b8,#03a2b7) !important;*/
    /*background:-webkit-linear-gradient(left,#0cc4b8,#03a2b7) !important;*/
    /*background: -o-linear-gradient(left,#0cc4b8,#03a2b7) !important;*/
    /*background: -ms-linear-gradient(left,#0cc4b8,#03a2b7) !important;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = "#0cc4b8", endColorstr = '#03a2b7') !important;*/
    font-size: 16px;
    color:#fff;
}
.mid_nav ul{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.mid_nav ul li.active{
    border-bottom: 2px solid #fff;
}
.mid_nav ul li{
    display: inline-block;
    height: 36px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
    margin: 0px 32px;
    cursor: pointer;
    _zoom:1;
    *display: inline;
    *padding: 6px 0;
    font-size: 14px;
}

/* 头部 */
.ib{
    margin-top: 20px;
}
.main_teachPlan_search{
    height: 76px;
}
.main_teachPlan_search_l{
    height: 66px;
}
.main_teachPlan_search_l>div{
    *float: left;
    *margin-left: 10px;
}
.main_teachPlan_search_l>div:first-child{
    *margin-left: 0;
}
.main_teachPlan_search_l .select{
    border:1px solid rgb(204,204,204);
    width: 178px;
    height: 35px;
    z-index:2;
    border-radius: 4px;
    position: relative;
    /* -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    position: relative;
    behavior: url(./lib/pie/PIE.htc); */
    background: rgba(255, 255, 255, 0) !important;
    cursor: pointer;
}
.main_teachPlan_search_l .select .dropdown-menu{
    width: 100%;
}
.main_teachPlan_search_l .select_txt{
    width: 142px;
    height: 35px;
    border-right:1px solid #d7d7d7;
    line-height: 35px;
    padding-left: 9px;
    color: rgb(152,152,152);
}
.main_teachPlan_search_l .select_img{
    position: absolute;
    right:5px;
    top:13px;
}
.main_teachPlan_search_l .search{
    width: 178px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgb(204,204,204);
    position: relative;
    margin-left: 10px;
    border-radius: 4px;
    /* -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    position: relative;
    behavior: url(./lib/pie/PIE.htc); */
}
.main_teachPlan_search_l .search img{
    position: absolute;
    left: 9px;
    top:10px;
}
.main_teachPlan_search_l .search input{
    position:absolute;
    left: 28px;
    top:0;
    width: 80%;
    border: none;
    outline: none;
    /* color: #333; */
    background: none;
    height: 35px;
    line-height: 14px;
}
.main_teachPlan_search_l .search input::placeholder{
    color: #999;
}
.main_teachPlan_search_r .newPlan{
    width: 97px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    /* -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    position: relative;
    behavior: url(./lib/pie/PIE.htc); */
    text-align: center;
    color:#f0f9f9;
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    cursor: pointer;
}
.main_teachPlan_search_r  .importPlan{
    display: inline-block;
    /* height: 35px; */
    border-radius: 4px;
    position: relative;
    /* -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    position: relative;
    behavior: url(./lib/pie/PIE.htc); */
    width: 111px;
    height: 33px;
    border:1px solid var(--themeColor);
    margin-top:20px;
    cursor: pointer;
}
.importPlan .select_txt{
    width: 73px;
    height: 33px;
    border-right:1px solid var(--themeColor);
    color: var(--themeColor);
    line-height: 33px;
    text-align: center;
}
.importPlan .select_img{
    position: absolute;
    right: 12px;
    top: 14px;
    width: 14px;
}
.importPlan .to_plan{
    /* background-color: #464c5b; */
    width: 113px;
    margin-left: -1px;
    text-align: center;
}
/* .importPlan .to_plan a{
    color: #fff;
} */
.main_nav li{
    float: left;
    margin-right:20px;
    height:40px;
    font-size: 18px;
    font-weight: bold;
    /* margin-top:15px; */
}
.main_nav li.active{
    border-bottom:2px solid var(--themeColor);
}
.gp_content{
    position: relative;
    width: 1180px;
    margin:0 auto;
    margin-top: 20px;
    min-height: 980px;
}
.gp_main_content{
    margin:0 0 0 18px;
    padding:0 40px;
    background: #fff;
    padding-top:15px;
    min-height: 885px;
}
.gp_main-tit .teachTitle{
    color: rgb(102,102,102);
}
.gp_main_content a{color:#333;padding-bottom: 20px;*display: block;}
.gp_main_content a:hover,.gp_main_content a:focus{
    text-decoration: none;
}
.main_nav{
    height:40px;
    border-bottom: 2px solid #ddd;
}
.gp_aside{
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--themeColor);

    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=var(--themeColor),endColorStr=var(--themeColor),gradientType='0');
    width: 160px;
    height: 100%;
    min-height: 500px;
    max-height: 960px;
    padding-top: 20px;
}
.gp_aside_nav li.active {
    background: var(--themeColor);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = "#02dfd8", endColorstr = '#08bcbb');
}
.gp_aside_nav a:focus,.gp_aside_nav a:hover{
    text-decoration: none;
}
.dropdown_tit{
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.gp_aside .triangle{
    position: absolute;
    left: 69px;
    top: 43px;
    display: none;
    z-index: 999;
}
.gp_aside .dropdown_menu{
    display: none;
    text-align: left;
    position: absolute;
    border: 1px solid #DDDDDD;
    z-index: 99;
    top: 40px;
}
.gp_aside .dropdown_menu li{
    font-size: 0;
    width: auto;
    height: auto;
    line-height: auto;
}
.gp_aside .dropdown_menu li:hover a{
    background: #F2F2F5;
    color: var(--themeColor);
}
.gp_aside .dropdown_menu li a{
    font-size: 12px;
    display: block;
    padding: 0 16px !important;
    color: #666 !important;
    background: #fff;
}
.dropdown_menu{
    display: none;
    text-align: left;
    margin-left: 23px;
    margin-top: 9px;
}
.dropdown_menu li{
    width: 80%;
    height: 34px;
    line-height: 34px;
    background: #fff;
}
.dropdown_menu li a{
    display: block;
    padding-left: 20px;
}
.glyphicon{
    font-size: 22px;
    top: 2px;
    line-height: 30px;
}
.headPto{text-align: center;margin-bottom:11px;margin-top:6px;}
.headPto img{
    width: 82px;
}
.gp_aside .username{
    text-align:center;
    font-size: 14px;
    color:#fff;
    line-height: 33px;
    font-weight: bold;
}
.gp_aside_nav li{
    position: relative;
    height: 42px;
    line-height: 42px;
    margin: 11px auto;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    cursor: pointer;
}
.gp_aside_nav li a{
    color:#fff;
    display: block;
}
.gp_aside_nav li a img{
    margin-right: 10px;
}
.gp_main{
    /* width: 1020px; */
    padding-left: 160px;
}
.gp_main-tit{
    position: relative;
    height: 60px;
    /* width: 96.4%; */
    background: #FFFFFF;
    line-height: 60px;
    text-align: left;
    padding-left: 18px;
    margin-bottom: 20px;
}
.gp_main-tit img,.gp_main-tit span{
    vertical-align: middle;
}
.gp_main-tit img{
    width: 33px;
    margin-right: 6px;
    background-color: var(--themeColor);
    border-radius: 50%;
}
.gp_main-tit span.tit_one{
    color: rgb(102,102,102);
}
.gp_main-tit span.tit_two{
    color: rgb(153,153,153);
}
*{box-sizing: inherit!important;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle !important;
}

/* 脚部 */
.footer{
    background: #fff;
    text-align: center;
    line-height: 60px;
    margin-top: 36px;
    border-top:1px solid rgb(204,204,204);
    font-size: 12px;
    padding-bottom:10px;
}

/* 分页左边 */
.pagenator{height:52px;line-height: 52px;background: #f2f2f2;}
.pagenator>div{
    display: inline-block;
    width: 100%;
}
.pagenator-l span{
    margin-right: 9px;
    margin-left: 22px;
    *float: left;
}
.pagenator-l .dropdown-menu{
    min-width: auto;
    width: 88px;
    top: 42px;
}
.dropdown .btn{width: 88px;height: 28px; position: relative;padding:0;border-width: 1px;
    /* -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius:4px;-o-border-radius:4px;position: relative;behavior: url(./lib/pie/PIE.htc); */
}
.dropdown .btn img{margin-left: 53px;position: absolute;right:5px;top:10px;}
.dropdown_num{width:58px;height: 28px;line-height:28px;border-right:1px solid #e0e0e0;color: #666666;}
.dropdown-menu{min-width: auto;}
.list_bottom .dropdown-menu{
    min-width: 100%;
}
.fl{
    color: #999999;
}
/* 分页 */
.pageNum{
    height: 30px;
    line-height: 30px;
    /* background: rgb(230,230,230); */
    /* padding: 10px 20px; */
    padding-top: 10px;
    margin-right: 22px;
    float: right;
}
.pageNum ul{
    float: right;
}
.pageNum li{
    float: left;
    width: 36px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgb(223,223,223);
    background: #fff;
    margin-left: 5px;
    color: rgb(102,102,102);
    border-radius: 4px;
    cursor: pointer;
}
.pageNum .perPageNum,
.pageNum .nextPageNum{
    width: 62px;

}
.pageNum li.pageNumActived{
    /*background: -moz-linear-gradient(right,rgb(11,188,185),rgb(5,167,183)) !important;*/
    /*background: -webkit-linear-gradient(left,rgb(11,188,185),rgb(5,167,183)) !important;*/
    /*background: -o-linear-gradient(right,rgb(11,188,185),rgb(5,167,183)) !important;*/
    /*background: -ms-linear-gradient(right,rgb(11,188,185),rgb(5,167,183)) !important;*/
    /*background: linear-gradient(right,rgb(11,188,185),rgb(5,167,183)) !important;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = "#0bbcb9", endColorstr = '#05a7b7') !important;*/
    background: var(--themeColor);
    color: #FFFFFF;
    width: 38px;
    height: 32px;
    line-height: 32px;
    border: none;
}

/* 模态框 */
.aModal{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.5);
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); */
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.aModal .modalBox{
    display: inline-block;
    width: 800px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    *margin-left: 600px;
}
.aModal .modalBox .modalTit{
    background: #F6F6F6;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 20px;
}
.aModal .modalBox .modalTit span{
    float: left;
}
.aModal .modalBox .modalTit img{
    float: right;
    height: 21px;
    padding: 12px 0 12px 10px;
    cursor: pointer;
}

.toggleBox{
    cursor: default;
    position: relative;
}
.toggleBox .dropdown-menu{
    min-width: 100% !important;
    width: 100%;
}
.toggleBox .dropdown-menu{
    box-sizing: border-box !important;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
    margin: 0 !important;
}
.toggleBox .dropdown-menu > li{
    box-sizing: border-box !important;
    line-height: 20px;
    padding: 3px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    border-radius: 0 !important;
    background: #fff !important;
    width: 100%;
    font-size: 12px;
    margin: 0 !important;
}
.toggleBox .dropdown-menu > .active, .toggleBox .dropdown-menu > .active:focus, .toggleBox .dropdown-menu > .active:hover{
    color: #fff;
    background-color: var(--themeActiveColor) !important;
    outline: 0;
}
.toggleBox .dropdown-menu > li:hover{
    background: #f5f5f5 !important;
}


/* 选择框i */
i.checkbox{
    display: inline-block;
    width:20px;
    height:20px;
    background: url(../images/furtherEducationImg/select.png) no-repeat left center;
    background-size: 100%;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    *margin-top: 2px;
    *float: left;
}
i.checkedI{
    background: url(../images/furtherEducationImg/selected.png) no-repeat left center;
    background-size: 100%;
}











/* =====================顶部身份切换样式==================== */
.header_userinfo .user_box{
    position: relative;
}
.header_userinfo a:hover{
    color: #333;
    text-decoration: none;
}
.header_userinfo .user_box .user{
    overflow: hidden;
}
.header_userinfo .user_box .user>*{
    float: left;
}
.header_userinfo .user_box .user_info{
    min-width: 64px;
    margin-left: 10px;
}
.header_userinfo .user span{
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0;
}
.header_userinfo .user_box .user_info p{
    background: #daf6f4;
    color: var(--themeColor);
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    margin-top: 4px;
}
.identitySwitching{
    position: relative;
    padding-left: 19px;
    margin-left: 19px;
    border-left: 1px solid #D8D8D8;
    margin-top: 5px;
}
.identitySwitching button{
    width: auto;
    padding: 0 10px;
    background: var(--themeColor);
    color: #fff;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
}
.identitySwitching .identityBox{
    position: absolute;
    z-index: 999;
    top: 35px;
    right: -20px;
    display: none;
    padding: 0 20px;
}
.identitySwitching .identityBox>div{
    position: relative;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.10);
    margin-top: 8px;
}
.identitySwitching .identity_img{
    position: absolute;
    left: 45px;
    top: -7px;
}
.identitySwitching ul{
    width: 100px;
    background: #fff;
    border: 1px solid #D8D8D8;
    font-size: 12px;
}
.identitySwitching ul li{
    height: 30px;
    line-height: 30px;
}
.identitySwitching ul li a{
    margin: 0;
    padding: 0;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.identitySwitching li:hover{
    background: #F2F2F2;
}
.identitySwitching li:hover a{
    color: var(--themeColor);
    text-decoration: none;
}
.gp_aside .dropdown_menu{
    border: none;
    background: url(../images/modalBg03.png);
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    padding: 2px;
    width: 124px;
    top: 46px;
}
.gp_aside .dropdown_menu::after{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -12px;
    right: 42px;
    padding: 0;
    border-bottom: 7px solid rgba(0,0,0,0.7);
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.header_userinfo .user_box a img{ width:43px !important; height:43px !important; border-radius:50%;}
.headPto img{ width:82px; height:82px; border-radius:50%;}
/* =========新增账户安全提示======== */
.aSecurityTips{
    display: none;
    height: 60px;
    width: 1180px;
    margin: 0 auto;
    margin-top: 20px;
    box-sizing: border-box !important;
}
.aSecurityTips>a{
    display: block;
    height: 100%;
    padding: 10px;
    padding-left: 20px;
    background: #FFF7E7;
    color: #FFAD55;
}
.aSecurityTips .aSecurityLeft,.aSecurityLeft>*{
    float: left;
}
.aSecurityLeft u{
    width: 40px;
    height: 40px;
    background: url(../images/bindNum_icon.png) no-repeat center center;
    margin-right: 20px;
}
.aSecurityLeft span{
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: bold;
}
.aSecurityRight{
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/o_right.png) no-repeat center center;
    margin-top: 10px;
}
.aSecurityTips>a.aSecurityPwd{
    color: var(--themeColor);
}
.aSecurityPwd .aSecurityLeft u{
    background: url(../images/changePwd_icon.png) no-repeat center center;
}
.aSecurityPwd .aSecurityRight{
    background: url(../images/b_right.png) no-repeat center center;
}


/* ++++++++++++++2019.12.10新增二级侧边栏+++++++++++++ */
.gp_aside_nav{
    margin-top: 22px;
}
.gp_aside_nav li{
    height: auto;
    min-height: 42px;
    line-height: 42px;
    padding-left: 0;
    margin: 0;
}
.gp_aside_nav>li.active.moreClick{
    background: transparent !important;
}
.gp_aside_nav>li>a {
    font-size: 0;
}
.gp_aside_nav>li>a span {
    font-size: 14px;
    vertical-align: top;
}
.gp_aside_nav li a img {
    margin-right: 14px;
    margin-left: 20px;
    margin-top: 0;
}
.gp_aside_nav>li ul{
    background: var(--themeColor);
    display: none;
}
.gp_aside_nav>li.active ul{
    display: block;
}
.gp_aside_nav>li li{
    /* border-bottom: 1px solid #fff; */
    border-color: rgb(30,81,159);
    border-color: rgba(255,255,255,0.05);
}
.gp_aside_nav a:focus,.gp_aside_nav a:hover{
    text-decoration: none;
}
.gp_aside_nav>li li a{
    padding-left: 50px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gp_aside_nav li.moreClick>a{
    padding-right: 36px;
    background: url(../images/whiteDown.png) no-repeat 124px center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gp_aside_nav li.active.moreClick>a{
    background: url(../images/whiteUp.png) no-repeat 124px center;
}

.furtherPatternType{
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    background-color: #3B95FF;
    margin-left: 10px;
}
.bgColorRed{
    background-color: #C83F3F !important;
}
.bgColorPink{
    background-color: #FF869C !important;
}
.bgColorGreen{
    background-color: #12C8A3 !important;
}
.UsageGuidelines{
  display: none;
  height: 100px;
  width: 1140px;
  margin: 0 auto;
  margin-top: 20px;
  background: #fffbe6;
  padding: 10px 20px;
  position: relative;
}
.UsageGuidelines_fl{
  float: left;
  width: 120px;
  color: #faad14;
}
.UsageGuidelines_fr{
  float: right;
  width: 1000px;
}
.UsageGuidelines_close{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}