@charset "UTF-8";

.tabNotice				{min-height:400px; position:relative;}
.tabNotice p.title		{font-size:25px; color:#0054a6;}
.tabNotice > ul			{display:table; width:100%;}
.tabNotice > ul > li  {display:table-cell; width:20%;}
.tabNotice > ul > li > input  {width:100%; text-align:center; background-color:#eeeeee; padding:13px 0; font-size:18px; color:#222;}
.tabNotice > ul > li.active > input		{background-color:#0054a5; color:#fff;}


.tabNotice ._recentListUl li ul		{position:absolute; left:0;}
.tabNotice ._recentListUl li ul		{display:none;margin-top:20px;}
.tabNotice .recentBbsMore			{position: absolute; right: 0; top: 0; background: url(./../images/btnArr.png) right center no-repeat; width: 31px; height: 31px; display: none; text-indent: -9999px;}
.tabNotice ul li.active ul {display:block;}
.tabNotice ul li.active .recentBbsMore{display:block;}


.tabNotice ._recentListUl li ul							{width:100%;}
.tabNotice ._recentListUl li ul li a					{display:block;}
.tabNotice ._recentListUl li ul li a .recentBbsTitle	{position:relative;padding-left:10px;font-size:16px;box-sizing: border-box;}
.tabNotice ._recentListUl li ul li a .recentBbsTitle span.title{width: calc(100% - 90px);overflow: hidden;text-overflow: ellipsis;display:block;white-space: nowrap;height:35px;}
.tabNotice ._recentListUl li ul li a .recentBbsTitle span.title.hot{color:#0054a5;}
.tabNotice ._recentListUl li ul li a .recentBbsTitle span.title.hot:hover{text-decoration:underline;}
.tabNotice ._recentListUl li ul li a .recentBbsTitle:before	{content:''; width:3px; height:3px; background:#3162bf; position:Absolute; left:0; top:15px;}
.tabNotice ._recentListUl li ul li a .newArtcl	{position: absolute; right: 0; top: 0; display:none;}
.tabNotice ._recentListUl .newArtcl			{display:none;}
.tabNotice .recentBbsInfo				{position:relative; }
.tabNotice .recentBbsInfo dl			{position:Absolute; right:0; top:0; font-size:14px; color:#999;}
.tabNotice .recentBbsInfo dl dt		{position:absolute; height:0; overflow:hidden;}
.tabNotice .recentBbsInfo dl dd   {color:#666;}
