.main{
    width: 95%;
    max-width: 1340px;
    margin: 0 auto;
}

.infoTitle{
    padding: 20px 30px;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    font-size: 1.2rem;
    color:#080808;
}
.infoTitle_left{
    font-weight: 800;
}
.infoTitle_right{
    float: right;
    height: 40px;
}
.infoTitle_right img{
    margin-right: 10px;
}
.infoTitle_right a{
    color: #080808;
    font-size: 1rem;
    justify-content: center;
    height: 40px;
    line-height: 40px;
}
.infocont{
    padding: 30px 30px;
    height: auto;
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin: 0 0 30px 0;
}
.infocont li{
    display: flex;
    line-height: 40px;
    color: #080808;
    font-size: 1rem;
}
.infocont li>a{
    display: flex;
    width: 70%;
    color: #080808;
    font-size: 1rem;
    float: left;
}
.infocont li div{
    width: 30%;
}
.infocont li span{
    display: block;
    line-height: 30px;
    height: 30px !important;
    color: #080808;
    margin-right: 20px;
    float: right;
}
.dtae{
    float: right;
}
.centerline{
    border: 1px solid #f3f3f3;
    margin: 15px 0;
}
.button{
    height: 49px;
    padding-top: 20px;
    text-align: center;
}
.button div{
    float: left;
    margin-right: 20px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
}
.button div a{
    color: #080808;
}
.ontexts{
    height: 30px;
    line-height: 30px !important;
}
.bzsm{
    margin-right: 10px;
}
.bzsm a{
    background: #ed9a28;
    font-size: 1rem;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
}
.texts{
    height: 30px;
    line-height: 30px !important;
}
.texts a{
	width: 80px;
	border: 1px solid #dbb366;
	color:#dbb366;
    padding-left: 10px;
    
}
.jdtextsbz{
    height: 30px;
    line-height: 30px !important;
}
.jdtexts a{
	background:#3f6def;
	color:#ffffff;
	padding:3px 10px 3px 10px;
}
.jdtextsbz a{
	background:#11296c;
	color:#ffffff;
	padding:3px 10px 3px 10px;
}
.ontexts a{
	width: 80px;
	background: #DBB366;
border: 1px solid #dbb366;
	color: #FFFFFF;
    padding-left: 10px;
}