@charset "utf-8"; 
/* CSS Document */
.focus-box { background-position: center; position: relative; z-index: 100;}
.focus-container { overflow: hidden; position: relative; visibility: hidden;}
.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;left: 50%;bottom: 110px;z-index: 40;height: 60px;max-width: 1300px;margin: 0 auto;width: 100%;margin-left: -650px;}
.focus-title-bg {display: none;width: 100%;height: 100%;background: #000;opacity: 0.7;filter: alpha(opacity=70);}
.focus-title {display: inline-block;white-space: nowrap;height: 60px;line-height: 60px;padding: 0 10px;color: #fff;font-size: 34px;font-weight: bold;}
.focus-title a, .focus-text a { color: #fff; text-decoration: none;}
.focus-title a:hover, .focus-text a:hover { color: #fff; 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: 57px;line-height: 57px;color: #fff;font-size: 0;text-decoration: none;cursor: pointer;position: absolute;top: 50%;margin-top: -28px;z-index: 50;}
.focus-navigation:hover { color: #fff; text-decoration: none;}
.focus-navigation:active { opacity: 1; filter: alpha(opacity=100);}
.focus-prev {left: 35px;background: url(../images/prev.png) no-repeat;}
.focus-next {right: 35px;background: url(../images/next.png) no-repeat;}
.focus .focus-pagination {right: 50%;text-align: right;position: absolute;bottom: 105px;z-index: 40;height: 30px;max-width: 1300px;margin: 0 auto;width: 100%;margin-right: -650px;}
.focus .focus-page {display: inline-block;width: 30px;height: 30px;font-size: 17px;text-decoration: none;overflow: hidden;color: #fff;margin-right: 20px;cursor: pointer;}
.focus .focus-page span { display: block; line-height: 30px; text-align: center;}
.focus .focus-page:hover { text-decoration: none;}
.focus .focus-page-active {font-size: 22px; border-bottom: 1px solid #fff;}
.focus .focus-pagination .jiant {position: absolute; top: 0; right:0;display: inline-block;height: 30px;width: 33px;background: url(../images/jiant.png) no-repeat left 6px;}
.focus .focus-pagination a:last-child {margin-right: 55px;}
.focus .jiant {right: 50%;text-align: right;position: absolute;bottom: 75px;z-index: 40;height: 30px;max-width: 1300px;margin: 0 auto;width: 100%;margin-right: -650px;}
.focus .jiant .focus-page { display:none;}
.focus .jiant a {position: absolute;top: -30px;right:0;display: inline-block;height: 30px;width: 33px;background: url(../images/jiant.png) no-repeat left 6px;}

.focus1 .focus-pagination {position: absolute;right: 5px;bottom: 19px;z-index: 60;height: 9px;text-align: right; margin-right: 0;}
.focus1 .focus-page {display: inline-block;width: 9px;height: 9px;font-size: 0;text-decoration: none;overflow: hidden;border-radius: 5px;background: #fff;color: #fff;margin-right: 8px;cursor: pointer; opacity: 0.5; filter: alpha(opacity=50);}
.focus1 .focus-page span { display: none;}
.focus1 .focus-page:hover { text-decoration: none; font-size: 0; color: #fff;}
.focus1 .focus-page-active { opacity: 1; filter: alpha(opacity=100);}
.focus1 .jiant { display:none;}

/**日历**/
.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 {}
.sudy-tab .tab-menu { height: 24px; border-bottom: 1px solid #ccc;}
.sudy-tab .tab-menu li { display: inline-block; height: 24px; line-height: 24px; float: left; font-size: 14px; font-weight: bold; color: #333; padding: 0 10px; border-radius: 5px 5px 0 0; cursor: default;}
.sudy-tab .tab-menu li.selected { background: #06C; color: #fff;}
