.detail{margin:0 20px;}
.page{margin-top:20px;}
div.list>div{clear:both}
div.list .title{font-size:14px;cursor:pointer;color:#2e6e9e;margin-top:15px;margin-bottom:5px;line-height:30px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	box-sizing: border-box;
	display:inline-block
}
.titlepic{width:100px;height:80px;float:left;margin:0 8px 15px 0; border: 1px solid #777777;
-moz-box-shadow: 0px 0px 5px #666666;
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;background-image: url('../img/missings.jpg')}

div.list .title:hover {
     color: #2c81bf;
     -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
     transform: scale(1.05);
 }
 div.list .title:before {
	 content: "";
	 position: absolute;
	 width: 100%;
	 height: 1px;
	 bottom: 0;
	 left: 0;
	 background-color: #f00;
	 visibility: hidden;
	 -webkit-transform: scaleX(0);
	 transform: scaleX(0);
	 -webkit-transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
	 transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}
div.list .title:hover:before {
	 visibility: visible;
	 -webkit-transform: scaleX(1);
	 transform: scaleX(1);
}
 
 .titlepic img{
	 width:100px;height:80px
 }