﻿/* CSS Document */
.nTab {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;
    background-position: left;
    background-repeat: repeat-y;
    margin-top: 8px;
    display: inline;
}

.nTab .TabTitle {
    float: left;
    width: 100%;
    height: 30px;
    background: url(../images/image00.jpg) 0px -445px no-repeat;
}

.nTab .TabTitle ul {
    border: 0;
    margin: 0;
    padding: 0;
}

.nTab .TabTitle li {
    float: left;
    width: 84px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    list-style-type: none;
    font-family: "";
    font-size: 14px;
    color: #02345E;
}

.nTab .TabTitle .active {
    background: url(../images/botton_xxk.jpg) no-repeat;
    font-weight: bold;
}

.nTab .TabTitle .normal {
    background: none;
}

.nTab .TabContent {
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 26px;
}

.none {
    display: none;
}

.nr {
    border: solid 1px #e6e6e6;
    line-height: 3;
    color: #606266;
}

.nr .tt {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    background: #f7f9fb;
}

.nr .ct {
    display: -webkit-flex;
    display: flex;
    padding: 15px 20px;
}

.nr .ct img {
    width: 111px;
    height: auto;
    margin-right: 20px;
}

.nr .ct>div {
    flex: 1;
    text-align: left;
}

.nr .ct>div>div {
    display: -webkit-flex;
    display: flex;
}

.nr .ct>div>div span:first-child {
    width: 60px;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
    /*这行必加，兼容ie浏览器*/
}