h2.title:after{
	content: "INFORMATION" !important;
}
.banner {
    background-image: url(../../banner-news.jpg) !important;
}


.list-page{
	display:flex;
    flex-wrap:wrap;
    overflow:hidden;
    background: #FFF;
    padding-top: 0;
    border-radius: 5px;
    margin: 0 0 30px 0;
    box-shadow: 2px 2px 6px #ececec;
}
.list-page:hover{
   box-shadow:2px 2px 6px #999;
   background:#6A9271
}
.list-page.tuwen{
    border-radius: 0px;
}
.list-page.termlist {
    align-items: center;
    padding: 15px 10px;
}
.list-page.tuwen2 {
    min-height: 100px;
    margin: 40px 0;
    padding: 15px 10px;
    align-items: center;
}
.list-page .title {
    font-size: 20px;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-page:hover .title a{
	color:#FFF;
}
.list-page.tuwen .title{
	 margin-top: 20px;
	 margin-bottom: 10px;
}

.list-page .title a{
  color:#000;
  font-weight:600;
}
.list-page.tuwen .articleinfo {
    width: calc(100% - 382px);
    position: relative;
    margin-left: 10px;
    padding-left: 40px;
    padding-right: 20px;
}

.list-page .imgs a{
display:block;
line-height:100%;
font-size: 0;
}

.list-page  .imgs img {
    display: block;
}
.list-page.tuwen2 .imgs img {
    border-radius:100%;
}
.list-page .title.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-page .summary p,.list-page .summary {
    color: #777;
    font-size: 14px;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-right: 30px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-page .posttime {
	font-size: 12px;
	font-family: arial;
	color: #25588B;
	border-right: 1px solid #ECECEC;
	padding: 5px 10px;
	width: 80px;
    vertical-align: top;
    line-height: 150%;
    margin-right: 15px;
    text-align: center;
}
.list-page .posttime.sticky{
  color:#C30;
}
.list-page.tuwen .posttime {
    position: absolute;
    padding: 10px 10px;
    margin:0;
    background: #25588B;
    color:#FFF;
    left: -65px;
    top: 0px;
    width: 115px;
    height: 110px;
    border-radius: 100%;
    clip: rect(0px 120px 110px 55px);
    text-align: right;
    color: #FFF;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: right;
    border-right:0;
}
.list-page:hover .post-time,.list-page:hover .summary{
    color: rgba(255,255,255,0.6);
}
.list-page:hover .posttime.sticky{
  color:#EFD6AF;
}
.list-page.tuwen .posttime .times {
    width: 100%;
}


.list-page .posttime span {
    display: block;
}

.list-page .posttime span.day {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    color: #001D8A;
}
.list-page .posttime.sticky span.day {
    color: #C30;
}
.list-page:hover .posttime span.day {
    color: rgba(255,255,255,0.6);
}
.list-page:hover .posttime.sticky span.day{
  color:#E4BA7A;
}
.list-page.tuwen .posttime span.day{
    color: #FFF;
    margin:0;
    margin-bottom: 5px;
    padding-right: 7px;
}

@media (max-width: 991px){
  .list-page .posttime,.list-page .summary,.list-page.tuwen2 .imgs{
    display:none;
  }

  .list-page.tuwen {
    margin: 10px 0;
    padding: 10px 10px 15px 20px;
    min-height: 150px;
}
 .list-page.tuwen .articleinfo {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
}
.list-page .title {
    line-height: 150%;
    margin-top: 20px;
    font-size: 14px;
    -webkit-line-clamp: 3;
    line-height:150%
}
}
@media (max-width: 480px){
  .list-page {
    margin: 10px 0;
    padding: 10px;
    min-height: 70px;
}
.list-page .articleinfo {
    width: 100%;
    position: relative;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.list-page .title {
    line-height: 150%;
    margin-top: 10px;
    font-size: 14px;
    -webkit-line-clamp: 5;
}
}