* {
    margin: 0;
    padding: 0;
}

.body {
    background: url('./bg.jpg');
    height: 100vh;
    min-width: 1240px;
}
a {
    text-decoration: none;
}
.body {
    position: relative;
}

.main {
    width: 1202px;
    margin: auto;
    background-color: white;
    padding: 0 5px;
}

.logoLianghui {
    width: 1140px;
    margin: 0 auto;
    text-align: right;
    padding: 14px 0;
}

.logoLianghui a {
    display: inline-block;
    height: 70px;
    padding-right: 20px;
}

.home_select {
    /* width: 286px; */
    text-align: center;
    width: 388px;
    height: 37px;
    background: #f4f6f9;
    color: #3e70b6;
    font-size: 18px;
    margin-right: 14px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff;
    outline: 0;
}

.chosehover:hover {
    color: #004da7;
}

.jx_tip {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    width: 335px;
    height: 192px;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tip_top {
    position: relative;
    padding: 0;
    margin: 0;
    height: 32px;
    line-height: 32px;
    background: #004da7;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tip_top h4 {
    font-size: 16px;
    color: #fff;
}

.tip_top a {
    position: absolute;
    top: 0;
    right: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.tip_content {
    padding: 10px 16px;
}

.tip_content p {
    font-size: 12px;
    color: #6A6A70;
    text-indent: 2em;
}

.con_right {
    text-align: right;
    float: right;
    margin-top: 10px;
}

.con_right p {
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 16px;
    text-align: center;
}

.zyjs {
    width: 578px;
    margin-left: 22px;
}

.zyjs dt {
    border-bottom: 3px solid #bfbfbf;
    line-height: 35px;
}

.zyjs dt a {
    font-weight: 700;
    font-size: 18px;
    color: #004da7;
    border-bottom: solid 3px #004da7;
    margin-bottom: -5px;
    display: inline-block;
    text-decoration: none;
}

.zyjs dd a {
    display: inline-block;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
}

.zyjs dd a:hover {
    color: #004da7;
}

.zyjs dd {
    height: 35px;
    line-height: 35px;
    clear: both;
    zoom: 1;
    overflow: hidden;
}

.zyjs span {
    float: right;
    margin-right: 2px;
}