.content{
    margin-top: 28px;
}
.plan{
    margin: 28px 0px;
    width: 385px;
    height: 372px;
    display: inline-block;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px 
        rgba(42, 42, 42, 0.19);
        transition: all 0.5s;
        -moz-transition: all 0.5s; /* Firefox 4 */
        -webkit-transition: all 0.5s; /* Safari 和 Chrome */
        -o-transition: all 0.5s; /* Opera */
    margin-right: 15px;
}
.plan:last-of-type{
    margin-right: 0px;
}
.plan img{
    width: 386px;
	height: 243px;
}
.plan-txt{
    padding: 15px 20px;
    display: inline-block;
}
.title{
    font-size: 16px;
}
.desc{
    color: #666666;
    line-height: 1.5;
    margin-top: 15px;
    height: 40px;
}
.date{
    margin-top: 10px;
    color: #666666;
}
.plan:hover{
    background-color: #3055c4;
}
.plan *{
    transition: all 0.5s;
}

.plan:hover *{
    color: #fff;
}
.item{
    width: 1160px;
    height: 100px;
    padding: 20px;
	background-color: #ffffff;
    border: solid 1px #efefef;
    margin-bottom: 15px;

}
.item img{
    width: 157px;
    height: 103px;
    vertical-align: top;
}
.list-txt{
    display: inline-block;
    height: 103px;
    margin-left: 22px;
    width: 976px;
    vertical-align: top;
    position: relative;
   
}
.list-box{
    position: relative;
    width: 980px;
    height: 22px;
   
}
.list-box *{
    position: absolute;
}
.list-title{
    left: 0px;
    font-size: 16px;
    font-weight: bold;
    width: 800px;
}
.list-date{
    right: 0px;
    color: #666666;
    position: absolute;
    right: 0px;
    top: 0px;
}
.list-desc{
    line-height: 1.5;
    color: #666666;
    margin-top: 15px;
    height: 60px;
}
