@charset "utf-8";
/**
 * @name: index_common.css
 * @overview: 首页公共部分样式（头部、底部）
 * @author: 黄泽群 
 * @modify: 黄泽群
 * @creattime: 2012-7-26
 */

/**首页头部公共部分样式开始**/
.topnav {
    background: #F5F5F5;
    width: 100%;
    height: 33px;
}

.topnav-text {
    width: 981px;
    height: 29px;
    margin: 0 auto;
    line-height: 33px;
    letter-spacing: 1px;
    -moz-text-shadow: 1px 1px 1px #fff;
    -webkit-text-shadow: 1px 1px 1px #fff;
    text-shadow: 1px 1px 1px #fff;
}

.topnav-phone {
    font-size: 13px;
}

.header {
    width: 981px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
}

.ebs-logo {
    background: url(http://img.ebs.org.cn/ebsimages/ebs-logo.png) no-repeat 0 0;
    width: 145px;
    height: 77px;
    margin-left: 15px;
}

.mainSearch {
    width: 430px;
    overflow: hidden;
    margin-top: 32px;
    margin-left: 100px;
}

.mainSearch-tab a, .mainSearch-tab a:hover {
    color: #666;
    margin-left: 12px;
}

.mainSearch-tab .on, .mainSearch-tab .on:hover {
    color: #666;
}

.redTriangle {
    background: url(http://img.ebs.org.cn/ebsimages/redTriangle.png) no-repeat 0 0;
    width: 16px;
    height: 7px;
    overflow: hidden;
    position: relative;
    top: 2px;
    left: 16px;
}

.mainSearch-input {
    width: 430px;
    overflow: hidden;
    color: #C2C1C1;
}

.mainSearch-input label {
    position: absolute;
    top: inherit;
    left: inherit;
    margin-top: 10px;
    margin-left: 8px;
    *display: none;
}

.mainSearch-input .input {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    padding: 11px 4px 8px 4px;
    width: 340px;
}

.mainSearch-input .btn {
    background: url(http://img.ebs.org.cn/ebsimages/searchBtn.png) no-repeat 0 0;
    width: 69px;
    height: 36px;
    border: none;
    cursor: pointer;
}

.mainSearch-input .btn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.ebs-sign {
    background: url(http://img.ebs.org.cn/ebsimages/ebs-sign.png) no-repeat 0 0;
    width: 192px;
    height: 51px;
    margin-top: 25px;
    margin-right: 10px;
}

.mainnav {
    background: #f5f5f5;
    width: 100%;
    height: 40px;
}

.mainnav-width {
    width: 981px;
    margin: 0 auto;
    overflow: hidden;
}

.ul-mainnav li {
    font-size: 14px;
    width: 90px;
    height: 40px;
    display: inline-block;
    float:left;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -moz-text-shadow: 1px 1px 1px #fff;
    -webkit-text-shadow: 1px 1px 1px #fff;
    text-shadow: 1px 1px 1px #fff;
}

.ul-mainnav ul {
    width: 250px;
    background-color: #fff;
    border: 1px solid #629d2a;
    border-top: none;
    position: absolute;
    left: -1px;
    top: -999em;
    z-index: 99999;
    padding: 8px;
    display: none;
}

/*.ul-mainnav .li-ie6,.ul-mainnav .li-ie6:hover*/
/*{*/
/*_position:relative;*/
/*_top:8px;*/
/*}*/
/*.li-mainnav-a{*/
/*width:90px;*/
/*height:40px;*/
/*line-height:40px;*/
/*display:block;*/
/*}*/
.ul-mainnav .on {
    color: #fff;
    background: #DE252D;
    _padding-top: 8px;
    _line-height: 32px;
    _height: 32px;
    -moz-text-shadow: 0px 0px 0px #fff;
    -webkit-text-shadow: 0px 0px 1px #fff;
    text-shadow: 0px 0px 1px #fff;
}

.ul-mainnav .on #mainmenu {
    color: #fff;
}

.ul-mainnav li.hover {
    background: #FBFBFB;
    color: #000;
    border-top: 3px solid #de252d;
    height: 37px;
    line-height: 37px;
    margin-top: -2px;
}

.subNav {
    background: #FBFBFB;
    padding: 18px;
    position: absolute;
    z-index: 1000;
    display: none;
}

.subNav-item {
    width: 188px;
}

.subNav-item h3 {
    font-size: 14px;
    font-weight: bold;
    color: #de252d;
    text-align: left;
    line-height: 21px;
    margin-bottom: 8px;
}

.subNav-item-a a {
    font-size: 12px;
    line-height: 24px;
    color: #4d4d4d;
    float: left;
    display: inline-block;
    margin-right: 30px;
}

.subNav-item-a span {
    color: #888;
    margin-left: 18px;
}

.subNav-item-a a:hover {
    color: #de252d;
}

.border-1 {
    border-left: 1px dotted #E3E6ED;
    width: 1px;
    height: 110px;
    margin-right: 30px;
}

.subNav-bottom {
    background: #f8f8f8;
    text-align: left;
    padding-left: 22px;
    margin-top: 60px;
}

.subNav-bottom a {
    font-size: 14px;
    color: #de252d;
    text-decoration: underline;
}

.homeIcon {
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.trends {
    line-height: 40px;
    width: 305px;
    text-align: left;
}

.trends-title {
    color: #de252d;
    padding-left: 6px;
    position: relative;
    _top: 8px;
}

.trends #scrollNews {
    width: 225px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 8px;
    *top: 0px;
    _top: 8px;
}

.trends #scrollNews li {
    width: 225px;
    height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.trends #scrollNews li a {
    color: #888888;
    -moz-text-shadow: 1px 1px 1px #fff;
    -webkit-text-shadow: 1px 1px 1px #fff;
    text-shadow: 1px 1px 1px #fff;
}

.topnav-text .rgt a {
    color: #505050;
    padding: 0 6px;
    display: block;
    min-height: 27px;
}

.topnav-text .rgt a:hover {
    text-decoration: underline;
}

.topmenu_item {
    _position: relative;
    _top: 5px;
}

ul.topMenu {
    list-style: none;
    margin: 0;
}

ul.topMenu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.topMenu li a {
    display: block;
    text-decoration: none;
    float: left;
}

ul.topMenu li span.subhover {
    background-position: center bottom;
    cursor: pointer;
}

ul.topMenu li img {
    vertical-align: middle;
    margin-right: 4px;
}

.topMenu-line {
    height: 11px;
    width: 1px;
    border-right: 1px solid #dcdcdc;
    display: inline;
}

.subMenuTitle-hover {
    cursor: default;
    display: inline;
}

ul.topMenu li ul.subMenu {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0px;
    margin: 0;
    padding: 0;
    display: none;
    float: left;
    width: 85px;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #D9E0EE;
    border-top: 1px solid #de252d;
}

ul.topMenu li ul.subMenu li {
    margin: 0;
    padding: 0;
    clear: both;
    width: 85px;
    background-color: #fff;
}

.subMenu li img {
    margin: 0 3px;
}

html ul.topMenu li ul.subMenu li a {
    float: left;
    padding-left: 10px;
    line-height: 22px;
}

html ul.topMenu li ul.subMenu li a:hover {
    color: #de252d;
}

/**首页头部公共部分样式结束**/

/**首页尾部公共部分样式开始**/
.footer {
    background: #EEEEEE;
    border-top: 1px solid #E1DEDD;
    overflow: hidden;
    width: 100%;
    z-index: 100;
    margin-top: 22px;
}

.footerbg1 {
    width: 100%;
    height: 180px;
}

.footer-help {
    width: 981px;
    overflow: hidden;
    margin: 0 auto;
}

.ul-footerNav {
    margin-top: 35px;
    overflow: hidden;
}

.ul-footerNav li {
    float: left;
    display: inline;
    *width: 132px;
}

.ul-footerNav li a {
    font-size: 14px;
    font-weight: bold;
    color: #6e5d54;
    display: block;
    padding-left: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 40px;
}

.ul-footerNav li a:hover {
    color: #DE252D;
    padding-left: 32px;
}

.footer_s1 {
    background: url(http://img.ebs.org.cn/ebsimages/footer_s.png) no-repeat 0 0;
    height: 31px;
}

.footer_s2 {
    background: url(http://img.ebs.org.cn/ebsimages/footer_s.png) no-repeat 0 -35px;
    height: 31px;
}

.footer_s3 {
    background: url(http://img.ebs.org.cn/ebsimages/footer_s.png) no-repeat 0 -70px;
    height: 31px;
}

.footer_s4 {
    background: url(http://img.ebs.org.cn/ebsimages/footer_s.png) no-repeat 0 -105px;
    height: 31px;
}

.footer_s5 {
    background: url(http://img.ebs.org.cn/ebsimages/footer_s.png) no-repeat 0 -140px;
    height: 31px;
    margin-right: 0;
}

.copyright {
   
    color: #8b8b8b;
    line-height: 34px;
    margin-top: 10px;
  
}

.copyright span {
    display: inline-block;
}

.helpcenter {
    _width: 178px;
}

.helptitle {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 6px;
}

.footer-help .item {
    font-size: 13px;
    line-height: 23px;
    text-indent: 2em;
}

.helpline {
    background: url(http://img.ebs.org.cn/ebsimages/helpline.png) repeat-y 0 0;
    margin: 20px;
    height: 95px;
    width: 7px;
}

.concernus {
    width: 250px;
    overflow: hidden;
    margin-right: 5px;
    display: inline;
}

.concernus-title {
    font-size: 16px;
    font-weight: bold;
    color: #6e5d54;
    line-height: 25px;
    margin: 10px 0px;
}

.weibo {
    width: 120px;
    overflow: hidden;
    margin-right: 8px;
}

.sinaWB {
    background: #3498DB;
}

.qqWB {
    background: #E67E22;
    margin-top: 8px;
}

.qqWB:hover {
    margin-top: 8px;
}

.weibo img {
    vertical-align: middle;
    margin-right: 6px;
}

.weibo a {
    font-size: 14px;
    line-height: 56px;
    padding-left: 14px;
    width: 106px;
    height: 56px;
    color: #fff;
    display: block;
}

.weibo a:hover {
    padding-left: 14px;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
}

.weixin {
    width: 100px;
    height: 100px;
    /*padding: 10px;*/
    /*background: #8BBA30;*/
}

.prompt {
    color: #595959;
    margin-top: 10px;
}

.footerbg2 {
    background: url(http://img.ebs.org.cn/ebsimages/index_52.png) repeat-x 0 0;
    width: 100%;
    height: 38px;
    border-top: 1px solid #fff;
}

.footer-statement {
    width: 981px;
    margin: 0 auto;
    text-align: center;
    height: 38px;
    line-height: 38px;
    color: #FFF;
}

.mr-90 {
    margin-right: 90px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-0 {
    margin-right: 0;
}

/**首页尾部公共部分样式结束**/

/**分页btn样式开始**/
.page_all {
    margin-top: 22px;
    clear: both;
}

.paginator {
    padding: 22px 0px 10px 0;
    margin: 0px;
}

.paginator a {
    padding: 1px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    margin-right: 2px
}

.paginator a:hover {
    padding: 1px 6px;
}

.paginator a:visited {
    padding: 1px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
}

.paginator .cpb {
    padding: 1px 6px;
    font-weight: bold;
    font-size: 13px;
    border: none;
    color: #e27726;
}

.paginator a:hover {
    color: #fff;
    background: #DE252D;
    border-color: #ffa501;
    text-decoration: none;
}

/**分页btn样式结束**/

/**侧边滚动条样式开始**/
#sideScroll {
    width: 47px;
    height: 73px;
    float: right;
    position: fixed;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom: 10px;
}

.feedback {
    width: 52px;
    height: 52px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
}

.support {
    width: 52px;
    height: 52px;
    background: #dcdcdc;
    position: absolute;
    bottom: 60px;
    cursor: pointer;
}

#gotop {
    width: 52px;
    height: 52px;
    background: #dcdcdc;
    position: absolute;
    bottom: 120px;
    display: none;
    cursor: pointer;
}

.feedback:hover, .support:hover, #gotop:hover {
    background: #de252d;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    -ms-transition: background .3s linear;
    transition: background .3s linear;
}

.lightbox-QA {
    width: 400px;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    text-indent: 2em;
    line-height: 24px;
}

.sayST-title {
    font-size: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #d9e0ee;
}

.sayST-redtxt {
    font-size: 16px;
    color: #de252d;
}

.sayST-input {
    overflow: hidden;
    margin-top: 8px;
}

.sayST-input label {
    width: 105px;
    font-size: 12px;
    overflow: hidden;
    text-align: right;
    display: inline-block;
}

.lightbox-QA label {
    top: 0;
    left: 0;
}

.sayST-input .i-text {
    width: 180px;
    color: #666;
    border: 1px solid #CCC;
}

.sayST-input .i-btn {
    background: url(http://img.ebs.org.cn/ebsimages/redBtn.png) no-repeat 0 0;
    width: 122px;
    height: 33px;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-left: 115px;
    font-size: 14px;
}

/**侧边滚动条样式结束**/