﻿/* 高级检索 */
.jgdw_search {
    position: relative;
    width: 100%;
    min-width: 1300px;
    min-height: 800px;
    background-color: #f5f5f5;
}

.jgdw_search_top {
    position: relative;
    width: 100%;
    height: 250px;
}

.jgdw_search_top_search {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 60px;
    padding-left: 25px;
    border: 1px solid #1657a9;

}

.searchText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-left: 25px;
    font-size: 18px;
    line-height: 60px;
    color: #333;
    padding-right: 100px;
}

.searchText::placeholder {
    font-size: 18px;
    line-height: 60px;
}

.search_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 60px;
    background: #1657a9 url(../images/jgdw_search_search.png) center no-repeat;
    cursor: pointer;
}

.search_seniorSeaerch {
    position: absolute;
    right: -150px;
    top: 0;
    width: 150px;
    height: 60px;
    padding-left: 50px;
    background: url(../images/jgdw_search_sort.png) 15px center no-repeat;
    font-size: 20px;
    line-height: 60px;
    cursor: pointer;
}

.search_seniorSeaerch::after {
    position: absolute;
    bottom: 10px;
    right: 21px;
    content: '';
    width: 78px;
    height: 1px;
    background-color: #333;

}

.jgdw_search_bottom {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 18px;

}

.jgdw_search_bottom label,
.jgdw_search_bottom input {
    cursor: pointer;
}

.jgdw_search_bottom span {
    margin-left: 30px;
    cursor: pointer;
}

.jgdw_search_bottom span:first-child {
    margin-left: 0;
}

#searchNum {
    display: inline-block;
    width: 60px;
    color: #0d458a;
    text-align: center;
    font-weight: 800;
}

.jgdw_search_content {
    width: 100%;
    min-height: 750px;
    background-color: #fff;
    padding: 0 30px;
}

.jgdw_search_content li {
    width: 100%;
    height: 200px;
    border-bottom: 1px dashed #d5d5d5;
    padding-top: 30px;
}

.jgdw_search_content li:hover {
    border-bottom: 1px dashed #1657a9;
}

.jgdw_search_content_title {
    width: 100%;
    height: 40px;
}

.jgdw_search_content_title span {
    float: left;
    display: block;
    padding: 0 15px;
    font-size: 20px;
    line-height: 40px;
    background-color: #1657a9;
    color: #fff;
}

.jgdw_search_content_title h2 {
    float: left;
    font-size: 24px;
    line-height: 40px;
    width: 980px;
    height: 40px;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jgdw_search_content_art {
    width: 100%;
    height: 70px;
    padding-top: 20px;
}

.jgdw_search_content_art p {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
}

.jgdw_search_content_time {
    width: 200px;
    height: 30px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    overflow: hidden;
}

/* 高级搜索弹窗 */
.jgdw_seniorSearch {
    position: fixed;
    top: 0;
    width: 100%;
    height:100vh;
    background:rgba(0,0,0,.7);
    z-index: 11;
    transition: all 1s;
    visibility:hidden;
        opacity: 0;
}

.jgdw_seniorSearch.hover {
    visibility: visible;
        opacity: 1;

}

.jgdw_seniorSearch_title {
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.jgdw_seniorSearch_title span:first-child {
    float: left;
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 70px;
    font-weight: 800;
    border-bottom: 5px solid #1657a9;
}

.jgdw_seniorSearch_title span:last-child {
    display: block;
    float: right;
    font-size: 18px;
    line-height: 70px;
    padding-right: 20px;
    background: url(../images/jgdw_seniorSearch_jt.png) right center no-repeat;
}

.jgdw_seniorSearch_content {
    width: 100%;
    height: 490px;
    padding-top: 30px;
    font-size: 16px;
    color: #222;
}

.table1 tr td:nth-child(1) {
    width: 100px;
    height: 50px;
    font-weight: 800;
}

.table1 tr td:nth-child(2) {
    width: 190px;
    height: 50px;
    line-height: 50px;
}

.table1 tr td:nth-child(3) {
    width: 225px;
    height: 50px;
    line-height: 50px;
}

.table1 tr td:nth-child(3) [id^=senior_text] {
    width: 95%;
    height: 35px;
    padding-left: 5px;
    border: 1px solid #e8e8e8;
}

.table1 tr td:nth-child(4) {
    width: 650px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}

.table2 tr td:nth-child(1) {
    width: 100px;
    height: 50px;

}

.table2 tr td:nth-child(2) {
    width: 140px;
    height: 50px;

}

.table2 tr td:nth-child(3) {
    width: 145px;
    height: 50px;

}

.table2 tr td:nth-child(4) {
    width: 145px;
    height: 50px;

}

.table2 tr td:nth-child(5) {
    width: 150px;
    height: 50px;

}

.table2 tr td:nth-child(6) {
    width: 480px;
    height: 50px;
}

.table2 tr td:nth-child(n+2) {
    padding-left: 10px;
}

.table2 tr td:nth-child(n+2) input[type=radio] {
    margin-right: 10px;
    cursor: pointer;
}

.table2 tr td:nth-child(n+2) label {
    cursor: pointer;
}

.table2 tr td:nth-child(n+2) input[type=date] {
    width: 120px;
    height: 35px;
    border: 1px solid #e8e8e8;
    margin: 0 20px;
    cursor: pointer;
}

.jgdw_seniorSearch_begin {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #1657a9;
    font-size: 22px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}

.jgdw_seniorSearch_restart {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #e4e4e4;
    font-size: 22px;
    text-align: center;
    color: #333;
    border-radius: 10px;
    cursor: pointer;
}

#seniorSearch_close {
    cursor: pointer;
}

/* 高级检索 end*/