body{
    font-family: "宋体";
}
header img{
    width:100%;
}
.main{
    background-color:#fbf7ee;
}
.container .desc{
    font-size:16px;
    color:#403835;
}
.descPic{
    display:inline-block;
    width:100%;
    text-align: center;
}   
.descPic img{
    margin:50px auto;
}
.container{
    padding-left:0px;
    padding-right:0px;
    padding-bottom:150px;
    padding-top:50px;
}
.container .left,.container .right{
    border-radius:10px;
    box-shadow:0px 0px 10px 5px #f0e3d6;
    -moz-box-shadow:0px 0px 10px 5px #f0e3d6; 
    -webkit-box-shadow:0px 0px 10px 5px #f0e3d6; 
    float:left;
    border:1px solid #f0e3d6;
}
.container .left{
    width:44%;
    margin-right:4%;
}
.container .right{
    width:52%;
}
.container .left .desc{
    padding: 0 35px 74px;
    line-height:35px;
}
.right {
    padding:30px 30px 20px;
}
.right .from{
    font-size:14px;
    color:#5289f7;
    display: block;
    margin-top: 35px;
}
.right p{
     font-size:14px;
     color:#000;
     line-height:18px;
}
h3{
    font-size:26px;
    color:#403835;
    margin:50px auto;
    text-align: center;
    font-weight:500;
}
.item{
    float:left;
    width:377px; 
    margin-bottom:20px;
}
.item a{
    display:inline-block;
    position:relative;
    height:281px;
    background-color:#fff;
}
.item .footer{
    position: absolute;
    width: 352px;
    height: 50px;
    text-align: center;
    background: rgba(0,0,0,.8);
    left: 14px;
    bottom: 14px;
}
.item .footer span{
    font-size:14px;
    color:#fff;
    line-height:55px;
}
