﻿#itemContent{
    width:1200px;
    margin-bottom: 10px;
}
.oneItem{
    font-size: 15px;
    border-bottom:1px dashed gray;
}
.changeDep{
    padding: 13px 0;
    font-size: 25px;
    font-weight: bolder;
}
.itemLitsHeader{
    height: 50px;
    width: 100%;
    font-size: 25px;
    color: white;
    background-color: #bd1a2d;
}
.itemNo{
    width: 150px;
    height: 50px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
}
.itemName{
    width: 885px;
    height: 50px;
    text-align: left;
    display: inline-block;
    line-height: 50px;
}
.itemApply{
    width: 150px;
    height: 50px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
}

.itemDataNo{
    width: 150px;
    height: 50px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
}
.itemDataName{
    width: 885px;
    height: 50px;
    text-align: left;
    display: inline-block;
    line-height: 50px;
}
.itemDataApply{
    width: 150px;
    text-align: center;
    display: inline-block;
}
.applyBtn{
    position: relative;
    color: white;
    background-color: #bd1a2d;
    width: 100px;
    line-height: 33px;
    margin: 0px auto;
   cursor: pointer;
}
.itemDataNameChildren{
    width: 885px;
    height: 50px;
    text-align: left;
    display: inline-block;
    line-height: 50px;
    padding-left: 40px;
}
.reveal-modal{
    color: #444;
}
.reveal-modal .title{
    color: #444;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
.reveal-modal .otherController{
    width: 150px;
    margin: 5px auto;
    border: 1px solid #bbb;
}
.reveal-modal .section{
    width: 150px;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    border: 1px solid #bbb;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    margin: 5px auto;
    background: white;
}
.reveal-modal .minHeight{
    min-height: 51px;
}
.reveal-modal .section.active{
    background-image: url("../images/selectedbg.png");
    background-position: right bottom;
    border: 2px solid rgb(33,121,227);
    background-repeat: no-repeat;
}
.reveal-modal table{
    text-align: left;
    margin: 10px auto;
    width: 100%;
}
.reveal-modal table td{
    vertical-align: middle;
}
.reveal-modal .preInfo{
    width: 96%;
    min-height: 150px;
    border: 1px solid #bbb;
    margin: 5px auto 10px auto;
    background: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 2%;
    padding-right: 2%;
}
.reveal-modal .illu{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
.reveal-modal hr{
    border: none;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
}
.reveal-modal .checkResult{
    font-size: 24px;
    letter-spacing: 2px;
}
.reveal-modal .checkResult img{
    margin-left: 10px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}
.reveal-modal .title{
    font-size: 20px;
    text-align: left;
}
.reveal-modal .contents{
    height: 300px;
    overflow-y: scroll;
    text-align: left;
    font-size: 16px;
    margin:15px auto;
    padding: 5px;
    border: none;
    background-color: #d8d8d8;
}
.reveal-modal .contents p{
    text-indent: 2em;
}
.reveal-modal .bottomIll{
    text-align: right;
    font-size: 16px;
}
.reveal-modal .bottomConfirm{
    text-align: right;
    margin-top: 10px;
}