﻿
.sm_box{
    background: #fff;
    padding: 0.2rem;
    margin-top: 0.05rem;
}
.smtit{
    font-size: 0.36rem;
    height: 0.44rem;
    line-height: 1;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.sm_form{
    position: relative;
    padding: 0;
    border: 0;
    background-color: #fff;
}
.sm_form:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}
.sm_btn{
    font-size:0.36rem !important;
    display: block;
    width: 100% !important;
    margin-bottom: 0.2rem !important;
    padding: 0.1rem 0 !important;
}
.sm_btn:hover{
    cursor: pointer;
}
.smxs_btn{
    font-size: 0.36rem;
    display: block;
    margin-bottom: 0.2rem;
    float: left;
    width: 49%;
    color: #fff;
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    line-height: 1.42;
    position: relative;
    cursor: pointer;
}
.indexcontet{
    position: relative;
    background: #fff;
}
.index_con{
    height: auto;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.2rem 0.2rem 0.2rem 1.8rem;
    position: relative;
    display: block;
}
.index_con img {
    position: absolute;
    width:1.4rem;
    height: 1.4rem;
    left: 0.2rem;
    top: 0.2rem;
}
.index_con h3{
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.36rem;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.index_con p{
    color: #666;
    height: 0.8rem;
    line-height: 0.4rem;
    overflow: hidden;
}

.fen_box{
    padding: 0.24rem 0.2rem;
    background-color: #fff;
    position: relative;
    margin-top: 0.2rem;
}
.fen_box i {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: -10px;
    /* background-image: url(../images/index_icon.png); */
    -webkit-background-size: 60px auto;
    -moz-background-size: 60px auto;
    background-size: 60px auto;
}
.fen_box h3 {
    height: 0.7rem;
    line-height: 0.7rem;
    color: #fff;
    font-size: 0.32rem;
    -webkit-border-radius: 0.28rem;
    -moz-border-radius: 0.28rem;
    border-radius: 0.28rem;
    background-color: #6f4918;
    padding: 0 0.4rem 0 0.4rem;
}
.fen_box a {
    position: absolute;
    right: 0.4rem;
    top: 0.2rem;
    padding: 0 0.28rem 0 0.2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #ffffff;
    font-size: 0.24rem;
    -webkit-border-radius: 0.16rem;
    -moz-border-radius: 0.08rem;
    border-radius: 0.16rem;
    background: none;
    -webkit-background-size: auto 0.16rem;
    -moz-background-size: auto 0.16rem;
    background-size: auto 0.16rem;
}
.index_con_list{
    position: relative;

}
.index_con_item{
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
    position: relative;
    height: 0.8rem;
    line-height: 0.8rem;
    display: block;
    padding: 0 0.8rem 0 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #222;
    font-size: 0.32rem;
}
.index_con_item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/next.png) center no-repeat;
    -webkit-background-size: 30% 30%;
    -moz-background-size: 30%;
    background-size: 30%;
}
