﻿body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    background: url(bg_hqzc.png) top center no-repeat;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

a {
    color: #333;
    text-decoration: none;
}

.header1 {
    height: 608px;
    position: relative;
}

.container1 {
    width: 1200px;
    margin: 0 auto;
}

.header1 .logo {
    position: absolute;
    top: 20px;
    left: 0;
    padding-top: 0;
}

.header1 .back {
    position: absolute;
    top: 20px;
    right: 0;
    width: 75px;
    height: 37px;
    background: url(back_bg_hqzc.png) top center no-repeat;
    display: block;
    color: #4a63dd;
    line-height: 37px;
    padding-left: 35px;
    border-radius: 8px;
}

.header1 .search {
    width: 630px;
    position: absolute;
    top: 503px;
    height: 60px;
    border: 1px solid #5873e9;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    left: 280px;
    background-color: #fff;
}

.header1 .search img {
    float: left;
    margin-top: 19px;
    margin-left: 20px;
}

.header1 .search input[type=text] {
    float: left;
    border: none;
    outline: none;
    height: 100%;
    width: 370px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
}

.search button {
    float: right;
    border: none;
    outline: none;
    width: 100px;
    height: 100%;
    color: #fff;
    font-size: 18px;
    background: url(search_img2_hqzc.png) 23px 7px no-repeat;
    padding-left: 27px;
}

.content {
    border: 12px solid #5873e9;
    border-radius: 10px;
    background: url(content_bg1_hqzc.png) top center no-repeat #fff;
    position: relative;
    margin-bottom: 40px;
}

.content>.chnName {
    position: absolute;
    left: -81px;
    top: 20px;
    width: 69px;
}

.content>.chnName a {
    display: block;
    background: url(chn_bg_hqzc.png) top right no-repeat;
    height: 166px;
    font-size: 20px;
    padding: 40px 7px 0 33px;
    color: #fff;
    line-height: 29px;
    margin-top: -25px;
    position: relative;
    z-index: 0;
}

.content>.chnName a.on {
    display: block;
    background: url(chn_on_hqzc.png) top center no-repeat;
    height: 166px;
    font-size: 22px;
    font-weight: bold;
    padding: 40px 15px 0 25px;
    color: #fff;
    line-height: 29px;
    position: relative;
    z-index: 1;
}

.content>.chnName a.hmzc.on {
    margin-top: -30px;
}

.content>.title {
    padding: 30px;
    height: 44px;
    border: 1px solid #5873e9;
}

.content>.title a {
    float: left;
    display: block;
    line-height: 42px;
    padding: 0 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #5873e9;
    border-radius: 30px;
    margin-right: 20px;
}

.content>.title a:hover,
.content>.title a.on {
    background-color: #5873e9;
    color: #fff;
}

.content>.list {
    padding: 30px 42px 0;
}

.content>.list table {
    width: 100%;
}

.content>.list table.table1 tr {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    background-color: #f8f8f8;
}

.content>.list table.table1 td {
    font-weight: normal;
    color: #3c53d1;
    text-align: center;
}

.content>.list table.table2 tr {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
}

.content>.list table.table2 td {
    text-align: center;
    color: #666;
    border: solid #ededed;
    border-width: 0px 1px 1px 0px;
}

.content>.list table.table2 td:nth-child(1) {
    text-align: left;
    padding-left: 30px;
    position: relative;
}

.content>.list table.table2 td:nth-child(1)::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3c53d1;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.content>.list table.table2 {
    background-color: #fff;
    border: solid #ededed;
    border-width: 0px 0px 0px 1px;
}


/* 分页修改 */

.pages b,
.pages a:hover {
    background: #5873e9;
    color: #FFFFFF;
}