@charset "utf-8";

/**************20160908 资讯管理-图片新闻****************/

body {
    font-size: 14px;
    color: #666;
    background: #fff;
}

a {
    color: #666;
}

a:hover {
    text-decoration: none;
}


/**/

.wrapper {
    /*background:url("../images/bg-top.jpg") no-repeat center top;*/
}

.z-container {
    padding: 30px 20px 0;
}

.z-container .logo {
    padding: 20px 0 47px 5px;
}

.z-nav {
    width: 100%;
    height: 35px;
    background: rgba(255, 255, 255, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4Cffffff, endcolorstr=#4Cffffff);
    border-bottom: 1px solid #5197ff;
}

.z-nav ul li:first-child {
    margin-right: 10px;
}

.z-nav ul li a {
    display: inline-block;
    padding: 4px 12px;
    color: #5197ff;
}

.z-nav ul li i.one {
    width: 23px;
    height: 20px;
    background: url("../images/icon11.png") no-repeat;
    padding-left: 10px;
}

.z-nav ul li i.two {
    width: 23px;
    height: 20px;
    background: url("../images/icon22.png") no-repeat;
    padding-left: 8px;
}

.z-nav ul li i,
.z-nav ul li span {
    margin-top: 4px;
}

.z-nav ul li.active,
.z-nav ul li:hover {
    background: #5197ff;
}

.z-nav ul li.active a,
.z-nav ul li:hover a {
    color: #fff;
}

.z-nav ul li.active i.one,
.z-nav ul li:hover i.one {
    background: url("../images/icon1.png") no-repeat;
}

.z-nav ul li.active i.two,
.z-nav ul li:hover i.two {
    background: url("../images/icon2.png") no-repeat;
}

.nav-list ul {
    margin-top: 20px;
}

.nav-list ul li {
    margin-left: 2px;
}

.nav-list ul li:first-child {
    margin-left: 0;
}

.nav-list ul li a {
    display: inline-block;
    padding: 6px 12px;
    background: #e6e6e6;
}

.nav-list ul li.active a,
.nav-list ul li:hover a {
    background: #5a98ed;
    color: #e6e6e6;
}

.z-form {
    margin-top: 30px;
}

.z-form ul li.fl span {
    line-height: 30px;
}

.z-form ul li.fl input {
    width: 160px;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    color: #666;
    padding: 0 5px;
}

.z-form ul li.fl a {
    background: #5197ff;
    padding: 1px 22px;
    color: #fff;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
}

.z-form ul li.fl a:hover {
    background: #2b79e3;
}

.z-form ul li.fr a {
    display: inline-block;
    background: #ff7700;
    padding: 1px 22px;
    color: #fff;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
}

.z-form ul li.fr a:hover {
    background: #f98723;
}

.z-table table {
    width: 100%;
    margin-top: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.z-table table th {
    color: #333;
    font-weight: bold;
    background: #eef2f9;
}

.z-table table th,
.z-table table td {
    height: 32px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.z-table table td span.z-txt {
    display: inline-block;
    width: 200px;
    /*padding: 0 15px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.z-table table tr:nth-of-type(odd) {
    background: #fafbff;
}

.z-table table tr:nth-of-type(even) {
    background: #f4f4f4;
}

.z-table table td a {
    margin: 0 5px;
}

.z-table table td .look {
    color: #5197ff;
}

.z-table table td .edit {
    color: #00bb80;
}

.z-table table td .set-psw {
    color: #5197ff;
}

.z-table table td .delete {
    color: #f0720c;
}

.z-table table td .line {
    color: #ddd;
}

.z-manage {
    margin: 20px 0;
}

.z-btn li {
    float: left;
    padding: 4px 20px;
    margin-left: 10px;
    cursor: pointer;
}

.z-btn li.all-selected {
    background: #fff8f2;
    color: #ff7700;
    border: 1px solid #ffc18b;
}

.z-btn li.delete {
    background: #f3f3f3;
    color: #666;
    border: 1px solid #b8b8b8;
}

.z-btn li.all-selected:hover {
    background: #fbeee3;
}

.z-btn li.delete:hover {
    background: #e9e9e9;
}

.manage-page li {
    float: left;
    margin: 0 2px;
    padding: 0 10px;
    height: 26px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    line-height: 26px;
    font-size: 14px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

.manage-page li:hover {
    background-color: #3185da;
    border: 1px solid #3185da;
    color: #fff;
    text-decoration: none;
}

.manage-page li.active {
    background-color: #3185da;
    border: 1px solid #3185da;
    color: #fff;
    cursor: default;
}

.manage-page li.ell {
    border: 1px solid #d2d2d2;
    background-color: #fff;
    color: #666;
    cursor: default;
}

.mt60 {
    margin-top: 60px;
}


/************发布*****************/

.publish-content {
    margin-top: 40px;
    padding: 30px 0 40px;
    border: 1px solid #ccc;
}

.publish-content .form-group label {
    width: 240px;
    line-height: 30px;
    text-align: right;
}

.publish-content .form-group input.form-input {
    width: 230px;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    color: #666;
    padding: 0 5px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.publish-btn {
    margin-top: 25px;
}

.publish-btn a {
    display: inline-block;
    padding: 5px 28px;
    border-radius: 2px;
}

.publish-btn a.save-btn {
    background: #5197ff;
    color: #fff;
    border: 1px solid #5197ff;
}

.publish-btn a.concel-btn {
    background: #f6f6f6;
    color: #999;
    border: 1px solid #ccc;
}

.publish-btn a.save-btn:hover {
    background: #5187ff;
}

.publish-btn a.concel-btn:hover {
    background: #eaeaea;
}

.choose-btn {
    padding: 5px 16px;
    background: #266ccb;
    color: #fff;
    border: 1px solid #266ccb;
    border-radius: 1px;
}

.choose-btn:hover {
    background: #2062bb;
    color: #fff;
}

.publish-content .form-group .red {
    color: #f90000;
    line-height: 30px;
}


/************专题教育*******************/

.z-form a.search-btn {
    background: #5197ff;
    padding: 1px 22px;
    margin-left: 5px;
    color: #fff;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
}


/************资讯管理员设置*****************/

.z-form ul li.fl input.manager-input {
    width: 250px;
}

.input-tips {
    position: absolute;
    left: 5px;
    top: 0;
    height: 30px;
    line-height: 32px !important;
    color: #999;
}

.input-tips-news {
    position: absolute;
    left: 40px;
    top: 0;
    height: 30px;
    line-height: 32px !important;
    color: #999;
}

.mt10 {
    margin-top: 10px;
}

.text {
    line-height: 30px;
}

.select-box {
    position: relative;
}

.select-box .link {
    position: relative;
    padding: 0 40px 0 10px;
    width: 140px;
    height: 30px;
    background: #ffffff;
    border: solid 1px #ccc;
    border-radius: 2px;
    line-height: 30px;
    cursor: pointer;
}

.select-box .link i {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: url("../images/down-select.png") no-repeat center;
    /*border-left: solid 1px #ccc;*/
}

.select-box .submenu {
    position: absolute;
    top: 30px;
    width: 190px;
    border: 1px solid #ccc;
    background: #fff;
    max-height: 240px;
    overflow-y: auto;
    z-index: 3;
}

.select-box .submenu li {
    margin: 0;
    padding: 0 10px;
    line-height: 28px;
    height: 30px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}

.select-box .submenu li:hover {
    background: #3ea1fb;
    color: #fff;
}


/********新增管理员弹框 2016-11-01 修改*********/

.pop-bg {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

.pop-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 760px;
    margin: -290px 0 0 -380px;
    background: #fff;
}

.pop-content .top {
    height: 46px;
    line-height: 46px;
    background: #5197ff;
    padding: 0 20px;
}

.pop-content .top ul li {
    font-size: 16px;
    color: #fff;
    ;
}

.pop-content .main {
    background: #fff;
    margin-bottom: 10px;
}

.pop-content .main p {
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.z-tree {
    width: 210px;
    height: 379px;
    border: 1px solid #dbdbdb;
    overflow: auto;
}

.pop-content .main .publish-btn {
    margin-top: 0;
}

.ml20 {
    margin-left: 20px;
}

.left-search {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.user-search input[type="text"] {
    width: 213px;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    color: #666;
    padding: 0 5px;
    outline: none;
}

.sub-list {
    position: relative;
    width: 223px;
    border: 1px solid #dbdbdb;
}

.sub-list dl {
    padding: 0 0 5px;
    height: 322px;
    overflow-y: auto;
}

.sub-list dl dd {
    padding-left: 15px;
    margin: 2px 0;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    padding-right: 15px;
}

.sub-list input[type="checkbox"] {
    margin: 6px 2px 0 0;
}

.mid-tab {
    margin-top: 130px;
    padding: 0 8px;
}

.mid-tab a {
    display: block;
    width: 43px;
    height: 25px;
    background: url(/information/public/news-front/1.0.0/static/pop/images/sub-tab.png) no-repeat;
}

.mid-tab a.right-tab {
    background-position: -78px -2px;
}

.pop-content .bottom {
    height: 45px;
    padding-top: 15px;
    background: #f6f6f6;
}

.pop-content .bottom .publish-btn {
    margin-top: 0;
}

.fengmian-box {
    margin-left: 240px;
}

.fengmian-box img {
    float: left;
    width: 566px;
}

.xiaoji-box-p {
    padding: 0 20px;
}

.xx-pt-table {
    text-align: ;
}

.start_text {
    color: #f00;
}

.zx-sort-list {
    padding: 15px;
    border: solid 1px #EFEFEF;
}

.zx-sort-list li {
    line-height: 30px;
}

.zx-sort-list li input {
    margin-right: 10px;
}


/*0319add*/

.eduorg-tree li a {
    display: inline-block;
    padding: 2px 5px;
    max-width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.eduorg-tree li a.current {
    color: #5197ff;
    font-weight: 700;
}

.hide {
    display: none;
}

.eduorg-tree li a:hover {
    color: #5197ff;
}


/*0322add*/

.school-teacher-table tr td a.del {
    color: red;
}

.school-teacher-table tr td a {
    display: none;
}

.school-teacher-table tr td a.show {
    display: block;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub-list span.ellipsis {
    max-width: 60px;
}

.searchedUser span.ellipsis {
    display: inline-block;
    max-width: 135px;
}

.school-pop-content {
    width: 810px;
    margin: -295px 0 0 -380px;
}

.school-pop-content .main {
    height: 453px;
}

.teacherList {
    text-align: center;
}

.teacherList a {
    padding: 10px;
    display: inline-block;
}

.teacherList a:hover {
    font-weight: 700;
    color: #5197ff;
}

.publish-btn .concel-btn2 {
    display: inline-block;
    padding: 5px 28px;
    border-radius: 2px;
    background: #f6f6f6;
    color: #999;
    border: 1px solid #ccc;
}

.publish-btn .concel-btn2:hover {
    background: #eaeaea;
}

.school-pop-content .white {
    color: #fff;
    font-size: 16px;
}

.top {
    padding: 0 20px;
}

.no-data {
    text-align: center;
    padding: 20px;
}

.no-data img {
    margin-top: 20px;
}

.sub-list2 dl dd {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.school-pop-content .td01 {
    width: 300px;
}

.school-pop-content .td02 {
    width: 180px;
}
.school-pop-content .td02 span{
    width: 180px;
    display: inline-block;
}
.school-pop-content .td03 {
    width: 160px;
}

.school-pop-content .td04 {
    width: 120px;
}

.center {
    text-align: center;
}

.sub-list2 {
    height: 305px;
}

.sub-list2 dl {
    height: 275px;
}

.searchedUser dl {
    height: 300px;
}

.instructorName {
    width: 147px;
    overflow: hidden;
}

.school-teacher-table tr td {
    height: 32px;
}