.content {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px 20px;
    width: 960px;
    float: right;
}
.business{
    width: 180px;
}
.content table {
    width: 100% !important;
}

.content > p {
    text-indent: 2em;
    font-size: 16px;
    color: #4d4f53;
    line-height: 2;
    margin-bottom: 20px;
}

.content h2 {
    font-size: 20px;
    line-height: 30px;
}

.moreInfo img {
    vertical-align: middle
}

.moreInfo {
    font-size: 12px;
    color: #a6a6a6;
    padding: 20px;
}

.share {
    position: absolute;
    right: 100%;
    top: 100px;
    width: 100px;
    line-height: 1.5;
    font-size: 14px;
}

.share .iconfont {
    font-size: 22px;
    color: #999999
}

.share p.sina:hover .iconfont {
    color: #e5212d
}

.share p.chat:hover .iconfont {
    color: #25b415
}

.share p {
    position: relative
}

.share img {
    display: none;
    position: absolute;
    left: 0;
    width: 91%;
    top: 100%;
    border: 1px solid #d9d9d9;
    padding: 3px;
    background: #fff
}

.share p:hover img {
    display: inline-block;
}

table {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.pg-left {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.related, .promulgated, .keyword, .effective, .pdf, .classification, .idnub, .depart-promulgated {
    display: none;
}
#content table thead tr td{
    line-height: 36px;
    text-align: center;
}
#content table tbody td{
    line-height: 36px;
    text-align: left;
    text-indent: 3px;
   }
#content h3{
    line-height: 100px;
    text-align: center;
    font-size: 20px;
}
#content h3 select{
    width: 80px;
    text-align: center;
}
#content h3 label{
    font-size: 18px;
    float: right;
    margin-right: 20px;
}
#content h3 select,#content h3 option{
    font-size: 16px;
}
#content select{
    -webkit-appearance: menulist;
    width: 137px;
    vertical-align: middle;
    margin:0 10px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 14px;
}

#content input[type='button'] {
    background: linear-gradient(#3e98fb, #275fde);
    color: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px
}
#nextTen{
    display: block;
    margin: 20px auto 0px;
    background: linear-gradient(#3e98fb, #275fde);
    color: #fff;
    height: 38px;
    width: 175px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal; 
}