﻿.tfqs{
    position: fixed;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding:24px  12px 10px 14px;
    background: #fff;
    box-shadow: 0 0.1rem 0.75rem 0 rgb(9 41 77 / 15%);
}
.tfqs .close{
    position: absolute;
    right: 9px;
    top: 0;
    color: #727475;
    cursor: pointer;
    z-index: 9;
    line-height: 24px;
    font-size: 24px;
}

.tfqs h5{
    text-align: center;
    font-weight: bold;
    color: #2786e1;
    margin-bottom: 10px;
}

.tfqs p{
    margin-top: 6px;
    width: 260px;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
}

.main {
    margin: 0 auto;
    padding: 10px 0 40px;
    background: #f2f2f2;
}

.main .con {
    margin: 0 auto;
    overflow: initial;
    width: 1200px;
}

.main a:hover{
    text-decoration: none;
}

.main .con .box {
    margin-top: 30px;
    background: #ffffff;
    border-radius: 6px;
    padding: 20px;
}

.main .con .box h4 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}

.main .con .zxfb h4 span{
    float: right;
}

.main .con .zxfb .list h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 26px 0 10px;
    color: #2786e1;
}

.main .con .zxfb .list li {
    line-height: 24px;
    margin: 16px 0;
}

.main .con .zxfb .list li span.point {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    margin-right: 10px;
    vertical-align: 2px;
}

.main .con .zxfb .list li a {
    display: inline-block;
    max-width: 1030px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.main .con .zxfb .list li span.time{
    float: right;
    color: #999999;
}

.main .con .zxfb .list li a:hover{
    color: #2786e1;
}

.main .con .zxfb .more {
    border-top: 1px solid #eeeeee;
}

.main .con .zxfb .more a {
    background: #2786e1;
    border-radius: 6px;
    width: 120px;
    text-align: center;
    height: 32px;
    color: #FFFFFF;
    line-height: 32px;
    display: block;
    margin: 22px auto 0;
}

.main .con .lsyg p {
    line-height: 34px;
    font-size: 18px;
    text-align: justify;
}

.main .con .lsyg h5{
    text-align: center;
    color: #2786e1;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 10px;
}

.main .con .lsyg p a {
    color: #2786e1;
}

.main .con .gjss .tagging {
    line-height: 25px;
    font-size: 14px;
    color: #8f8f8f;
}

.main .con .gjss .tagging img {
    margin-right: 6px;
    vertical-align: -2px;
    display: inline-block;
}

.main .con .gjss .row {
    margin: 20px 0;
    line-height: 30px;
    height: 30px;
}

.main .con .gjss .row .list {
    width: 564px;
}

.main .con .gjss .row .boxTitle {
    font-weight: bold;
    display: inline-block;
    width: 148px;
    box-sizing: border-box;
    text-align: right;
    margin-right: 4px;
}

.main .con .gjss .row .left .boxTitle {
    width: 128px;
}

.main .con .gjss .row input {
    line-height: 30px;
    text-indent: 10px;
    height: 30px;
    font-size: 15px;
    background: #f4f4f4;
    margin-left: 5px;
    border-radius: 6px;
    outline: none;
}

.main .con .gjss .row input.long {
    width: 400px;
}

.main .con .gjss .row select {
    text-align: center;
    width: 308px;
    text-indent: 10px;
    background: #f4f4f4;
    border-radius: 6px;
    outline: none;
    font-size: 15px;
    height: 30px;
}

.main .con .gjss .row label {
    margin-right: 20px;
    padding-left: 18px;
    cursor: pointer;
    position: relative;
}

.main .con .gjss .row label input[type='radio'] {
    vertical-align: -10px;
    margin-right: 4px;
}

.main .con .gjss .searchBtns {
    width: 90px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    margin: 10px auto;
    background: #2786e1;
    text-align: center;
    color: #FFFFFF;
    display: block;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
}

.main .con .gjss .advancedClose {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 104;
    cursor: pointer;
}

.main .con .qsxz{
    position: relative;
}

.main .con .qsxz .year {
    margin: 20px -14px 0 0;
}

.main .con .qsxz .year>li {
    float: left;
    width: 116px;
    margin: 0 14px 15px 0;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 6px;
    background: #f8f8f8;
    cursor: pointer;
}

.main .con .qsxz .year>li:hover,.main .con .qsxz .year>li.active{
    background: #2786e1;
    color: #FFFFFF;
}

.main .con .stage{
    position: absolute;
    left: 20px;
    top: 132px;
    width: 1155px;
    box-shadow: 0 0 10px 0 #e8e8e8;
    background: #FFFFFF;
    z-index: 2;
    box-sizing: border-box;
    padding:0 20px;
}

.main .con .stage li{
    line-height: 40px;
    min-width: 52px;
    padding: 10px 20px 10px 20.5px;
    box-sizing: initial;
    border-bottom: 1px solid #f2f2f2;
    float: left;
    color: #333;
}

.main .con .stage li a:hover{
    color: #2786e1;
}

.foot{
    margin-top: 0 !important;
}


.main .con .dsgb ul li{
    float: left;
    width: 116px;
    margin: 0 14px 15px 0;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 6px;
    background: #f8f8f8;
    cursor: pointer;
}

.main .con .dsgb ul {
    margin: 20px -14px 0 0;
}

.main .con .dsgb ul li a{
    display: block;
    border-radius: 6px;
}

.main .con .dsgb ul li a:hover{
    background: #2786e1;
    color: #FFFFFF;
}
