/** 李鹏扬-v1.0.0 APP License By li.pengyang <li.pengyang@trs.com.cn> */
.center_content {
    background-color: #FFF;
    padding: 0 .24rem;
    border-top: 1px solid #EEE
}

.center_content img {
    width: 100%;
    padding-bottom: 6rem
}

.center_content .center_word {
    position: relative;
    margin-top: .6rem;
    overflow: hidden
}

.center_content .center_word:before {
    position: absolute;
    display: inherit;
    content: "";
    width: 7.02rem;
    height: 1px;
    left: 50%;
    background-color: #DDD;
    margin-left: -3.3rem
}

.center_content .menu_content {
    margin-top: .31rem;
    position: relative;
    overflow: hidden
}

.center_content .menu_content p {
    display: block;
    color: #333;
    font-size: .28rem;
    padding-left: .2rem;
    padding-bottom: .31rem
}

.center_content .foot_word p,
.center_content .top_word p {
    padding-left: .1rem;
    margin-bottom: .29rem;
    font-size: .36rem;
    color: #333
}

.center_content .menu_content p:after {
    position: absolute;
    content: "";
    width: 7.02rem;
    height: 1px;
    left: 50%;
    bottom: 0;
    background-color: #DDD;
    margin-left: -3.3rem
}

.center_content .menu_content img {
    width: .32rem;
    float: right;
    padding-top: .05rem;
    padding-bottom: 0
}

.center_content .active:after {
    display: none
}

.center_content .active img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.center_content .top_word {
    position: relative;
    padding-bottom: 0.12rem;
}

.center_content .top_word p {
    display: block;
    margin-top: .34rem
}

.center_content .top_word p:after {
    position: absolute;
    display: inherit;
    content: "";
    width: 6.92rem;
    height: 1px;
    left: 50%;
    bottom: 0;
    background-color: #DDD;
    margin-left: -3.43rem
}

.center_content .top_word:after {
    content: " ";
    position: absolute;
    display: block;
    width: 1.4rem;
    background: #B5060D;
    bottom: 0;
    margin-left: .08rem;
    height: .04rem
}

.center_content .foot_word {
    position: relative
}

.center_content .foot_word p {
    margin-top: .6rem
}

.center_content .foot_word p:after {
    position: absolute;
    display: inherit;
    content: "";
    width: 7.02rem;
    height: 1px;
    left: 50%;
    top: .7rem;
    background-color: #DDD;
    margin-left: -3.5rem
}

.center_content .foot_word:after {
    content: " ";
    position: absolute;
    display: block;
    width: 2rem;
    background: #B5060D;
    top: .7rem;
    margin-left: .1rem;
    height: .04rem
}

.center_content .contentTab {
    display: none
}

.center_content .content_hidden {
    position: relative;
    background-color: #F6F6F6
}

.center_content .content_hidden:after {
    content: " ";
    position: absolute;
    display: block;
    width: .08rem;
    background: #B5060D;
    left: .2rem;
    top: .52rem;
    height: .28rem;
    border-radius: 5px
}

.center_content .content_hidden p {
    padding-top: .46rem;
    padding-left: .4rem;
    padding-bottom: .24rem;
    font-size: .26rem;
    color: #333;
    background: 0 0
}

.center_content .content_hidden p:after {
    display: none
}

.center_content .content_hidden:last-child .hidden_word {
    padding-bottom: .49rem
}

.center_content .content_hidden:last-child p:first-child {
    padding-top: .24rem;
    padding-bottom: 0
}

.center_content .content_hidden:last-child:after {
    content: " ";
    position: absolute;
    display: block;
    width: .08rem;
    background: #B5060D;
    left: .2rem;
    top: .28rem;
    height: .28rem;
    border-radius: 5px
}

.center_content .hidden_word p {
    padding-top: 0;
    font-size: .24rem;
    line-height: .33rem;
    color: #333;
    background: 0 0;
    padding-bottom: 0
}

.center_content .menu_word {
    padding-bottom: .6rem
}

.center_content .menu_word a,
.center_content .menu_word p {
    padding-top: .32rem;
    padding-left: .1rem;
    color: #333;
    font-size: .28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}