*{
margin:0;
padding: 0;
box-sizing: border-box;
}
ul,li{
	list-style: none;
	}
	
.dl{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.dl_a{
	width: 100%;
	height: auto;
}
.dl_a_a{
	width: 90%;
	height: auto;
	margin: 46% auto 0;
}
.dl_a_a>img{
	width: 100%;
	height: auto;
}
.dl_a_b {
	width: 70%;
	height: auto;
	margin: -20% auto 12%;
   display: flex;
    justify-content: space-between;
   box-sizing: border-box;
    font-size: 18px;
    color: #666;
}
.dl_a_b>p:nth-of-type(2){
    
    border-bottom: 2px solid #782d34;
    color: #782d34;	
}
.clearfix{
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.clearfix>li{
	height: 45px;
	    line-height: 45px;
	    border-bottom: 2px #eee solid;
	   
	    margin: 10px
	 auto;
}
.yhm{
	width: 13%;
	    display: block;
	    height: 40px;
	    float: left;
		
}
.dl ul li input{
	    margin-bottom: 2px;
	    border: 0px;
	    padding-left: 2%;
	    color: #545454;
	    background: #fff;
	    font-size: 16px;
	    line-height: 83px;
}
.dl_h{
	width: 26%;
	    float: right;
	    font-weight: normal;
	    border: 1px #eee solid;
		 text-align: center;
	    cursor: pointer;
	    font-size: 12px;
	    border-radius: 16px;
	    line-height: 28px;
	    margin-top: 1%;
	    color: #999;
}
