/**!
 * 新疆塔城服务指南
 * date:2022-1-18
 * author: zzongyi;
 */

.module {
    margin-left: 259px;
    transform: translateY(-13px);
}

.search-box {
    height: 36px;
    line-height: 34px;
    border: 1px solid #bdc2d2;
    border-radius: 4px;
    margin-top: 14px;
}
.search-box input {
    width: 220px;
    height: 32px;
    margin: 0 8px;
}

.search-box button {
    width: 72px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding-left: 30px;
    margin-top: -1px;
    margin-right: -1px;
    color: #fff;
    background: url("../images/sec-search-btn.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.news-items {
    margin-top: 13px;
    min-height: 400px;
    overflow: hidden;
}

.news-items>li {
    position: relative;
    line-height: 40px;
    vertical-align: top;
    font-size: 16px;
}

.news-items>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url("../images/sec-new-item.png") no-repeat center center;
}

.news-items>li>a {
    padding-left: 30px;
    display: block;
    color: #333;
    margin-right: 120px;
}

.news-time {
    position: absolute;
    right:0;
    top:0;
    color: #999;
}

.news-items>li:hover a,
.news-items>li:hover .news-time {
    color: #4b7ade;
}

.news-items>li:hover:before {
    background: url("../images/sec-new-item1.png") no-repeat center center;
}

