/* ljjy */
.l-banner{
  width: 100%;
  height: 350px;
  position: relative;
}
.l-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_width1 {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.main .common_width1 {
  background-color: #fff;

}
.h2{
  font-size: 24px;
  font-weight: 700;
  font-family: "微软雅黑";
  position: absolute;
  top: 68%;
  left: 20px;
}
.main {
    background-color: #f0f0f0;
    padding-bottom: 22px;
  }
  .main .common_width1 {
    background-color: #fff;
    padding: 0px;
  }

  .main .common_width1 ul.notice_list1 {
    margin: 0 auto;
    margin-bottom: 12px;

  }
  .main .common_width1 ul.notice_list1 > div > h3 {
    line-height: 40px;
    height: 30px;
    text-align: right;
    font-size: 14px;
    color: #014b87;
    border-bottom: 2px solid #e1f1fe;
    margin: 0 0 10px;
  }
  .main .common_width1 ul.notice_list1 > div > h3 a {
    color: #014b87;
  }
  .main .common_width1 ul.notice_list1 > div > h3 span {
    display: block;
    float: left;
    padding-left: 28px;
    font-size: 18px;
    height: 30px;
    background: url(style_res/1.png) no-repeat left top 11px;
    border-bottom: 2px solid #014b87;
  }
  .main .common_width1 ul.notice_list1 > div > li {
    line-height: 40px;
    height: 40px;
    padding-left: 17px;
    position: relative;
    font-size: 16px;
  }
  .main .common_width1 ul.notice_list1 > div > li a {
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s ease 0.1s;
    position: absolute;
    left: 0;
    right: 100px;
    bottom: 0;
  }
  .main .common_width1 ul.notice_list1 > div > li em {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #e03b3b;
    top: 18px;
    left: 3px;
  }
  .main .common_width1 ul.notice_list1 > div > li span {
    float: right;
    font-size: 14px;
    color: #999;
    transition: all 0.5s ease 0.1s;
  }
  .main .common_width1 ul.notice_list1 li:hover a,
  .main .common_width1 ul.notice_list1 li:hover span {
    color: #015293;
  }
  .main .common_width1 ul.notice_list1 li:nth-child(5n) + li {
    box-sizing: content-box;
    padding-bottom: 6px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 6px;
  }
  .main .common_width1 ul.notice_list1 li:last-child {
    border-bottom: 0 !important;
  }

  .main .common_width1.page2  ul.left_nav1 {
    display: flex;
    background-color: #f5f5f5;
    padding: 10px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .main .common_width1.page2  ul.left_nav1 li {
    height: 50px;
    line-height: 49px;
    padding: 0 20px;
  }
  .main .common_width1.page2  ul.left_nav1 li a {
    display: block;
    color: #333;
    font-size: 16px;
  }

  .main .common_width1.page2  ul.left_nav1 li.selected{
    background-color: #3273a7;
  }
  .main .common_width1.page2  ul.left_nav1 li.selected a {
    color: #fff;
  }


  .notice_list1 #wp_news_w16{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .wp_listalbumn{
    width: calc(100%/3 - 10px);
  }
  .wp_listalbumn .albumn_info a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Microsoft YaHei', Tahoma, Geneva, sans-serif;
    text-align: left !important;
  }
.wp_listalbumn .albumn_info .Article_Title {
    display: block;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7em;
    width: 320px !important;
  }