.title {
  padding-bottom: 15px;
  background: url("https://www.josephineteh.com/__xh__/xcb.xzhmu.edu.cn/img/title_line.png");
  background-position: bottom;
  background-repeat: repeat-x;
}
.title .title_txt {
  display: block;
  float: left;
  color: #881F24;
  padding-left: 35px;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
}
.title .more {
  float: right;
  width: 25px;
  height: 25px;
  background: url("https://www.josephineteh.com/__xh__/xcb.xzhmu.edu.cn/img/more.png") no-repeat;
  background-position: center;
}
.my_list {
  margin-top: 10px;
}
.my_list li {
  position: relative;
}
.my_list li a {
  float: left;
  width: calc(100% - 55px);
  font-size: 16px;
  line-height: 40px;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my_list li span {
  float: left;
  width: 55px;
  text-align: right;
  font-size: 16px;
  line-height: 40px;
  color: #999;
}
.my_list li:hover a {
  color: #b20b15;
}
.my_list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #b20b15;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
}
.news_pic {
  width: 380px;
  height: 290px;
  overflow: hidden;
  background: #003f98;
  position: relative;
}
.titlestyle249786 {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff !IMPORTANT;
  padding-left: 15px;
  text-align: left;
  background: rgba(0,0,0,.5);
  z-index: 9;
}
div#u_u1_div + div {
    z-index: 99;
}

.pic_link li {
  margin-top: 15px;
}
.pic_link li a {
  display: block;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pic_link li:first-child {
  margin-top: 0;
}
.pic_link li:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.banner {
  margin-top: 20px;
}
.banner .swiper-slide {
  height: 122px;
}
.banner .swiper-slide .pic {
  width: 100%;
  height: 122px;
  overflow: hidden;
  background: #a80d12;
}
.banner .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .swiper-slide .content {
  display: block;
  width: 100%;
  line-height: 30px;
  color: #fff;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}