@media screen and (max-width: 768px) {
    .default-width{
        padding: 0 5px;
    }
    .app-width{
        width: 100%;
    }
    .recommend-width{
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .default-width {
        padding: 0 15%;
    }

    .app-width{
        width: 23%;min-width: 200px;
    }
    .recommend-width{
        width: 49%;min-width: 200px;
    }
}



/*最新内容显示区*/
/*首页--主显示区*/
.main{
    padding: 0;
    margin: 0;
    /*background-color: whitesmoke;*/
}
.main-title{
    background-color: whitesmoke;
    clear: both;
    padding-left: 10px;
    letter-spacing: 2px;
}
/*内容区域*/
.main-box{
    clear: both;
    display: flex;
    /*align-items: flex-start;*/
    justify-content: space-between;
    /*justify-content: left;*/
    /*overflow: auto;*/
    flex-wrap: wrap;

}

.app-detail:hover{
    border: #0e90d2 1px solid;
}

.res-title{
    color: black;
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑,宋体", verdana, arial;
}
.app-image{
    max-height: 130px;
    min-height: 130px;
    overflow: hidden;
    border: whitesmoke 1px solid;
    background-color: whitesmoke;
    padding: 0px 1px;
}
.app-profile{
    /*max-height: 40px;*/
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.more-common-info{
    display: flex;
    justify-items: center;
    justify-content: right;
}

h3{
    color: black;
    font-weight: bolder;
    font-family: "Arial Black", serif;
    padding: 10px 0;
}
.manu_logo{
    border: wheat 1px solid;
    border-radius: 3px;
    max-height: 18px;
    margin: 0px 5px;
}
.mybadge{
    font-size: 12px;
    color: white;
    border-radius: 50%;
    /*border: #ebf109 1px solid;*/
    background-color: #b7cae0;
    padding: 0 5px;
    margin-left: 5px;
}
.my-res-footer{
    text-align: right;background-color: transparent;border-top: whitesmoke 1px solid;
}

/*分类显示区*/
.category-main{
    padding: 0px;
}
.category-main-box{
    clear: both;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.category-main-box-child{
    margin-bottom: 10px;

    border: 1px whitesmoke solid;border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.category-main-box-child:hover{
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.category-createtime{
    color: lightgray;
    font-size: 14px;
}
.category-clicknum{
    color: lightgray;
    font-size: 14px;
    margin-left: 5px;
}
.category-app-profile{
    font-size: 14px;
    color: grey;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.category-panel{

}
.category-panel-left{

}
.category-panel-head{
    font-size: 16px;
    padding-top: 5px;
}
.category-panel-body{

}

/*资料列表*/
.info-main{
    padding: 0px;
}
.info-main-box{
    clear: both;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.info-main-box-child{
    margin-bottom: 0px;
}

.info-createtime{
    color: lightgray;
    font-size: 14px;
}

.info-title{
    font-size: 16px;
    padding-left: 20px;
}

.info-title span{
    display: inline-block;
    width: 24px;
}

.info-title a{
     color: #161617;
}

/*用于首页的列表*/
.index-info-list{
    /*padding-left: 5px;*/
}

.index-info-list .info-title{
    font-size: 14px;
    padding: 3px 0;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}


