.bannerImg {
  width: 100%;
  /*height: 500px;*/
}
.top-info{
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.video-info{
  width: 46.8%;
  height: 329px;
  box-sizing: border-box;
}
.video-info video{
  width: 100%;
  height: 100%;
  background: #000;
}

.more a {
  font-weight: 400;
  font-size: 14px;
  color: #115198;
}

.new-dynamic{
  width: 51.4%;
  height: 329px;
  padding: 0 20px 0 16px;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px 0px #00000026;
  background: #FFFFFF;
}

.item-news{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.news-left{
  display: flex;
  align-items: center;
}
.news-circle{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #154977;
  margin-right: 13px;
}
.new-dynamic .news-title {
  width: 478px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-dynamic .news-title > a {
  font-size: 16px;
  color: #342a2a;
}
.new-dynamic .news-title > a:hover {
  color: #115198;
}
.news-time{
  font-weight: 400;
  font-size: 16px;
  color: #BFBFBF;
}

.image-title{
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
}
.title{
  font-weight: 400;
  font-size: 18px;
}
.title span{
  color: #BDBDBD;
}

.middle-info{
  display: flex;
  justify-content: space-between;
}
.impression-info{
  width: 61.2%;
  height: 510px;
  padding: 0 20px 0 16px;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px 0px #00000026;
  background: #FFFFFF;
}
.impression-content{
  padding-top: 15px;
  box-sizing: border-box;
}
.content-img{
  position: relative;
}
.content-img img{
  width: 100%;
  height: 419px;

}
.message-info{
  width: 100%;
  height: 36px;
  position: absolute;
  bottom: 0;
  background: rgba(255,255,255,0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 10px;
  box-sizing: border-box;
}

.message-title{
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}

.message-time{
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
}

.wenyuan-info{
  width: 37%;
  height: 510px;
  box-shadow: 0px 0px 4px 0px #00000026;
  background: #FFFFFF;
  padding: 15px 15px 10px 15px;
  box-sizing: border-box;
}

.wenyuan-items{
  padding-top: 15px;
  box-sizing: border-box;
}

.wenyuan-item{
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.item-title{
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-title > a {
	font-size: 16px;
  font-weight: 400;
  color: #342A2A;
}

.item-title > a:hover {
  color: #115198;
}

.item-time{
  font-size: 16px;
  font-weight: 400;
  color: #BFBFBF;
}

.wenyuan-item:last-child{
  margin-bottom: 0;
}

.bottom-info{
  width: 100%;
  height: 252px;
  box-shadow: 0px 0px 4px 0px #00000026;
  background: #FFFFFF;
  padding: 15px 17px 24px 16px;
  box-sizing: border-box;
  margin: 20px 0;
}

.bottom-items{
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  box-sizing: border-box;
}
.bottom-item{
  width: 23%;
  position: relative;
}
.bottom-item img{
  width: 100%;
  height: 157px;
}
.bottom-message{
  position: absolute;
  bottom: 0;
  background: rgba(255,255,255,0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 10px;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
}

.bottom-title{
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
}

.bottom-user{
  display: flex;
}
.bottom-user img{
  width: 8px;
  height: 9px;
}

.user-name{
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 4px;
}
