
.m-container{
    width: 100%;
    min-width: auto;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
}
.m-container .business-item{
    margin: 20px 60px 20px 0;
}

.m-container .citys-item{
    width: 180px;
    margin: 20px 0 0 0;
}

.m-container .panel{
    width: 340px;
    margin: 20px 0 0 20px;
}
#sidebar .m-sidebar{
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}
#sidebar .m-sidebar-item{
    height: 60px;
}
#sidebar .m-sidebar-item>a{
    line-height: 60px;
    color: #cccccc;
    font-size: 20px;
}

a.link-cell{
    text-decoration: none;
}
#want-push p{
    line-height: 100px;
    font-size: 20px;
    text-align: center;
}
#m-want-push p{
    line-height: 100px;
    font-size: 14px;
    text-align: center;
}
.site-header{
    min-width: 1200px;
}
.uk-navbar-nav li a {
    font-size: 14px;
    padding: 0 40px;
}
.index-main,.banner{
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.banner{
    width: 100%;
    height: 500px;
    background-image: url(../img/index-bg.jpg);
    background-size: cover;
    color: #ffffff;
    text-shadow: 3px 3px 20px rgba(0, 0, 0, 1);
    text-align: center;
}
.banner-title{
    font-size: 60px;
    margin-top: 15%;
}
.banner-desc{
    width: 50%;
    margin: 40px auto;
    line-height: 30px;
    font-size: 18px;
}
.banner-btn{
    width: 200px;
    height: 50px;
}
.tm-article-subtitle {
    padding-left: 6px;
    border-left: 3px solid #e7b746;
    font-size: 16px;
    line-height: 16px;
}
.content-tip{
    font-size: 12px;
    color: #666666;
}
.business-item{
    width: auto;
    text-align: center;
    margin: 20px 100px 0 0;
    cursor: pointer;
}
.business-item-icon i{
    font-size: 60px;
}
.business-item-name{
    font-size: 18px;
    line-height: 50px;
}
.citys-item{
    width: 280px;
    margin: 20px 20px 0 0;
    text-align: center;
    cursor: pointer;
}
.city-item a{
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    text-decoration: none;
}
.city-item a:hover{
    color: #e7b746;
    font-weight: bold;
}
.article-item{
    margin: 20px 20px 0 0;
}
.panel{
    width: 250px;
    overflow: hidden;
    padding: 0;
    margin-left: 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: pointer;
}
.panel .panel-thumb{
    max-height: 150px;
    overflow: hidden;
}
.panel h5{
    width: 100%;
    font-size: 14px; 
    font-weight: 600;
    margin: 10px 0;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel .panel-date{
    width: 100%;
    font-size: 14px; 
    padding: 0 10px;
    box-sizing: border-box;
    color: #666666;
}
.panel .panel-desc{
    width: 100%;
    font-size: 12px; 
    padding: 0 10px;
    box-sizing: border-box;
    color: #333333;
    line-height: 18px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.panel .panel-tip{
    width: 100%;
    font-size: 14px; 
    padding: 0 10px;
    box-sizing: border-box;
    color: #e7b746;
    margin: 10px 0;
}
.article-more{
    width: 100%;
    height: 100px;
    margin-top: 40px;
    line-height: 100px;
    font-size: 14px;
    color: #e7b746;
    text-align: center;
}
.footer{
    width: 1200px;
    margin: 0 auto;
    height: 150px;
    padding: 0 25px;
    overflow: hidden;
    background-color: #e7b746;
}
.footer p{
    width: 100%;
    text-align: center;
}
.footer p:first-child{
    margin-top: 60px;
}
.footer p a{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}


/* 文章页 */
.c-banner{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 250px;
    background: url(../img/index-bg.jpg) no-repeat;
    background-size: 100%;
    background-position-y: center;
}
.m-c-banner{
    height: 200px;
    min-width: 365px;
}
.c-banner-inner{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.m-c-banner-inner{
    width: 100%;
    display: block;
    overflow: hidden;
}
.c-banner-header{
    width: 600px;
}
.m-c-banner-header{
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c-banner-header h1{
    font-size: 36px;
    margin-top: 50px;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}
.m-c-banner-header h1{
    font-size: 24px;
    margin-top: 10px;
}
.c-banner-header p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    color: #ffffff;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
}
.m-c-banner-header p{
    font-size: 14px;
    line-height: 20px;
}
.c-banner-btn{
    width: 150px;
    height: 40px;
    margin: 150px 40px;
}
.m-c-banner-inner .c-banner-btn{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 10px auto;
}
.content-column h1{
    font-size: 26px;
    line-height: 100px;
    border-bottom: 1px solid #e7b746;
}
.content-column-cell{
    font-size: 16px;
    overflow: hidden;
}
.content-column-list{
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    color: #777777;
}
.content-column-list:hover{
    color: #e7b746;
}
.content-column-thumb{
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover; 
}
.article-col-thumb{
    width: 120px;
    height: 120px;
    background-color: #222222;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.m-article-col-thumb{
    width: 88px;
    height: 88px;
}
.article-cols{
    margin-top: 30px;
    padding-top: 50px;
}
.m-article-cols{
    margin-top: 16px;
    padding-top: 16px;
}
a.article-col{
    display: flex;
    justify-content: left;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
}
.article-col-content{
    flex: 1;
    margin-left: 20px;
}
.article-col-title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
h5.m-article-col-title{
    font-size: 16px;
    margin-bottom: 0px;
}
p.article-col-date{
    font-size: 14px;
    color: #999999;
}
p.m-article-col-date{
    font-size: 12px;
    margin: 4px 0;
}
.article-col-desc{
    font-size: 16px;
    color: #666666;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
p.m-article-col-desc{
    font-size: 12px;
    margin: 4px 0;
}
.m-site-header{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #FFFFFF;
}
.m-site-header .m-logo{
    color: #333333;
    font-weight: 700;
}
.m-site-header .m-logo img{
    width: 18px;
}
.m-sidebar-btn{
    text-align: right;
}
.m-sidebar-btn a{
    color: #333333;
}

.m-footer{
    padding: 20px 0;
    background-color: #e7b746;
    text-align: center;
}
.m-footer p {
    width: 100%;
    text-align: center;
}
.m-footer a{
    color: #FFFFFF;
}
.m-index-main{
    width: 100%;
}
.m-index-main .banner{
    width: 100%;
    height: 300px;
    min-width: auto;
}
.banner-box{
    margin: -260px auto 60px auto;
    width: 90%;
    background-color: rgba(255,255,255, 1);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0, 0.1);
}
.m-index-main .banner-title{
    text-align: center;
    font-size: 24px;
    color: #e7b746;
    margin-top: 20px;
    text-shadow: 2px 2px 2px rgba(255,255,255, 1);
}
.m-index-main .banner-desc{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 12px;
    color: #e7b746;
    margin: 10px auto;
    line-height: 20px;
    text-shadow: 2px 2px 2px rgba(255,255,255, 1);
}
.m-index-main .banner-box{
    margin: -280px auto 10px auto;
}
.banner-box a .banner-btn{
    display: block;
    margin: 0 auto 20px auto;
}
.m-content{
    margin-bottom: 200px;
}