#newsList{
    min-height: 300px;
    border: 1px solid #999;
    padding: 1em;
    overflow: auto;
}
#newsList li{
    list-style-type: none;
    border-bottom: 1px dashed #999;
    padding-bottom: 5px;
    margin-bottom: .5em;
}
#newsList .infoline{
/*
    margin-left: 10em;
    text-indent: -10em;
    line-height: 1.5em;
*/
}
#newsList span.title a{
    /* color: inherit; */
}
#newsList li span.catName{
    font-weight: bold;
    padding: 2px;
    border-radius: 5px;
    margin-right: 1em;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    width: 7em;
}
    @media all and (-ms-high-contrast:none){
        *::-ms-backdrop, #newsList li span.catName {
            font-size: .85em;
            padding-bottom: 0em;
            line-height: 1em;
            padding-top: 7px;
        }
    }
#newsList li span.title{
    font-size: 1.2em;
    font-weight: normal;
    display: block;
    margin: 10px 0;
}
#newsList li span.newMark{
    color: red;
}
    @media screen and (max-width: 768px){
        #newsList .infoline{
            margin-left: 0;
            text-indent: 0;
        }
        #newsList li span.title {
            display: block;
        }
    }
#newsList li.cat-0 span.catName{
    background-color: #fff099;
}
#newsList li.cat-1 span.catName{
    background-color: #ddf49b;
}
#newsList li.cat-2 span.catName{
    background-color: #d9f3e8;
}
#newsList li.cat-3 span.catName{
    background-color: #b2d9ff;
}
#newsList li.cat-4 span.catName{
    background-color: #6793c4;
}

.mainContent h1{
/*  background-image: url(../img/information-back.png);*/
/*  min-height: 55px;*/
  position: relative;
    margin-bottom: 0em;
}
.mainContent h1.list{
    margin-top: 2em;
}
.mainContent h1>span{
}
.mainContent h1>span a{
  color: #fff;
  font-size: .9em;
  background-color: #1157a3;
  color: #fff;
  padding: 0px 10px;
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 768px){
    .mainContent h1.list{
        margin-top: 0em;
    }
  .mainContent h1>img{
/*   max-width: fit-content;*/
  }
  .mainContent h1>span a{
      position: relative;
      top: 0;
      right: 0;
      display: block;
      float: none;
  }
}
.catList{
    color: #fff;
    background-color: #1157a3;
    padding: 2px 5px;
    display: block;
    line-height: 1em;
}
.tabs ul{
    border: none;
    font-size: 1.5em;
    padding-right: 10px;
    padding-left: .5em;
    position: relative;
    justify-content: flex-end;
}
.tabs ul li {
    border-radius: 5px;
    width: 105px;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    top:-5px;
    border: 4px double #fff;
}
    @media all and (-ms-high-contrast:none){
        *::-ms-backdrop, .tabs ul li {
            font-size: .85em;
        }
    }

.tabs ul li a{
    border: none;
}
    @media screen and (max-width: 768px){
        .mainContent h1>span a{
            display: inline-block;
        }
        .tabs{
            display: block;
            overflow: hidden;
        }
        .tabs ul{
            flex-wrap: wrap;
            justify-content: flex-start;
        }
        .tabs ul li {
            border-radius: 5px;
            width: 7em;
            font-weight: bold;
            margin-right: .5em;
            position: relative;
            top:0px;
            margin-bottom: 5px;
        }
        li.link0,li.link1,li.link2,li.link3,li.link4{
            display: none;
        }
    }
p.pager{
    text-align: right;
    margin: .5em 0;
}
p.pager a{
    padding: 1px 5px;
    margin-right: 5px;
    border: 1px solid #666;
    color: #666;
}
p.pager a.current{
    color: #fff;
    background-color: #666;
}
.detail{
    border: 5px solid #66666647;
    padding: 1em;
}
.detail .pNav{
    font-size: .8em;
}
.detail .category{
    display: inline-block;
    padding: 1px 30px;
    border-radius: 3px;
    margin: 1em 0;
}
.detail h2{
    font-size: 1.3em;
    display: block;
    margin-bottom: .5em;
}
.detail h2::after{
    content: '';
    height: 7px;
    display: block;
    padding-top: .5em;
    background-image: url(../img/title_under.png);
}
.detail .backORcloseBtn{
    text-align: center;
    margin: 1em auto;
}
.detail .backORcloseBtn a{
    border: 1px solid #999;
    border-radius: 5px;
    padding: 1px 5px;
    color:#666;
}
#up_ymd{
    text-align: right;
    margin: .5em 0;
}
#newsdetail{

}
