﻿
 div, ul, ol, li, h2
        {
            padding: 0;
            margin: 0;
        }

        li
        {
            list-style-type: none;
        }
        img
        {
            vertical-align: top;
            border: none;
        }

        /* link color font */
	/*a
        {
            color: #2b2b2b;
            text-decoration: none;
        }
        a:visited
        {
            color: #83006f;
            text-decoration: none;
        }
        a:hover
        {
            color: #BA2636;
            text-decoration: underline;
        }
        a:active
        {
            color: #BA2636;
        }*/
        .cDGray, .cDGray:visited, .cDGray a
        {
            color: #727171;
        }
        .cDRed, .cDRed:visited, .cDRed a
        {
            color: #BA2636;
        }
        .cDRed a:hover, a.cDRed:hover, .cDGray a:hover, a.cDGray:hover
        {
            color: #BA2636;
        }
 
        /* 全局切换样式 */.tab .normal
        {
            display: none;
        }
        .tab .on
        {
            display: block;
        }
        /* 板块css */
          .focusPic
        {
            width: 411px;
            float: right;        
            background: #fff;
            border: 1px solid #dcdddd;
            text-align:left;
            
        }
        .focusPic img{
            border: 1px solid #dcdddd;
        }
        .focusPic .main
        {
            width: 395px;
            margin: 8px 8px 5px 8px;
            overflow: hidden;
            position: relative;
            z-index: 0;
        }
        .focusPic .main h2
        {
            font-size: 14px;
            font-weight: bold;
            line-height: 24px;
            margin-top: 6px;
        }
        .focusPic .main p
        {
            margin: 2px 0;
            line-height: 21px;
        }
        .focusPic .main img
        {
            border: 1px solid #dcdddd;
        }
        .focusPic .main .icon
        {
            border: none;
        }
        .focusPic .main .normal img
        {
            width:291px;
            height:194px;border: 1px solid #dcdddd;
        }
        .focusPic .sidePic
        {
            width: 100px;
            position: absolute;
            z-index: 1;
            right: 0;
            top: 0;
        }
        .focusPic .sidePic img
        {
            width:90px;
            height:60px; border: 1px solid #000000;
        }
        
        .sidePic li
        {
            padding-left: 10px;
            margin-bottom: 7px;
            position: relative;
            overflow: hidden;
        }
        
        .normal .on img{
            border: 1px solid #eee;
        }
        
        .sidePic .on
        {
            background: url(sprites.gif) -203px -400px no-repeat #fff;
            padding-left: 10px;
            margin-bottom: 7px;
        }
        
        .sidePic .on img{
            border: 1px solid #000000;
        }
        
        .sidePic li img{border: 1px solid #000000;
        }
