.wrap{
    background:no-repeat;
}
.main{
    overflow: hidden;
}

.logo{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 26px;
}

.logo_img{
    width: 40px;
    height: 40px;
}

.logo_title{
    margin-left: 10px;
    font-size: 19px;
    color: white;
}

.top_title{
    margin-top: 40px;
}

.main_title{
    height: 115px;
    line-height: 115px;
    font-size: 55px;
    font-weight: bold;
    color: white;
    text-shadow: 5px 5px 2px #8d8d8d;
    text-align: center;
}


.subtitle {
    height: 64px;
    position: relative;
    line-height: 64px;

    text-align: center;
}

.left_line,.right_line{
    position: absolute;
    width: 200px;
    height: 1px;
    top: 50%;
}
.left_line{
    background: linear-gradient(-90deg,#fff,transparent);
    left: 280px;
}
.right_line{
    background: linear-gradient(90deg,#fff,transparent);
    left: 620px;
}

.subtitle>span {
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 0 6px;
    background: transparent;
    overflow: hidden;
}

.text{
    width: auto;
    background: white;
    padding: 36px;
    margin: auto;
}

.search_wrap{
    background: #f5f5f5;
    height: 180px;
    overflow: hidden;
}

.gz_search{
    width: 700px;
    height: 46px;
    margin: 50px auto 0;
}

.search_input{
    height: 46px;
    width: 491px;
    outline: none;
    border: #0f5a9b 2px solid;
    border-radius: 7px;
    border-right: none;
    text-indent: 10px;
    font-size: 18px;
}

.search_img{
    margin-left: -10px;
    border: #0f5a9b 2px solid;
    border-radius: 7px;
    border-left: none;
    width: 84px;
    background: white;
}

.search_btn{
    width: 110px;
    height: 46px;
    color: white;
    background: #0f5a9b;
    border-radius: 7px;
    margin-left: 25px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.search_location{
    height: 82px;
    line-height: 82px;
    font-size: 16px;
    text-align: center;
}
.search_location>span{
    color: #0f5a9b;
}

.search_location>input{
    margin: 0 10px;
    outline: #0f5a9b;
    background: #0f5a9b;
}

.th{
    width: 100%;
    height: 60px;
    margin-top: 30px;
    font-size: 20px;
    font-family: "宋体";
    font-weight: bold;
    border-bottom: #0f5a9b 2px solid;
    line-height: 60px;
}



.num{
    width: 17%;
    text-align: center;
}

.list_title{
    width: 50%;
    padding-left: 100px;
}

.list_title a{
    font-size: 16px;
    font-family: "宋体";
}

.download{
    width: 33%;
    text-align: center;
}
.download_word,.download_pdf{
    cursor: pointer;
}
.download_word{
    margin-right: 40px;
}

.list_title_center{
    padding-left: 0;
}

.list{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
}

.list li{
    width: 100%;
    height: 50px;
    font-family: "宋体";
}

.list_title a{
    width:100%;
}
.list_title a p{
    width:100%;
}


.list li:nth-of-type(2n){
    background: #eeeeee;
}

.list li:hover{
    background:#d6d6d6;
}

.list li div{
    line-height: 50px;
    font-size: 16px;
}

#pages {
    width: 100%;
    clear: both;
    height: 155px;
    text-align: center;
    font-size: 0px;
    padding-top: 60px;
}

#pages a, #pages span{
    margin-left: 3px;
    margin-right: 3px;
    min-width: 22px;
    padding-left: 5px;
    padding-right: 5px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #DDDDDD;
    display: inline-block;
    color: #333;
    font-size: 14px;
}

#pages i{
    font-size: 14px;
}

#pages a.previous {
    position: relative;
    top: 0px;
}

#pages a {
    text-decoration: none;
    width: 28px;
}

#pages a:nth-of-type(1),#pages a:nth-of-type(8),#pages a:nth-of-type(9){
    width: 48px;
}

#pages a:nth-of-type(2),#pages a:nth-of-type(7){
    width: 62px;
}

#pages-num {
    width: 45px;
    height: 28px;
    font-size: 14px;
    border: 1px solid #DDDDDD;
    padding-top: 2px;
}

#pages a.next{
    width:auto;
}
#pages a.previous{
    width:auto;
}













