﻿@charset "utf-8";

/**选项卡**/
.sudy-tab {}
.sudy-tab .tab-menu {height: 37px;border-bottom: 3px solid #2054a8;background: #f5f5f5;width:255px;}
.sudy-tab .tab-menu li {display:inline-block;float:left;padding:0 15px;border-radius:0px;cursor: pointer;height: 32px;line-height: 32px;font-size: 24px;font-weight: normal;font-family: "微软雅黑";color:#000;}
.sudy-tab .tab-menu li.selected { color: #2054a8;}

