@import "theme.css";

.list_main{
  width: 1200px;
  margin: auto;

}
.shu_bread{
  background-color: var(--theme-bg);
  width: 4px;
  height: 50%;
  margin-right: 20px;
}
.news-bread{
  margin: 20px 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 550;
  font-size: 20px;
  padding-left: 20px;
  background-color: rgb(231, 230, 230);
  display: flex;
  align-items: center;
}
.news-main{
  width: 1200px;
  margin: auto;
  min-height: 400px;
  display: flex;
  justify-content: space-between;
}
.news-main2{
  width: 1200px;
  margin: auto;
  min-height: 400px;
}
.news-list-left{
  width: 1200px;

}
.news-list-right{
  width: 345px;
  padding: 0 10px 10px 20px;
  height: 400px;

}
.news-item{
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}
.news-info-left{
  width:50px;
  height: 80px;
  padding: 5px;
  text-align: center;
  font-size: 24px;
  color: #999;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.dian{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(168, 168, 168);
}
.news-item2{
  border-bottom: #eee solid 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news-info-left2{
  width: 260px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-info-right2{
 width: calc(100% - 260px);
  height: 100%;

  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.com_title{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.com_title>span{
  color: var(--theme-bg);
}
.com_title:hover{
  color: var(--theme-bg);
}
.com_desc{
  width: 70%;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #646464;
  margin-top: 15px;
}
.com_yun{
  width: 100%;
  color: #646464;
  font-size: 18px;
  margin-top: 15px;
}
.img_com{
  width: 100%;
  height: 100%;
  background-color: #eee;

}
.img_com>img{
  width: 100%;
  height: 100%;
}
.news-time-year{
  font-size: 18px;
  color: #999;
}
.news-time-day{

}
.news-info-right{
  text-align: left;
  width: calc(100% - 290px);
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: #eee solid 1px;
}
.news-info-title{
  color: #000;
  font-size: 20px;
  width: 100%;
}
.news-info-desc{
  margin-top: 10px;
  width: 100%;
  color: rgb(145, 145, 145);
  font-size: 16px;
}
.news-info-title:hover{
  color: var(--theme-bg);
}
.news-info-view{
  width: 150px;
  height: 100px;
  margin-left: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-info-cont{
  width: 100%;
  padding: 20px 50px;
}
.news-info-cont video{
  display: block;
  margin: auto;
  width: auto;
}
.news-info-cont img{
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto !important;
}
.add_time{
  justify-content: flex-end;
}
.add_time-1{
  font-size: 14px;
  margin-right: 20px;
}
.page{
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: var(--theme-bg);
  color: #fff;
}
.info_info{
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
}
