.container {
    width: 1200px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.top_pic {
    height: 600px;
    background: #c1d7ff url('../img/gywm_banner.png') no-repeat center center;
    min-width: 1210px;
}

.title {
    padding-top: 70px;
    text-align: center;
    color: #000;
}

.title b {
    font-size: 24px;
    display: block;
}

.title h3 {
    display: inline-block;
    font-size: 38px;
    line-height: 54px;
    padding-bottom: 9px;
    border-bottom: 5px solid #7D57C4;
}

.teme-info {
    padding: 36px 0 70px;
    color: #000000;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
}

.temes {
    text-align: center;
}

.teme-item {
    display: inline-block;
    width: 250px;
    height: 345px;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0px 3px 20px 0px rgba(220, 220, 220, 0.5);
    background: #fff;
    margin: 0 25px 50px;
    position: relative;
    overflow: hidden;
}

.teme-item img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
}

.teme-item p {
    display: none;
}

.teme-item:hover .item-info {
    height: 100%;
    background: rgba(125, 87, 196, 0.9);
}

.teme-item:hover span {
    display: none;
}

.teme-item:hover p {
    display: block;
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
    color: #D7D7D7;
    text-align: left;
}

.teme-item:hover h3 {
    padding: 30px 0 20px;
    font-size: 24px;
    color: #fff;
    line-height: 33px;
}

.item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 100%;
}

.teme-item h3 {
    padding: 25px 0 5px;
    font-size: 24px;
    color: #000;
    line-height: 33px;
    font-weight: 500;
}

.teme-item span {
    color: #747474;
    font-size: 20px;
    line-height: 28px;
}

.media-box {
    font-size: 0;
    padding-top: 90px;
    text-align: center;
}

.media-box .item {
    width: 224px;
    height: 96px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 100px;
}

.media-box .line {
    width: 1px;
    height: 62px;
    margin: 0 34px 100px 46px;
    display: inline-block;
    vertical-align: middle;
    background: #D7D7D7;
}
.media-box .line:last-child {
    display: none;
}

.jingli {
    padding: 62px 0 100px;
}

.jingli .item h3 {
    /* padding-left: 172px; */
    background: url('../img/gywm_Group01.png') no-repeat 91px center;
    font-size: 30px;
    line-height: 42px;
    color: #000;
    font-weight: 500;
    padding: 4px 0 4px 172px;
}

.jingli .item:last-child p{
    border-left: 2px solid transparent;
}

.jingli p {
    margin-left: 106px;
    border-left: 2px solid #D7D7D7;
    padding: 16px 64px 27px 64px;
    color: #494949;
    font-size: 24px;
    line-height: 35px;
}