
        #imgidex
        {
            width: 720px;
        }
        #center-box
        {
            float: left;
            width: 100%;
     /*       background-image: url('/yimg/bk1.png');*/
        }
        #center-box #box-left
        {
            position: relative;
            float: left;
            width: 90px;
            height: 150px;
            padding: 0px;
            margin: 0px;
            text-align: center;
            vertical-align: top;
            line-height: 150px;
        }
        #center-box #box-left img
        {
            float: right;
            margin: 5px 0 0 0;
        }
        #center-box #box-right
        {
            position: relative;
            float: left;
            width: 150px;
            height: 150px;
            text-align: left;
            vertical-align: middle;
        }
        #center-box #box-right #title
        {
            width: 130px;
            height: 20px;
            text-align: center;
            margin-top: 5px;
            font-size: 16px;
            font-family: 黑体, Arial, Helvetica, sans-serif;
            clear: both;
        }
        #center-box #box-right #center1
        {
            width: 140px;
            height: 115px;
            padding: 0px;
            margin: 3px;
        }
        #center-box #img2
        {
            float: right;
        }
    