.banner {
  background: url("https://www.josephineteh.com/__xh__/wsyj.xzhmu.edu.cn/img/banner.png") no-repeat center;
  background-size: cover;
  height: 330px;
  position: relative;
}
.banner .introduce {
  position: absolute;
  top: 32px;
  right: 48px;
  background: rgba(255, 255, 255, 0.67);
  width: 510px;
  height: 250px;
  padding: 25px 31px;
  display: block;
}
.banner .introduce h2 {
  float: left;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner .introduce p {
  float: left;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  margin-top: 22px;
}
.banner .introduce .more {
  float: right;
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}
.banner .introduce:hover a {
  text-decoration: underline;
}
.title {
  padding: 18px 22px 12px 19px;
  border-bottom: 1px solid #ddd;
}
.title .title_name {
  font-size: 20px;
  font-weight: bolder;
  line-height: 1;
  color: #02306c;
}
.title .more {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

.news_list {
  width: 750px;
}
.news_list .news_first {
  display: block;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.news_list .news_first span {
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-weight: bolder;
}
.news_list .news_first p {
  margin-top: 17px;
  font-size: 14px;
  height: 63px;
  line-height: 21px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list .news_first:hover span {
  color: #0C4DA2;
}
.news_list .news_first:hover p {
  color: #0C4DA2;
}
.news_list li a {
  float: left;
  width: calc(100% - 95px);
  font-size: 16px;
  line-height: 33px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list li span {
  font-size: 14px;
  display: block;
  width: 90px;
  line-height: 33px;
  float: right;
  text-align: right;
}
.news_list li:hover a {
  color: #0C4DA2;
}
.my_list {
  padding: 20px;
}
.my_list li a {
  float: left;
  width: calc(100% - 95px);
  font-size: 14px;
  line-height: 35px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my_list li span {
  font-size: 16px;
  display: block;
  width: 90px;
  line-height: 35px;
  float: right;
  text-align: right;
}
.my_list li:hover a {
  color: #0C4DA2;
}
.pic_list li {
  float: left;
  width: 180px;
  margin-left: 16px;
}
.pic_list li .pic {
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pic_list li span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #000;
  margin-top: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pic_list li:first-child {
  margin-left: 0;
}
.pic_list li:hover span {
  color: #0C4DA2;
  font-weight: bold;
}
.news_pic {
  width: 380px;
  height: 254px;
  background-color: #a6a6a6;
  position: relative;
}
.news_pic a#u_u2_newstitle {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,.5);
    text-align: left;
    color: #fff;
    padding-left: 15px;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    bottom: 0;
}
.news_pic #u_u2_div+div {
    z-index: 999;
    top: -23px !important;
}
.news_pic .imagechangenews_pnode {
    opacity: 1;
}