.loft1 {
    width: 1000px;
    height: 680px;
    background-color: #948160;
    margin: 0 auto;
    display: flex;
}

.loft1 .left {
    background-color: #a40300;
    width: 40%;
    height: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 100px 0px 0px 40px;
    color: #e2c7ad;
    font-size: 30px;
}
.loft1 .right{
    overflow: hidden;
    width: 100%;
}
.loft1 .right img{
	width:100%;
	height:100%;
}
.loft1 .left .chName {
    width: 280px;
    height: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2c7ad;

}

.loft1 .left .egName {
    padding-top: 20px;
}

.about {
    margin: 0;
}

.loft1 .left p {
    font-size: 16px;
}

.loft2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.loft2 .item {
    width: 480px;
    margin: 40px 20px;
    box-sizing: border-box;
}
.loft2 .item img{
	width:100%;
height:100%;
}
.loft2 .item .pic {
    width: 480px;
    height: 600px;
    background-color: #a40300;
    /* width: 100%; */
    overflow: hidden;
    /* margin: 40px 20px; */
}
.loft2 .item .introduce {
    display: flex;
}
.loft2 .item .introduce .left .chName{
    font-weight: 700;
    font-size: 30px;
}
.loft2 .item .introduce .left{
    width: 30%;
    height: 90% ;
    text-align: left;
    color: #948160;
    padding: 20px 0px;
    border-right: 2px solid #948160;
    margin-top: 15px;
}
.loft2 .item .introduce .right{
    text-align: left;
    color: #333;
    font-size: 16px;
    margin-top: 15px;
    padding-left: 20px;
}
.loft3 .item {
    width: 400px;
    margin: 40px 10px;
    box-sizing: border-box;
}
.loft3 .item .pic{
    width: 375px;
    height: 460px;
        overflow: hidden;
    background-color: #948160;
    /* margin: 40px 20px; */
}
.loft3 .item .pic img{
	width:100%;
	height:100%;
}
p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}