@charset "UTF-8";
.now{
    background:url(../images/now.png) 5px 50% no-repeat;
    font-size:12px;
    height:40px;
    line-height:40px;
    padding-left: 30px;
}
/*筛选条件栏*/
.option-group{
    width: 100%;
    background: #F0F7FF;
    font-size: 14px;
    min-height: 120px;
}
.option-group>div{
    padding: 16px 0 0 0;
    border-bottom: 1px solid #F1F0EE;
}
.option-group>div:first-child{
    padding: 0;
}
.option-group .option-group .clearfix{
    border-bottom: 1px solid #F1F0EE;
}
.option-title{
    color: #666666;
    text-align: right;
    line-height: 24px;
}
/*.options{*/
/*    width: 1000px;*/
/*}*/
.options li{
    color: #333;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    padding: 0 8px;
    cursor: pointer;
    margin:0 0 10px 14px;
}
.options li:hover,
.options li.active{
    background-color: #0061DC;
    color: #fff;
}

/*过渡页*/
dl.site-map {
    background-color: #ffffff;
    padding: 10px 20px 40px;
    border: 1px #DEDEDE solid;
}
.site-map,
.transaction-info,
.system,
.register{
    width: 100%;
    padding-top: 50px;
}
.site-map dt,
.transaction-info dt,
.system dt,
.register dt{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #0061DC;
    height: 100px;
    line-height: 50px;
    text-align: center;
}
.register dt{
    background: url("../images/icon-logo-sczt.png") 50% 0 no-repeat;
}
.transaction-info dt{
    background: url("../images/icon-logo-ggzy.png") 50% 0 no-repeat;
}
.system dt.system-1001000000{
    background: url("../images/icon-logo-gcjs.png") 50% 0 no-repeat;
}
.system dt.system-1002000000{
    background: url("../images/icon-logo-tdsy.png") 50% 0 no-repeat;
}
.system dt.system-1003000000{
    background: url("../images/icon-logo-zfcg.png") 50% 0 no-repeat;
}
.system dt.system-1004000000{
    background: url("../images/icon-logo-qtxm.png") 50% 0 no-repeat;
}
.system dt.system-1005000000{
    background: url("../images/icon-logo-qtsh.png") 50% 0 no-repeat;
}
.site-map dd,
.transaction-info dd,
.system dd,
.registerdd{
    width: 100%;
}
.site-map dd ul,
.transaction-info dd ul,
.system dd ul,
.register dd ul{
    width: 100%;
}
/*.site-map dd ul li {*/
/*    font-size: 13px;*/
/*    color: #000;*/
/*    font-weight: bold;*/
/*    padding: 10px;*/
/*    margin: 10px 0px;*/
/*    background-color: #e7f3fc;*/
/*    width: 100%;*/
/*}*/
/*.site-map dd ul a {*/
/*    font-size: 13px;*/
/*    color: #333;*/
/*    padding: 10px;*/
/*}*/
/*.site-map dd ul a:hover {*/
/*    color: #66afe9;*/
/*}*/
.transaction-info a{
    display: block;
    margin: 0 auto;
}
.transaction-info a span{
    color: #fff;
}
.transaction-info dd ul li{
    width: 33.33%;
    float: left;
    text-align: center;
    height: 155px;
    margin-bottom: 55px;
    overflow: hidden;
}
.transaction-info dd ul li>a:first-child{
    width: 150px;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}
.transaction-info dd ul li.children:hover>a:first-child{
    margin: -160px auto 17px;
}
.transaction-info dd ul li img{
    display: block;
    margin: 0 auto 30px;
}
.transaction-info dd ul li span {
    display: inline-block;
    text-align: center;
    font-size: 18px;
}
.transaction-info dd ul li a.no-click {
    cursor: not-allowed;
}
.system,
.register{

}
.system dd ul{
    text-align: center;
    font-size: 0;
    padding: 20px;
}
.system dd ul li{
    width: 240px;
    height: 280px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(0,0,0,.2);
    margin: 20px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}
.system dd ul li:hover{
    box-shadow: 0 0 25px 1px rgba(0,0,0,.2);
}
.system dd ul li span{
    display: block;
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 150%;
    padding: 0 20px;
}
.system dd ul li>a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
}
.system dd ul li>a>i{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 192px;
    height: 168px;
    margin: -84px 0 0 -96px;
}
.system dd ul li a:hover{
    color: #0061DC;
}
.system dd ul li.no-click a{
    cursor: not-allowed;
}
.system dd ul li.no-click a:hover{
    color: #333;
}
.systemChildren{
    width: 100%;
    height: 100%;
    padding: 20px;
}
.systemChildren a{
    display: block;
    width: 100%;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 16px;
}
.systemChildren a:first-child{
    border-bottom: 1px #ccc solid;
}
.systemChildren a i{
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}
.systemChildren a i.system-icon-a1{
    background: url("../images/system-icon-a1.png");
}
.systemChildren a i.system-icon-a2{
    background: url("../images/system-icon-a2.png");
}
.systemChildren a i.system-icon-a3{
    background: url("../images/system-icon-a3.png");
}
.systemChildren a i.system-icon-a4{
    background: url("../images/system-icon-a4.png");
}
.register-table{
    width: 100%;
    /*border: 1px #ccc solid;*/
    border-collapse: collapse;
    /*background: #fff;*/
}
.register-table th,.register-table td{
    font-weight: normal;
    color: #004798;
    font-size: 18px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    /*border: 1px #ccc solid;*/
    border-collapse: collapse;
}
.register-table a{
    font-size: 14px;
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
/*    border-radius: 5px;*/
    margin: 10px auto;
    color: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
    cursor: default;
}
.register-table th a{
    background: #2E7AEB;
    color: #fff;
    border-radius: 3px;
}
.register-table a[class^=btn-c]:hover{
    box-shadow: 0 0 15px 1px rgba(0,0,0,.4);;
    cursor: pointer;
    /*background: #263596;
    color: #fff;*/
}
.register-table tbody td{
    padding: 26px 0;
}
.register-table tbody tr td:first-child a{
    background: #2E7AEB;
    color: #fff;
    border-radius: 3px;
   /* text-align: left;
    padding:0px 40px 0px 80px;
    background: url("../images/register2.png") 20% 50.5% no-repeat;*/
}
/*
.register-table tbody tr:first-child td:first-child{
     background: url("../images/register1.png") 20% 50% no-repeat;
 }
*/
.btn-c1{
    background: url("../images/btn-c1.png") no-repeat;
}
.btn-c2{
    background: url("../images/btn-c2.png") no-repeat;
}
.btn-c3{
    background: url("../images/btn-c3.png") no-repeat;
}
.btn-c4{
    background: url("../images/btn-c4.png") no-repeat;
}
.btn-c5{
    background: url("../images/btn-c5.png") no-repeat;
}
.register-table a.btn-c6{
    line-height: 18px;
    padding-top: 7px;
    background: url("../images/btn-c6.png") no-repeat;
}
.btn-c7{
    background: url("../images/btn-c7.png") no-repeat;
}
.btn-c8{
    background: url("../images/btn-c8.png") no-repeat;
}
.btn-c9{
    background: url("../images/btn-c9.png") no-repeat;
}
.btn-c10{
    background: url("../images/btn-c10.png") no-repeat;
}
.btn-c11{
    background: url("../images/btn-c11.png") no-repeat;
}
.register-table a.no-click{
    cursor: not-allowed!important;
    background: #999999;
    color: #ffffff;
    border-radius: 3px;
}
.register-table a.no-click:hover{
    background: #999999;
}
/*列表页*/
.content-panel{
    background-color: #ffffff;
}
.left-nav{
    width: 285px; /* 210px */
    min-height: 730px;
    background: #fff;
    float: left;
    position: relative;
    border: 1px #CCCCCC solid;
}
.left-nav .askQuestion{
    display: inline-block;
    width: 210px; /* 210px */
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border: 1px #0061DC solid;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;
    text-align: left;
    text-indent: 25px;
}
.left-nav .askQuestion a{
    color: #0061DC;
}
.left-nav dl{
    min-height: 650px;
}
.left-nav dl dd ul{
    /*border-bottom: 1px dotted #DEDEDE;*/
}
.left-nav dt{
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 30px;
    position: relative;
    font-weight: 400;
    color: #fff;
    background: url("../home/images/left_nav_dt.png") no-repeat;
    background-size: 100% 100%;
}
.left-nav dd>ul>li{
    width: 100%;
    font-size: 16px;
    line-height: 49px;
    text-indent: 30px;
    border-bottom: 1px #DEDEDE dotted;
    position: relative;
    cursor: pointer;
}
.left-nav dd .down li{
    text-indent: 20px;
}
.left-nav dd .down li:hover a{
    color: #0061DC;
}
.left-nav dd>ul>li ul{
    display: none;
    padding-left: 15px;
}
.left-nav dd>ul>li ul li{
    line-height: 48px;
}
.left-nav dd>ul>li ul li .left-nav-icon{
    margin-top: 1px;
}
/*.left-nav dd li:first-child{*/
/*    border-top: none;*/
/*}*/
.left-nav dd>ul>li>a,  .down li>a{
    display: block;
}
.left-nav dd>ul>li:hover,.left-nav dd>ul>li:hover>a, .left-nav dd>ul>li.cur>a,.left-nav li.cur>a{
    color: #0061DC;
}
.left-nav dd>ul>li:hover a i.left-nav-icon , .left-nav dd>ul>li.cur>a i.left-nav-icon{
    background: url("../home/images/check_left_cur.png") no-repeat 0 0;
}
.left-nav dd>ul>li:hover a i.right-nav-icon, .left-nav dd>ul>li.cur>a i.right-nav-icon{
    background: url("../home/images/check_right_cur.png") no-repeat 0 0;
}
.isShow>ul{
    display: block!important;
}
.actived>a>.left-nav-icon.left-nav-jt{
    background-position: 0 -240px;
}
.actived>a{
    color: #0061DC;
}
.left-nav-a{
    position: absolute;
    left: -1px;
    bottom: -90px;
}
.left-nav-a img{
    width: 210px;
    border: 1px #DEDEDE solid;
}
.right-content-jy{
    width: 100%;
    padding: 20px 40px;
}
.right-content{
    width: 1155px;
    min-height: 730px;
    float: right;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-left: 0;
}
.right-quiz{
    background: #fff;
    padding: 20px;
    border: 1px #DEDEDE solid;
}
.contentTitle{
    text-align: center;
}
.list-news li{
    font-size :17px;
    line-height :45px;
    height: 45px;
    border-bottom:1px dotted #dfdfdf;
    padding: 0 10px;
    position: relative;
}

.list-news li .cell-content{
    color:#000;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.list-news li .cell-content :nth-last-child(2) {
    margin-right: 32px;
}
.list-news li:hover .cell-content,.list-news li:hover .cell-content .time{ color: #0061DC;}
/*.list-news li:hover{ background:url(../images/list-h.png) 7px 20px no-repeat;}*/
.list-news li span{     display: inline-block;
    letter-spacing: 1px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;}
.list-news li .cell-content >span:first-child{ display:block;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
.list-news li .cell-content >span:first-child >span{background-color: orangered;color: #fff;padding: 2px;font-size: 9px;}
.list-news li .cell-content >span:first-child img{
    margin-top: -25px;
}
.list-news li .newIcon{
    display: inline-block;
    width: 28px;
    height: 12px;
    background: url(../home/images/newicon.gif) no-repeat;
    flex-shrink: 0;
    margin-right: 16px;
}
.list-news li .newPassIcon{
    /*right: 85px;*/
    left: 0;
}
.list-news li .areaName {
    flex-shrink: 0;
}
.list-news li .title {
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-news li .cell-content >span:first-child b{font-weight: normal!important;background: none;}
.list-news li .cell-content .time{
    font-size:17px;
    color:#3b3b3b;
    flex-shrink: 0;
    width: 195px;
    margin-left: auto;
}
.list-news li .text{
    height: 40px;
    line-height: 40px;
    font-size: 0;
}
.list-news li .text span{
    display: inline-block;
    width: 20%;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list-news li .text span:last-child{
    width: 60%;
}
.list-news li:after {
    content:" ";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
/*详情页*/
.details-panel{
    background: #fff;
    border: 1px #DEDEDE solid;
    /* padding: 50px 70px; */
    padding: 24px 0 50px;
    margin-bottom: 50px;
    min-height: 600px;
    word-break: break-word; /* 文本行的任意字内断开 */
}
.details-panel span,
.details-panel p{
    word-break: break-word; /* 文本行的任意字内断开 */
    word-wrap: break-word; /* IE */
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
}
.details-panel h2{
    font-size:24px;
    font-weight:normal;
    line-height:100%;
    padding:20px 0;
    color:#000;
    text-align:center;
}
.details-panel h3{
    font-size:14px;
    font-weight:normal;
    line-height:100%;
    padding:10px 0;
    margin-bottom: 10px;
    color:#999;
    text-align:center;
}
.details-panel h3 span{
    cursor: pointer;
}
.details-panel h3 span:hover{
    color: #333;
}
.details-panel p{
    line-height: 170%;
    margin-bottom: 10px;
    font-size: 14px;
}
.details-panel .time{
    font-size:14px;
    font-weight:normal;
    line-height:100%;
    padding:10px 0;
    margin-bottom: 10px;
    color:#999;
    text-align:center;
}
.details-panel .time span{
    cursor: pointer;
}
.details-panel .time span:hover{
    color: #333;
}
.details-panel .detContent{
    /*width: 1138px;*/
    /*margin: 0 auto;*/
    padding: 20px 0;
    overflow: hidden;
}
.details-panel .detContent .prompt{
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
    border:1px solid #c0c0c0;
    font-size: 18px;
}
.details-panel .detContent .prompt a{
    text-decoration: underline;
    color: red;
    font-size: 20px;
}
.details-panel .detContent .affiche td{
    font-family: '仿宋' !important;
    font-size: 20px !important;
    vertical-align:middle !important;
}
.details-panel .detContent .affiche p{
    font-family: '仿宋' !important;
    font-size: 20px !important;
}
.details-panel .detContent .affiche span{
    font-family: '仿宋' !important;
    font-size: 20px !important;
}
.details-panel .detContent .affiche b{
    font-family: '仿宋' !important;
    font-size: 20px !important;
}
.details-panel .detContent p a{
    font-size: 16px !important;
}
.details-panel .detContent h1{
    line-height: 1;
}
/* 内容字体大小 !important*/
/*.details-panel .detContent p span{*/
/*    font-size: 20px;*/
/*    font-family: "微软雅黑";*/
/*}*/
/*.details-panel .detContent p{*/
/*    text-indent: 21px;*/
/*}*/
/*场地安排*/
#calendar{
    box-shadow: 0 0 6px 2px rgba(77,77,81,.2);
}
.menu{
    display: inline-block;
    background-color: #fff;
    width: 100%;
    height: 68px;
    line-height: 68px;
}
.menu>div.left{
    float:left;
    margin-top: 22px;
    width: 500px;
}
.menu>div.left button.today{
    width: 80px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    margin: 0 15px;
    background: #004798;
    color: #fff;
    border-radius: 5px;
    outline: none;
}
.menu>div.left button.today.unselected{
    background: #fff;
    color: #000;
}
.menu>div.left>div{
    float: left;
}
.menu>div.left a{
    width: 50px;
    height: 26px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    float: left;
    background-color: #fff;
    margin-right: 1px;
    font-size: 18px;
    border: 1px #004798 solid;
}
.menu>div.curDate{
    float:left;
}
.menu>div.right{
    float:right;
    margin-top: 18px;
}
.menu>div.right a{
    display: inline-block;
    float: left;
    color: #a6a6a6;
    background-color: #fff;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px #004798 solid;
}
.menu>div.right a.cur{
    color: #fff;
    background-color: #004798;
}
.field-table{
    border-collapse: collapse;
    table-layout: fixed;
}
.field-table thead td{
    text-align: center;
    width: 185px;
    height: 60px;
    line-height: 60px;
    background: #004798;
    color: #fff;
    border-left: 1px #5565ce solid;
    font-size: 16px;
}
.field-table thead td:first-child,
.field-table thead td:nth-child(2){
    border-left: none;
}
.field-table thead td div{
    display: inline-block;
    margin-left: 5px;
    width: 50px;
    text-align: center;
}
.field-table thead td.first-td{
    width: 58px;
}
.field-table tbody{
    border-bottom: 1px #d3d5e0 solid;
}
.field-table tbody#tableAfternoon{
    border-bottom: none;
}
.field-table tbody li{
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #d3d5e0;
}
.field-table tbody td.sign{
    border:none;
    text-align: center;
    padding: 0 22px;
}

.field-table tbody td ul li,.field-table tbody td ul li a{
    display: block;
    width: 100%;
}
.field-table tbody td ul li a .time-site{
    height: 20px;
    line-height: 20px;
    width: 145px;
    margin: 0 auto;
}
.field-table tbody td ul li a .time-site .time-box{
    display: inline-block;
    float: left;
    color: #403B3B;
}
.field-table tbody td ul li a .time-site .field-box{
    display: inline-block;
    float: right;
    color: #403B3B;
}
.field-table tbody td ul li a .bid-content{
    width: 145px;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.field-table tbody tr{
    background-color: #fff;
}
.field-table tbody tr td ul li.crossing{
    background-color:#fafafa;
}
.field-table tbody tr td ul li.crossing .sign{
    background-color: #fff;
}
.field-table tr td td ul li.selected.odd{
    background-color: #EEF9FF;
    color: #fff;
    border-bottom:1px solid #fff;
}
.bid-tast{
    padding-top: 10px;
    width:600px;
}
.bid-tast ul li{
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 26px;
    padding: 0 4px;
    margin-bottom: 10px;
    border-bottom:solid 1px #F5F5F5;
}
.bid-tast ul li:hover{
    color:red;
}
.bid-tast ul li:before{
    content: "";
    position: absolute;
    background: url(../images/dics.png) no-repeat;
    height: 6px;
    width: 6px;
    display: inline-block;
    top: 10px;
}
.bid-tast ul li .task-content{
    width: 570px;
    white-space: normal;
    word-break: break-all;
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
}
.bid-tast ul li .task-content-num{
    float:left;
    width: 440px;
    white-space: normal;
    word-break: break-all;
    display: inline-block;
    margin-left: 20px;
}
.bid-tast ul li .tast-time{
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.bid-tast ul li .tast-field{
    display: inline-block;
    float: right;
}




.list-show{ min-height:800px;font-size:16px; line-height:200%;}
.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;}

.content-left{
    width:286px;
    border:1px solid #ccc;
    float:left;
}
.content-left dt{
    height:60px;
    line-height:60px;
    font-size:18px;
    color:#000;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 34px;
    border-bottom: 2px solid #004798;
}
.content-left dd{
    border-top: 1px solid #EDECEA;
    min-height: 50px;
    box-sizing: border-box;
}
.content-left dd>a{
    width: 100%;
    height: 50px;
    display:inline-block;
    color:#333;
    line-height:50px;
    font-size:16px;
    cursor: pointer;
    padding-left: 34px;
    box-sizing: border-box;
}
.content-left dd.actived{
    border-top: 1px solid #004798;
}
.content-left dd.actived >a{
    color:#fff;
    background-color: #004798;
}
.content-left dd.hasChildren >a{
    background: url("../images/down.png") no-repeat 253px 21px;
}
.content-left dd.hasChildren.actived >a{
    color:#fff;
    /*background: url("../images/up.png") no-repeat 253px 21px;*/
    background-color: #004798;
}
.content-left dd.hasChildren.isShow >a{
    background: url("../images/up.png") no-repeat 253px 21px;
    background-color: #004798;
}

.content-left .hasChildren.isShow ul{
    display: block;
}
.content-left dd:hover{
    background-color: #004798;
    border-top: 1px solid #004798;
}
.content-left dd  ul{
    display: none;
    width: 100%;
    box-shadow:inset 0px 0px 4px 1px rgba(0, 0, 0, .2);
    background: #f8f8f8;
    font-size: 14px;
}
.content-left dd ul li{
    height: 50px;
    width: 280px;
    margin: 0 auto;
    padding: 10px 0 0 12px;
    box-sizing: border-box;
}
.content-left dd ul li~li{
    border-top: 1px solid #ddd;
}
.content-left dd ul li a{
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
}
.content-left dd:hover>a{
    color: #fff;
}
.content-left dd li>a:hover,.content-left li.actived a{
    color:#fff;
    background-color: #004798;
    border-radius: 15px;
}
.content-right{
    width:800px;
    float:right;
}
.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;}

/*分页*/
.pagination{ float:right;margin: 11.5px 20px;}
.pagination .laypage_curr{background: #0061DC !important; color: #fff;}
.pagination a{border: 1px solid #d2d2d2;}
/*#pageDiv>div span,*/
/*#pageDiv>div a{*/
    /*border: 1px solid #d2d2d2;*/
/*}*/
/*.pagination .active a{z-index:2;color:#fff;cursor:default; background-color:#263596;border:1px solid #263596;}*/
/*.pagination .active a:hover{ background-color:#263596;color:#fff;}*/
/*.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}*/
/*.pagination li{box-sizing: content-box;margin-right: 5px;float: left;}*/
/*.pagination li a{*/
    /*position:relative;*/
    /*float:left;*/
    /*padding:6px 12px;*/
    /*margin-left:-1px;*/
    /*line-height:1.42857143;*/
    /*color:#333;*/
    /*text-decoration:none;*/
    /*background-color:#fff;*/
    /*border:1px solid #ddd*/
/*}*/
/*.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*/
/*}*/

/*大数据展示*/
.data-chart-boxs .chart-box{
    min-height: 200px;
    margin-bottom: 10px;
}
.chart-box.bar-graph,
.chart-box.pies,
.chart-box.scatter,
.chart-box.person-distribution{
    height: 298px;

}
.chart-box.person-distribution{
    height: 340px;
}
.chart-box.lines-pie{
    height: 663px;
}
.chart-box.pies,
.chart-box.scatter,
#nightingale,
#person-map{
    position: relative;
}
.chart-box.scatter{
    padding: 40px 20px 30px 20px;
}
.chart-box.pies>div,
.chart-box.person-distribution>div {
    width: 50%;
    box-sizing: border-box;
    height: 100%;
}
.line-graph-left{
    height: 600px;
    float: left;
}
#details-bar-graph{
    width: 100%;
}
#details-bar-graph p,#lines p,#linesMoney p,#pieRadius p, #myEeffectScatter p, .list-title p, #mapReceive p, #mapRelease p, #linePie p, #pieTwo p{
    position: absolute;
    left:0;
    top:17px;
    z-index: 11;
    padding-left: 14px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    border-left: 6px solid #004798;
    color: #000;
    font-weight: bold;
}
#details-bar-graph .tabs, #lines .tabs, #linesMoney .tabs, #bidNum .tabs, .list-title .tabs, #mapReceive .tabs, #mapRelease .tabs, #linePie .tabs{
    position: absolute;
    right: 30px;
    top: 18px;
    width: 120px;
    height: 30px;
    background: url("../images/tabs.png") no-repeat;
    background-position: 0 -30px;
    z-index: 11;
}
#details-bar-graph .tabs.change, #lines .tabs.change, #linesMoney .tabs.change, #bidNum .tabs.change, .list-title  .tabs.change, #mapReceive .tabs.change, #mapRelease .tabs.change, #linePie .tabs.change{
    background: url("../images/tabs.png") no-repeat;
    background-position: 0 0;
}
#details-bar-graph .tabs li, #lines .tabs li, #linesMoney .tabs li, #bidNum .tabs li, .list-title .tabs li, #mapReceive .tabs li, #mapRelease .tabs li, #linePie .tabs li{
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.tabs li.active{
    color: #fff;
}
#barSelectHtml,#linesSelectHtml,#linesMoneySelectHtml,#linePieSelect,#pieTwoSelect{
    position: absolute;
    right: 180px;
    top: 21px;
    padding: 3px 5px;
    z-index: 1000;
}
#lines, #details-annularFirst-graph, #linesMoney{
    width: 100%;
    height: 400px;
}
#bidNum{
    width: 100%;
    height: 600px;
}
.lineList{
    position: absolute;
    /* left: 840px; */
    top: 110px;
    width: 340px;
    right: 20px;
}
.lineList li{
    width:160px;
    margin: 10px 10px 0 0;
    line-height: 40px;
    float: left;
}
.lineList li dt{
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    background: #eaeaea;
    position: relative;
}
.lineList li dt span{
    float: right;
    font-weight:normal;
    color: #333;
}
.lineList li dt div{
    position: absolute;
    left: 0;
    top: 0;
}
.lineList li dt div.dt-text{
    width: 140px;
    padding: 0 10px;
    z-index: 1;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}
.lineList li dt div.dt-bg{
     background: #c0f0da;
     width: 0px;
     height: 30px;
 }
.lineList li dd{
    line-height: 50px;
    background: #f7f7f7;
    text-align: center;
}
.lineList li dd .dd-left{
    font-size: 14px;
    color: #cc0033;
    font-weight: bold;
}
.lineList li dd .dd-right{
    font-size: 14px;
    color: #2eb72a;
    font-weight: bold;
}
.lineList li.w100{
    width: 330px;
    margin: 10px 0 0 0;
}
.lineList li.w100 dt div.dt-text{
    width: 310px;
}

.top20title{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
#top20 li{
    float: left;
    width: 50%;
    text-align: center;
}
#top20 li table{
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
#top20 li table th,#top20 li table td{
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 5px;
    text-align: center;
    line-height: 150%;
}
/*主体信息的搜索*/
.search-btns div{
    float: left;
    font-size: 14px;
    color: #000;
    margin-left: 18px;
}
.search-btns input{
    width:260px;
    height: 34px;
    border: 1px solid #004798;
    outline-color: #004798;
    padding-left: 8px;
}
.search-btns .search-btn{
    width: 74px;
    height: 34px;
    background: url('../images/search.png') no-repeat center #004798;
    cursor: pointer;
}
.search-data .data-show{padding: 0;}
.search-data .data-collect ul.title{
    background-color: #eafff5;
    padding: 14px;
}
.search-data .data-show.data-collect ul li.first{
    width: 136px;
}
.search-data .data-show.data-collect ul li.second{
    width: 370px;
    text-align: left;
}
.search-data .data-show.data-collect ul li.third{
    width: 240px;
    text-align: left;
}

/*折线与饼图*/
.lines-pie{padding-top: 80px;}
.lines-pie .lines{
    width: 790px;
    height: 320px;
    /*background-color: #263596;*/
    /*border: 1px solid #ddd;*/
}
#typePies{
    width: 406px;
    height: 320px;
    /*border: 1px solid #ddd;*/
    /*box-sizing: border-box;*/
    /*padding-left: 60px;*/
}
.annularCharts{
    /*border: 1px solid red;*/
    height: 350px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px;
}
.annularCharts>div{
    width:357px;
    box-sizing: border-box;
    /*border: 1px solid #ddd;*/
    height: 100%;
    line-height: 24px;

}
.bigData-content{
    padding: 0;
    background: none;
}

#pieRadius, #myEeffectScatter{
    width: 50%;
    height: 370px;
}
#myEeffectScatter{
    border-left: 1px #efefef solid;
    margin-left: -1px;
}

.list-title{
    position: relative;
    border-bottom: 2px rgb(57,208,142) solid;
    height: 70px;
}
.list-title .tabs{
    top: 10px;
}
.table-list{
    border-collapse: collapse;
}
.table-list th{
    line-height: 44px;
    font-weight: normal;
}
.table-list td{
    line-height: 36px;
    border-top: 1px #efefef dotted;
    text-align: center;
    font-size: 12px;
}
.table-list td .td-num{
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    line-height: 14px;
    margin-top: -3px;
}
.table-list td .td-num1{
    background: #f36c16;
    color: #fff;
}
.table-list td .td-num2{
    background: #f69401;
    color: #fff;
}
.table-list td .td-num3{
    background: #f6c12b;
    color: #fff;
}
.table-list td .td-red{
    color: #f00;
}
.map-title{
    width: 460px;
    margin: 20px auto;
    height: 42px;
    border: 1px #ccc solid;
    border-radius: 7px;
}
.map-title-text{
    width: 120px;
    background: #fff;
    height: 35px;
    line-height: 100%;
    text-align: center;
    margin: -8px auto 0;
    font-size: 16px;
    font-weight: bold;
}
.map-title-num{
    text-align: center;
}
.map-title-num li{
    display: inline-block;
    color: #004798;
    font-size: 26px;
    padding: 5px 2px;
    border: 1px #b7b7b7 solid;
    border-radius: 3px;
    background: #fff;
    margin: 0 2px;
    min-width: 15px;
    text-align: center;
}
#mapReceive, #mapRelease{
    width: 50%;
    height: 500px;
}
#mapRelease{
    border-left: 1px #efefef solid;
    margin-left: -1px;
}
.map-list{
    position: absolute;
    bottom: 10px;
}
.map-list li{
    float: left;
    width: 118px;
    margin-left: 10px;
    text-align: center;
    border: 1px #ccc solid;
    border-radius: 5px;
}
.map-list li .map-list-title{
    line-height: 28px;
    font-size: 12px;
    background: #c0f0da;
    border-bottom: 1px #ccc solid;
}
.map-list li .map-list-text{
    line-height: 44px;
    font-size: 14px;
    color: #004798;
}
.map-list li .map-list-text span{
    font-size: 20px;
}
.map-table{
    width: 756px;
    margin: 0 auto;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 10px;
}
.map-table .table-list th{
    line-height: 36px;
}
.map-table .table-list td{
    line-height: 30px;
    border: 1px #fff solid;
    border-collapse: collapse;
    background: #f5f5f5;
}
.map-table .table-list tr td:first-child{
    background: #dfecf9;
}
#linePie{
    height: 400px;
    position: relative;
}
#linePie .lineList{
    width: 160px;
}
#pieTwo{
    width: 40%;
    height: 400px;
}
#barFour{
    width: 60%;
    height: 400px;
}
#pieTwo select{
    top: 50px;
    left: 31px;
}



.liucheng span{ float:left; display:inline-block; width:16.666%; height:30px; line-height:30px; font-size:12px; text-align:center; position:relative;text-indent: 25px;}
.liucheng span:first-child{
    text-indent: 10px;
}
.liucheng span.span1.last:after,.liucheng span.span1.last:before,
.liucheng span.span2.last:after,.liucheng span.span2.last:before,
.liucheng span.span3.last:after,.liucheng span.span3.last:before,
.liucheng span.span4.last:after,.liucheng span.span4.last:before{ display:none;}
.liucheng span.span1{ color:#666; background:#EDEDED;}
.liucheng span.span1:before{ position:absolute; content:''; right:-25px; top:-4px; border-left:25px solid #fff; border-top:20px solid transparent; border-bottom:19px solid transparent; z-index:9;}
.liucheng span.span1:after{ position:absolute; content:''; right:-20px; top:0; border-left:20px solid #EDEDED; border-top:15px solid transparent; border-bottom:15px solid transparent; z-index:10;}
.liucheng span.span2{ color:#fff; background:#004798;}
.liucheng span.span2:before{ position:absolute; content:''; right:-25px; top:-4px; border-left:25px solid #fff; border-top:20px solid transparent; border-bottom:19px solid transparent; z-index:9;}
.liucheng span.span2:after{ position:absolute; content:''; right:-20px; top:0; border-left:20px solid #004798; border-top:15px solid transparent; border-bottom:15px solid transparent; z-index:10;}
.liucheng span.span3{ color:#004798; background:rgba(38,53,150,.3);}
.liucheng span.span3:before{ position:absolute; content:''; right:-25px; top:-4px; border-left:25px solid #fff; border-top:20px solid transparent; border-bottom:19px solid transparent; z-index:9;}
.liucheng span.span3:after{ position:absolute; content:''; right:-20px; top:0; border-left:20px solid rgba(38,53,150,.3); border-top:15px solid transparent; border-bottom:15px solid transparent; z-index:10;}
.liucheng span.span4{ color:#dd3232; background:#feb5b5; vertical-align:middle;}
.liucheng span img{ vertical-align:middle; margin-left:5px;}
.liucheng span.span4:before{ position:absolute; content:''; right:-25px; top:-4px; border-left:25px solid #fff; border-top:20px solid transparent; border-bottom:19px solid transparent; z-index:9;}
.liucheng span.span4:after{ position:absolute; content:''; right:-20px; top:0; border-left:20px solid #feb5b5; border-top:15px solid transparent; border-bottom:15px solid transparent; z-index:10;}
/*选项卡*/
.nTab .nTabTitle{position: relative;clear: both;height: 34px;line-height: 40px;text-align: center;border-bottom:2px solid #007AE6;margin:0 auto;}
.nTab .nTabTitle ul{position:absolute;margin-left:14px;}
.nTab .nTabTitle .tit{width: 100%;height: 40px;margin: 0 0 0 -400px; overflow:hidden; padding-left:14px;position:absolute; left:44%; color:#000; font-size:14px;}
.nTab .nTabTitle .tit_long{width: 1210px;height: 40px;margin: 0 0 0 -540px; overflow:hidden; padding-left:14px;position:absolute; left:44%; color:#000; font-size:14px;}
.nTab .nTabTitle #left{display:none; width:30px; height:30px; background:url(../images/l-1.png) no-repeat; background-size:100%; position:absolute; left:4px; top:4px}
.nTab .nTabTitle #left:hover{ background:url(../images/l-2.png) no-repeat; background-size:100%;}
.nTab .nTabTitle #right{display:none; width:30px; height:30px; background:url(../images/r-1.png) no-repeat; background-size:100%; position:absolute; right:4px; top:4px}
.nTab .nTabTitle #right:hover{ background:url(../images/r-2.png) no-repeat; background-size:100%;}
.nTab .nTabTitle li{float: left;width:161px;cursor: pointer; height:32px; line-height:32px;}
.nTab .nTabTitle .active{background:url(../images/tab-h.png) center no-repeat;color:#fff;margin-left:-14px;position: relative;z-index:10;}
.nTab .nTabTitle .normal{ background:url(../images/tab.png) center no-repeat;margin-left:-14px;position: relative;z-index:1;}
.nTab .nTabTitle .unable{color: #00000059;cursor: not-allowed;}
.nTab .TabContent{
    width:100%;
    background:#fff;
    margin: 0px auto;
    word-break: break-word; /* 文本行的任意字内断开 */
    word-wrap: break-word; /* IE */
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
}
.noDrop{
    cursor: no-drop!important;
}
.greed-x{
    position: absolute;
    right: 0;
    top: -2px;
    width: 230px;
    height: 2px;
    background: #ccc;
}
/*.nTab .TabContent ul li{float: left;padding:20px 0px;}*/
.none {display:none!important;}

.details-panel .right-content{
    float: none!important;
    width: auto;!important;
    padding: 0!important;
    border: none;
    background: none;
}
.details-panel .right-content .information{
    margin: 5px 0;
}
.details-panel .right-content .information li{
    line-height: 30px;
}
.details-panel .right-content .information li:after{
    content:" ";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.details-panel .right-content .information li label{
    float: left;
}

.myTable{
    width: 80%;
    text-align: center;
    margin:30px auto 0;
    border:1px #ccc solid;
    border-collapse:collapse;
}
.myTable caption{
    line-height:35px;
    background:#efefef;
    border:1px #ccc solid;
    border-bottom: none;
}
.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:150px;
    background:#efefef;
    text-align:center;
}
/* 新nav开始 */
.new-info li{
    height: 40px;
    float: left;
    background: rgb(229, 242, 255);
    margin-right: 3px;
    box-sizing: border-box;
    color: #333333;
    text-align: center;
    padding: 10px 25px;
    cursor: pointer;
}
.new-info li.active{
    background:#0061DC;
    color: #ffffff;
}
.new-info li:hover{
    background: #0061DC;
    color: #ffffff;
}
.new-info li:hover a{
    color: #ffffff;
}
.info-type{
    background: white;
    /*margin-top: 5px;*/
    /*padding: 7px 20px 5px 20px;*/
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px solid #e2e2e2;
}
.info-type .info-type-title{
    color: #0061DC;
    width: 75px;
    float: left;
    padding: 5px 0;
    text-align: right;
}
.info-type .info-type-content{
    padding: 5px 0;
}
#info-type-content li.active a{
    color: white;
}
#info-type-content li:hover a{
    color: white;
}
.info-type .info-type-content span{
    display: inline-block;
    color: #333333;
    padding: 0 5px;
    margin-right: 5px;
    cursor: pointer;
}
.info-type .info-type-content span.active{
    border: 1px solid  #0061DC;
    color:  #0061DC;
}
/* 新nav结束 */

/* 项目信息列表样式 */
.project_info .item{
    display: block;
    border-bottom: 1px dashed #EEEEEE;
    padding: 19px 16px 20px;
}
.project_info .item:hover{
    background: rgba(0, 0, 0, 0.04);
}
.project_info .item:hover .item_top,.project_info .item:hover .item_top .item_title{
    color: #007AE6;
}
.project_info .item .item_top{
    font-size: 18px;
    color: #000000a6;
    margin-bottom: 23px;
}
.project_info .item .item_top .item_title{
    display: inline-block;
    color: #000000d9;
    max-width: 600px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.project_info .item .item_top .item_tag{
    margin-left: 8px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 12px;
    background: #FFBA00;
    border-radius: 2px;
    padding: 3px 6px;
    position: relative;
}
.project_info .item .item_top .item_tag .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    animation: mask-animation 2s infinite;
}
@keyframes mask-animation{
    0%{
        width: 0;
        opacity: 1;
    }
    50%{
        width: 100%;
        opacity: 0;
    }
    100%{
        width: 0;
        opacity: 1;
    }
}
.project_info .item .item_btm{
    color: rgba(0,0,0,.45);
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.project_info .item .item_btm .liucheng_default{
    position: relative;
    /*padding-left: 22px;*/
    margin-right: 16px;
    margin-left: 72px;
}
.project_info .item .item_btm .liucheng_default:first-child{
    margin-left: 0;
}
.project_info .item .item_btm .liucheng_default:first-child:before{
    width: 0;
}
.project_info .item .item_btm .liucheng_default:before{
    content: '';
    width: 72px;
    height: 2px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: -80px;
}
.project_info .item .item_btm .liucheng_pass:before,
.project_info .item .item_btm .liucheng_ing:before{
    background: #1890FF;
}
.project_info .item .item_btm .circle{
    width: 14px;
    height: 14px;
    margin-right: 8px;
    /*position: absolute;*/
    /*left: 0px;*/
    /*transform: translate(0,-50%);*/
    /*top: 50%;*/
}

.project_info .item .item_btm .liucheng_default .title{
    line-height: 14px;
    /*margin-right: 12px;*/
}
.project_info .item .item_btm .liucheng_pass .title{
    color: rgba(0, 0, 0, 0.65);
}
.project_info .item .item_btm .liucheng_ing .title{
    color: #000000;
}
.project_info .item .item_btm span{
    display: inline-block;
    vertical-align: middle;
}
/* 项目信息列表样式结束 */
