@charset "utf-8";
/* css document */
.focus-box {  background-position:center; position:relative; font-family:'\5b8b\4f53';}
.focus-container { overflow:hidden; position:relative; visibility:hidden;}
.focus-container .focus-item { position:absolute; width:100%; height: 100%; left:0; top:0; overflow: hidden; text-align: center;}
.focus-container .focus-item img { width: 100%; height: 100%; border:0; vertical-align: top;}
.focus-title-bar { position:absolute; right:50px;  bottom:0px; z-index: 2; width:400px; height: 60px; }
.focus-title-bg { width: 100%;  background-color:#213f99; opacity: 0.7; filter:alpha(opacity=70);height: 50px;
}
.focus-title { display: inline-block; white-space: nowrap; height: 50px; line-height:50px; padding: 0 30px; color: #fff; font-size: 18px; position: absolute; left: 0; top: 0; z-index: 50;font-family: 微软雅黑;font-weight: 400;}
.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-color: #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 {
    background: #000;
    display: block;
    width: 30px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    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.5;
    filter: alpha(opacity=70);
}
.focus-navigation:hover {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    opacity: 0.7;
    background: #000;
    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: 20px;
    top: 10px;
    bottom: 0;
    z-index: 60;
    text-align: right;
}
.focus-page {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    color: #fff;
    cursor: pointer;
}
.focus-page span { display: none;}
.focus-page:hover { text-decoration: none; font-size: 12px; color: #666666; font-weight: bold; }
.focus-page-active {
    background-color: #f90;
}
.focus-thumbnail { position: absolute; left: 20px; bottom: 34px; z-index: 50;}
.focus-thumbnail:after { content: ""; display: block; clear: both; height: 0; line-height: 0; font-size: 0; overflow: hidden;}
.focus-thumb { float: left; display:inline-block; border:1px solid #595959; cursor: pointer; margin-left: 3px;}
.focus-thumb span { display: block; width: 80px; height: 50px; border:1px solid #fff;}
.focus-thumb span img { width: 100%; vertical-align: top; height: 100%;}
.focus-thumb-active { border-color:#ff4019 }

/* sudyextend */
/**选择菜单**/
.sudy-select { display:inline-block; position:relative; z-index:100;}
.sudy-select .select-name { display:inline-block; line-height:24px; padding:0 22px 0 5px; background:url(/uploads/image/_t024teimages/arrow01_down.gif) no-repeat right 50%; border:1px solid #ccc; cursor:pointer;}
.select-down .select-name { background-image:url(/uploads/image/_t024teimages/arrow01_up.gif);}
.select-down .select-open { background-image:url(/uploads/image/_t024teimages/arrow01_down.gif);}
.select-up .select-name { background-image:url(/uploads/image/_t024teimages/arrow01_down.gif);}
.select-up .select-open { background-image:url(/uploads/image/_t024teimages/arrow01_up.gif);}
.sudy-select .select-list { border:1px solid #999; position:absolute; left:0; background-color:#fff; display:none; z-index:100; z-index:100; _margin-top:_2px;}
.sudy-select .select-list li { line-height:24px; cursor:pointer; white-space:nowrap;}
.sudy-select .select-list li.hover { background-color:#06c; color:#fff;}

/**日历**/
.sudy-pubdate {
width: 50px;
height: 40px;

overflow: hidden;
background: none;
border-width: 0px;
}
.sudy-pubdate span { display:block; width:100%; font-family:tahoma, geneva, sans-serif; font-size:10px; font-weight:400; text-align:center;line-height: 20px;}

.sudy-pubdate span.pubdate-month {
height: 33px;
line-height: 33px;
font-size: 20px;
color: #a4a4a4;
width: 19px;
float: left;
margin-left: 13px;
}
.sudy-pubdate span.pubdate-day { height: 20px;
color: #fb8b16;
line-height: 20px;
font-size: 20px;
border-top-width: 0px;
background: none;
}

.rili.n2 .sudy-pubdate span.pubdate-day { height: 20px;
color: #97e5f9;
line-height: 20px;
font-size: 20px;
}
.rili.n2 .sudy-pubdate span.pubdate-time{ 
color: #97e5f9;

}
.rili.n4 .sudy-pubdate span.pubdate-day { height: 19px;
color: #97e5f9;
line-height: 19px;
font-size: 20px;
}
.rili.n4 .sudy-pubdate span.pubdate-time{ 
color: #97e5f9;

}
.sudy-pubdate span.pubdate-time{ 
color: #fb8b16;

}

/**选项卡**/
.sudy-tab {}
.sudy-tab .tab-menu { height:30px; border-bottom:1px solid #ccc;}
.sudy-tab .tab-menu li { display:inline-block; height:30px; line-height:30px; float:left; font-size:20px; font-weight:400; color:#ababab; padding:0 10px; border-radius:5px 5px 0 0; cursor:default; font-family: 微软雅黑;}

.sudy-tab .tab-menu li.selected {
color: #971e0d;
border-bottom-width: 2px;
background: none;
font-family: 微软雅黑;
border-bottom-color: #e3e3e3;
border-bottom-style: solid;
margin-top: -2px;
}
/**输入框提示**/
.sudy-input {display:inline-block; _display:inline; position:relative; font-family:tahoma, geneva, sans-serif; vertical-align:top;}
.sudy-input input,.sudy-input textarea { display:inline-block; height:17px; line-height:17px; color:#333; font-size:13px; vertical-align:top; padding:3px; background-color:#fff; border:1px solid #ccc; outline:none; border-radius:3px; overflow:hidden;}
.sudy-input textarea { height:85px;}
.sudy-input .tip { display:block; height:25px; line-height:25px; color:#888; font-size:13px; position:absolute; left:10px; top:0;}

/**链接菜单**/
/**链接菜单**/
.sudy-links { display:inline-block; }
.sudy-links .links-name {
display: inline-block;
font-weight: 400;
height: 40px;
line-height: 40px;
padding: 0 20px 0 5px;
background: #f2f2f2 url(/uploads/image/_t024teimages/asdfg.png) no-repeat right 50%;
border: 1px solid #e0e0e0;
cursor: default;
font-size: 14px;
}
.sudy-links .wrap-open { }
.sudy-links .links-wrap { white-space:nowrap; border: 1px solid #e0e0e0; padding:3px 0; background-color:#fff; line-height:1.7; position:absolute; display:none; left:0; bottom:25px; z-index: 10000;}
.sudy-links .links-wrap a { display:block; padding:0 10px;}
.sudy-links .links-wrap a:hover { color:#fff; background-color:#97e5f9;}
#wp_news_w99 .wp_article_list .list_item span {margin-left: 0px;}


/**scroll滚动**/
.sudy-scroll { position:relative; height: 275px;}
.sudy-scroll-wrap {
position: relative;
left: 0;
top: 0;
overflow: hidden;
height: 275px;
}
.sudy-scroll-nav .nav-prev,.sudy-scroll-nav .nav-next { display:block; width:20px; height:24px; text-align:center; line-height:24px; font-size:18px; font-family:tahoma, geneva, sans-serif; color:#fff;  cursor:pointer; position:absolute; top:50%; margin-top:-12px; z-index:100;text-indent: -199em; top: -10000px;}
.sudy-scroll-nav .nav-prev:active,.sudy-scroll-nav .nav-next:active { background:#454545;}
.sudy-scroll-nav .nav-next { right:-22px;}
.sudy-scroll-nav .nav-prev { left:-22px;}
.sudy-scroll-page {width: 100%;
height: 10px;
text-align: center;
position: absolute;
left: 0;
bottom: 48px;
z-index: 100;
}
.sudy-scroll-page .page-index { display:inline-block; width:10px; height:10px; border-radius:5px; overflow:hidden; background:#666; margin:0 3px;}
.sudy-scroll-page .active { background:#f30}
.sudy-scroll-page .page-index span { display:none;}
div#w3 {
    height: 50px;
}