.nb-icon-inner-wrap {
    display: none !important;
}

/*#nb_invite_welcome {
    display: none !important;
}*/

#nb_icon_wrap {
    display: none !important;
}

/*#nb_invite_wrap {
    display: none !important;
}*/

.JournalismTitle {
    text-align: center;
    margin-top: 30px;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
    width:100%;
    cursor:pointer
}
.JournalismTitle:hover{
    color:rgb(59,108,170)!important
}

.Journalism {
    height: auto;
    overflow: hidden;
    margin-bottom:40px
}

.JournalismLeft {
    /*width: 50%;*/
    float: left;
    height: 100%;
}

.JournalismRight {
    /*width: 50%;*/
    float: left;
    height: 100%;
    padding: 0 20px;
}

.JournalismLeft ul li {
    height: 350px;
}

.Journalism .JournalismLeft .am-slider-default .am-control-nav li a {
    width: 30px;
    height: 4px;
    border-radius: 0px;
}

.Journalism .JournalismLeft .am-slider-default .am-control-nav {
    bottom: 15px;
}

    .Journalism .JournalismLeft .am-slider-default .am-control-nav li a.am-active {
        background-color: #fff;
    }

.JournalismRight ul {
    height: 80%;
}

.JournalismRight li {
    display: block;
    /*height: 24%;*/
    line-height: 65px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

    .JournalismRight li:last-child {
        border-bottom: none;
    }

    .JournalismRight li:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: #000;
        position: absolute;
        top: 28px;
        border-radius: 10px;
    }

    .JournalismRight li p {
        width: 70%;
        float: left;
        padding-left: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }

    .JournalismRight li span {
        float: right;
    }

@media screen and (max-width: 1440px) {
    .navimg {
        right: 7% !important;
    }
}
   .clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
    }
    .clearfix{
        *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
    }
    .mobileUl li:nth-of-type(odd){
        background:#ccc
    }
     .mobileUl li:nth-of-type(even){
        background:#f0f0f0
    }
      .mobileUl li:hover{
         background:rgb(59,180,242,.7)!important

      }
     /*<.new-all-bgc:hover{
         background:rgb(255,255,255,.1)!important
     }*/