﻿@charset "utf-8";
/* CSS Document */

/*公共样式*/
body {
    font-size: 12px;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体", "Lucida Grande", Arial, Verdana;
    line-height: 150%;
    color: #666;
    /* background: #f5f5f5; */
    min-width:1200px;
}

* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, img, ul, li, a, span, p, i, strong, b, em, form, input, label, div, body, html {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    outline: none;
    text-decoration: none;
    color: #333;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.head_top{
    text-align: right;
}

/*首页飘窗*/
.float_div {
    position: absolute;
    width: 402px;
    height: 128px;
    z-index:9999;
}
.float_div .close{
     width: 54px;
    text-align: left;
    height: 24px;
    line-height: 24px;
    background-color: #DBDBDB;
    border: 1px solid #d4d4d4;
    color: #fff;
    text-indent: 10px;
    position: absolute;
    right: 0;
    z-index:20;
}
.float_div .text{
    display:block;
    width:382px;
    min-height:78px;
    padding:40px 10px 10px 10px ;
    text-align:center;
    vertical-align:middle;
    font-size:20px;
    font-weight:bold;
    color:#fff;
    background:url(../images/ad-left-bg.png) no-repeat;
    margin-bottom:10px;
    position:relative;
    z-index:10;
}
.float_div .text p{
    position:absolute;
    width:100%;
    left:0;
    top:40px;
    text-align:center;
    z-index:25;
}
.float_div .text img{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:15;
}
.float_div a:last-child{
    margin:0;
}
/*清楚浮动*/
.clearfix:after {
    content: " ";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clearfix {
    *zoom: 1;
}
/*头部*/
.header {
    position: relative;
}
.header .my_bj{
    position: absolute;
    width: 100%;
    height: 474px;
    background: url("../images/2021.1.7-bj.png") no-repeat;
    background-size: 100% 100%;
    z-index: -10;
}
.top {
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 10;
    /* background: #f5f5f5; */
}

    .top span {
        float: right;
    }

.banner {
    /* background: #fff url(../images/banner.png) center top no-repeat;
    height: 170px; */
    margin: 15px 0;
    height: 75px;
    position: relative;
    z-index: 10;
}
.banner img{
    width: 279px;
    height: 69px;
    vertical-align: middle;
    float: left;
}
.banner .nav_right{
    float: right;
    margin:15px 0 0 0
}
.banner .nav_right>ul{
    float: left;
    height: 40px;
    line-height: 40px;
}
.banner .nav_right>ul>li{
    float: left;
    width: 84px;
    margin-right: 39px;
    position: relative;
}
.banner .nav_right>ul>li>ul{
    display: none;
    background: #ffffff;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 9999;
    border: 1px solid rgba(255,255,255,.5);
}
.banner .nav_right>ul>li>ul li{
    width: 130px;
}
.banner .nav_right>ul>li>ul a{
    display: block;
    font-size: 16px;
}
.banner .nav_right>ul>li.active>a{
    color: #087FD8;
}
.banner .nav_right>ul>li a{
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.banner .nav_right>ul>li a:hover{
    color: #087FD8;
}
.banner .nav_right .search_div{
    float: right;
    width: 178px;
    height: 38px;
    border: 1px solid #087FD8;
    border-radius: 3px;
    position: relative;
}
.banner .nav_right .search_div input{
    width: 135px;
    height: 38px;
    outline: none;
    padding-left: 5px;
}
.banner .nav_right .search_div>.btn{
    width: 39px;
    height: 38px;
    background: #087FD8 url(../images/2020.12.24-head-search.png) no-repeat center center;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.date {
    text-align: right;
    color: #000000;
    padding-top: 35px;
}

    .date span {
        display: inline-block;
        background: url(../images/time.png) right top no-repeat;
        width: 72px;
        height: 21px;
        line-height: 21px;
        text-align: center;
        color: #fff;
    }

.search-box {
    float: right;
    width: 352px;
    height: auto;
    padding-top: 10px;
}

.search input {
    height: 32px;
    line-height: 32px;
    width: 250px;
    padding: 0;
    border: 1px solid #ccc;
    float: left;
    text-indent: 10px;
    background: #f4f4f4;
}

.search .btn {
    width: 100px;
    height: 34px;
    line-height: 34px;
    float: left;
    border: 1px solid #325f96;
    background-color: #325f96;
    color: #fff;
}

.nav_bg {
    height: 45px;
    line-height: 45px;
    background: #1157b0;
    text-align: center;
}

#nav li {
    float: left;
    font-size: 18px;
    display: inline;
    overflow: hidden;
    width: 133px;
}

    #nav li a {
        color: #FFFFFF;
        display: block;
        width: 100%;
        text-align: center;
    }

        #nav li a:hover, #nav li a.hover {
            background: #1870E0;
        }

    #nav li ul {
        position: absolute;
        display: none;
        background: #1870E0;
        z-index: 5;
    }

        #nav li ul li {
            float: none;
            display: inline;
            height: 36px;
            line-height: 36px;
            text-align: center;
        }

            #nav li ul li a {
                font-weight: normal;
                height: 36px;
                overflow: hidden;
                line-height: 36px;
                padding: 0;
                border-top: 1px solid #FFF;
                font-size: 14px;
                width: 100%;
                margin: 0 auto;
            }

                #nav li ul li a:hover {
                    background: #1157b0;
                }

.bluebg {
    width: 100%;
    min-width:1200px;
    height: 480px;
    position: absolute;
    z-index: -1;
    background: #003867;
    box-shadow: 0px 15px 30px -10px #333 inset;
}

.news {
    background: #fff;
    margin-top: 20px;
    padding: 10px;
}

.news-img {
    width: 538px;
    height: 378px;
    float: left;
    position: absolute;
    z-index: 1;
}

#slides {
    display: block;
    width: 538px;
    height: 378px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    #slides li {
        display: block;
        width: 538px;
        height: 378px;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
    }

.news_bg {
    background: url(../images/news_bg.png);
    height: 70px;
    width: 538px;
    position: absolute;
    z-index: 10001;
    top: 308px;
}

#pagination {
    display: block;
    height: 20px;
    list-style: none;
    position: absolute;
    z-index: 1000;
    margin: 0;
    left: 50%;
    margin-left: -67px;
}

    #pagination li {
        display: block;
        list-style: none;
        width: 14px;
        height: 14px;
        float: left;
        margin: 0 10px 0 0;
        background: url(../images/y1.png) no-repeat;
    }

        #pagination li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            text-indent: -9999px;
        }

        #pagination li.current {
            background: url(../images/y2.png) no-repeat;
        }

.news_bg span {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
}

.news-list {
    float: right;
    height: 378px;
    width: 612px;
}

.info-box {
    margin-top: 6px;
}
.info-box a>b{
    height:34px;
    line-height:34px;
}

    .info-box a span.text-overflow {
        float: left;
        display: inline-block;
        height: 34px;
        line-height: 34px;
        width: 60%;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
        overflow: hidden;
    }
    /*.info-box a:first-child .text-overflow:after,.info-box a:first-child+a .text-overflow:after,.info-box a:first-child+a+a .text-overflow:after{ content:""; display:inline-block;width:30px; height:10px; margin-left:10px;background:url(../images/new.png) no-repeat; position:absolute; margin-top:13px;}*/
    .info-box a {
        display: block;
        height: 34px;
    }

        .info-box a span.publishtime {
            color: #666;
            line-height: 34px;
            height: 34px;
            float: right;
        }

.info {
    width: 612px;
    height: 100%;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
}

.info-title {
    display: inline-block;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

    .info-title li {
        float: left;
        margin: 0px 25px 0 0;
    }

        .info-title li a {
            display: inline-block;
            height: 28px;
            line-height: 28px;
            border-radius: 5px 5px 0 0;
            position: relative;
            text-align: center;
            font-size: 16px;
            color: #333;
            font-weight: bold;
        }

            .info-title li.cur a, .info-title li a:hover {
                color: #0079c1;
                border-bottom: 2px solid #0079c1;
                background: none;
                height: 28px;
                line-height: 28px;
            }

.info-more {
    position: absolute;
    top: 5px;
    right: 0px;
    color: #004eff;
}

    .info-more:hover {
        color: #0274be;
    }

.transaction {
    background: #325f96;
    height: 135px;
}

    .transaction dl:after {
        content: " ";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }

    .transaction dt, .transaction dd {
        float: left
    }

    .transaction dl span {
        display: block;
        width: 100%;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: #d6dfea;
        color: #336699;
    }

    .transaction dt {
        width: 143px;
    }

        .transaction dt img {
            margin: 22px 30px;
        }

    .transaction dd {
        width: 151px;
        background: url(../images/x.png) left 12px no-repeat;
    }
        .transaction dd > a {
            display: block;
            width: 100%;
            height: 110px;
            text-align:center
        }

        .transaction dd img {
            margin: 38px 0;
            cursor: pointer;
            transition: all 0.3s;
        }

        .transaction dd:hover img {
            transform: scale(1.1);
        }

        .transaction dd span a {
            display: inline;
        }
        .transaction dd span a em{
            font-style:normal;
        }
            .transaction dd span a:hover {
                color: #003867;
            }

.dynamic {
    margin: 20px 0;
}

    .dynamic:after {
        content: " ";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }

.dynamic-list {
    background: #fff;
    padding: 10px;
    width: 763px;
    margin: 0 20px 0 0;
    float: left;
    height:307px;
}

.dynamic-title {
    display: inline-block;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

    .dynamic-title span {
        font-size: 16px;
        display: inline-block;
        height: 28px;
        line-height: 28px;
        border-radius: 5px 5px 0 0;
        position: relative;
        text-align: center;
        font-weight: bold;
        margin-right:20px;
        
    }
    .dynamic-title .blues{
        color: #0079c1;
        border-bottom: 2px solid #0079c1;
    }

.dynamic-list .more {
    float: right;
    margin-top: 5px;
}

.dynamic-list .info-title {
    border: 1px solid #f1f1f1;
    background: #f5f5f5;
}

    .dynamic-list .info-title a {
        font-size: 14px;
        font-weight: inherit;
        width: 126px;
    }
    .dynamic-list .info-title .w50 a {
        width: 380px;
    }

    .dynamic-list .info-title li {
        margin: 0;
    }

        .dynamic-list .info-title li.cur a {
            border: none;
            background: #fff;
        }

.login {
    float: right;
    width: 397px;
}

    .login a {
        display: block;
        height: 42px;
        width: 168px;
        padding: 30px 0 30px 25px;
        margin-bottom: 11px;
        color: #fff;
    }

        .login a span {
            display: block;
            float: right;
            width: 100px;
            margin-right: 25px;
            text-align: center;
            font-size: 16px;
            line-height: 42px;
        }

        .login a.l1 {
            float: left;
            background: #81c54b;
        }

            .login a.l1:hover {
                background: #5ebb14;
            }

        .login a.l2 {
            float: right;
            background: #50c9e1;
        }

            .login a.l2:hover {
                background: #15badb;
            }

        .login a.l3 {
            float: left;
            background: #5a93d8;
        }

            .login a.l3:hover {
                background: #2c79d6;
            }

        .login a.l4 {
            float: right;
            background: #3acfd1;
        }

            .login a.l4:hover {
                background: #05c0c3;
            }

        .login a.l5 {
            margin: 0;
            float: left;
            background: #eba464;
        }

            .login a.l5:hover {
                background: #ea8529;
            }

        .login a.l6 {
            margin: 0;
            float: right;
            background: #eba464;
        }

            .login a.l6:hover {
                background: #ea8529;
            }

.foot {
    text-align: center;
    color: #333;
    /* background: #fff; */
    background: rgb(244,244,244);
    border-top: 2px solid #1c5fa5;
}

    .foot .foot-bg {
        background: #003867;
    }

    .foot .foot-left {
        width: 800px;
        /* border-right: 1px solid #ccc; */
        /*margin: 25px 0;*/
        padding: 20px 0;
        float: left;
        line-height: 26px;
    }

    .foot .foot-right {
        width: 270px;
        float: right
    }

        .foot .foot-right div {
            float: left;
            width: 38%;
            padding-top: 110px;
            margin: 0 6%;
        }

            .foot .foot-right div:first-child {
                background: url(../images/foot-img1.png) 50% 40px no-repeat;
            }

.quick-nav {
    width: 1200px;
    height: 54px;
    margin: auto;
    line-height: 54px;
    color: #fff;
}

    .quick-nav dl {
        margin: 0;
    }

        .quick-nav dl dt {
            font-size: 18px;
            float: left;
            margin: 0 60px 0 40px;
            font-weight: bold;
        }

        .quick-nav dl dd {
            float: left;
            margin-right: 55px;
            _margin-top: 20px;
        }

            .quick-nav dl dd select {
                width: 160px;
                height: 20px;
                line-height: 20px;
                border: 1px solid #ccc;
                border-radius: 2px;
            }

            .quick-nav dl dd.m0 {
                margin: 0;
            }
/*列表页*/
.now {
    background: url(../images/now.png) left 14px no-repeat;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    width: 1180px;
    margin: 0 auto;
    padding: 14px 0 14px 20px;
}

.content {
    width: 1140px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 30px;
}

    .content:after {
        content: " ";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }

.content-left {
    width: 286px;
    border: 1px solid #ccc;
    float: left;
}

    .content-left dt {
        height: 60px;
        line-height: 60px;
        color: #003867;
        text-align: center;
        font-size: 18px;
        border-bottom: 2px solid #003867;
    }

    .content-left dd a {
        display: block;
        width: 246px;
        padding-left: 40px;
        color: #333;
        background: url(../images/l-11.png) 14px 21px no-repeat;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

        .content-left dd a:hover {
            color: #1157b0;
            background: url(../images/l-22.png) 14px 21px no-repeat;
        }

.content-right {
    width: 800px;
    float: right;
    min-height: 500px;
}
    .content-right .dwonloadList {
        margin-left: 40%;
    }


.content h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 100%;
    padding-top: 20px;
    color: #000;
    text-align: center;
}

    .content h2 div {
        font-size: 12px;
        color: #414141;
        margin-top: 15px;
    }

.content h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 100%;
    padding: 20px 0 30px 0;
    color: #000;
    text-align: center;
}

    .content h3 div {
        font-size: 12px;
        color: #414141;
        margin-top: 15px;
    }

.screening {
    border: 1px solid #dedede;
    width: 806px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    line-height: 52px;
}
    .screening form {
        float:right;
        width:715px
    }
    .screening select {
        height: 30px;
        border-color: #dedede;
        width: 130px;
        padding: 0 10px;
        margin: 0 20px 0 10px;
    }

    .screening button {
        display: block;
        float: right;
        width: 90px;
        height: 52px;
        border: none;
        background: url(../images/ss.png) right 50% no-repeat;
        cursor: pointer;
       
    }
.screening1 {
    background: url(../images/ss.png) right 50% no-repeat;
    overflow:hidden;
}.screening1 span {
    float: left;
}
.screening1 form {
    float: left;
    width: 705px;
    height:103px;
    margin-left:20px;
}
    .screening1:after {
        content: " ";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .screening1 button {
        height: 104px;
        background: none;
    }


.list-news {
    margin-top: 20px;
}

.list-news-tit {
    border-bottom: 1px solid #CCC;
    border-top: 2px solid #CCC;
    box-sizing: border-box;
    height: 40px;
    line-height: 38px;
}

    .list-news-tit span {
        display: block;
        float: left;
        height: 38px;
        color: #0079c1;
        border-top: 2px solid #003366;
        margin-top: -2px;
        font-size: 16px;
        padding: 0 20px;
    }

    .list-news-tit a {
        float: right;
        margin-right: 20px;
        color: #3399ff;
        text-decoration: underline;
        font-size: 14px;
    }

.list-news li {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px dotted #dfdfdf;
    padding-left: 20px;
    background: url(../images/list-l.jpg) 7px 50% no-repeat;
}

    .list-news li a {
        font-size: 16px;
        color: #000;
    }

    .list-news li:hover a, .list-news li:hover a .time {
        color: #0079c1;
    }

    .list-news li:hover {
        background: url(../images/list-h.jpg) 7px 50% no-repeat;
    }

    .list-news li a span:first-child {
        display: block;
        float: left;
        width: 460px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
    }

    .list-news li a .time {
        float: right;
        font-size: 14px;
        color: #3b3b3b;
    }

.list-show {
    font-size: 16px;
    line-height: 200%;
}
.list-show h2{
        font-size: 24px;
    font-weight: normal;
    line-height: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

    .list-show .list-show-text {
        padding: 0 40px;
        box-sizing: border-box;
    }

        .list-show .list-show-text p {
            text-indent: 2em;
            color: #414141;
        }

        .list-show .list-show-text b {
            color: #000;
        }
/*选项卡*/
.tabtitle {
    position: relative;
    clear: both;
    height: 36px;
    line-height: 40px;
    text-align: center;
    border-bottom: 4px solid #1157b0;
    margin: 0 auto;
}

    .tabtitle ul {
        position: absolute;
        margin-left: 14px;
    }

    .tabtitle .tit {
        width: 750px;
        height: 40px;
        margin: 0 0 0 -382px;
        ;
        overflow: hidden;
        padding-left: 14px;
        position: absolute;
        left: 50%;
        color: #000;
        font-size: 14px;
    }

    .tabtitle #left {
        display: none;
        width: 30px;
        height: 30px;
        background: url(../images/l-1.png) no-repeat;
        background-size: 100%;
        position: absolute;
        left: 4px;
        top: 4px
    }

        .tabtitle #left:hover {
            background: url(../images/l-2.png) no-repeat;
            background-size: 100%;
        }

    .tabtitle #right {
        display: none;
        width: 30px;
        height: 30px;
        background: url(../images/r-1.png) no-repeat;
        background-size: 100%;
        position: absolute;
        right: 4px;
        top: 4px
    }

        .tabtitle #right:hover {
            background: url(../images/r-2.png) no-repeat;
            background-size: 100%;
        }

    .tabtitle li {
        float: left;
        width: 161px;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
    }

    .tabtitle .active {
        background: url(../images/tab-h.png) center no-repeat;
        color: #fff;
        margin-left: -14px;
        position: relative;
        z-index: 10;
    }

    .tabtitle .normal {
        background: url(../images/tab.png) center no-repeat;
        margin-left: -14px;
        position: relative;
        z-index: 1;
    }

.tab-content {
    width: 100%;
    background: #fff;
    margin: 0px auto;
}

    .tab-content ul li {
        float: left;
        padding: 20px 0px;
    }
    .tab-content ul.list-show li{
        float:none;
    }
    .tab-content ul.list-show li p:first-child{
        text-align:center;
    }
.none {
    display: none;
}
/*分页*/
.pagination {
    float: right;
}

    .pagination .active a {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .pagination .active a:hover {
            background-color: #337ab7;
            color: #fff;
            border-color: #337ab7
        }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination li {
        display: inline
    }

        .pagination li a {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination li:first-child a, .pagination li:first-child span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination li:last-child a, .pagination li:last-child span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
            z-index: 3;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }
        #calendar{
            width:1200px;
            margin:0 auto; 
        }
        .field-table thead td{
            width:166px!important;
        }

.right-nav{
    display:block;
    width:164px;
    position: fixed;
    left: 50%;
    bottom:240px;
    margin-left:485px;
    z-index: 9999999;
    overflow:hidden;
}
.y-left-nav {
    display:block;
    width:100px;
    height:260px;
    position: fixed;
    right: 50%;
    bottom:220px;
    margin-right:610px;
    z-index: 9999999;
}
.tel{
    float:right;
}
.tel-icon{
    background: url("../images/qq.gif") 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
    position: relative;
    z-index: 9999998;
}
.tel:hover .tel-icon{
    background: url("../images/qq.gif") 50% 50% no-repeat;
}
.tel-b{
    position: absolute;
    top: 0;
    left: 164px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    width: 120px;
    background: #ddebff;
    padding: 0 17px;
    border-radius: 3px 0 0 3px;
    z-index: 9999997;
    text-decoration:none;
}
.tel-b a{
line-height: 38px;
    display: block;
}
.tel-y {
    position: absolute;
    top: 0;
    left: 0;
    height: 260px;
    width: 100px;
    z-index: 9999997;
}
@media screen and (max-width: 1300px) {
    .right-nav{
    left: auto;
    right:0;
    margin:0;
}
}
.newico {
    background: url("../images/newicon.gif");
    display: inline-block;
    width: 21px;
    height: 9px;
    margin-left: 1px;
    margin-top:10px;
}


/*11-03需求新增*/
.node_bg{
    margin: 50px auto 30px auto;
    border-bottom: 1px #ccc solid;
    text-align: center;
}
.info-node{
    display: inline-block;
}
.info-node li{
        float:left;
        padding:5px 10px;
        text-align:center;
        border: 1px #ccc solid;
        background: #fff;
        margin: 0 15px 30px 15px;
        cursor: pointer;
        position:relative;
        font-size:12px;
    } 
.info-node li:first-child,.info-node li:last-child{
    border-radius:14px;
}   
.info-node li.blue{
        border: 1px #008cd6 solid;
        background: #fff;
        color: #008cd6;
    }
.info-node li.blueBg{
    background: #008cd6;
        color: #fff;
}
.info-node li.noclick{
        cursor: not-allowed ;
    } 
.info-node li .jt_ico{
    display:block;
    width:8px;
    height:8px;
    background: url(../images/jt_1.png);
    position: absolute;
    color: #000;
    left: -20px;
    top: 8px;
} 
.info-node li:first-child .jt_ico{
    display:none;
}
.info-node li.blue .jt_ico{
    background: url(../images/jt_2.png);
} 
.info-node li.f-r .jt_ico{
    background: url(../images/jt_3.png);
    left: auto;
    right:-14px;
}
.info-node li.blue.f-r .jt_ico{
    background: url(../images/jt_4.png);
}


.open_ico{
    background:url(../images/open_ico.png) no-repeat;
}
.open{
    border:1px #ccc solid;
    margin-top:20px;
    background:#fff;
} 
.open_title li{
    width:239px;
    float:left;
    border-bottom:1px #ccc solid;
    border-left:1px #ccc solid;
    height:64px;
    line-height:64px;
}
.open_title li:first-child{
    border-left:none;
    max-width:238px;
}
.open_title li a{
    display:block;
    width:100%;
    height:100%;
}
.open_title li i{
    display:inline-block;
    width:40px;
    height:35px;
    vertical-align:middle;
    margin:0 25px 0 55px;
} 
.open_title li i.openbg_0{
    background-position:0 -35px;
}
.open_title li i.openbg_1{
    background-position:-40px -35px;
}
.open_title li i.openbg_2{
    background-position:-80px -35px;
}
.open_title li i.openbg_3{
    background-position:-120px -35px;
}
.open_title li i.openbg_4{
    background-position:-160px -35px;
}
.open_title li.cur{
    background:#0079c1;
    color:#fff;
} 
.open_title li.cur a{
    color:#fff;
}
.open_title li.cur i.openbg_0{
    background-position:0 0;
}
.open_title li.cur i.openbg_1{
    background-position:-40px 0;
}
.open_title li.cur i.openbg_2{
    background-position:-80px 0;
}
.open_title li.cur i.openbg_3{
    background-position:-120px 0;
}
.open_title li.cur i.openbg_4{
    background-position:-160px 0;
}
.open_content{
    padding:10px 15px 10px 10px;
    min-height: 260px;
}
.open_content ul{
    display:none;
    margin:0;
}
.open_content ul:first-child{
    display:block;
}
.open_content ul li a{
    height: 26px;
    line-height: 26px;
    display:block;
    color: #333;
    text-indent: 20px;
    position: relative;
    font-size: 14px;
}
.open_content ul li a span.text-overflow {
    float: left;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/dics.png) no-repeat 6px center;
    text-align: left;
}
.open_content ul li a span.publishtime {
    display:inline-block;
    color: #666;
    line-height: 26px;
    height: 26px;
    float: right;
}

.myTable{
    margin:0 auto;
    border:1px #ccc solid;
    border-collapse:collapse;
}
.myTable th,.myTable td{
    border:1px #ccc solid;
    border-collapse:collapse;
    line-height:35px;
    padding:0 5px;
    font-size: 14px;
}
.myTable th{
    text-align:center;
    font-weight:normal;
}
.w120{
    width:120px;
    background:#efefef;
    text-align:center;
}
.gray{
    margin:-1px auto 0 auto;
}
.gray th{
    background:#efefef;
}
.tdc{
    text-align:center;
}
.bordern th{
    border:none;
}
.download{
    margin-top:20px;
}

/* 2021.12.24 */
.fl{
    float: left
}
.fr{
    float: right;
}
/* 首页第一块 */
.index_bidding{
    height: 430px;
    padding-bottom: 20px;
    border-bottom: 1px solid #008CD6;
    margin-bottom: 20px;
}
.index_bidding .index_bidding_left{
    width: 730px;
}
.index_bidding .index_bidding_left .index_bidding_left--box{
    height: 402px;
}
.index_bidding .index_bidding_left .index_bidding_left--box a{
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}
.index_bidding .index_bidding_left .index_bidding_left--box a:before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0,-50%);
}
.index_bidding .index_bidding_left .index_bidding_left--box a .infodetail{
    display: block;
    width: 80%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
}
.index_bidding .index_bidding_left .index_bidding_left--box a .publishtime{
    display: block;
    float: right;
}
.index_bidding .index_bidding_right{
    /* width: 437px; */
    width: 420px;
    padding-left: 20px;
    border-left: 1px solid #008CD6;
}
.index_bidding .index_bidding_right ul li{
    float: left;
    width: 130px;
    height: 112px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    text-align: center;
}
.index_bidding .index_bidding_right ul li:nth-child(3n+2){
    margin: 0 10px;
}
.index_bidding .index_bidding_right ul li:nth-child(-n+6){
    margin-bottom: 10px;
}
.index_bidding .index_bidding_right ul li:hover{
    background: #f6f8f9;
}
.index_bidding .index_bidding_right ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
    padding: 12px 8px 24px 8px;
}
.index_bidding .index_bidding_right ul li a span{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.index_bidding .title{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    cursor: pointer;
}
.index_bidding .title a:hover{
    color: #087FD8;
}
.index_bidding .active{
    color: #087FD8;
}
/* 首页第二行--交易信息 */
.transaction_info{
    border-bottom: 1px solid #008CD6;
    margin-bottom: 20px;
}
.transaction_info .title{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.transaction_info .active{
    color: #087FD8;
}
.transaction_info .transaction_info_box{
    padding: 20px 0;
}
.transaction_info .transaction_info_box li{
    float: left;
    /* width: 16%; */
    width: 200px;
}
.transaction_info .transaction_info_box li a>div{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 100px;
    margin: 0 auto;
    transition: all 0.5s;
}
.transaction_info .transaction_info_box li a>div>div{
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}
.transaction_info .transaction_info_box li:nth-child(1) a>div{
    background: rgba(29,178,123,.2);
}
.transaction_info .transaction_info_box li:nth-child(2) a>div{
    background: rgba(233,198,56,.2);
}
.transaction_info .transaction_info_box li:nth-child(3) a>div{
    background: rgba(152,206,46,.2);
}
.transaction_info .transaction_info_box li:nth-child(4) a>div{
    background: rgba(52,121,180,.2);
}
.transaction_info .transaction_info_box li:nth-child(5) a>div{
    background: rgba(20,160,185,.2);
}
.transaction_info .transaction_info_box li:nth-child(6) a>div{
    background: rgba(105,203,165,.2);
}
.transaction_info .transaction_info_box li:nth-child(1) a>div>div{
    background: #1DB27B;
}
.transaction_info .transaction_info_box li:nth-child(2) a>div>div{
    background: #E9C638;
}
.transaction_info .transaction_info_box li:nth-child(3) a>div>div{
    background: #98CE2E;
}
.transaction_info .transaction_info_box li:nth-child(4) a>div>div{
    background: #3479B4;
}
.transaction_info .transaction_info_box li:nth-child(5) a>div>div{
    background: #14A0B9;
}
.transaction_info .transaction_info_box li:nth-child(6) a>div>div{
    background: #69CBA5;
}
.transaction_info .transaction_info_box li a>div img{
    display: inline-block;
    width: 50px;
    height: 50px;
}
.transaction_info .transaction_info_box li a>div:hover{
    transform:scale(1.1);
}
.transaction_info .transaction_info_box li a>span{
    display: block;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    margin-top: 22px;
    color: #333333;
    font-size: 16px;
}
/* 首页第三行 */
.transaction_dynamic{
    border-bottom: 1px solid #008CD6;
    margin-bottom: 20px;
}
.transaction_dynamic .title{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    cursor: pointer;
}
.transaction_dynamic .title a:hover{
    color: #087FD8;
}
.transaction_dynamic .active{
    color: #087FD8;
}
.transaction_dynamic .transaction_dynamic_choose{
    margin-bottom: 10px;
}
.transaction_dynamic .transaction_dynamic_choose li{
    float: left;
    margin-right: 20px;
}
.transaction_dynamic .transaction_dynamic_choose li a{
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #D8D8D8;
    font-size: 16px;
}
.transaction_dynamic .transaction_dynamic_choose li.active a{
    color: #087FD8;
    border: 1px solid #087FD8;
}
.transaction_dynamic .transaction_dynamic_choose li a:hover{
    color: #087FD8;
    border: 1px solid #087FD8;
}
.transaction_dynamic .transaction_dynamic_box1{
    height: 300px;
}
.transaction_dynamic .transaction_dynamic_box1 a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.transaction_dynamic .transaction_dynamic_box1 a:before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0,-50%);
}
.transaction_dynamic .transaction_dynamic_box1 a b{
    /* min-width: 120px; */
    font-weight: 400;
    text-align: center;
}
.transaction_dynamic .transaction_dynamic_box1 a .text-overflow{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.transaction_dynamic .transaction_dynamic_box1 a .publishtime{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.transaction_dynamic .transaction_dynamic_box2{
    height: 300px;
    display: none;
}
.transaction_dynamic .transaction_dynamic_box2 a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.transaction_dynamic .transaction_dynamic_box2 a:before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0,-50%);
}
.transaction_dynamic .transaction_dynamic_box2 a b{
    /* min-width: 120px; */
    font-weight: 400;
    text-align: center;
}
.transaction_dynamic .transaction_dynamic_box2 a .text-overflow{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.transaction_dynamic .transaction_dynamic_box2 a .publishtime{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
/* 第四行 */
.four_row .four_item{
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    height: 215px;
    margin-bottom: 30px;
}
.four_row .four_item:nth-child(2){
    padding-left: 20px;
    border-left: 1px solid #008CD6;
}
.four_row .four_item .title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.four_row .four_item .title a:hover{
    color: #087FD8;
}
.four_row .four_item .title a.active{
    color: #087FD8;
}
.four_row .four_item a .text-overflow,.four_row .four_item a .publishtime{
    font-size: 16px;
    color: #333333;
}
.four_row .four_item .info-box a{
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.four_row .four_item .info-box a:before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0,-50%);
}