/**!
 * 新疆维吾尔自治区一体化在线政务服务平台项目-权责清单
 * date:2020-08-028
 * author: hujiahua;
 */

.banner {
    height: 140px;
    background: url("../images/banner-bg.png") no-repeat center;
}

.banner h2 {
    width: 200px;
    /* height: 50px; */
    font-size: 30px;
    font-weight: bold;
    color: #1080CC;
    line-height: 50px;
    background: url("../images/banner-title-bg.png") no-repeat left bottom;
    padding-left: 50px;
    padding-top: 45px;
    text-align: right;
    margin: 0 auto;
}

.seach-line {
    height: 36px;
    border-bottom: 2px solid #c5d5ea;
}

.tab {
    margin-top: 21px;
}

.tab-hd {
    float: left;
}

.tab-hd-item {
    float: left;
    height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #1080cc;
    line-height: 36px;
    margin-right: 49px;
    cursor: pointer;
}

.tab-hd-item.active {
    border-bottom: 2px solid #1080cc;
}

.search-input {
    float: right;
    margin-top: 3px;
}

::-webkit-input-placeholder {
    color: #1080cc;
}

:-moz-placeholder {
    color: #1080cc;
}

::-moz-placeholder {
    color: #1080cc;
}

:-ms-input-placeholder {
    color: #1080cc;
}

.placeholder {
    color: #1080cc;
}

.search-input input {
    float: left;
    width: 217px;
    height: 28px;
    border: 1px solid #d2d2d2;
    padding-left: 11px;
    color: #1080cc;
    line-height: 28px;
    outline: none;
}

.search {
    float: left;
    width: 40px;
    height: 30px;
    background-color: #1080cc;
    background-image: url("../images/search-btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: 0;
}

.sort-list {
    padding-top: 20px;
    margin: 0 -50px 0 0;
    height: 140px;
    overflow: hidden;
}

.sort-item {
    float: left;
    width: 200px;
    height: 50px;
    background: #e4f0f8;
    margin: 0 50px 20px 0;
    color: #333;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sort-item.active {
    color: #fff;
    background: #1080cc;
}

.sort-more {
    height: 40px;
    background: #f0f4f7;
    color: #1080CC;
    line-height: 40px;
    text-align: center;
	margin: 20px 0;
}

.sort-more-button {
    padding-right: 21px;
    background: url("../images/show-down-icon.png")no-repeat right center;
}

.sort-more-button.active {
    background: url("../images/show-up-icon.png")no-repeat right center;
}

.sort-more-button-ouname {
    padding-right: 21px;
    background: url("../images/show-down-icon.png")no-repeat right center;
}

.sort-more-button-ouname.active {
    background: url("../images/show-up-icon.png")no-repeat right center;
}


.chose-line {
    margin: 30px 0 20px;
}

.select {
    width: 200px;
    height: 30px;
    border: 1px solid #D2D2D2;
}



.info-tb tbody tr:hover td {
    color: #1080cc;
}

.info-tb tbody tr:hover .see-detail {
    background: #f39800;
    color: #fff;
}


.see-detail {
    display: block;
    width: 74px;
    height: 22px;
    border: 1px solid #f39800;
    border-radius: 5px;
    color: #f39800;
    line-height: 22px;
    text-align: center;
    margin-left: 40px;
}