.container_box{
    width: 100%;
    min-width: 1280px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.container_item{
    width: 320px;
    height: calc(100vh - 185px);
    border-style: solid;
    border-color: rgba(175,175,175,1);
    border-width: 1px;
    background: rgba(236, 236, 236, 1);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
}

.container_item ul {
    height: calc(100% - 60px);
    overflow-y: auto;
}

.container_item li {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 20px;
}

.container_item .container_item_title{
    display: block;
    background: #5F6C8C;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 7px;
    color: #ffffff;
}

.container_item li .nt_indrightB_item_bg {
    position: absolute;
    left: calc((100% - 220px)/2);
    right: 0;
    z-index: 100;
    width: 220px;
    height: 100%;
}

.container_item li .nt_indrightB_item_dot {
    position: absolute;
    left: calc((100% - 220px)/2);
    right: 0;
    z-index: 101;
    width: 220px;
    height: 100%;
}

.container_item li .nt_indrightB_item_tit {
    position: absolute;
    left: 50%;
    top: 27%;
    color: #000000;
    transform: translate(-50%, -50%);
    z-index: 101;
    font-size: 14px;
}

.container_item li .nt_indrightB_item_val {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 101;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}

.container_item li .nt_indrightB_item_unit {
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 101;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #000000;
}

.container_item_item_group{
    margin-top: 15px;
}

.container_item_item_tit{
    font-size: 10px;
    text-align:center;
}

.container_item_item_val{
    font-size: 14px;
    text-align:center;
    margin-top: 7px;
}

.container_item_button{
    float: right;
    margin-right: 20px;
    margin-top: -40px;
}

.sub_container{
    height: 100%;
    padding: 0px 12px;
    box-sizing: border-box;
    display: flex;
}

.sub_container .container_item{
    margin-bottom: 10px;
}

.sub_container .container_item:last-child{
    width: calc(100vw - 300px);
    margin-left: 1%;
    position: relative;
}
.nt_mapMLcot ul{
    overflow-y:initial;
}
.nt_mapMLcot ul li{
    margin-bottom: 0;
    text-align: left;
    margin: inherit;
}
.data_panel{
    position: absolute;
    top:50px;
    left:20px;
    z-index: 9;
    background: rgba(236, 236, 236, 0.7);
}
.data_panel p{
    font-size: 14px;
    color: #000000;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
}
.data_panel p .left{
    float: left;
    margin-right: 100px;
    text-align: left;
}
.data_panel p .right{
    float:right;
    text-align: right;
    background: rgba(102, 102, 102, 0.5);
    width: 220px;
    color: #ffffff;
}
.container_item:nth-of-type(2) .container_item_title{
    margin-bottom: 0;
}
.container_item:nth-of-type(2){
    overflow: hidden;
}
.nt_fxbot{
    z-index: 9;
}
.hide{
    display: none;
 }
.active{
    background: rgba( 0, 0, 0, 0.25);
}

.nt_nhTitR span .nt_nhTitRbtn {
    background: rgba( 0, 0, 0, 0.6);
    color: #ffffff;
}
.nt_nhTitR span .nt_nhTitRtext {
    background: rgba( 0, 0, 0, 0.6);
	color: #ffffff;
}
.overview_chart{
    width: calc(100vw - 300px);
    height: calc(100vh - 185px);
    background: rgba(236, 236, 236, 1);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 1%;
}
.container_item_title div{
    float: right;
}
.overview_chart .chart_body {
    width: 100%;
    height: calc(100vh - 260px);
}


.can_click span{
	display:block;
	font-size:16px;
	color:#5a7aab;
	font-weigth:bold;
	margin-top:-20px;
}
