/*content*/

body .content {
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.content .container {
    max-width: 85%;
    height: 100%;
    margin: auto;
    position: relative;
    padding: 0 15px;
    background: #FFFFFF;
}

.details {
    width: 100%;
    height: 100%;
}

.details .details-article {
    width: 96%;
    height: 100%;
    margin: auto;
    padding-bottom: 50px;
}

.details-article .details-tip {
    width: 100%;
    height: 100%;
    font-family: SourceHanSansSC;
    color: #000000;
    font-weight: 500;
    font-size: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    padding-bottom: 20px;
}

.details-article .details-back {
    width: 100%;
    height: 100%;
}

.details-back img {
    width: 100%;
    height: 100%;
}

.details-article .details-shell {
    width: 100%;
    height: 100%;
}

.details-shell .shell-part {
    width: 100%;
    height: 100%;
}

.shell-part .part-text {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    font-family: SourceHanSansSC;
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.details-shell .shell-line {
    border-top: 1px solid #979797;
}

.shell-part .part-info {
    font-family: SourceHanSansSC;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    padding: 14px 0;
}

.shell-part .part-tip {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    font-family: SourceHanSansSC;
    color: #333333;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.part-text .part-text-label {
    width: 100%;
    height: 100%;
    font-family: SourceHanSansSC;
    color: #666666;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: #106FB4;
    font-weight: 700;
}

.part-text img {
    width: 100%;
}

.part-text .part-text-img {
    width: auto;
    display: flex;
    align-content: space-between;
}

.part-text .text-img.text-img-50  {
    width: 40%;
    height: 100%;
    margin: auto 4%;
}

.part-text .part-text-img-small {
    width: 20%;
}

.part-text .part-text-tip {
    font-family: SourceHanSansSC;
    color: #333333;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
}

.shell-part .part-wrap {
    width: 100%;
    height: 100%;
}

.shell-part .part-wrap-color {
    background-color: #BDE8E2;
}

.part-wrap .part-wrap-menu {
    width: 98%;
    height: 100%;
    padding: 14px 0;
    margin: auto;
}

.part-wrap .part-wrap-flex {
    display: flex;
    align-items: center;
}

.part-wrap-menu .menu-label {
    width: 10%;
    height: 100%;
    font-family: SourceHanSansSC;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.part-wrap-menu .menu-text {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.menu-text .menu-text-item {
    padding: 5px 10px;
    font-family: SourceHanSansSC;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.shell-part .part-ul {
    width: 100%;
    height: 100%;
    padding-top: 40px;
}

.part-ul ul {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #d8dbe4;
}

.part-ul ul li {
    width: 32%;
    position: relative;
}

.manner-ul .manner-li + li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: calc(100% - 16px);
    background: #d8dbe4;
}

.part-ul .img-name .img-name-text {
    width: 100%;
    height: 100%;
    font-family: SourceHanSansSC;
    color: #333333;
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.part-ul .img-name .img-name-hint {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    font-family: SourceHanSansSC;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.manner-li .manner-item.manner-current {
    background-color: rgba(216,216,216,0.38);
}

.part-ul .manner-li div {
    width: 80%;
    padding: 10px;
    text-align: center;
    margin: 10px auto;
    font-family: SourceHanSansSC;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
}



/*
body .content {
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.content .container {
    max-width: 85%;
    height: 100%;
    margin: auto;
    position: relative;
    padding: 0 15px;
    background: #FFFFFF;
}

a {
    text-decoration: none;
}

!*右侧内容*!

.container .portion {
    width: 80%;
    height: 100%;
}

.portion .portion-article {
    width: 96%;
    height: 100%;
    margin: auto;
    padding-bottom: 50px;
}

.portion-article .title {
    width: 100%;
    height: 100%;
    font-size: 30px;
    font-weight: 600;
    color: #171717;
    font-family: Arial,'Times New Roman','Microsoft YaHei', 'PingFang TC', PingFangTC, sans-serif;
    padding: 40px 0 30px;
}

.portion-article .top-title {
    padding-top: 0;
}

.portion-article .tip {
    width: 100%;
    height: 100%;
    padding: 40px 0 10px 0;
    color: #171717;
    font-size: 24px;
    font-weight: 600;
    font-family: Arial,'Times New Roman','Microsoft YaHei', 'PingFang TC', PingFangTC, sans-serif;
}

.portion-article .text {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    line-height: 32px;
    font-size: 18px;
    font-family: Arial,'Times New Roman','Microsoft YaHei', 'PingFang TC', PingFangTC, sans-serif;
    color: #666666;
}

.portion-article .image img {
    display: block;
    !*margin: auto;*!
    max-width: 100%;
    padding: 20px 0;
    vertical-align:middle;
}


.portion-article .text img {
    display: block;
    !*margin: auto;*!
    max-width: 100%;
    padding: 20px 0;
    vertical-align:middle;
}

.portion-article .text .text-tip {
    font-weight: 600;
}

.portion-article .text .text-img img {
    display: inline-block;
    width: 20%;
}*/
