@import "../weishidai.ui.css";

body{min-width: 320px;margin: 0 auto;width:100%;background: rgb(245,245,245);}
.news_list {
    padding: 18px 20px 0 20px;
    background: #f5f5f5;
}
.news_list a{
    display: block;
    height: 70px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}
.clearfix { clear:both; }
.news_list a .left{
    float: left;
    width: 70px;
    height: 70px;
    background: #5aa0d8;
}
.news_list a .left span {
    display: block;
   /*  padding-top: 10px; */
    font-size: 24px;
    color: #ffffff;
text-align: center;
}
.news_list a .left em {
    display: block;
    font-size: 34px;
    color: #ffffff;
    text-align: center;
	margin-top:-5px
}
.news_list a p {
    float: left;
    width: 65%; 
    padding-top: 14px; 
     margin-left: 15px; 
     font-size: 15px; 
  /*   line-height: 30px; */
  height: 43px; 
    color: #777777;
	display:inline-block;
	overflow: hidden;
}