/* 招采信息主体内容区样式 */
.content {

}

.filter-container {
    width: 100%;
    height: 240px;
    background-color: #F8FAFF;
}

.filter-content {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.filter-content-item {
    font-size: 14px;
    display: flex;
    height: 16px;
    align-items: center;
}

.filter-content-item-left {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin-right: 16px;
}

.tab {
    margin-right: 40px;
    list-style-type: none;
    display: flex;
}

.filter-content-item-block {
    padding: 6px 16px;
    text-align: center;
    color: #262626;
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    margin-right: 16px;
}

.filter-content-item-block:hover {
    color: rgba(38, 38, 38, 0.8);
}

.active {
    background-color: #0066ff;
    color: #fff !important;
}


.filter-content-item-right-input-container {
    width: 400px;
    height: 32px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #fff;
}

.captcha-input-container {
    width: 70px;
    height: 32px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #fff;
}

.filter-content-item-right-input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 4px 8px;
    outline: none;
    border-radius: 4px;
}

.captcha_input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 4px 8px;
    outline: none;
    border-radius: 4px;
}

.q_submit {
    width: 74px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #0066ff;
    color: #fff;
    margin-left: 16px;
}

.q_submit:hover {
    background-color: rgba(0, 102, 255, 0.8);
}

.filter-content-item select {
    width: 100px;
    float: left;
    height: 32px;
    border: 1px solid #dcdcdc;
}

.q_reset {
    width: 74px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
    color: #262626;
    border: 1px solid #CCCCCC;
    margin-left: 12px;
}

.q_reset:hover {
    border-color: #0066ff;
    color: #0066ff;
}

.announcement {
    margin: 2px auto 0 auto;
    width: 1400px;
    padding: 0 20px;
}

.announcement > a {
    text-decoration: none;
}

.announcement-item {
    padding: 16px 0;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.announcement-item:hover .announcement-item-title {
    color: rgba(38, 38, 38, 0.7);
}

.announcement-item-title p {
    color: #999;
    line-height: 24px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchNodata {

}

a {
    color: #333;
    text-decoration: none;
}

.searchNodata img {
    width: 500px;
    height: 319px;
}

.announcement-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    transition: all 0.3s;
    width: 624px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.announcement-item-info {
    display: flex;
}

.announcement-item-info-tag1 {
    font-size: 12px;
    color: #0066ff;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: rgba(0, 102, 255, 0.1);
    margin-right: 16px;
}

.announcement-item-info-tag3 {
    font-size: 12px;
    color: #595959;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: rgba(89, 89, 89, 0.1);
    margin-right: 16px;
}

.announcement-item-info-tag2 {
    font-size: 12px;
    color: #00A865;
    width: 88px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: rgba(0, 168, 101, 0.1);
    margin-right: 54px;
}

.announcement-item-info-time {
    font-size: 12px;
    color: #999;
}

.pagination {
    height: 34px;
    margin: 26px auto 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.square {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.85);
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 8px;
}

.square:hover {
    color: #0066ff;
    border-color: #0066ff;
}

.square-active {
    color: #0066ff;
    border-color: #0066ff;
}

.square-no-border {
    width: 28px;
    border: none;
    display: flex;
    justify-content: space-evenly;
    margin-right: 8px;
}

.arrow-left {
    line-height: 28px;
}

.arrow-right {
    line-height: 28px;
    margin-right: 16px;
}

.square-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
}

.rectangle {
    height: 32px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.85);
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 0 6px 0 8px;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.rectangle:hover {
    border-color: #0066ff;
}

.rectangle:hover .arrow-rotate {
    transform: rotate(270deg) scale(1, 1.4);
}

.arrow-rotate {
    margin-left: 4px;
    transform: rotate(90deg) scale(1, 1.4);
    color: rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

.rectangle-next {
    margin-right: 0;
    padding: 0 8px;
}

.rectangle-next:hover {
    color: #0066ff;
    border-color: #0066ff;
}