/* 新闻列表 */
@charset "utf-8";
body{
    color: #666;
}
.pcover {background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;z-index:1;width:100%;height:100%}

.wrap {max-width:1200px;margin:0 auto}

.news {margin-top:50px}
.news li {border-bottom:1px solid #f0f0f0;padding:0 0 35px 0;margin-top:40px; position:relative;}
.news li .pic { position:absolute; z-index:1;width:225px;top:-5px;left:0;}
.news li .pic a { display:block; position:relative;  overflow:hidden}
.news li .cons {margin-left:250px; position:relative}
.news li .cons .title { height:25px; line-height:25px; overflow:hidden;max-width:80%; }
.news li .cons .title a.a {font-weight:Bold;font-size:20px;color:#333; letter-spacing:2px;
    white-space:nowrap; 
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.news li .cons .addtime {font-size:16px;color:#999;margin:20px 0}
.news li .cons .addtime img {margin:0 10px 0 0}
.news li .cons .addtime img.m2 {margin-left:30px}
.news li .cons .content {font-size:16px; line-height:30px; height:60px; overflow:hidden;max-width:90%}
.news li .cons .title a.b {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 宋体;
    position: absolute;
    right: 0;
    top: -10px;
    background: #b5b5b5;
    text-align: center;
    font-size: 25px;
}
.news li .cons .title a.b:hover{
    background:#e97a5b;
}
@media (max-width:1200px) {
.news {margin-top:-20px}
.news li {padding:0 0 15px 0;margin-top:20px;}
.news li .pic { width:130px;top:0px;}
.news li .cons {margin-left:142px;}
.news li .cons .title { height:20px; line-height:20px;max-width:80%;}
.news li .cons .title a.a {font-size:14px; letter-spacing:0 }
.news li .cons .title a.b {width:20px; height:20px; line-height:20px;top:-3px; font-size:16px}
.news li .cons .addtime {font-size:12px;margin:5px 0}
.news li .cons .addtime img {margin:0 5px 0 0;max-height:12px}
.news li .cons .addtime img.m2 { height:10px;margin-left:10px}
.news li .cons .content {font-size:12px; line-height:20px; height:40px; max-width:90%}
}
@media (max-width:640px) {

.news li .cons .title { max-width:80%;}
}
@media (max-width:480px) {
.news li .cons .addtime img { display:none;}
/* .news li .cons .addtime span {margin-left:10px} */
.news li .cons .addtime font { display:none;}

}
.news li .title a.a:hover {
	color: #d82019;
}
.news li .pic a:hover p{
    transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.news li .pic a p{transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;}
