@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
.am-navbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 49px;
    line-height: 49px;
    z-index: 1010;
}.am-icon-volume-up:before{content:"\f028"}
.am-navbar-default .am-navbar-nav {
    background: #fafbfd;
    border-top: #e1e2e4;
	    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    overflow: hidden;
	margin: 0;
    list-style: none;
    width: 100%;
}
.am-navbar .am-navbar-nav li {
    display: table-cell;
    width: 1%;
    float: none;
}
.am-navbar-nav a {
    display: inline-block;
    width: 100%;
    height: 49px;
    line-height: 20px;
	
}
[class*=am-icon-] {
    display: inline-block;
    font-style: normal;
}
.am-navbar-nav a [class*=am-icon] {
    width: 24px;
    height: 24px;
    margin: 4px auto 0;
    display: block;
    line-height: 24px;
}
[class*=am-icon-]:before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.am-navbar-nav a [class*=am-icon]:before {
    font-size: 22px;
    vertical-align: middle;
}
.am-icon-group:before,
.am-icon-users:before {
  content: "\f0c0";
}
.am-icon-recycle:before {
    content: "\f1b8";
  }
  .am-icon-calculator:before {
    content: "\f1ec";
  }
  .am-icon-diamond:before {
    content: "\f219";
  }
.am-icon-home:before {
    content: "\f015";
}
.am-icon-cart-arrow-down:before {
    content: "\f218";
}
.am-icon-list-ol:before {
    content: "\f0cb";
}
.am-icon-shopping-bag:before {
	content: "\f290";
}
.am-icon-bullhorn:before {
    content: "\f0a1";
}
.am-icon-calendar:before {
    content: "\f073";
}
.am-icon-user:before {
    content: "\f007";
}
.am-icon-gift:before {
    content: "\f06b";
}
.am-navbar-nav a.hover {
	color:#c8932f;
}
.am-navbar-nav a .am-navbar-label {
    padding-top: 2px;
    line-height: 1;
    font-size: 12px;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.am-list-news-default {
    background: #fff;
    min-height: calc(100vh - 100px);
}
.am-list-news-bd {
    padding:10px;
}
.am-list li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-width: 1px 0;
    border-color: #dedede;
    padding-top:10px;
    padding-bottom:10px;
}
.am-list li:after,.am-list li:before {
    content:'';
    clear:both;
    display: block;
}
.am-list-item-hd {
    font-weight: 400;
    margin-bottom:5px;
    font-size:14px;
    line-height:1.6;
}
.am-list .am-u-sm-4 {
    width: 33.33333333%;
    padding-right: 10px;
    float: left;
    position: relative;
    max-height: 60px;
    overflow: hidden;
}
.am-list .am-u-sm-4 img {
    width: 100%;
    display: block;
    height:auto;
    vertical-align: middle;
}
.am-list .am-u-sm-4 img[src=""] {
    display: block;
    width:100%;
    height:60px;
    padding:60px 50% 0;
    background-image: url(../img/tlogo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 45px;
}
.am-list .am-u-sm-8 {
    width: 66.66666667%;
    position: relative;
    float:right;
}
.am-list .am-list-item-text {
    margin-top: 5px;
    color: #757575;
    -webkit-line-clamp: 3;
    max-height: 3.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3em;

}