/**!
* 青海
* date:2019-09-05
* author: huangweiping;
*/
*,
:before,
:after {
    box-sizing: border-box;
}

.main-top {
    height: 150px;
    background: url("../images/matter/top-bg.png") no-repeat center;
    background-size: cover;
}

.main-top > div {
    width: 1202px;
    margin: 0 auto;
}

.title-wrap {
    color: #fff;
    float: left;
}

.title-wrap > h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 40px;
}

.title-wrap > p {
    font-size: 16px;
    margin-top: 17px;
}

.search-wrap {
    float: right;
    width: 439px;
    height: 42px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.102);
    margin-top: 53px;
}

.search-wrap > input {
    height: 40px;
    width: 375px;
    padding-left: 12px;
    color: #fff;
    outline: none;
    background: transparent;
    border: none;
}

.search-wrap > a {
    float: right;
    width: 50px;
    height: 40px;
    background: url("../images/matter/search-icon.png") no-repeat center;
}

input::-webkit-input-placeholder {
    color: #fff;
}
input::-moz-input-placeholder {
    color: #fff;
}
input::-ms-input-placeholder {
    color: #fff;
}

/* 内容 */
.main-box {
    width: 1200px;
    margin: 10px auto 0;
}

.main-left {
    float: left;
    width: 800px;
    padding-bottom: 50px;
}

.mod-title {
    margin-top: 30px;
    height: 35px;
    background: url("../images/matter/title-bg.png") no-repeat center bottom;
    padding-left: 50px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.licensing-wrap {
    position: relative;
    min-height: 100px;
    background: #f0f3f6;
    padding-bottom: 22px;
    margin-top: 15px;
}

.licensing-list {
    padding: 0 5px;
    height: 95px;
    overflow: hidden;
}

.licensing-list>li {
    float: left;
    width: 130px;
    height: 34px;
    font-size:16px;
    margin: 10px 14px 0;
    text-align: center;
    line-height: 34px;
    background: url("../images/matter/licensing-bg.png") no-repeat center bottom;
    cursor: pointer;
}

.empty-state {
    color: #999999;
}

.licensing-list>li:hover,.licensing-list>li.active {
    background: #1492ff;
    color: #fff;
}

.licensing-list>li.empty-state:hover {
    cursor: not-allowed;
    color: #999999;
    background: url("../images/matter/licensing-bg.png") no-repeat center bottom;
}


.licensing-btn {
    position: absolute;
    width: 26px;
    height: 22px;
    background: url("../images/matter/lis-btn.png") no-repeat center;
    bottom: 0;
    left: 50%;
    margin-left: -13px;

}

.licensing-wrap.show-more .licensing-list {
    height: auto;
}

.licensing-wrap.show-more .licensing-btn {
    background: url("../images/matter/lis-ac.png") no-repeat center;
}

.handle-wrap {
    margin-top: 35px;
}

.handle-btn {
    float: left;
    font-size: 16px;
    padding-left: 30px;
    height: 18px;
    line-height: 18px;
    background: url('../images/matter/check-icon.png') no-repeat left center;
}

.handle-btn.checked {
    background: url('../images/matter/checked.png') no-repeat left center;
}

.handle-info {
    float: right;
    color: #999999;
    font-size: 16px;
}

.handle-info>span {
    color: #1492ff;
}

.handle-title {
    height: 40px;
    background-color: #f5f5f5;
    line-height: 40px;
    color: #0e0909;
    margin-top: 15px;
    font-size:13px;
}

.handle-title>span:nth-child(1){
    float: left;
    margin-left: 20px;
    width: 390px;
}

.handle-title>span:nth-child(2){
    float: left;
    width:275px;
}

.things-list>li {
    min-height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ebebeb;
}

.things-list>li>span {
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}

.things-show .detail-list {
    border-top: 1px solid #ebebeb;
    display: block;
}

.detail-list {
    display: none;
}

.things-show .more-btn {
    background: url("../images/matter/reduce-icon.png") no-repeat;
}

.detail-list>li {
    height: 50px;
    line-height: 50px;
    margin-left: 40px;
    border-bottom: 1px dashed #e0e5ec;
    font-size: 16px;
}

.detail-list>li:last-child {
    border-bottom: none;
}

.detail-list>li>span:nth-child(1){
    float: left;
    width: 370px;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-list>li>span:nth-child(2){
    float: left;
    width: 190px;
}

.more-btn {
    float: left;
    width: 22px;
    height: 22px;
    background: url("../images/matter/add-icon.png") no-repeat;
    margin:19px 0 0 3px;
}

.net-appointment {
    float: left;
    font-size: 14px;
    color: #1492ff;
    padding-left: 20px;
    background: url("../images/matter/net-icon.png") no-repeat left center;
}

.online-appointment {
    float: left;
    font-size: 14px;
    color: #1492ff;
    margin-left: 24px;
    padding-left: 20px;
    background: url("../images/matter/online-icon.png") no-repeat left center;
}

.net-appointment.state-off {
    cursor: not-allowed;
    color: #999999;
    background: url('../images/matter/net-off.png') no-repeat left center;
}

.online-appointment.state-off {
    cursor: not-allowed;
    color: #999;
    background: url("../images/matter/offline-icon.png") no-repeat left center;
}

.page-wrap {
    height: 30px;
    margin-top: 20px;
    color: #666;
}

.page-input {
   width: 30px;
   height: 30px;
   border: 1px solid #c7cfda; 
   border-radius: 3px;
   text-align: center;
   outline: none;
}

.jump-btn {
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-left: 8px;
    border: 1px solid #a1cdf4;
    vertical-align: top;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    color: #1492ff;
    background: #eff8ff;
}

.info-table {
    width: 100%;
    margin-top: 15px;
    table-layout: fixed;
}

.info-table th {
    height: 40px;
    background-color: #f5f5f5;
    padding: 0 15px;
    box-sizing: border-box;
    color: #666666;
}

.th-name {
    width: 250px;
}

.th-apply {
    width: 180px;
    text-align: left;
}

.th-date {
    width: 110px;
}

.th-center {
    text-align: center;
}

.info-table td {
    height: 40px;
    border-bottom: 1px dashed #e0e5ec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}

.td-date {
    color: #999999;
}

.normal-handle {
    color: #ff9425;
}

.has-handle {
    color: #3db796;
}

.main-right {
    float: left;
    width: 360px;
    margin-left: 40px;
}


.mod-wrap {
    box-shadow: 0px 0px 5px 0px rgba(100, 98, 98, 0.21);
}

.statistics {
    margin-top: 30px;
    height: 320px;
    overflow: hidden;
}
  
.mod-wrap>h3 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.hd {
    background: url("../images/matter/tb-bg.png");
}

.hd>li {
    float: left;
    width: 33.3%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #666666;
    cursor: pointer;
    font-size: 16px;

}
.hd>li.active,.hd>li:hover {
    background-color: rgba(220, 239, 255, .5);
    color: #1492ff;
    font-weight: bold;
}

.statistics-list>li {
    margin: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px dashed #dee5ec;
    padding: 0 10px;
}

.statistics-list>li:last-child {
    border-bottom: none;
}

.server {
    height: 200px;
    margin-top: 20px;
}

.phone-mod {
    margin-top: 20px;
    height: 360px;
    padding: 25px 30px;
    box-sizing: border-box;
}

.key {
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #180303;
}

.key.phone {
    background: url("../images/matter/phone-icon.png") no-repeat 2px center;
}

.value {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 16px;
}

.addres {
    background: url("../images/matter/addres-icon.png") no-repeat 2px center;
}

.handle-time {
    background: url("../images/matter/time-icon.png") no-repeat 2px center;
}

.time-value {
    font-size: 16px;
    margin-bottom: 15px;
}

.time2-value {
    margin-left: 100px;
    font-size: 16px;
}