.articleListCell {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    height: 120px;
    width: 100%;
    color: #81b7e2;
    background-color: #ffffff;
    border-bottom:1px solid #000000;
}



.articleImage {
    /*float: left;*/
    position: relative;
    margin: 0;
    padding: 10px;
    /*height: 90%;*/
    max-width: 30%;
    max-height: 100%;
    /*max-height: 120px;*/
    /*background-color: #006dcc;*/
}
.rightPart
{
    position: relative;
    margin: 0;
    padding: 10px;
    min-height: 50px;

    /*background-color: #20daf1;*/
    display: inline-block;
    float: right;
    width: 70%;
}
.articleTitle {
    /*float: left;*/
    position: relative;
    margin: 0;
    padding: 0;
    height: 65%;
    width: 100%;
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
    color: #37465f;
    font-weight: bold;
    font-size: 1.3em;
    /*background-color: #222a33;*/
}
@media screen and (max-width: 768px){
    .articleTitle{
        font-size: 1em;
    }
}



.articleInfo {
     /*float: left;*/
    position: relative;
    margin: 0;
    padding: 0 10px;
    text-align: right;
    display: inline-block;
    height: 30%;
    font-size: 80%;
    color: slategray;
    word-wrap: break-word;
    white-space: normal;
     width: 100%;

    /*font-weight: bold;*/
     /*background-color: #222a33;*/
}

.blackBackground{
    background-color: #000000;
    opacity: 0.8;
    filter:alpha(opacity=0.3);
    overflow: auto;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.blackFuzzyDiv{
    /*background-color: #;*/
    /*opacity: 0.8;*/
    /*filter:alpha(opacity=0.3);*/
    overflow: auto;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/*无数据提示*/
.emptyDataNotice{
    position: relative;
    padding: 0;
    margin-top: 20%;
    margin-bottom: 20%;
    height: 100%;
    width: 100%;
    color: greenyellow;
    font-size: 28px;
    text-align: center;
}
/*模糊效果*/
.fuzzy {
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */

    -webkit-filter: blur(5px); /* Chrome, Opera */
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false); /* IE6~IE9 */
}

/*body scroll disable*/
.disableScroll{
    height: 1000px;
}
/*side menu*/
.shieldMenu
{
}
/*netreq lock*/
.netLock{
}
/*ios Lock*/
.iosLock {
    height: 100%;
    overflow: hidden;
}
.custom-fullScreen {
    width: 100%;
    height: 100%;
}
.disableScroll #fuzzyDiv{
    display: none;
}

div.disableScroll{
    display: none!important;
}

/*list  淡入效果*/
.popupDiv_Fade {
    overflow: auto;
    position: fixed;
    display: none;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 300;
    background-color: #ffffff;
}
.popupDiv_Fade.leftIN{
    position: relative;
    background-color: transparent;
}

.popupDiv_Content{
    width: 100%;
    /*height: 100%;*/
    margin-top: 50px;
    position: relative;
}
.popupDiv_Content.noTop{
    margin: 0;
}
.popupDiv_Fade.second {
    z-index: 400;
}
.popupDiv_Fade.third {
    z-index: 32;
}
.articleListTitle{
    position: relative;
    /*top: 76px;*/
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    background-color: #3ABEDB;
    height: 45px;
    line-height: 45px;
    width: 100%;
}


.articleListNoIMGUL{
    color: #000000;
    position: relative;
    /*top: 76px;*/
    height: auto;
    background-color: #2F2F2F;
    width: 100%;
}

.loadMore{
    /*background: -webkit-linear-gradient(top, #6D6D6D, #2C2C2C);*/
    position: relative;
    /*display: none;*/
    width: 100%;
    max-width: 200px;
    height: 44px;
    line-height: 44px;
    background-color: #ffca29;
    /*color: #000000;*/
    padding: 0 2%;
    border: none;
    margin: 20px 0;
    color: #ffffff;
    border-radius: 10px;

}

.btnHighLight{
    /*border:1px solid #ffffff!important;*/
    border:1px solid #7e979e!important;
    /*box-shadow: 0 0 3px #fff;*/
    /*-moz-box-shadow: 0 0 3px #fff;*/
    /*-webkit-box-shadow: 0 0 3px #fff;*/
    /*-webkit-touch-callout:none;*/
    /*-webkit-user-select:none;*/
}

#dropdownBtn i{
    width: 24px;
    height: 30px;
    margin: 0 5px 0 0;
    font-size: 1rem
}
.dropdown-menu a{
    height: 30px;
    line-height: 30px!important;
}
#dropdownBtn img, .dropdown-menu img{
    margin-bottom: 5px;
    margin-right: 2px;
    width: 16px;
    height: 16px;
}

#magazineDetailUL li .articleListCell{
    /*background-color: #0f1217;*/
    text-align: center;
}
#magazineDetailUL li .articleImage{
    /* float: left; */
    position: absolute;
    margin: auto;
    padding: 5px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* height: 90%; */
     max-width: 100%;
    max-height: 120px;
}
@media screen and (min-width: 768px) {
    .articleListCell{
        height: 150px;
    }
    #detailList,
    .articleListNoIMGUL{
        margin: 0 auto;
        width: 80%;
        max-width: 1200px;
    }
    .rightPart {
        max-width: 70%;
        /*width: auto;*/
        /*float: none;*/
    }

}

@media screen and (min-width: 992px) {
    .articleListCell{
        height: 200px;
    }
}

@media screen and (min-width: 1200px) {
    .articleListCell{
        height: 250px;
    }
}
