.f-menu{
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    z-index: 9999;
}

.g-wrap{
   padding-top: 81px;
}
.m-list-box{
    
}
.border-block{
    padding: 15px 10px 5px;
    border-top: #DFDFDF solid 1px;
    border-bottom: #DFDFDF solid 1px;
    margin-bottom: 12px;
    background-color: #fff;
}
.crowded-block{
    margin: 10px;
    background-color: #fff;
}
.blank-block{
    padding: 15px 10px 5px;
    margin-bottom: 12px;
    background-color: #fff;
}
.m-list-case {
    padding: 15px 10px 5px;
    margin-bottom: 12px;
    background-color: #fff;
}

.icon-title{
   height: 38px;
}
.icon-title a.more{
    height: 38px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #D9D9D9;
    line-height: 38px;
}
.icon-title a.more i.icon-title{
    float: left;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.rec i.icon-title{
    background-image: url("../img/icon/t_icon_rec.png");
    width: 34px;
    height: 34px;
}
.hot i.icon-title{
    background-image: url("../img/icon/t_icon_hot.png");
    width: 30px;
    height: 34px;
}
.new i.icon-title{
    background-image: url("../img/icon/t_icon_new.png");
    width: 28px;
    height: 34px;
}
.com i.icon-title{
    background-image: url("../img/icon/t_icon_com.png");
    width: 38px;
    height: 30px;
}
.rec span{
    color:#FE8924;
}
.hot span{
    color:#FE5153;
}
.new span{
    color:#98D24D;
}
.com span{
    color:#E8476E;
}
.icon-title a.more h3{
    font-size: 16px;
    line-height: 38px;
    float: left;
    padding-left: 0.4em;
}
.icon-title a.more span{
    float: right;
    line-height: 38px;
    font-size: 10px;
    margin-right: 16px;
}
.rope-title{
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 8px;
}
.rope-title img{
    width: 100%;
}
.rope-title a.more{
    display: block;
    float: right;
    margin-right: 8px;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #1CB09A;
}



.activity-area{
    background-image: url("../img/common/activity_area_title.png");
}
.publish-books{
    overflow: hidden;
    background-size: contain;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/common/publish_books.png");
}


.publish-books a.more{
    padding: 0;
}


.m-book-catolog {
    padding: 15px 10px 5px;
    background-color: #fff;
    border-top: #DFDFDF solid 1px;
    border-bottom: #DFDFDF solid 1px;
}
.m-book-catolog li {
    float: left;
    width: 24%;
    margin-right: 1%;
    text-align: center;
    position: relative;
}
.m-book-catolog li a {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    color: #556066;
    line-height: 12px;
}
.m-book-catolog li a img{
    width: 50px;
    height: 50px;
    margin-bottom: 9px;
}
.m-book-catolog li .i-hot{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 4px;
    margin-left: 23px;
    width: 28px;
    height: 14px;
    background-image: url("../img/icon/i-hot.png");
    background-size: cover;
    text-indent: -99em;
    overflow: hidden;
}

.m-book-2-column{
    padding: 8px;
}
.m-book-2-column>li {
    position: relative;
    width: 45%;
    margin-right: 10%;
    float: left;
    margin-bottom: 10px;
    max-height: 150px;
}
.m-book-2-column>li a{
    display: block;
    overflow: hidden;
}
.m-book-2-column>li:nth-child(even){
    margin-right: 0;
}
.m-book-2-column>li a img{
    width: 40%;
    box-shadow:1.7px 1.2px 3px rgba(0,0,0,0.2);
    float: left;
    margin-right: 10px;
}
.m-book-2-column li>a h3 {
    font-size: 12px;
    color: #595959;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 12px;
}
.m-book-2-column li>a p {
    line-height: 14px;
}
.m-book-2-column li>a p strong{
    color:#1BAF99;
    font-weight: normal;
}
.m-book-3-column{
    padding: 8px;
}
.m-book-3-column>li{
    position: relative;
    width: 24%;
    margin-right: 14%;
    float: left;
    margin-bottom: 10px;
}
.m-book-3-column>li:last-child{
    margin-right: 0;
}
.m-book-3-column>li a img{
    width: 100%;
    box-shadow:1.7px 1.2px 3px rgba(0,0,0,0.2);
}
.m-book-3-column li>a h3 {
    font-size: 12px;
    color: #595959;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 10px;
    text-overflow: ellipsis;
    text-align: center;
}

.m-banner-l a{
    display: block;
}
.m-banner-l img {
    width: 100%;
    max-height: 170px;
}

.m-notify{
    height: 46px;
    overflow: hidden;
    background-color: #F8F8F8;
    position: relative;
}

.m-notify-list{
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.m-notify-box{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #E4E4E4;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-top: 10px;
}

.m-notify-box .icon{
    display: inline-block;
    margin: 0 8px;
    color: #FD8A23;
}
.new-books{
    border: 1px solid #D0D1D1;
    background-color: #F5F6F6;
}
.new-books .title{
    height: 30px;
    line-height: 30;
    margin-top: 0;
}
.new-books .title a.link{
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.new-books .title a.link h3{
    text-indent: -99em;
    width: 180px;
    height: 30px;
    position: absolute;
    left: -10px;
    top:-1px;
    background-image: url("../img/common/new_books.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

}
.new-books .title a.link span{
    float: right;
    color: #1CB09A;
    margin-right: 12px;
}
.m-news-list{
    padding: 15px 10px 5px;
    background-color: #fff;
}
.m-news-list a{
    display: block;
    height: 58px;
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9;
}
.m-news-list a:last-child{
    border: none;
}
.m-news-list a img{
    float: right;
    width: 75px;
    height: 58px;
}
.m-news-list a p{
    max-width: 182px;
    float: left;
    margin-top: 25px;
    font-size: 14px;
    color: #595959;
}
.banner-2{
    padding: 8px 10px;
}
.banner-2 a{
    display: block;
    width: 48%;
    margin-right: 4%;
    float: left;
}
.banner-2 a:last-child{
    margin-right: 0;
}
.banner-2 a img{
    width: 100%;
}

.section-title{
    margin-top: 8px;
    padding: 0 10px;
    background-color: #fff;
}
.section-title a.more {
    padding: 10px 0;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #D9D9D9;
    height: 16px;
    line-height: 16px;
}
.section-title a.more h3 {
    font-size: 16px;
    line-height: 16px;
    float: left;
    border-left: 2px solid #1CB09A;
    padding-left: 1em;
}
.section-title a.more span {
    float: right;
    line-height: 16px;
    font-size: 10px;
    color: #1CB09A;
    margin-right: 16px;
}
.cq-recomment .section-content{
    max-height: 194px;
    padding: 6px 10px;
    
}
.cq-recomment .section-content a{
    display: block;
    height: 100%;
}
.cq-recomment .section-content img{
    width: 100%;
}

.brief-list{
    padding: 12px;
}
.brief-list a{
    display: block;
    margin-bottom: 10px;
}
.brief-list a h3{
    height: 16px;
    line-height: 18px;
    color: #595959;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 15px;
    margin-bottom: 6px;
}
.brief-list a h3 strong{
    font-weight: normal;
    color: #fff;
    background-color: #1CB09A;
    padding: 2px;
    margin-right: 4px;
}
.brief-list a p{
    color: #999;
    font-size: 14px;
    line-height: 1.4;
}
.m-qa li{
    padding: 12px 15px;
    border-bottom: 1px solid #E5E5E5;
}
.m-qa li h3{
    color: #595959;
    line-height: 2;
    font-size: 14px;
}
.m-qa li p{
    color: #999999;
    font-size: 14px;
    line-height: 1.4;
}














