.bd{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.bd_left{
    width: 100%;
    height: auto;
}
.bd_left_main{
    width: 96%;
    height: auto;
    display: inline-block;
    margin-left: 2%;
}
.bd_left_main a{
	float: left;
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    margin-bottom: 0.4rem;
    border-radius: 0.15rem;
}

.bd_left_main li{
    float: left;
    width: 100%;
    height: auto;
}
.bd_left_main li span{
    position: absolute;
    float: left;
    background: url(../image/ico-phlist.png) no-repeat;
    background-position: -0px 0px;
    background-size: 3.5rem;
    width: 0.85rem;
    height: 0.85rem;
    text-align: center;
    line-height: 0.85rem;
    font-size: 0.3rem;
    margin-top: -0.6rem;
    margin-left: -0.1rem;
    color: #fff;
    font-weight: 100;
}
.bd_left_main li span.num1{
	background-position:-2.6rem 0rem;
}
.bd_left_main li span.num2{
	background-position:-1.76rem 0rem;
}
.bd_left_main li span.num3{
	background-position:-0.88rem 0rem;
}
.bd_left_main li .left{
    float: left;
    width: 25%;
    height: 1.7rem;
    background: #fff;
    margin: auto;
    text-align: center;
}
.bd_left_main li .left img{
    width: 1.2rem;
    height:  1.2rem;
    margin: auto;
    text-align: center;
    border-radius: 0.2rem;
    margin-top: 0.2rem
}
.bd_left_main li .cen{
	float: left;
    width: 50%;
    height: 1.4rem;
    background: #fff;
    margin: auto;
    text-align: center;
}
.bd_left_main li .cen h1{
	font-size: 0.3rem;
    width: 100%;
    height: 0.6rem;
    line-height: 0.8rem;
    text-align: left;
    font-weight: bold;
}
.bd_left_main li .cen p{
    float: left;
    width: 100%;
    height: 0.42rem;
    line-height: 0.42rem;
    text-align: left;
    font-size: 0.26rem;
    color: #828181;
}
.bd_left_main li .right{
    float: right;
    width: 1.2rem;
    height: 0.6rem;
    line-height: 0.64rem;
    background: #ffd00a;
    margin: auto;
    text-align: center;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
    margin-right: 0.3rem;
	font-size: 0.28rem;
}

.bd_main_bm{
    float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    border-radius: 4px;
	text-align: left;font-size: 0.26rem;
}
.bd_main_bm i{
	float: left;
    width: 20%;
    height: auto;
    font-style: normal;
    color: #757575;
}
.bd_main_bm h2{
    float: left;
    width: 80%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #617ef9;
    font-size: 0.26rem;
}


.bd_right {
    width: 100%;
    height: auto;
}
.bd_men{
    background:#f9f9f9;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 3%;
    z-index: 9;
}
.bd_men li{ 
    float: left;
    width: 42.5%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.15rem;
    margin-bottom: 0.2rem;
    color: #000;
    font-weight: 100;
    margin-left: 5%;
    background: #fff;
}
.bd_men li.cur{
    background: -webkit-linear-gradient(left, #ff8107 , #ffda66);
    background: -o-linear-gradient(right, #ff8107, #ffda66);
    background: -moz-linear-gradient(right, #ff8107 , #ffda66);
    background: linear-gradient(to right, #ff8107 , #ffda66);
    color: #000;
    font-weight: bold;
}
.bd_men li:hover{
    background: -webkit-linear-gradient(left, #ff8107 , #ffda66);
    background: -o-linear-gradient(right, #ff8107 , #ffda66);
    background: -moz-linear-gradient(right, #ff8107 , #ffda66);
    background: linear-gradient(to right, #ff8107 , #ffda66);
    color: #000;
    font-weight: bold;
}
.bd_men li i{ 
    float: left;
    width: 20%;
    height: 0.8rem;
}
.bd_men li i img{ 
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
}
.bd_men li h1{ 
    float: left;
    width: 70%;
    height: 0.8rem;
    line-height: 0.84rem;
    font-size:0.28rem;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 6px;
}

