.container{
  min-height: 58vh;
}
.content ul li {
  height: 35px;
  background: url(/_nuxt/img/dot.b037bdb.jpg) no-repeat left 14px;
  padding-left: 15px;
}
.content ul li .text,
span {
  font-family: "微软雅黑";
  /* font-size: 18px; */
  /* font-weight: normal; */
  /* line-height: 35px; */
}
.content ul li .text {
  cursor: pointer;
  color: #000;
}
.content ul li .text:hover {
  text-decoration: underline;
}
.content ul li span {
  color: #dabd9d;
}
/* 每隔5个距离margin-bottom:10 还有一条下划线 */
.content ul li:nth-child(5n) {
  padding-bottom: 10px;
  border-bottom: 1px dashed #dabd9d;
}
.content ul li:nth-child(5n + 1) {
  margin-top: 10px;
}
.newslist{
  min-height: 460px;
  font-size: 16px;
}
.alyout {
    width: 1100px;
    margin: 0 auto;
}
.el-breadcrumb{
  font-weight: 700 !important;
    color: #303133 !important;
    font-size: 16px !important;
    height: 40px !important;
    line-height: 40px !important;
    cursor: pointer !important;
    margin-top: 10px;
    border-bottom: 1px solid #dabd9d;
}
/*细览CSS*/
.title {
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 40px;
}

.detailtitle {
    font-family: "微软雅黑";
    font-size: 36px;
    border-bottom: 1px solid #dabd9d;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.time {
    color: #8f8376;
    font-size: 16px;
    line-height: 35px;
}

#nr {
    font-size: 16px;
    color: #545353;
    width: 1050px;
    margin: 0px auto;
    margin-top: 15px;
    word-break: break-all;
    line-height: 28px;
}

#nr img {
    border: 1px solid #CCCCCC;
}

#nr a {
    text-decoration: underline;
    color: #0033FF;
}



.m_t15{
    margin-top: 15px;
}
.m_t15 li{
    display: flex;
    flex-direction: column;
    width: 258px;
    height: 205px;
    margin: 10px 8px;
    overflow: hidden;
}
.m_t15 li div img{
    width: 258px;
    height: 170px;
}
.m_t15 li p{
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m_t15 li p:hover{
  text-decoration: underline;
}
.imglist{
  min-height: 535px;
}
.imglist ul{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.imglist ul li{
  height: auto;
  padding-left: 0;
}
.pagination{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.pagination li{
  margin: 0 2px;
}
.pagination a{
    padding: 3px;
    border: 1px solid #ddd;
    min-width: 22px;
    display: inline-block;
}
.pagination .active{
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
.pagination .active a{
    color: #fff;
}
.detailbox{}
.detailbox .time{
  text-align: center;
}