@charset "UTF-8";
.columnSet{width: 900px;overflow: hidden;position: relative}
.columnTitle {width: 100%;height: 45px;background: #d1d1d1;position: absolute;
    top: 0;  left: 0;z-index: 1000;display: none;}
.columnTitle span{display: block;font-size: 14px;color: blue;line-height: 45px; padding: 0 6px;cursor: pointer;float: left;}
#columnSet,#addData{float: left;}
#shiftUp,#shiftDown,#delete{float: right;}
.columnSetCon{position: absolute;width: 100px;padding: 10px;background: #ffffd7;display: none;
    border:1px solid #f0f005;z-index: 1001; }
.columnSetCon li{text-align: center;line-height: 25px;font-size: 14px;cursor: pointer;}
.columnSetCon li:hover{color: blue;}
.wrapBook{overflow: hidden;height: 460px;}
.iRead{width: 286px;height: 405px; margin-right: 20px;background: #f6f4f4}
.iRead:last-child{margin-right: 0;}
.last{margin-right: 0;}
.iRead .books{overflow: hidden;width: 255px;margin: 10px auto 0;}

.iread .booksDetail,.iRead .readUp{width: 100%;overflow: hidden;}
.booksDetail li,.readUp li{display: block;overflow: hidden;margin-bottom: 15px;}
.booksDetail li a{display: block;overflow: hidden}
.booksDetail img{display: block;float: left;width:104px;height: 66px; }
.booksDetail .expalin,.readUp .expalin{float: left;  width: 135px;margin-left: 10px; }
.expalin p.author{font-size: 12px;color: #808080;line-height: 30px;width: 135px;
    overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.expalin p.bookName{font-size: 14px;width: 197px;}
.expalin p.bookName span.name{width: 100px; display: block;   float: left;   overflow: hidden;margin-right: 15px;   white-space: nowrap;   text-overflow: ellipsis;}
/*弹窗*/
.masker {  width: 100%;  height: 100%;
    background: #000000;  opacity: 0.5;  filter: alpha(opacity=50);
    position: fixed;  top: 0;  z-index: 500;  display: none;  }
.wrapCon{padding: 7px;width:580px;overflow: hidden;background:rgba(0,0,0,0.2);position: fixed;
    z-index: 1001;left: 50%;top: 50%;margin-left: -290px; border-radius: 5px;}
.addUser{width: 609px;min-height: 577px;background: #ffffff;    overflow: hidden;  }
.common .wrapTitle{  height: 40px;  background: #fdfdfd;  line-height: 40px;  border-bottom: 1px solid #cccccc;
position: relative;}
.wrapTitle h3{font-size: 14px;font-weight: normal;margin-left: 15px;text-align: center;}
.wrapTitle .close{width: 16px;height: 16px;text-align: center;display: block;float: right;position: absolute;right: 0;
    font-size: 18px;cursor: pointer;background: url("../images/temp/close.gif") no-repeat 0 0;margin: 12px;top: 0;}
.wrapTitle .close:hover{background: url("../images/temp/close.gif") no-repeat 0 -16px; }
.template{width: 100%;background: #ffffff;overflow: hidden;}
.template form{margin: 20px;max-height: 450px;  overflow-y: scroll;}
.field{overflow: hidden;margin-bottom: 10px;}
.field label.title{display: block;float: left;font-size: 14px;line-height: 30px;
    padding-right: 10px;width: 100px;  text-align: right;}
.field .fieldCon{float: left;overflow: hidden;}
.fieldCon input[type=text]{width: 400px;height: 30px;padding-left: 5px;color: #666666;border: 1px solid #797979}
.fieldCon span{display: block;font-size: 14px;margin-top: 10px;}
.fieldCon  input[type=checkbox]{width: 15px;height: 15px;margin-right: 5px;margin-top: -2px;}
.fieldCon a{    display: block;  float: left;    margin-right: 10px;
    font-size: 14px;  color: blue;  line-height: 30px;}
.fieldCon b{    display: block;  float: left;  font-size: 14px;  line-height: 30px;    margin-right: 10px;  font-weight: normal;}
.fieldCon >div{overflow: hidden}
.fieldCon >div input[type=text]{width: 250px;}
.moudle{overflow: hidden;margin-bottom: 10px;}
.bookSelect{overflow: hidden;}
.moudle input[type=radio]{width: 15px;height: 15px;float: left;margin-right: 5px;
   margin-top: 11px;}
.bookSelect input[type=radio]{width: 15px;height: 15px;float: left;margin-right: 5px;
   margin-top: 7px;}
.moudle label{display: block;float: left;font-size: 14px;line-height: 35px;margin-right: 5px;}
.bookSelect label{display: block;float: left;font-size: 14px;line-height: 30px;margin-right: 5px;}
.columnTab{overflow:hidden;    margin: 20px;}
.columnTab .columnNav{border-bottom: 1px solid #797979;height: 28px;}
.columnNav li{display: block;float: left;margin-right:10px;height: 27px;line-height: 27px;padding: 0 10px;
    border: 1px solid #797979;border-radius: 3px 3px 0 0;}
.columnNav li.cur{border-bottom: 1px solid #ffffff;}
.columnBox{overflow: hidden;}
.template .columnBox form {  margin: 0 0 0 20px;   }
.columnBox .field{margin-bottom: 0;}
.columnBox p{line-height: 30px;color: blue;margin-top: 20px;}
.columnBox .columnBoxTitle{    overflow: hidden;  height: 35px;  line-height: 35px;width: 93%;    margin-bottom: 15px;
    text-align: center;  background: #d9d6d6;  font-size: 14px;  border-radius: 15px;margin-top: 10px;}
.btn{overflow: hidden;margin: 30px;}
.btn input{float: right;width: 60px;height: 25px;margin-right: 20px;cursor: pointer;}