<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 频道类型live */
h2.ch_live_tt { display:inline-block; margin-bottom:20px; border-bottom:2px solid #37474f; color:#37474f; font:normal normal 2.4rem/2em Georgia, "Microsoft YaHei UI"; transition:all .5s;}
h2.ch_live_tt a { display:block; text-decoration:none; transition:all .5s;}
h2.ch_live_tt span { margin-left:.5em; color:#007aff; transition:all .5s;}
h2.ch_live_tt:hover { border-color:#007aff; color:#007aff;}
h2.ch_live_tt:hover a { color:#007aff;}
h2.ch_live_tt:hover span { margin-left:1em; color:#37474f;}

.line_live { margin-bottom: 40px;}
ul.ch_live_list { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; width:100%;}
ul.ch_live_list li { overflow: hidden; position:relative; margin-right: 8px; margin-bottom: 8px; width:289px; background-color:#f1f1f1; border-radius:6px; z-index:220; transition: background-color .3s;}
ul.ch_live_list li:nth-child(4n) { margin-right: 0;}
ul.ch_live_list li:hover { background-color:#007aff;}
ul.ch_live_list li a { overflow:hidden; display:block; text-decoration:none;}
ul.ch_live_list li img { width:289px; height:197px; filter:alpha(Opacity=85); -moz-opacity:.85; opacity:.85; transition:opacity .3s;}
ul.ch_live_list li:hover img { filter:alpha(Opacity=100); -moz-opacity:1; opacity:1;}
ul.ch_live_list li h3 { padding:10px; font-size:1.6rem; line-height: 1.5em; transition: color .3s;}
ul.ch_live_list li:hover h3 { color:#fff;}
ul.ch_live_list li span { position:absolute; top:15px; left:0; padding:.7em .7em .7em .5em; background-color:rgba(0,122,255,.8); border-radius: 0 1.2em 1.2em 0; color:#fff; font-size:1.4rem; line-height: 1em;}


.live_bignews { overflow:hidden; margin-bottom: 40px; width:100%; height: 340px; border-radius:6px;}
.live_bignews a { display: -webkit-flex; display: flex; text-decoration: none;}
.live_bignews img { width:500px; height:340px;}
.live_bignews section { padding:40px; width:600px; background-color:#0c4563; color:#fff; transition:background-color .3s;}
.live_bignews:hover section { background-color:#007aff;}
.live_bignews h3 { margin-bottom: 24px; font-size:3.2rem; line-height: 1.3em;}
.live_bignews span { font-size: 1.6rem; line-height: 2.8rem;}

</pre></body></html>