.nt_indleft {
	display: block;
    float: left;
    width: 243px;
    margin-left: 20px;
    margin-top:-20px;
    position: relative;
    z-index: 10;
}

.nt_indleft .nt_indleft_title {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: #5F6C8C;
    color: #ffffff;
    margin-top: 20px;
}

.nt_indleft .nt_indleft_title:first-child {
    margin-top: 0;
}

.nt_indleft .nt_indLeft_main {
    display: inline-block;
    width: 255px;
}

.nt_indleft .nt_indLeft_main li {
    width: 116px;
    height: 132px;
    position: relative;
    margin: 11px 11px 0 0;
    float: left;
    background: rgba(217, 217, 217, 1);
}

.nt_indleft .nt_indLeft_main li p {
    font-size: 24px;
    margin-bottom: 2px;
    color: #20449A;
}

.nt_indleft .nt_indLeft_main li span {
    font-size: 12px;
    color: #5F6C8C;
}

.nt_indleft .nt_indLeft_main li img {
    width: 17px;
    display: block;
    margin-top: 20px;
}

.nt_indleft .nt_indLeft_main li .nt_indLeft_main_info {
    font-size: 12px;
    height: 40px;
    line-height: 16px;
    margin-top: 3px;
    color: #20449A;
}

.nt_indleft .nt_indLeft_main li .nt_indLeft_main_div {
    width: 100%;
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.nt_indleft .nt_indLeft_main li .nt_indLeft_main_dndiv {
    position: absolute;
    top: 0;
    left: 127px;
    width: 160px;
    min-height: 135px;
    box-sizing: border-box;
    padding: 10px;
    background: #A0A7B7;
    z-index: 999;
    line-height: 22px;
}

.nt_indleft .nt_indLeft_main li .nt_indLeft_main_dndiv:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #A0A7B7;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-4px, -5px) rotate(45deg);
}

/* nt_ind_eca */

.nt_indleft .nt_ind_eca{
    width: 370px;
    margin-top: 20px;
    position: absolute;
    height: 217px;
    background: #fff;
}
.nt_indleft .nt_ind_eca .nt_ind_eca_con{
    position: relative;
    width: 100%;
    padding: 0 10px;
    height: 155px;
    padding-top: 46px;
    box-sizing: border-box;
    border-style: solid;
    border-color: rgba(175,175,175,1);
    border-width: 1px;
    background: rgba(236, 236, 236, 1);
}
.nt_ind_eca_tit {
    background: #5F6C8C;
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    box-sizing: border-box;
}

.nt_ind_eca_con {
    position: relative;
	width: 100%;
    padding: 10px 0 0 0;
    height: 191px;
    padding-top: 6px;
    box-sizing: border-box;
    /* border-style: solid;
    border-color: rgba(175,175,175,1);
    border-width: 1px; */
    background: rgba(236, 236, 236, 1);
}

.nt_ind_eca_con p {
    font-size: 12px;
    line-height: 30px;
    color: #333333;
    transform: scale(0.85);
    margin-left: -15px;
}

.nt_ind_eca_con .nt_ind_eca_val {
    position: absolute;
    right: 10px;
    top: 14px;
    border: 1px solid #ccc;
    width: 160px;
    text-align:left;
    font-family:'Microsoft Yahei';
    letter-spacing:1px;
}

.nt_ind_eca_con .nt_ind_eca_val span {
    color: #c1240a;
    font-size: 14px;
    text-align: right;
    line-height: 26px;
    display: block;
    padding-right:10px;
}

.nt_ind_eca_btn {
    background: #c1240a;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    margin-top: 30px;
}

.nt_ind_midright .nt_ind_eca{
    width: 1005px;
    margin-top: 20px;
    position: absolute;
    height: 217px;
    background: #fff;
    left: 294px;
}