﻿.main { height: 628px; width: 100%; background-image: url(/images/bg.jpg); background-color: #f9f9f9; background-position: center top; background-repeat: no-repeat; }



.bannerbg { overflow: hidden; width: 628px; width: 1000px; border: solid 0px #000; position: relative; }
    .bannerbg .bannerbig { width: 100%; margin: 0px auto; overflow: hidden; }
#play_list { width: 100%; list-style: none; position: relative; height: 628px; }
    #play_list li { display: none; width: 100%; height: 628px; position: absolute; left: 0px; top: 0px; z-index: 0; background-position: top center; background-repeat: no-repeat; }
        #play_list li.ac { z-index: 1; display: block; }

#play_text { position: relative; width: 0; margin: 0px auto; }
    #play_text ul { position: absolute; right: 0px; z-index: 5; margin: 0px auto; height: 20px; top: -20px; overflow: hidden; list-style: none; }
        #play_text ul li { float: left; cursor: pointer; width: 24px; height: 14px; }


.news { z-index: 100; position: absolute; width: 460px; height: 200px; top: 358px; border: solid 0px #000; }
    .news .tit { width: 460px; margin-bottom: 20px; overflow: hidden; }
        .news .tit .t1 { width: 82px; float: left; font-size: 20px; }
            .news .tit .t1 b { color: #ca000b; font-weight: 400; }
        .news .tit .t2 { width: 326px; float: left; border-bottom: dashed 1px #ccc; height: 22px; }
        .news .tit .t3 { float: left; height: 22px; line-height: 22px; }
            .news .tit .t3 b { color: #ca000b; font-weight: 400; }

    .news ul { width: 460px; overflow: hidden; }
        .news ul li { width: 460px; float: left; overflow: hidden; height: 36px; margin-bottom: 20px; }
            .news ul li .l1 { float: left; width: 33px; }
                .news ul li .l1 b { font-size: 20px; }
            .news ul li .l2 { float: left; width: 15px; height: 30px; border-right: dashed 1px #ccc; }
            .news ul li .l3 { float: left; width: 400px; margin-left: 10px; text-align: left; }
                .news ul li .l3 a { color: #333; line-height: 18px; }



.foot { position: absolute; width: 1000px; height: 30px; top: 590px; border: solid 0px #000; }
    .foot .fl { float: left; line-height: 30px; }
    .foot .fr { float: right; line-height: 30px; }
