/*活动列表CSS*/
.box2 { min-width: 1190px; min-height: 460px; width: 100%; background-color: #f0f0f0; overflow: hidden; }
.activity { width: 1188px; overflow: hidden; border: 1px solid rgb(232, 232, 232); background-color: #fff; margin-bottom: 20px; }
.activity .left { float: left; width: 810px;     }
.activity .left img { display: block; width: 810px; height: 282px; }
.activity .right {
                position: relative ;float: right;
                width: 328px;
                height: 242px;
                overflow: hidden;
                padding: 20px 20px 20px 0;
}
a.act-tit { display: block; padding-bottom: 10px; font-size: 24px; line-height: 30px; font-family: "Microsoft Yahei"; text-decoration: none; }
.activity .right p { line-height: 23px;}
.hdtime {
            padding-bottom: 15px;
            color: #999;
}
.act-func{ position:absolute; bottom:20px; right:20px; height:30px; padding-top:10px;}
.act-func a{ display:block; float:right;height:34px; line-height:34px; font-size:14px; color:#ac1630;; text-decoration:none;}
.act-func span{ font-family:"宋体"; font-weight:bold;}
.forkj{ width:100%; text-align:center; background-color:#f1f1f1; border-bottom:1px solid #e6e6e6;}