﻿.rollBox
        {
            width: 950px;
            overflow: hidden;
            padding: 10px 0 10px 0px;
           
           
        }
        .rollBox .LeftBotton
        {
            /*height: 22px;
            width: 11px;
            background: url(http://i3.sinaimg.cn/edu/deco/2007/0924/career/job_mj_069.gif) no-repeat 11px 0 */;
            overflow: hidden;
            float: left;
            display: inline;
            margin: 25px 0 0 0;
            cursor: pointer;
        }
        .rollBox .RightBotton
        {
           
            background: /*url(http://i3.sinaimg.cn/edu/deco/2007/0924/career/job_mj_069.gif) no-repeat -8px 0 */;
            overflow: hidden;
            float: left;
            display: inline;
            margin: 25px 0 0 0;
            cursor: pointer;
        }
        .rollBox .Cont
        {
           
            width: 927px;/* 显示图片的宽度*/
            overflow: hidden;
            float: left;
        }
        .rollBox .ScrCont
        {
            width: 10000000px;
        }
        .rollBox .Cont .pic
        {
           /* width: 143px;图片的宽度*/
            float: left;
            text-align: center;
           
            
        }
        .rollBox .Cont .pic img
        {   
            width: 143px;/*图片的宽度*/         
            height: 65px;/*图片的高度*/
            padding: 0px;
            background: #fff;
            border: 1px solid #ccc;
            display: block;
            MARGIN-right: 5px;/*间距宽度*/
            MARGIN-left: 5px;/*间距宽度*/
           
           
        }
        .rollBox .Cont .pic p
        {
            line-height: 26px;
            color: #505050;
        }
        .rollBox .Cont a:link, .rollBox .Cont a:visited
        {
            color: #626466;
            text-decoration: none;
        }
        .rollBox .Cont a:hover
        {
            color: #f00;
            text-decoration: underline;
        }
        .rollBox #List1, .rollBox #List2
        {
            float: left;
        } 