@charset "utf-8";
/* CSS Document */
/**input样式**/
input[type='text'], input[type='password'], input[type='number'] {
    width: 194px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 12px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}

input[type='text'].wid155, input[type='password'].wid155, input[type='number'].wid155 {
    width: 155px;
}

input[type='text'].wid258, input[type='password'].wid258 {
    width: 200px
}

.textarea {
    width: 740px;
    height: 100px;
    resize: none;
    padding: 10px;
    background: #fff;
}

.rightSide {
    margin-left: 10px;
    padding-top: 24px;
    min-height: 1000px;
}

.whiteBg {
    background: #fff;
    padding-bottom: 70px
}

.vm {
    display: inline-block;
    vertical-align: middle;
}

/**标题样式**/
.title {
    height: 49px;
}

.title i {
    float: left;
    width: 3px;
    height: 21px;
    margin-top: 14px;
    margin-right: 15px;
}

.titleName {
    font-size: 18px;
    font-weight: bold;
    line-height: 49px;
}

.tabTitle {
    height: 36px;
    padding-right: 20px
}

.tabTitle li {
    float: left;
    height: 34px;
    line-height: 34px;
    margin-right: 15px;
    font-size: 16px;
    padding: 0 5px
}

.tabTitle li.cur {
    font-weight: bold;
}

/**input下拉框**/
.selectBox {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    width: 230px;
    line-height: 29px;
    height: 29px;
    border-radius: 2px;
}

.selectBox p {
    vertical-align: top;
    padding: 0 15px 0 10px;
    background: url(../images/selarr.png) no-repeat right 13px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selectBox ul {
    z-index: 99;
    width: 230px;
    border-top: 0;
    position: absolute;
    top: 28px;
    left: -1px;
    display: none;
}

.selectBox ul li a {
    display: block;
    line-height: 29px;
    padding: 0 10px;
}


/**按钮样式**/
.btn01 {
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px;
}

.screenBtn {
    display: inline-block;
    width: 64px;
    height: 30px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    line-height: 28px;
    margin-right: 5px;
}

/*.btn02{display:inline-block;height:24px;padding:0 10px;line-height:24px;font-size:12px;position:relative}
.btn02 ul{position:absolute;width:100%;top:24px;left:-1px;background:#376fb0;z-index:999;border:solid 1px #376fb0;display:none}
.btn02 ul li{height:25px;line-height:25px;}
.btn02:hover ul{display:block}
*/
.btn02 {
    color: #09f;
    display: inline-block;
    height: 24px;
    padding: 0 2px;
    line-height: 24px;
    font-size: 14px;
    position: relative
}

.btn02 a {
    color: #4893cc
}

.btn02 ul {
    position: absolute;
    width: 75px;
    top: 24px;
    left: -10px;
    background: #376fb0;
    z-index: 999;
    border: solid 1px #376fb0;
    display: none
}

.btn02 ul li {
    height: 25px;
    line-height: 25px;
    overflow: hidden
}

.btn02:hover ul {
    display: block
}

.btn02 ul li a {
    color: #fff
}

.blueBtn {
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 18px;
    margin: 0 5px
}

.add {
    font-weight: bold;
    float: left;
    font-size: 24px;
    line-height: 27px;
    margin-right: 3px
}

.borderBtn {
    margin: 0 5px;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
}

.eye {
    display: none;
    float: left;
    width: 23px;
    height: 14px;
    background: url(../images/eye.png) no-repeat;
    margin-top: 6px;
    margin-right: 5px;
}

.cancel {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border: solid 1px #c0c0c0;
    background: none;
    border-radius: 3px
}

/**table样式**/
.blueTable {
    padding: 0 10px;
    overflow: visible;
}

/*.blueTable table{min-width:1200px}*/
table.minWidth, .minWidth {
    min-width: 1500px;
}

.blueTable table tr th {
    height: 35px;
    background: #f3f2f2;
    font-weight: bold;
    font-size: 14px;
    border: solid 1px #e7e6e6
}

.blueTable table tr td {
    padding: 8px 0;
    font-size: 14px;
    border: solid 1px #f2f2f2;
    word-break: break-all;
    padding: 8px 5px;
    color: #666;
}

.blueTable tr:hover {
    background: #f3f2f2
}

.wblueColor {
    background: #f7f7f7;
    color: #333;
}


/**分页样式**/
.bottom {
    height: 43px;
    line-height: 43px;
    margin: 20px 0;
    padding: 0 10px;
    font-size: 14px;
    text-align: center
}

.delete {
    margin: 0 10px
}

.pages span {
    display: inline-block;
    padding-right: 20px
}

.pages a, .pages i {
    padding: 0 5px
}

.pages input {
    text-align: center;
    width: 30px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px
}

.go {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border: none;
    font-size: 12px;
    cursor: pointer;
    margin-left: 1px
}


/**分页样式(新蓝色版)**/
.w_pages {
    float: right;
    color: #555;
}

.w_pages select {
    height: 24px;
    line-height: 24px;
    border: 1px #e2e2e2 solid;
}

.w_pages span {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}

.w_pages a, .w_pages i {
    padding: 0 8px;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    color: #09f;
    margin: 0 2px;
}

.w_pages a:hover, .w_pages .cur {
    background: #09f;
    color: #fff
}

.w_pages input {
    text-align: center;
    width: 42px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
}

.w_pages .go {
    width: 28px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border: none;
    font-size: 12px;
    cursor: pointer;
    margin-left: -1px;
    background-color: #09f;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


/**字体大小**/
.font14 {
    font-size: 14px
}

.font16 {
    font-size: 16px
}

/*提示信息*/
.verify {
    font-size: 12px;
    color: red
}

.detailsFont {
    border: solid 1px #e1e0e0
}

/**弹出层样式**/
.popup {
    background: #fff;
    box-shadow: 0 0 10px #666;
    border-radius: 5px;
    position: absolute;
    left: 30%;
    top: 20%;
    border-top: solid 3px #4893cc
}

.popup h3 {
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    font-size: 16px
}

.closed {
    width: 15px;
    height: 15px;
    background: url(../images/closed.png) no-repeat;
    margin-top: 12px
}

.popupCon {
    margin-top: 14px;
    max-height: 290px;
    overflow: auto
}

.popupCon .blueTable table {
    width: 100%;
    min-width: 0
}

.popupCon .blueTable table td, .popupCon .blueTable table th {
    border: none
}

.bottomBtn {
    height: 35px;
    background: #eaeaea;
    text-align: center;
    padding-top: 14px
}

.bottomBtn input {
    padding: 0 30px;
    margin: 0 5px
}

/**复选框**/
.checkBox {
    float: left;
    width: 15px;
    height: 15px;
    background: url(../images/checkboxAndRadio/zCheck.png) no-repeat;
    margin-top: 3px
}

.checkBox input {
    filter: alpha(opacity=0);
    opacity: 0
}

.checkBoxed {
    float: left;
    width: 15px;
    height: 15px;
    background: url(../images/checkboxAndRadio/zChecked.png) no-repeat;
    margin-top: 3px
}

/**输入框宽度控制**/
.wid120, input.wid120, .wid120 ul {
    width: 120px;
}

.wid280, input.wid280, .wid280 ul {
    width: 280px;
}

/**论文**/
.pstab {
    display: table;
    width: 99%;
    border-collapse: collapse;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.pstab tr {
    display: table-row;
    height: 30px;
}

.pstab td {
    display: table-cell;
    height: 100%;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
}


