/*全局原子类开始*/

input {
    -webkit-appearance: none;
    border-radius: 0;
    border: 0px
}

ol,
ul,
li {
    list-style: none;
}

img {
    max-width: 100%
}


/*全局原子类结束*/


/*自定义全局类*/
/*.bg-clr-fa{
  background-color: #fafafa;
}*/
.bg-clr-blue{
    background-color: #085ecc;
}
.bg-clr-ff{
    background-color: #fff;
}
.bor-rad-4 {
    border-radius: 4px
}

.bor-rad-3 {
    border-radius: 3px
}

.bor-rad-2 {
    border-radius: 2px
}

.ft-wid-sm {
    font-weight: 300
}

.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 这里修改为要显示的行数*/
    -webkit-box-orient: vertical;
}

.am-header-default .am-header-nav>a {
    color:#fff;
}


.am-text-ff {
    color: #fff;
}

.am-text-red {
    color:#5a4234;
}

.am-btn-more {
    font-size: 16px;
    background: transparent;
    color:#949494;
    height: 40px;
    border:2px solid #b3b2b0;;
    border-radius: 3px;
    font-weight: 300;
    line-height: 18px;
  
}
.am-btn-more:hover{
    border: 2px solid #5a4234;
    background-color: #5a4234;
    color: #ffffff!important;
}
.am-slider-default .am-control-nav li a.am-active {
    background-color:#fff;
    opacity: 1;
}
a:focus, a:hover {
    color: #085ecc;
}
.i_more_btn{
    width:100px;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    background-color: #085ecc;
    display: inherit;
    margin: 0 auto;
    padding: 8px 0;
    background-image: url(/wap/templates/default/images/icon02.png) ;
    background-repeat: no-repeat;
    background-position:64px center;
}
.i_more_btn:hover{
    background-color: #163c6f;
    color:#fff;
}