* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    background-color: #fff;
    font: 14px/1.5 "微软雅黑","Microsoft YaHei","宋体";
    color: #2e425c;
}

ul, li {
    list-style: none;
}

img {
    border: none;
}

a {
    cursor: pointer;
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.clearfix {
    *zoom: 1;
}
    /*清除浮动*/
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

.fl {
    float: left;
    margin-left: 20px;
}
/*向左浮动*/
.fr {
    float: right;
    margin-right: 20px;
}
/*向右浮动*/
.box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 9999px white inset;
}
/*.hide { display: none;}取消显示*/

.btn {
    color: #fff;
}
/*按钮通用样式*/
/*.btn-success绿色按钮
.btn-primary确认按钮
.btn-warning更新按钮
.btn-info提交按钮
.btn-danger删除按钮
*/
.btnIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.searchIcon {
    background: url(../img/search.png) no-repeat left center;
}
/*查询按钮图标*/
.addIcon {
    background: url(../img/add.png) no-repeat left center;
}
/*增加按钮图标*/
.delIcon {
    background: url(../img/icon_del.png) no-repeat left center;
}
/*删除按钮图标*/
.editIcon {
    background: url(../img/icon_edit.png) no-repeat left center;
}
/*编辑按钮图标*/
.lookIcon {
    background: url(../img/icon_look.png) no-repeat left center;
}
/*查看按钮图标*/
.selIcon{
    background:url(../img/icon_select.png) no-repeat left center;
}
/*选择按钮图标*/
/*.confirmBtn{ background-color: #245580; }/!*确认按钮*!/
.updateBtn { background-color: #e38d13;}/!*更新按钮*!/
.submitBtn { background-color: #28a4c9;}/!*提交按钮*!/
.deleteBtn { background-color: #b92c28;}/!*删除按钮*!/*/

/*遮罩层*/
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    background-color: rgba(0,0,0,0.4);
    z-index: 3;
}

.lrForm {
    padding: 10px 30px;
    position: relative;
}
    /*登录、注册页共用表单样式*/
    .lrForm h2 {
        font-size: 22px;
    }

    .lrForm .formC {
        margin: 20px 10px;
    }

        .lrForm .formC p {
            margin-bottom: 15px;
        }

        .lrForm .formC input { /* height: 30px; width: 245px; padding-left: 5px; line-height: 26px; border:1px solid #a2a2a2; background-color: #fff;*/
        }

        .lrForm .formC p.captcha input {
            display: inline;
            width: 150px;
        }

        .lrForm .formC p.captcha img {
            width: 90px;
            height: 34px;
            margin-left: 10px;
            vertical-align: top;
            cursor: pointer;
        }

        .lrForm .formC p.formBtn a {
            width: 252px;
            display: block;
            color: #fff;
            background-color: #ff8b23;
            margin-top: 20px;
        }

.transBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 1;
    border-radius: 5px;
}

.lrForm .lrFormC {
    position: relative;
    z-index: 2;
}

/*登陆页*/
.login {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bg4.jpg) no-repeat center center;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg4.jpg',sizingMethod=scale);
}

.loginC {
    position: absolute;
    top: 45%;
    left: 65%;
    width: 332px;
    height: 460px;
    margin-left: -166px;
    margin-top: -230px;
}

.loginLogo {
    margin-bottom: 10px;
}

.logoImg {
    margin-right: 25px;
}

.loginForm {
    margin: auto;
    border-radius: 5px;
}

    .loginForm .formC p {
        margin-bottom: 8px;
    }

    .loginForm .formC label {
        display: block;
        margin-bottom: 3px;
    }

    .loginForm .formC p.forgetPwd {
        text-align: right;
    }

        .loginForm .formC p.forgetPwd a {
            padding: 0px 5px;
        }

            .loginForm .formC p.forgetPwd a:hover {
                text-decoration: underline;
            }

.loginBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    background-color: #fff;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    z-index: 1;
    border-radius: 5px;
}

.loginForm .loginForm {
    position: relative;
    z-index: 2;
}

/*注册页*/
.register {
    background: url(../img/bg4.jpg) no-repeat center center;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg4.jpg',sizingMethod=scale);
}
/*.registerC {position: absolute; top:0; left:50%; width: 700px; height: 100%; margin-left: -350px; padding:0px 50px; background: rgba(255,255,255,0.7);}*/
.registerC {
    position: relative;
    width: 700px;
    min-height: 100%;
    margin: auto;
    padding: 0px 50px;
    padding-top: 1px;
}

    .registerC .loginLogo {
        margin-top: 50px;
        margin-bottom: 20px;
    }

.registerForm {
    padding: 10px;
}

    .registerForm h2 small {
        font-size: 0.7em;
        font-weight: normal;
    }

    .registerForm h2 span {
        color: #f75a69;
    }

    .registerForm .formC p {
        margin-bottom: 15px;
    }

    .registerForm .formC label {
        display: inline-block;
        width: 80px;
        text-align: right;
    }

    .registerForm .formC input {
        display: inline-block;
        width: 252px;
    }

    .registerForm .formC p.formBtn a {
        margin-left: 80px;
    }

.regBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 1;
}

.registerC .regCon {
    position: relative;
    z-index: 2;
}

/*首页*/
.htop {
    width: 100%;
    padding: 8px 0px;
    padding-top: 18px;
    line-height: 21px;
}
    /*头部*/
    .htop .htopc {
        width: 100%;
        margin: auto;
    }
.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.htopc .htopcr span {
    font-weight: bold;
}

.htopc .htopcr a {
    padding: 0px 5px;
    color: #e85454;
}

    .htopc .htopcr a.notice {
        color: #337ab7;
        font-weight: bold;
        position: relative; /* padding-right: 20px;*/
    }
    /*.htopc .htopcr a.notice em { display: inline-block; position: absolute; right: 5px; top:0px; background-color: #e85454; width: 15px; height: 15px; border-radius: 50%; line-height: 15px; text-align: center; color: #fff; font-size: 12px; font-style: normal;}*/
    .htopc .htopcr a:hover {
        text-decoration: underline;
    }

.hlogo img {
    height: 30px;
    vertical-align: top;
}

.hlogo span {
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 8px;
}

.hcon {
    width: 246px;
    background-color: #2a466b;
    float: left;
    color: #fff;
    min-width: 200px !important;
}
/*头部导航*/
.hnav {
    /*width: 1200px;*/
    float: right;
}

.hnavp li {
    float: left;
    /*position: relative;*/
    z-index: 2;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e0ffff;
}

    .hnavp li a:hover {
        color: inherit;
        text-decoration: none;
    }

    .hnavp li a.hnava {
        display: block;
        padding: 10px 25px;
    }

    .hnavp li.on .hnava, .hnavp li:hover a.hnava {
        background-color: #ff8b23;
    }
    .hnavp li p:hover {
        color: inherit;
        text-decoration: none;
    }

    .hnavp li p.hnava {
        display: block;
        padding: 10px 25px;
    }

    .hnavp li.on .hnava, .hnavp li:hover p.hnava {
        background-color: #ff8b23;
    }
/*.on代表当前页所在的菜单*/
.hnavc {
    display: none;
}

.hnavp .navClick div.hnavc {
    display: block;
    /*position: absolute;*/
    min-width: 90%;
    margin: auto;
    background-color: #ff8b23;
}

    .hnavp .navClick div.hnavc a {
        display: block;
        padding: 10px 25px;
        white-space: nowrap;
        border-top: 1px solid #fff;
    }

        .hnavp .navClick div.hnavc a:hover {
            color: #2e425c;
            background-color: #e8e8e8;
        }

.contentMaster {
    width: 100%;
    margin: auto;
    overflow-y: scroll;
    overflow-x: scroll;
    padding-right: 10px;
    /*float: right;*/
}
/*.curPos { padding-top:15px;}当前位置提示*/
.conTitle {
    font-size: 24px;
    margin-top: 15px;
}
/*当前页标题*/
.conh4 {
    margin: 0;
    background-color: #EFEFEF;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: bold;
}
    /*模块标题*/
    .conh4 span {
        cursor: pointer;
    }

.conForm {
    padding: 20px;
    border: 1px solid #d4d4d4;
}
    /* 查询条件表单模块*/
    .conForm p {
        display: inline-block;
        white-space: nowrap;
    }

        .conForm p span {
            color: red;
        }

    .conForm label {
        display: inline-block;
        white-space: nowrap;
    }

    .conForm input { /*margin: 5px 0px;*/
        padding-left: 5px;
        margin-right: 40px;
        width: 170px;
        height: 25px;
        border: none;
        border-bottom: 1px solid #a2a2a2;
    }

        .conForm input[type=checkbox] {
            margin: 0px;
            margin-right: 15px;
            margin-left: 20px;
            width: 21px;
            height: 21px;
            vertical-align: top;
            border: none;
        }

        .conForm input.input-lg {
            width: 440px;
        }

/*查询结果*/
.conRes {
    padding-top: 20px;
}

.conTable {
    width: 100%;
    overflow: auto;
    border-left: 1px solid #E3E6EB;
    border-right: 1px solid #E3E6EB;
}
    /*查询结果显示的表格模块*/
    .conTable table {
        min-width: 100%;
        border-collapse: collapse;
    }

    .conTable th, .conTable td {
        border: 1px solid #E3E6EB;
        padding: 8px 5px;
        text-align: center;
    }

    .conTable tr.chcol th, .conTable tr.chcol td {
        background-color: #F0F6FA;
    }
/*分页*/
.conPage {
    padding: 10px;
    padding-bottom: 0;
    background-color: #E1EDEE;
}

    .conPage a {
        padding: 0px 8px;
    }

    .conPage input {
        width: 25px;
    }

    .conPage b {
        font-weight: normal;
        color: #000;
    }

    .conPage a:hover {
        text-decoration: underline;
    }
/*页脚*/
.footer {
    position: fixed;
    bottom: 0;
    left: 230px;
    /*width: 100%;*/
    /*min-width: 1200px !important;*/
    /*padding-top: 20px;*/
}

    .footer div {
        padding: 10px 0px;
        text-align: center;
        background-color: #636363;
        color: #fff;
        width: 100%;
    }

/*加载弹框样式*/
.popup {
    position: fixed;
    left: 50%;
    background-color: #fff;
    border-radius: 5px;
    z-index: 4;
}
/*.loadingPop { top:50%; width: 100px; padding: 10px; margin-left: -55px; text-align: center; font-weight: bold; font-size: 15px;  }*/
.winPop {
    top: 50px;
    width: 1100px;
    margin-left: -550px;
    max-height: 80%;
    overflow: auto;
}

.popup h3.winPopTit {
    text-align: center;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
    background-color: #EFEFEF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.winPopCon {
    padding: 20px 30px;
}

.winPoph2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.winPop .conForm {
    border: none;
}

.hasBorder {
    border: 1px solid #d4d4d4 !important;
}

.winPopConf {
    padding: 20px 0px;
    text-align: center;
}

.closeBtn {
    position: absolute;
    right: 15px;
    top: 7px;
}
/*/!*alert弹框*!//!*confirm弹框*!/*/
/*.msgPop {top:50px; width: 500px; margin-left: -250px; max-height: 80%; overflow: auto;}*/
/*.msgPop h3.popTit { text-align: left; padding-left: 15px;}*/
/*.msgCon { padding: 30px 0px; text-align: center;}*/
/*.msgCon p { margin-bottom: 50px;}*/
/*.msgCon a { margin:0px 30px;}*/

/*setting页面*/
.rightBtn {
    float: right;
    text-align: right;
    display: inline-block;
    width: 200px;
    height: auto;
    margin-top: -5px;
}

.paddingTop {
    padding-top: 10px;
}

.rightBtnClear {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*===================复选框样式========*/
/*公告列表*/
.noticeLists ul li {
    position: relative;
    padding: 20px;
    padding-left: 35px;
    background-color: #fff;
    border-bottom: 1px dashed #d7d7d7;
}

    .noticeLists ul li h3 {
        font-size: 15px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 15px;
        max-width: 700px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .noticeLists ul li p {
        display: -webkit-box;
        display: -moz-box;
        max-width: 1000px;
        max-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
    }

    .noticeLists ul li a {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -17px; /*height: 30px; line-height: 30px; width: 100px; text-align: center; background-color: #C5021B; color: #fff; border-radius: 5px;*/
        text-decoration: none;
    }

    .noticeLists ul li small {
        position: absolute;
        top: 18px;
        right: 190px;
    }

    .noticeLists ul li em {
        position: absolute;
        top: 23px;
        left: 20px;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #e85454;
    }

    .noticeLists ul li.readed {
        background-color: #fff;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

        .noticeLists ul li.readed em {
            background-color: #bdbdbd;
        }

.listPage {
    text-align: center;
}

    .listPage a {
        font-size: 12px;
        padding: 1px 8px;
        border: 1px solid #d7d7d7;
        margin: 0px 3px;
        border-radius: 2px;
    }

    .listPage span {
        font-size: 12px;
        padding: 1px 8px;
        margin: 0px 3px;
    }

    .listPage a.on {
        color: #fff;
        background-color: #337ab7;
        border: 1px solid #337ab7;
    }

/*公告详情*/
.noticeTit {
    text-align: center;
    color: #02519a;
    margin: 20px 0px;
}

    .noticeTit small {
        font-size: 12px;
        color: #bdbdbd;
        font-weight: normal;
    }

.noticeDet img {
    max-width: 100%;
}
