.mobile {
    overflow-x: hidden;
}

.mobile .container,.mobile .wide-main {
    width: auto;
}
.mobile .wide-main .page-header h2 {
    margin-top: 30px;
}
.mobile .page {
    padding: 0;
}

.mobile .menu {
    display: flex;
}

.mobile .menu ul {
    display: flex;
}

.mobile .menu li {
    width: auto;
    height: auto;
    float: none;
}

.mobile .menu li + li {
    margin-left: 5px;
}

.mobile .menu ul li a {
    height: auto;
    padding: 0;
    line-height: inherit;
}

.mobile .page-in-main {
    float: none;
}

.mobile .page-in-inner {
    margin-right: 0;
}

.mobile .page-in-side {
    margin-left: 0;
}

.mobile .thumbItem {
    width: 100%;
    margin-right: 0 !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mobile .thumbItem li {
    width: 49vw;
    float: none;
    box-sizing: border-box;
    margin: 0 !important;
    margin-top: 15px !important;
    padding: 0 !important;
    border: none !important;
    position: relative;
}
.mobile .thumbItem.small li {
    margin-top: 0px !important;
    margin-bottom: 32px !important;
}

.mobile .thumbItem .demo {
    display: none;
    /*margin: 5px auto;*/
    /*position: absolute;*/
    /*bottom: 5px;*/
    /*right: 5px;*/
    /*width: 44px;*/
}

.mobile .thumbItem.large li img {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0 auto;

}

.mobile .thumbItem.large .title1,
.mobile .thumbItem li .title {
    width: auto;
    font-size: 12px;
    height: auto;
    line-height: 1.5;
    padding: 5px;
}

.mobile .thumbItem.large .title {
    /*padding-right: 0;*/
}

.mobile .page-in-side {
    float: none;
    width: auto;
}

.mobile .in-side-menu {
    padding: 5px;
}

.mobile .pbutton {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mobile .in-side-menu .pbutton a {
    width: 65px;
    flex-shrink: 0;
    margin: 0 0 5px 5px;
}

.mobile .in-ads-300 {
    height: auto;
    width: auto;
}

.mobile .page-more a {
    font-size: 13px;
}
.mobile .in-ads-314B {
    height: auto;
}
.mobile  .in-ads-314B p a {
    height: 50px;
    line-height: 50px;
}
.mobile .btn a {
    margin-top: 10px !important;
    margin-right: 15px;
}

.mobile  .content-wrap {
    height: auto;
    justify-content: space-between;
    display: flex;
}
.mobile .con-left {
    width: 100% !important;
}
.mobile .content-inner {
    margin-right: 0 !important;
    width: 100%;
}
.mobile .con-right{
    margin-left: 0 !important;
    margin-top: 15px;
    padding: 0 20px 0 20px;
}
.mobile .large-Imgs {
    width: 100% !important;
}
.mobile .large-Imgs img {
    width: 100% !important;
}
.mobile .content {
    display: flex;
    flex-direction: column;
    height: auto;
    margin:0 !important;
}
.mobile .con-right h1{
    font-size: 20px;
}
.mobile .h25 {
    height: 0;
}
.mobile  .btn {
    display: flex;
    flex-flow: wrap;
}
.mobile  .btn a {
    width: 66px;
    height: 30px;
    font:400 14px/30px "microsoft yahei";
}
.mobile  .btn a .icon-white {
    left: 15px;
    top: 4px;
}
.mobile  .kefu-qq {
    font-size: 14px;
}

.mobile .thumbItem li img {
    width: 100%;
    height: 100%;
}
.mobile .thumbItem li p {
    width: 100%;
    padding-left: 5px;
    box-sizing: border-box;
}
.mobile .thumbItem li p a{
   padding: 3px;
}
.mobile.btn a {
    width: 66px;
    height: 30px;
    font:400 14px/30px "microsoft yahei";
}
.mobile .btn a .icon-white {
    left: 15px;
    top: 4px;
}
.mobile .kefu-qq {
    font-size: 14px;
}
.mobile .page-article {
    height: 100%
}

.mobile .login-box .login{
    width: 90%;
    height: 330px;
    margin-left: 5%;
    left: 0;
    top: 55%;
}
.mobile .login-box .login .title .title-minor{
    display: none;
}
.mobile .quick-login-ifr-box{
    min-width: 92%;
    min-height: 400px;
    left: 71%;
}

.mobile .thumbItem.large li .col-item-ads{
    height: auto;
}
.mobile .thumbItem li p a{
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*模板中心分页样式*/
.mobile #pagelist a{
    display: none;
    height: 30px;
    line-height: 30px;
}
.mobile #pagelist a.prev,
.mobile #pagelist a.next,
.mobile #pagelist a.curr{
    display: inline-block;
}
.mobile #pagelist a.curr{
    width: 30px;
    font-size: 16px;
    font-weight: 500;
}
.mobile #pagelist a.prev,
.mobile #pagelist a.next{
    width: 45px;
    font-size: 12px;
}

.mobile .page-banner{
    display: none;
}

 /*页面头部手机端样式适配*/
.mobile .page-top{
    /*min-height: 150px;*/
}
.mobile .page-top .menu{
    width: 100%;
    line-height: 34px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}
.mobile .page-top .menu li:last-child{
    display: none;
}
.mobile .page-top .user{
    float: left;
    margin-left: 10px;
    display: none;
}
.mobile .page-top .search{
    float: left;
    margin-left: 10px;
    width: 100%;
    padding-bottom: 10px;
}
.mobile .bdcs-search{
    width: 100%;
}
.mobile .search-form-input{
    width: 75%;
}

/*移动端不显示登陆*/
.mobile .login-box{
    display: none!important;
}
/*广告隐藏*/
.mobile .u-pubAD{
    display: none;
}
.mobile .col-ads-970.h90{
    display: none;
}
.mobile .page .page-block-1200{
    display: none;
}

.mobile .private-make{
	display: none;
}