@charset "utf-8"; 
/* CSS Document */
.focus-box { background-position: center; position: relative; z-index: 100; width: 440px !important;height: 292px !important;}
.focus-container { overflow: hidden; position: relative; visibility: hidden; width: 440px !important;height: 292px !important;}
.focus-container .focus-item { position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden;}
.focus-container .focus-item img { width: 100%; height: 100%; border: 0; vertical-align: top;}
.focus-title-bar { position: absolute; right: 0px; bottom: 0px; z-index: 40; width: 100%; height: 30px;}
.focus-title-bg {width: 100%;height: 100%;background: url(../images/ulbg.png);}
.focus-title {display: block;height: 30px;line-height: 30px;padding: 0 10px;color: #fff;font-size: 12px;position: absolute;left: 0;top: 0;z-index: 50;font-weight: normal;width: 234px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.focus-title a, .focus-text a { color: #fff; text-decoration: none;}
.focus-title a:hover, .focus-text a:hover { color: #e5e5e5; text-decoration: none;}
.focus-text-box { position: absolute; left: 30px; top: 10px; z-index: 20; width: 40%; height: 100px;}
.focus-text-bg { width: 100%; height: 100%; background: #000; opacity: 0.7; filter: alpha(opacity=70);}
.focus-text-inner { position: absolute; left: 0; top: 0; z-index: 30; height: 100%; overflow: hidden;}
.focus-text { padding: 10px; line-height: 1.5; color: #fff; font-size: 13px;}
.focus-navigation { display: block; width: 30px; text-align: center; height: 50px; line-height: 50px; background: #000; text-decoration: none; color: #fff; font-size: 30px; font-weight: bold; text-decoration: none; cursor: pointer; position: absolute; top: 50%; margin-top: -25px; z-index: 50; opacity: 0.7; filter: alpha(opacity=70);}
.focus-navigation:hover { font-size: 30px; font-weight: bold; color: #fff; text-decoration: none;}
.focus-navigation:active { opacity: 1; filter: alpha(opacity=100);}
.focus-prev { left: 0px;}
.focus-next { right: 0px;}
.focus-pagination {position: absolute;right: 0;bottom: 10px;z-index: 60;height: 15px;text-align: right;}
.focus-page {display: inline-block;width: 16px;height: 16px;font-size: 0;text-decoration: none;overflow: hidden;border-radius: 8px;background: #cacaca;color: #fff;margin-right: 10px;cursor: pointer;opacity: 0.7;filter: alpha(opacity=70);}
.focus-page span {display: block;text-align: center;font-size: 12px;color: #fff;line-height: 16px;}
.focus-page:hover { text-decoration: none; font-size: 0; color: #fff;}
.focus-page-active {font-weight: 700;background: #ce7a39;opacity: 1;filter: alpha(opacity=100);}

/**日历**/
.sudy-pubdate { width: 58px; height: 48px; overflow: hidden;}
.sudy-pubdate span { display: block; width: 100%; font-family: Arial; font-weight: bold; text-align: center;}
.sudy-pubdate span.pubdate-year { display: none;}
.sudy-pubdate span.pubdate-month { height: 20px; line-height: 20px; font-size: 14px; color: #fff; background: #607697;}
.sudy-pubdate span.pubdate-day { height: 28px; line-height: 28px; font-size: 21px; background: #5b7091; color: #fff;}

/**选项卡**/
.sudy-tab {float: left;width: 484px;margin-left: 10px;position: relative;}
.sudy-tab .tab-menu {background: url(../images//gg_tit.gif) no-repeat;width: 452px;padding-left: 32px;padding-top: 2px;line-height: 32px;height: 32px;}
.sudy-tab .tab-menu li {display: inline-block;color: #ff8824;font-weight: bold;font-size: 16px;font-family: 微软雅黑;width: 83px;float: left;text-align: center;cursor: pointer;margin-right: 10px;height: 32px;line-height: 32px;}
.sudy-tab .tab-menu li.selected {background: url(../images/abg.gif);}
.sudy-tab .tab-list { margin: 11px 10px;}
.sudy-tab .tab-list .more_btn { display: block; width: 40px; height: 16px; position: absolute; top: 8px; right: 18px;}