#banner{max-width:1920px; min-width:1200px; height:480px; background-size:cover; background-repeat:no-repeat; background-position:center;}
#match{width:1200px; margin:50px auto; display:flex; flex-wrap:wrap;}
#match li{width:570px; margin-right:60px; margin-bottom:50px; position:relative;}
#match a:nth-child(2n) li{margin-right:0;}
#match li .picture{width:570px;}
#match li .picture img{width:570px; height:365px; border-top-left-radius:10px; border-top-right-radius:10px;}
#match li .title{padding:15px 20px; background-color:#fff;}
#match li .title span{display:inline-block;}
#match li .title span:first-child{width:400px; font-size:16px; font-weight:bold;}
#match li .title span:last-child{width:130px; text-align:right; color:#666; font-size:14px;}
#match li .status{position:absolute; top:0; right:0; width:100px; height:37px;}
#match .notdata{height:80px; line-height:80px; text-align:center; color:#666; font-size:14px;}