﻿.sy_box1{}
.sy_box1 a dl dt{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
.sy_box1 a dl dt img{max-width: 100%; max-height: 100%; display: block;}
.sy_box1 a dl dd{color: #fff;  position: absolute; width: 100%; height: 1.5rem; z-index: 9; bottom: 0; left: 0; background: linear-gradient(180deg, transparent, rgba(30,70,144,1)); padding: 0.8rem 0.45rem 0rem;-webkit-transition: all .2s linear;transition: all .2s linear;}
.sy_box1 a dl dd h3{margin-bottom: 0.35rem;-webkit-transition: all .3s linear;transition: all .3s linear;}
.sy_box1 a dl dd p{line-height: 2;text-align: center;letter-spacing: 0.01rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.sy_box1 dl dd span{display: block; margin: 0.23rem auto 0; width: 1.3rem; height: 0.44rem; text-align: center; line-height: 0.44rem; background: #4b8df9; border-radius: 0.08rem;}
.sy_box1 a:hover dl dd{height: 100%; background: rgba(30,70,144,0.75); display: flex;flex-direction: column; justify-content: center; padding: 0.4rem;}
.sy_box1 a:hover dl dd h3{text-align: center;margin-bottom: 0.2rem;}



/*关于易馨微*/
.about_yxw{}
.about_yxw .about_yxw_item .pic-box{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
.about_yxw .about_yxw_item .pic-box img{max-width: 100%; max-height: 100%; display: block;-moz-transition: 0.3s; -webkit-transition: 0.3s;  -o-transition: 0.3s; transition: 0.3s;}
.about_yxw .about_yxw_item .wz-box{color: #fff;  position: absolute; width: 100%; height: 2.3rem; z-index: 9; bottom: 0; left: 0; background: linear-gradient(180deg, transparent, #06224c);}
.about_yxw .about_yxw_item .wz-box i{display: block; background: #fff; width: 0.4rem; height: 0.02rem; margin: 0.11rem auto 0.16rem;}
.about_yxw .about_yxw_item .wz-box p{line-height: 1.8; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.about_yxw .about_yxw_item .wz-box span{display: block; line-height: 1.5; color: #a6b6ce;}
.about_yxw .about_yxw_item:hover .pic-box img{-webkit-transform: scale(1.1);  transform: scale(1.1);}

/*关于易馨微 end*/
/*新闻中心*/
.news-show{}
.news-show .news-box{}

.news-show .news-box .item_news{padding: 0.35rem 0;box-sizing:border-box;width:100%; border-bottom: 0.02rem solid #e2e4e3; -webkit-transition:all .2s linear;transition:all .2s linear;}
.news-show .news-box .item_news .date{color:#3e3e3e;text-align:center;width:1.32rem;height:0.72rem; border-right: 0.02rem solid #e2e4e3;}
.news-show .news-box .item_news .date b{display:block;}
.news-show .news-box .item_news .info{margin:0 0.7rem 0 0.3rem}
.news-show .news-box .item_news .info .title{color:#272727; line-height:0.35rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-show .news-box .item_news .info .leadin{color:#686969; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}

.news-show .news-box .item_news:hover{z-index:2;-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);box-shadow:0 15px 30px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}

.news-show a.more{display: block; width: 1.24rem; height: 0.38rem; text-align: center; line-height: 0.38rem; margin: 0.45rem auto 0rem; background: #285ba9; color: #fff;}
