.banner {
  height: 450px;
  margin-top: 10px;
  overflow: hidden;
}
.conten {
  margin-top: 30px;
}
.conten .affiche {
  height: 270px;
}
.conten .affiche ul {
  color: #5893cf;
  font-size: 14px;
}
.conten .affiche ul li {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dashed #445b73;
}
.conten .affiche .affiche-l {
  width: 460px;
  float: left;
  position: absolute;
}
.conten .affiche .affiche-l .new .conten-text {
  display: inline-block;
  width: 340px;
  margin-left: 40px;
  cursor: pointer;
  color: #445b73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conten .affiche .affiche-l .top1,
.conten .affiche .affiche-l .top2,
.conten .affiche .affiche-l .top3 {
  position: absolute;
  left: -40px;
  top: 48px;
}
.conten .affiche .affiche-l .top2 {
  top: 92px;
}
.conten .affiche .affiche-l .top3 {
  top: 142px;
}
.conten .affiche .affiche-r {
  width: 560px;
  float: right;
}
.conten .affiche .affiche-r .notice .conten-text {
  display: inline-block;
  width: 340px;
  margin-left: 20px;
  cursor: pointer;
  color: #445b73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conten .affiche .affiche-r .notice .time {
  float: right;
  color: #445b73;
}
.conten .hot {
  margin-top: 50px;
}
.conten .user ul {
  padding: 50px 0;
  overflow: hidden;
  color: #445b73;
}
.conten .user ul li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.conten .user ul li .pic {
  width: 165px;
  height: 138px;
  margin: 0 auto;
}
.conten .user ul li .pic img {
  width: 100%;
  height: 100%;
}
.conten .user ul li p {
  margin-top: 20px;
  font-size: 14px;
}
.path {
  text-align: right;
  font-size: 14px;
  color: #8493a2;
  margin-bottom: 24px;
  padding: 14px 0;
  border-bottom: 1px solid #becddd;
  position: relative;
}
.path a {
  color: #8493a2;
  position: absolute;
  left: 2px;
  font-size: 18px;
}
.text-in {
  color: #556f8a;
  font-size: 16px;
  min-height: 500px;
}
.text-in .center {
  text-align: center;
}
.text-in .text-in-title {
  font-size: 18px;
  color: #2a3f54;
  font-weight: 800;
}
.text-in .text-in-time {
  margin-top: 10px;
}
.text-in .text-in-time span {
  margin-right: 10px;
  color: #919fad;
  font-size: 12px;
}
.text-in .pic {
  margin: 30px auto;
  width: 860px;
  height: 300px;
}
.text-in .pic img {
  width: 100%;
  height: 100%;
}
.swiper-container2 {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container2 .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.7);
}
.swiper-container2 .swiper-slide a {
  width: 100%;
  height: 100%;
}
.swiper-container2 .swiper-slide a img {
  width: 100%;
  height: 100%;
  border: 1px ;
}
.swiper-container2 .swiper-pagination {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.vmc-centered {
  padding: 10px 0;
  margin: 30px 0;
}
.vmc-centered > li {
  height: 150px;
  overflow: hidden;
}
.vmc-centered > li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.vmc-centered img {
  transition: all 0.3s ease;
}
.vmc-centered .vmc_active img {
  transform: scale(1.2);
}
.shortUl {
  padding: 20px 0;
  overflow: hidden;
}
.shortUl li {
  width: 26%;
  height: 160px;
  float: left;
  margin-left: 54px;
}
.shortUl li img {
  width: 100%;
  height: 100%;
}
