
.ImgDiv > a>img {
    width: auto;
    max-width: 100%;
}
#footer {
    display: none;
}

.mobileShow {
    display: block !important;
}

.pcShow {
    display: none !important;
}

.happenShow {
    display: none;
}

.allShow {
    display: block;
}

.leftCon {
    float: none;
    clear: both;
    width: auto;
}

.rightCon {
    clear: both;
    float: none;
    width: 100%;
}

#menuMobile>.menuList i {
    font-size: 21px;
    margin-right: 5px;
}

#help-tab {
    display: none;
}

#leftMobile {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#leftMobile .groupTitle {
    text-align: left;
}

#leftMobile .groupTitle a {
    font-size: 20px;
}

.wrep {
    width: 100%;
    padding:0 10px;
    margin: 4px 0px 0;
}

#leftMobile .icon-menu2 {
    background-color: #820029;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    float: left;
}

#leftMobile .menutext {
    float: left;
    margin: 5px 0 0 5px;
}
.mainArticleList > .item > .coverImg {
    display: none;
}
.mainArticleList > .item > .hasImg{
    margin-right: 0px;

}


#leftMobile .icon-menu2:HOVER {
    background-color: #5f574f;
}

#leftMobile .courseListCon {
    display: none;
    margin-top: 20px;
    text-align: left;
    width: 80%;
}

/* index start*/
.topImage > img {
    height: auto;
}

.columnMenu {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 42%;
    z-index: 1001;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    overflow: auto;
    display: none;
}

.columnMenu > .item {
    padding: 14px 14px 14px 20px;
    border-bottom: 1px solid #ddd;
}

.mainTextArea{
    height:auto;
}

.mobileCon {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 8px solid #ddd;
}

.mobileCon > .articleList > .item {
    padding-left: 12px;
}