.center{
    width: 90%;
    height:550px;
    margin: auto;
    margin-top: 4%;
}
.title{
    text-align: center;
}
.title img{
    width:540px;
}
.content{
    width: 24%;
    background-color: #f0f0f0;
    height:500px;
    margin-top: 3%;
    float: left;
    margin-right: 0.5%;
    margin-left: 0.5%;
}
.descp{
    padding-top: 6%;
}
.thumb{
    padding-top: 5%;
    text-align: center;
}
.thumb img{
    width:88%;
}
.miaoshu{
    text-align: center;
    line-height: 200%;
}
.name{
    font-size: 20px;
    font-weight: bold;
}

.ts{
    width:80%;
    margin: auto;
    margin-top: 3%;
}
.hezuo{
    position: relative;
    overflow: hidden;
}
.hezuo_school{
    width:66%;
    float: left;
    text-align: center;
    padding-top: 3%;
}

.hezuo_descp{
    width: 34%;
    position: absolute;
    top: 50%;
    left: 78%;
    transform: translate(-50%, -50%);
    float: left;
}
.p_right{
    width: 23%;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    float: left;
}
.right{
    float: right;
}

.hezuo_descp div{
    width: 60%;
    margin: auto;
    line-height: 200%;
}
.hezuo_descp1 div{
    width: 86%;
    margin: auto;
    line-height: 200%;
}
.ts_name{
    font-size: 20px;
    font-weight: bold;
}
.only{
    width: 80%;
    margin: auto; 
    margin-top:3%;
    position: relative;
    overflow:hidden;
}
.only .title img{
    width: 250px;
}
.only_thumb{
    width: 71%;
    float: left;
    text-align: center;
    margin-top: 3%;
}

.only_descp{
    width: 29%;
    line-height: 230%;
    position: absolute;
    top: 50%;
    left: 86%;
    transform: translate(-50%, -50%);
}