.itemDescPart {
    position: relative;
    width: 100%;
    height: auto;
    -js-display: flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.itemDescPart .right {
    position: relative;
    width: 100%;
    height: auto;
}
.itemDescPart .right .title {
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    margin-bottom: 6px;
    font-size: 22px;
    color: #333;
}
.itemDescPart .right .alias, .itemDescPart .right .desc {
    width: 100%;
    height: auto;
    line-height: 20px;
    color: #555;
    font-size: 14px;
    margin-bottom: 8px;
}
.menuListPart {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    z-index: 100;
}
.menuListPart .mainPart {
    position: relative;
    background-color: #f8f8f8;
    border-radius: 8px 8px 2px 2px;
}

.menuListPart .mainPart .menuPart {
    position: relative;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #f0f0f0;
}
.menuListPart .mainPart .menuPart ul {
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: flex;
    align-items: center;
}
.menuListPart .mainPart .menuPart ul li {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    letter-spacing: 1px;
    width: 120px;
}
.menuListPart .mainPart .menuPart ul li.active, .menuListPart .mainPart .menuPart ul li:hover {
    color: #30bec3;
}
.menuListPart .mainPart .secondPart{
    position: relative;
    width: 100%;
    height: auto;
    -js-display: flex;
    display: flex;
    flex-direction: row;
}
.menuListPart .mainPart .secondPart ul {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 16px 4px;
}
.menuListPart .mainPart .secondPart ul li {
    margin: 0 16px 12px;
}
.menuListPart .mainPart .secondPart ul li.active a, .menuListPart .mainPart .secondPart ul li:hover a {
    color: #00ab84;
}
.contentPart {
    width: 100%;
    height: auto;
}
.contentPart .mainPart .mainTitle h4 {
    font-size: 18px;
    color: #333;
}
.contentPart .mainPart .mainTitle {
    position: relative;
    width: 100%;
    height: 25px;
    margin-bottom: 16px;
    -js-display: flex;
    display: flex;
    align-items: center;
}
.contentPart .mainPart .mainTitle .line {
    position: relative;
    display: block;
    width: 3px;
    height: 17px;
    background-color: #00ab84;
    margin-right: 12px;
}
.contentPart .mainPart .mainTitle h4 {
    font-size: 18px;
    color: #333;
}
.contentPart .mainPart .itemPart {
    position: relative;
    padding-left: 15px;
}
.contentPart .mainPart .itemPart .subTitle {
    position: relative;
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 700;
}
.descA {
    position: relative;
    margin-bottom: 20px;
}
.descA .content {
    font-size: 14px;
    color: #555;
    line-height: 20px;
}
.tableA {
    position: relative;
    margin-bottom: 20px;
}
.tableA .tablePart{
    position: relative;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.tableA .tablePart .tableItem {
    position: relative;
    width: 410px;
    height: 37px;
    background-color: #fff;
    -js-display: flex;
    display: flex;
    flex-direction: row;
}
.tableA .tablePart .tableItem dd, .tableA .tablePart .tableItem dt {
    color: #777;
    font-size: 14px;
    line-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 40px;
}
.tableA .tablePart .tableItem dt {
    width: 100px;
    height: 100%;
}
.tableA .tablePart .tableItem.light{
    background-color: #f6f9f9;
}
.tableA .tablePart .tableItem.light {
    background-color: #f6f9f9;
}
.tableA .note {
    font-size: 12px;
    color: #999;
    text-align: center;
}

.cycleA {
    position: relative;
}
.cycleA .listPart {
    position: relative;
    margin-left: 6px;
    border-left: 1px dashed #30bec3;
}
.cycleA .listPart .cycleItem {
    position: relative;
    padding-left: 12px;
    margin-bottom: 16px;
}
.cycleA .listPart .cycleItem .cycRow {
    position: relative;
    -js-display: flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #30bec3;
    margin-bottom: 10px;
}
.cycleA .listPart .cycleItem .row {
    position: relative;
    margin-bottom: 8px;
    -js-display: flex;
    display: flex;
    align-items: flex-start;
}
.cycleA .listPart .cycleItem .cycRow .iconCyc {
    position: absolute;
    left: -15px;
    top: 6px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #30bec3;
    background-color: #fff;
}
.cycleA .listPart .cycleItem .row dt{
    font-weight: 700;
    min-width: 70px;
}
.cycleA .listPart .cycleItem .row dd, .cycleA .listPart .cycleItem .row dt {
    font-size: 14px;
    color: #555;
    line-height: 20px;
}
.cycleA .notePart {
    position: relative;
    font-size: 12px;
    color: #30bec3;
    margin-bottom: 20px;
}

.right_title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color .5s;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    margin-bottom: 0px;
    height: 30px;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.right_title_desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color .5s;
    line-height: 22px;
    font-size: 14px;
    color: #555;
    margin-bottom: 0px;
    height: 30px;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.right_title_desc_info{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    transition: color .5s;
    line-height: 22px;
    font-size: 14px;
    color: #555;
    margin-bottom: 0px;
    height: 70px;
    width: 100%;
    text-indent: 20px;
    text-overflow: ellipsis;
}
.right_title a:hover {
    color: #56bbbe;
}
.right_title_desc a:hover {
    color: #56bbbe;
}