/* 内容部分移动端 */
.mobile_type .two_bg {
    padding: 3vw;
    background: #FFFFFF;
}
.mobile_type .two_fl_bg {
    width: 100%;
    height: auto;
    padding-right: 0;
    border-right: 0;
}
.mobile_type .two_fl_tit {
    width: 100%;
    height: 12vw;
    border-bottom: 1px solid #dedfe3;
    font-size: 5vw;
    font-weight: bold;
    line-height: 12vw;
}
.mobile_type .two_fl_tit a {
    color: #999999;
    font-size: 4vw;
    font-weight: normal;
}
.mobile_type .two_fl_ul {
    width: 100%;
    margin-top: 3vw;
}
.mobile_type .two_fl_ul li {
    width: 100%;
    height: auto;
    background: url(dian.jpg)left center no-repeat;
    line-height: 10vw;
    padding-left: 3vw;
    background-size: 2vw;
}
.mobile_type .two_fl_ul li a {
    color: #333333;
    font-size: 4vw;
    display: inline-block;
    float: left;
    width: 72vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mobile_type .two_fl_ul li span {
    color: #999999;
    font-size: 4vw;
    float: right;
}
.mobile_type .two_fr_bg {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 5vw;
}
.mobile_type .bt-clear {
    clear: both;
    height: 0 !important;
}
.mobile_type .two_fr_ul {
    width: 100%;
    margin-top: 3vw;
}
.mobile_type .two_fr_ul li{
    width: 100%;
    height: auto;
    background: url(dian.jpg)left center no-repeat;
    line-height: 10vw;
    padding-left: 3vw;
    background-size: 2vw;
}
.mobile_type .two_fr_ul li a{
    font-size: 4vw;
    display: inline-block;
    float: left;
    width: 72vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mobile_type .two_fr_ul li span{
    font-size: 4vw;
}