.big_img img {
    height: 20.5rem;
    width: 100%;
    display: block
}

.title {
    font-size: 0.24rem;
    margin: 0.5rem
}

.content {
    font-size: 0.14rem;
    line-height: 2
}

.greystyle {
    background-color: #E1E3E6;
    max-width: 11.4rem;
    margin: 0 auto;
    border-radius: 0.1rem;
    overflow: hidden;
    padding: 0 0.5rem 0.5rem
}

.summary, .development, .honor {
    margin-top: 0.3rem;
    margin-bottom: 0.7rem
}

    .summary .content .content_img {
        margin-right: 0.5rem
    }

@media screen and (max-width: 768px) {
    .summary .content .content_img {
        margin-right: 0
    }
}

.summary .content .content_text {
    font-size: 0.16rem;
    line-height: 1.5;
    max-width: 4rem
}

.honor {
    margin-bottom: 1rem;
    height: 5.2rem;
    -webkit-transition: height .3s;
    transition: height .3s
}

    .honor .content_box {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        overflow: hidden
    }

        .honor .content_box .itemwidth {
            width: 3rem
        }

        .honor .content_box div {
            font-size: 0.14rem
        }

        .honor .content_box .subtitle {
            font-size: 0.18rem
        }

            .honor .content_box .subtitle img {
                width: 0.24rem;
                height: 0.24rem;
                vertical-align: middle
            }

    .honor .dropdown {
        display: block;
        width: .24rem;
        height: .24rem;
        cursor: pointer;
        margin-bottom: -0.3rem
    }

        .honor .dropdown.active {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .honor.active {
        height: 8.3rem
    }

.development_msg {
    overflow: hidden;
    margin: 0 auto
}

    .development_msg td {
        font-size: 0.14rem;
        line-height: 1.5
    }

    .development_msg tr {
        position: relative
    }

        .development_msg tr td:nth-child(3) {
            width: 6.5rem;
            padding-bottom: 0.3rem
        }

        .development_msg tr .day {
            padding-left: .3rem
        }

            .development_msg tr .day .circle {
                width: 0.1rem;
                height: 0.1rem;
                float: right;
                background-color: #667BB4;
                margin-top: 0.07rem;
                margin-right: -0.06rem;
                border-radius: 50%;
                margin-left: .1rem
            }

        .development_msg tr .content {
            padding-left: 0.2rem;
            padding-bottom: 0.2rem;
            padding-right: .3rem;
            border-left: 0.03rem solid #bbb
        }
