/**!
 * 新疆维吾尔自治区一体化在线政务服务平台项目-个人办事页面
 * date:2020-08-07
 * author: 胡家华;
 */

.banner {
    height: 200px;
    background: linear-gradient(0deg, #FFFFFF, #EDF7FF);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

.banner h2 {
    height: 68px;
    font-size: 44px;
    font-weight: bold;
    color: #1080CC;
    line-height: 68px;
    padding-top: 13px;
    text-align: center;
}

.banner h3 {
    height: 35px;
    font-size: 22px;
    font-weight: bold;
    color: #1080CC;
    line-height: 35px;
    text-align: center;
}

.tab-hd {
    text-align: center;
    font-size: 0;
    margin-top: 10px;
}

.tab-hd-item {
    display: inline-block;
    width: 286px;
    height: 54px;
    font-size: 20px;
    background: rgba(142, 142, 142, 0.55);
    line-height: 54px;
    margin-right: 1px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    vertical-align: bottom;
}

.tab-hd-item.active {
    height: 74px;
    line-height: 74px;
    font-size: 26px;
    background: #1580CA;
}

.tab-bd {
    margin-top: 40px;
}

.sort {
    width: 1200px;
}

.sort-list {
    padding-top: 8px;
    margin: 0 0 0 -14px;
    height: 118px;
    overflow: hidden;
}

.sort-item {
    margin: 16px 0 0 38px;
}

.sort-more {
    height: 64px;
    font-size: 16px;
    color: #666;
    line-height: 64px;
    text-align: center;
}

.sort-more-button {
    padding-right: 21px;
    background: url("../images/down-icon.png")no-repeat right center;
}

.sort-more-button.active {
    background: url("../images/up-icon.png")no-repeat right center;
}

.title-line {
    margin-top: 15px;
    border-bottom: 1px solid rgba(145, 186, 222, 0.3);
}

.header-title {
    float: left;
    font-size: 20px;
    height: 52px;
    font-weight: bold;
    color: #333;
    line-height: 52px;
}

.header-all {
    float: right;
    height: 48px;
    line-height: 48px;
    margin-top: 4px;
}

.chose-line {
    margin: 16px 0 6px;
}

.select {
    float: left;
    width: 200px;
    height: 36px;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    color: #999;
    line-height: 36px;
    padding-left: 16px;
}

.online-chose {
    float: right;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 36px;
    padding-left: 30px;
    background: url("../images/check-box.png")no-repeat left center;
}

.online-chose.active {
    background: url("../images/checked.png")no-repeat left center;
}

.search-input input {
    font-size: 16px;
}

.search-input {
    margin: 0;
}