.main {
    padding: 10px 0 40px;
    margin: 0 auto;
    background: #f2f2f2;
    position: relative;
    z-index: 0;
}

.main a:hover{
    text-decoration: none;
}

.main .con{
    overflow: inherit;
}

.leftBox {
    width: 780px;
    margin-top: 10px;
    background: #ffffff;
    border-radius: 6px;
}

.rightBox {
    width: 390px;
    margin-top: 10px;
    background: #ffffff;
    border-radius: 6px;
}

.szfgb {
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;
}

.szfgb h2 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #2786e1;
    margin-bottom: 22px;
}

.szfgb h3{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.szfgb .infos{
    margin: 0 auto 34px;
    text-align: center;
    line-height: 34px;
}

.szfgb .infos span{
    display: inline-block;
    margin-left: 30px;
}

.szfgb h4{
    background: url("../images/catalog.png") no-repeat center center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.szfgb .list h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 26px 0 10px;
}

.szfgb .list h5 img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: -3px;
}

.szfgb .list ul li {
    line-height: 24px;
    margin: 16px 0;
}

.szfgb .list ul li.five{
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeeee;
}

.szfgb .list ul li span.point {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    margin-right: 10px;
    margin-top: 8px;
}

.szfgb .list ul li a {
    display: inline-block;
    width: 720px;
}

.szfgb .list ul li a:hover{
    color: #2786e1;
}

.szfgb .check{
    border-top: 1px solid #eeeeee;
}

.szfgb .check a {
    background: #2786e1;
    border-radius: 6px;
    width: 160px;
    text-align: center;
    height: 40px;
    color: #FFFFFF;
    line-height: 40px;
    display: block;
    margin: 30px 0 16px;
}

.szfgb .check a img {
    margin-right: 10px;
    vertical-align: -3px;
}

.choice {
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    height: 70px;
}

.choice h4 {
    font-size: 22px;
    font-weight: bold;
}

.choice .select {
    height: 30px;
    padding: 0 14px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 15px;
    background-color: #eef5ff;
}

.choice .year{
    margin-right: 10px;
}

.choice .year, .choice .stage {
    display: inline-block;
}

.choice .year .yearBox,.choice .stage .stageBox{
    cursor: pointer;
    padding-right: 16px;
    background: url(../images/choice.png) no-repeat right center;
}

.choice .year .yearSelect {
    position: absolute;
    top: 60px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    width: 430px;
    right: -16px;
    z-index: 2;
    padding: 6px 0 6px 20px;
}

.choice .year .yearSelect li{
    margin: 2px 0;
    float: left;
    
    white-space: nowrap;
    width: 100px;
}

.choice .year .yearSelect li span{
    cursor: pointer;
}

.choice .year .yearSelect li span:hover{
    color: #2786e1;
}

.choice .stage .stageSelect {
    position: absolute;
    top: 60px;
    z-index: 2;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    background: #ffffff;
    width: 326px;
    left: 20px;
    padding: 6px 0 6px 20px;
    border-radius: 6px;
}

.choice .stage .stageSelect span{
    display: block;
    text-align: center;
}

.choice .stage .stageSelect li{
    width: 102px;
    margin: 2px 0;
    float: left;
}

.choice .stage .stageSelect li a:hover,.szfgb .choice .stage .stageSelect li a.current{
    color: #2786e1;
}

.gbcx {
    padding: 20px;
    box-sizing: border-box;
}

.gbcx h4 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 16px;
    line-height: 24px;
}

.gbcx h4 .gjss{
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    color: #2786e1;
    margin-top: 4px;
}

.gbcx .row {
    margin: 24px 0;
}

.gbcx .row .boxTitle {
    font-weight: bold;
}

.gbcx .row.keyword input {
    line-height: 30px;
    text-indent: 10px;
    height: 30px;
    background: #f4f4f4;
    margin-left: 10px;
    width: 212px;
    border-radius: 6px;
    outline: none;
}

.gbcx .row select {
    text-align: center;
    width: 130px;
    text-indent: 10px;
    background: #f4f4f4;
    border-radius: 6px;
    outline: none;
    margin-left: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.gbcx .row.place label {
    margin: 0 8px;
    position: relative;
    cursor: pointer;
}

.gbcx .row.place label:last-child {
    margin-right: 0;
}

.gbcx .row.place label input {
    margin-right: 4px;
    vertical-align: -2px;
}

.gbcx .row.time input {
    line-height: 30px;
    text-indent: 10px;
    height: 30px;
    background: #f4f4f4;
    margin-left: 10px;
    width: 212px;
    border-radius: 6px;
    outline: none;
}

.gbcx .searchBtn {
    width: 90px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    background: #2786e1;
    text-align: center;
    color: #FFFFFF;
    display: block;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    margin-bottom: 6px;
}

.xglj {
    padding: 20px;
    box-sizing: border-box;
}

.xglj h4 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 16px;
    line-height: 24px;
}

.xglj .cityLink {
    background: url("../images/links.png") no-repeat right center;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.xglj .cityLink .cityLinkBox {
    width: 318px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    background: #f4f4f4;
    font-size: 16px;
    text-align: center;
}

.xglj .cityLink ul.cityLinkSelect {
    width: 318px;
    display: none;
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 #ccc;
    position: absolute;
    left: 0;
    top: 40px;
    padding: 12px 10px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
}

.xglj .cityLink ul.cityLinkSelect li {
    float: left;
    margin: 6px;
}

.xglj .cityLink ul.cityLinkSelect li a {
    line-height: 34px;
    display: inline-block;
    width: 84px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #f5f5f5;
}

.xglj .cityLink ul.cityLinkSelect li a:hover {
    background: #2786e1;
    border: 1px solid #2786e1;
    color: #FFFFFF;
}

.lsyg {
    box-sizing: border-box;
    padding: 20px 20px 14px;
}

.lsyg h4 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 16px;
    line-height: 24px;
}

.lsyg .abstract{
    line-height: 28px;
    margin-top: 12px;
    text-align: justify;
}

.lsyg .abstract a{
    color: #2786e1;
}

.gbewm {
    box-sizing: border-box;
    padding: 20px;
}

.gbewm .change {
    width: 100px;
}

.gbewm .change .ewm img {
    width: 100px;
}

.gbewm .describe {
    width: 240px;
    margin-top: 4px;
}

.gbewm .describe ul.ewmNav li {
    display: inline-block;
    cursor: pointer;
}

.gbewm .describe ul.ewmNav span.line{
    display: inline-block;
    width: 1px;
    height: 12px;
    background:#999999 ;
    margin: 0 10px;
}

.gbewm .describe ul.ewmNav li.active {
    color: #2786e1;
}

.gbewm .describe p{
    margin-top: 8px;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
}


/*高级搜索框*/
.advanced {
    width: 664px;
    padding: 20px;
    box-sizing: border-box;
    position: fixed;
    border-radius: 6px;
    background-color: #ffffff;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -332px;
    z-index: 101;
}

.advanced .advancedTitle {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 16px;
}

.advanced .tagging {
    line-height: 25px;
    font-size: 14px;
    color: #8f8f8f;
}

.advanced .tagging img {
    margin-right: 6px;
    vertical-align: -2px;
    display: inline-block;
}

.advanced .row {
    margin: 16px 0;
    line-height: 30px;
}

.advanced .row .boxTitle {
    font-weight: bold;
    display: inline-block;
    width: 148px;
}

.advanced .row.keyword input {
    line-height: 30px;
    text-indent: 10px;
    height: 30px;
    background: #f4f4f4;
    margin-left: 5px;
    margin-right: 10px;
    width: 460px;
    border-radius: 6px;
    outline: none;
}

.advanced .row.regulation {
    margin: 26px auto 22px;
}

.advanced .row.regulation select{
    text-align: center;
    width: 280px;
    text-indent: 10px;
    background: #f4f4f4;
    border-radius: 6px;
    outline: none;
    margin-right: 20px;
    height: 30px;
}

.advanced .row.time input{
    line-height: 30px;
    text-indent: 10px;
    height: 30px;
    background: #f4f4f4;
    margin-right: 10px;
    width: 276px;
    border-radius: 6px;
    outline: none;
}

.advanced .row.regulation input{
    line-height: 30px;
    text-indent: 10px;
    height: 30px;
    background: #f4f4f4;
    margin-right: 10px;
    width: 276px;
    border-radius: 6px;
    outline: none;
}

.advanced .row.regulation input.jgqt,.advanced .row.regulation input.ztgd{
    width: 215px;
}
.advanced .row.place label {
    margin-right: 20px;
    padding-left: 18px;
    cursor: pointer;
    position: relative;
}

.advanced .row.place label input {
    display: none;
}

.advanced .row.place label span::before{
    display: inline-block;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #333333;
    left: 0;
    top: 5px;
    position: absolute;
}

.advanced .row.place label input[type='radio']:checked + span::after {
    content: "";
    width: 7px;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 8px;
    height: 7px;
    background: #2786e1;
}

.advanced .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;
}

.advanced .advancedClose {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 104;
    cursor: pointer;
}


.foot{
    margin-top: 0 !important;
}