/*
*组件样式
*/
.pb_sys_style2 .p_no_d {
    border: 1px solid #f0522f !important;
    background-color: #f0522f !important;}
/* 通用样式新闻焦点图 */

.pic-news {
  float: left;
    width: 380px;
    margin-top: 39px;
    margin-right: 20px;}

.pic-news li a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;}

.pic-news li a .pic {
  position: relative;
  width: 100%;
  height: 345px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}

.pic-news li a .pic:hover {
  transform: scale(1.05);}

.pic-news li a .tit {
  padding: 0 25px;
  margin-top: 15px;
  font-size: 1rem;
  color: #333333;
  width: 100%;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

.pic-news li a .tit:hover {
  color: #196bc2;}

.pic-news li a .date {
  padding: 13px 20px;
  font-size: .875rem;
  color: #196bc2;}

.pic-news .news-pages {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: auto;
  z-index: 9;
  text-align: right;}

.pic-news .news-pages span {
  opacity: 1;
  background: #c6c6c6;}

.pic-news .news-pages .swiper-pagination-bullet-active {
  background: #d40f20;}

.bq{    width: 600px;
    float: left;}
    .ewm{width: 600px;
    float: right;
    text-align: right;}
