@charset "utf-8";
/* tabs */
dl.tabs {position:relative;}
dl.tabs dt {background:#5B619D;border:none;color:#fff;float:left;font-size:14px; height:40px; font-family:"微软雅黑"; text-align:center; line-height:35px; width:83px; }
dl.tabs dd {width:1163px;height:600px;clear:both;display:block; background-image:url(http://pic1.nmgnews.com.cn/003/001/258/00300125830_1a039ef8.jpg); background-position:center; background-repeat:no-repeat;}
/* if JS is ACTIVATED, enable new style to dl.tabs */
dl.tabs.enabled {height:600px;}
dl.tabs.enabled dt {background:#5B619D;border-width:0;border-color:#e8e8e8;border-style:solid;color:#fff;cursor:pointer; height:40px; width:83px; margin:0 auto;}
dl.tabs.enabled dt:hover {background-color:#E14A01;color:#fff; height:40px;}
dl.tabs.enabled dt.active {background:#4D538F;border:none;color:#fff;cursor:default; font-size:16px; font-weight:bold; height:40px; font-family:"微软雅黑"; width:83px; margin:0 auto;}
dl.tabs.enabled dd {position:absolute; top:34px;left:0;margin:0;z-index:1;clear:none;}
dl.tabs.enabled dd.active {z-index:3;}