@charset "utf-8";

.page-poster{background-image: url(../images/news_poster_bg.jpg);width: 100%;height: 195px;background-repeat: no-repeat;background-size: cover;background-position: center;line-height: 195px;text-align: center;}
.page-poster .slogan{height: 146px}

.pic-list{padding: 20px 12px;}
.pic-list img{max-width: 100%}
.swiper-pagination-bullet-active{background: #ffffff;border: 2px solid #ffffff;}
.swiper-pagination-bullet{border: 2px solid #ffffff;}

.news-list{text-align: center;padding: 0 24px;}
.news-list .title{height: 25px;padding-bottom: 25px}
.news-list .swiper-slide{padding-bottom: 45px}
.news-list .news-info{padding: 7px;border: 1px solid #c9c9c9;margin-top: 8px}
.news-list .news-info img{max-width: 100%}
.news-list .news-info h1{font-size: 1.167em;color: #961b1e;padding: 11px 0 10px}
.news-list .news-info p{font-size: .917em;text-align: left;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-list .news-info a.full-text{height: 14px;line-height: 14px;width: 63px;text-align: center;background: #961b1e;display: inline-block;color: #fff;font-size: .75em;margin-top: 8px}

.hotline{background: #961b1e;padding: 20px 20px 13px;}
.hotline .hotline-num .icon-tel{height: 44px;width: 44px;display: inline-block;background-image: url(../images/tel.png);background-size: cover;background-repeat: no-repeat;background-position: center;}
.hotline .hotline-num .right{margin-left: 14px;color: #fff;font-size: 1.417em}
.hotline .hotline-num .right span:last-of-type{margin-left: 17px;}
.hotline ul{margin-top: 17px;display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex;}
.hotline li{display: inline-block;-webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1;background: #ffffff;border-radius: 5px;height: 33px;line-height: 33px;text-align: center;font-size: 1.083em}
.hotline li a{color: #961b1e;}
.hotline li:nth-of-type(2){margin: 0 5px;}

.tjzj{padding: 30px 20px 21px;text-align: center;}
.tjzj .title{height: 25px;margin-bottom: 18px}
.tjzj ul{display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex;}
.tjzj li{display: inline-block;-webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1;margin-top: 10px;}
.tjzj li:last-of-type{margin-left: 10px}
.tjzj li img{width: 100%}

@media screen and (max-width:360px){
  .hotline .hotline-num .right{margin-left: 10px;}
  .hotline .hotline-num .right span:last-of-type{margin-left: 5px;}
}

@media screen and (max-width:320px){
  .hotline .hotline-num .icon-tel{height: 32px;width: 32px;margin-top: 6px}
  .hotline .hotline-num .right{font-size: 1.25em}
}























