@charset "UTF-8";
/**!
 * 新闻发布会
 * date:2021-09-15
 * author: wppei;
 */
.loc {
  padding: 17px 0 17px 27px;
  line-height: 25px;
  color: #999;
  background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
  color: #999;
}

.loc-cur {
  color: #015293;
}

.box-shadow {
  min-height: 945px;
  padding: 10px 20px 40px;
  margin-bottom: 45px;
  box-shadow: 0px 0px 7px 0px rgba(79, 113, 157, 0.16);
}

.list-title {
  height: 45px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 22px;
  font-weight: bold;
}

.list-title span {
  display: inline-block;
  line-height: 43px;
  border-bottom: 3px solid #2e5bb5;
  color: #2e5bb5;
  font-weight: bold;
}

.sec-right-tt {
  position: relative;
  height: 61px;
  padding-left: 20px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e3e8ef;
}

.sec-right-tt:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 22px;
  transform: translateY(-50%);
  background-color: #015293;
}

.sec-right-list {
  padding: 15px 20px 0;
}

.sec-right-item {
  height: 50px;
  padding: 0 7px 0 16px;
  line-height: 48px;
  font-size: 16px;
  border-bottom: 1px dashed #d5dae4;
  background: url("../images/dian.jpg") no-repeat left center;
}

.sec-right-item:hover {
  background-image: url("../images/dianh.jpg");
}

.sec-right-item:hover .sec-right-name,
.sec-right-item:hover .sec-right-time {
  color: #015293;
}

.sec-right-time {
  color: #777;
}

.sec-right-name {
  width: calc(100% - 198px);
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.public-top {
  margin-top: 30px;
  background-color: #010f18;
}

.public-top-label {
  width: 88px;
  height: 47px;
  color: #fff;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  background-color: #d60000;
}

.public-top-year {
  width: 120px;
  margin-left: 15px;
  height: 47px;
  padding-top: 10px;
}

.public-top .ewb-sel {
  display: none;
  width: 100%;
  height: 27px;
  line-height: 27px;
  border: none;
  background-color: transparent;
}

.public-top .chosen-container {
  width: 100%;
  height: 27px;
  line-height: 27px;
}

.public-top .chosen-container-single .chosen-single {
  padding: 0 0 0 10px;
  height: 27px;
  border: none;
  box-shadow: none;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}

.public-top .chosen-container-single .chosen-default {
  color: #fff;
}

.public-top .chosen-container-single .chosen-single.cur {
  color: #fff;
}

.public-top .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
}

.public-top .chosen-container-single .chosen-single span {
  margin-right: 30px;
  height: 27px;
  line-height: 27px;
}

.public-top .chosen-container-single .chosen-single div {
  width: 30px;
  padding: 0;
}

.public-top .chosen-container-single .chosen-single div b {
  width: 30px;
  height: 27px;
  background: url("../images/sel_ico.png") left center no-repeat;
}

.public-top .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.public-top .chosen-container-single .chosen-drop {
  top: 27px;
  border: none;
  border-radius: 0;
  background-color: #010f18;
}

.public-top .chosen-container .chosen-search {
  display: none;
}

.public-top .chosen-container .chosen-results {
  max-height: auto;
  margin: 0;
  padding: 0;
  color: #fff;
}

.public-top .chosen-container .chosen-results li {
  padding: 10px;
  line-height: 20px;
}

.public-top .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0087ff;
}

.public-box {
  height: 356px;
  margin-bottom: 10px;
  border-bottom: 1px solid #131313;
  background: url("../images/public_list.jpg") no-repeat center;
  background-size: 100% 100%;
}

.public-img {
  float: left;
  padding: 18px;
  border: 2px solid #e4e4e4;
  margin: 20px 0 0 10px;
}

.public-img img {
  width: 375px;
  height: 250px;
}

.public-right {
  float: left;
  width: 506px;
  margin: 30px 0 0 58px;
}

.public-infor {
  width: 630px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
}

.public-infor-text {
  display: block;
  max-height: 90px;
  margin-left: 91px;
  color: #333;
  overflow: hidden;
}

.public-label {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  text-align: justify;
  text-align-last: justify;
}

.pager {
  margin-top: 45px;
}

/* 1200以下 */
@media (max-width: 1199px) {
  .sec-right-name {
    width: calc(100% - 120px);
  }
}

/* 移动端 */
@media (max-width: 767px) {
  .box-shadow {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-right-item {
    font-size: 14px;
  }
  .sec-right-name {
    width: calc(100% - 85px);
  }
  .public-box {
    height: auto;
  }
  .public-img,
  .public-right,
  .public-infor {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .public-right {
    padding: 0 20px;
  }
  .public-infor {
    font-size: 14px;
  }
  .public-label {
    width: 56px;
  }
  .public-infor-text {
    margin-left: 70px;
  }
}
