﻿/* 图片-列表页 ----------------------------------------- */
.picPageList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.picPageList li {
    width: calc((100% - 30px) / 3);
    height: 280px;
    margin: 15px 0;
}
.picPageList li .pic {
    width: 100%;
    height: 235px;
}
.picPageList li .title {
	background: #f0f0f0;
	padding: 0 5px;
    width: 100%;
	height: 45px;
    line-height: 45px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 文字列表页 */
.newsList img{ width:auto;}
.newsList{padding: 0;margin-bottom: 30px;}
.newsList li{line-height:52px;height: 52px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;padding-left:20px;background: url(images/dot05.png) 4px center no-repeat;display: flex;align-items: center;justify-content: space-between;}
.newsList li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 82%;
    margin-right: 3%;
}
.newsList .date{float:right;margin:0 10px 0 15px;color:#999;font-size: 14px;order: 2;}
.newsList .node a{margin-right:10px;color:#015293; }
.newsList em{color:#f20;}
.newsList .split{overflow:hidden;height:1px;margin: 10px 0 20px;font-size:0;line-height:0;border-bottom: 1px solid #EAEDF1;background: none; padding: 0;}
.newsList li .address{float:right;margin: 15px 0 15px 15px;padding:0 8px;font-size:12px;line-height:22px;color:#fff;border-radius:5px;background:#015293;order: 1;width: auto;}
.newsList li .address:hover{text-decoration:none;background:#0759ab; }
.newsList li .disable{display:none !important;}
.newsList li a font{font-weight:500!important}


/* 赛程安排-列表 */
#match-list li { display: flex; justify-content: space-between; align-items: center; }
#match-list li div {
    height: 60px; 
    line-height: 60px; 
    text-align: center;
}
#match-list li .date-time {
    width: 24%;
}
#match-list li .area-section {
    width: 26%;
}
#match-list li .vs {
    width: 18%;
}
#match-list li .address {
    width: 32%;
}
#match-list .thd { 
    background-color: #114491;
    color: white;
    font-size: 18px;
    font-weight: bold; 
}
#match-list .thd div {
    text-align: center;
}
#match-list .tbd {
    font-size: 16px;
}
#match-list .tbd:nth-child(odd) {
  background-color: white;
}
#match-list .tbd:nth-child(even) {
  background-color: #f0f0f0;
}
#match-list .tbd:hover {
    background-color: #eef6fe;
}