
.item-r .item-r-detail{
   padding:10px 0 0 0;

}
.item-r-detail .title{
    font-size: 18px;
    text-align: center;
    display: block;
    padding:0 0 10px 0;
}

.item-r .title-detail{
    padding:15px 30px 0 30px;
    font-size:14px;
    overflow:hidden;
    text-align: justify;
    text-justify:inter-ideograph;
}

.item-r-detail>ul{
    text-align: center;
    font-weight: normal;
}

.item-r-detail>ul>li{
    display:inline;
    position:relative;
}

.item-r-detail .t-min{
    padding:0 0 0 8px;
}
.item-r-detail>ul li:first-child{
    padding:0 8px 0 0;
}

.item-r-detail>ul li:nth-child(2),
.item-r-detail>ul li:nth-child(3){
    padding:0 8px;
}

.item-r-detail>ul li:last-child{
    padding:0 0 0 8px;
}

.item-r-detail>ul>li:after{
    position: absolute;
    top: 0;
    height: 13px;
    right: -1px;
    width: 0;
    content: "";
    border-right: solid 1px #888888;
}

.item-r-detail>ul>li:last-child:after{
    border-right: none !important;
}



.item-r-detail>ul>span{
    padding:0 0 0 5px;
}

.item-r .title-detail img{
    max-width:100%;
}

.item-r .title-detail table{
    max-width: 100%;
    overflow: hidden;
}


.item-r-detail .water-ul{
    padding:10px 0 10px 0;
}

.water-table{
    min-width:250px;
    text-align:center;
    margin:0 auto;
}

.water-table tr{
    height:31px;
    line-height:31px;
    text-align: center;

}


.water-table tr:first-child{
    background-color:rgba(23,164,254,0.1) !important;
}

.water-table tr:nth-child(odd){
    background-color:rgba(235,235,235,0.52);
}

.water-table{
    max-width: 500px;
}
.nodata-content{text-align:center;margin-top:100px;margin-bottom:100px}
.nodata-img{width:531px;height:266px;margin:0 auto}
.nodata-img img{width:100%;height:100%}
.nodata-explain{color:#C6C6C6;font-size:28px;margin-top:40px}
.nodata-back{margin-top:10px;}
.nodata-back,.nodata-back a{color:#C6C6C6;font-size:14px}