/*add*/
.touzhi_box{
    margin-top: 90px;
    padding: 80px 0;
}
.touzhi_box p{
    width: 100%;
	padding-bottom: 20px;
    border-bottom: solid 1px #E8E8E8 ;
}
.img_a{
    width: 100px;
    float: left;
    padding: 25px;
    background: #f8b500;
    border-radius: 4px;
    overflow: hidden;
}
.info{
    width: 80%;
    float: left;
    padding-left: 20px;
}
.info h2{
    font-size: 20px;color: #666;
    margin: 8px 0 22px 25px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info h3{
    font-size: 14px;color: #666;
    margin: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info h4{
    font-size: 14px;color: #666;margin: 10px 0;
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.info h3 span{
    width: auto;
    display: inline-block;
    padding: 0 15px 0 25px;
}

.info h4 span{
    width: auto;
    display: inline-block;
    padding: 0 15px 0 25px;
}
.gp_btn{
    float: left;
}
.gp_btn button{
    width: 150px;
    height: 40px;
    background: #F8B500;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    position: absolute;
    top: 50%;
	right:0;
	top: 20px;
    margin-top: -20px;
}
.gp_btn button:hover{
    background: #f8b500;
    transition: all 0.4s ease-in;
}
.tzz_top{
    position: relative;
}
.table{
    border-top: solid 1px rgb(230, 228, 220);
	border-left: solid 1px rgb(230, 228, 220);
    margin: 50px 0 70px;
}
.table>div>div{
    height: 40px;
    font-size: 14px;color: #666;
    border-bottom: solid 1px rgb(230, 228, 220);
    border-right: solid 1px rgb(230, 228, 220);
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table>div{
    padding: 0;
}
.suojin{
    padding-left: 50px !important;
}
.gf_title{
    height: 40px;
    color: #666;
    font-size: 16px;
    -webkit-box-shadow: #fff 0px 0px 10px inset;
    -moz-box-shadow: #fff 0px 0px 10px inset;
    font-weight: 600;
}
.gf_title span{
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}
.gf_title span img{
    width: 100%;
}
.abc{
    width: 200px;
    float: left;
}
.abb{
    width: 70%;
    float: left;
}
.j_an{
    width: 70%;

}


@media screen and (max-width: 900px){
    .gp_btn button{
        position: absolute;
        top: 160px;
        left: 50%;
        margin-left: -75px;
    }
	.table{
		margin: 120px 0 70px;
	}
	.touzhi_box p{
		width: 100%;
	}
}


@media screen and (max-width: 768px){
    .gp_btn button{
        position: absolute;
        top: 175px;
        left: 50%;
        margin-left: -75px;
    }
	.table{
		margin: 110px 0 70px;
	}
	.touzhi_box p{
		width: 100%;
		line-height:24px;
		text-indent:2em;
	}
	.info{
		width: 100%;
		margin-top: 0;
		padding-left:0;
	}
	.img_a{
		display: none;	
	}
	.touzhi_box {
		margin-top: 60px;
		padding: 10px 0;}
    .abc{
        width: 100%;
        float: none;
    }
    .j_an{
        width: 100%;
    }
    .info h2{
        margin: 0 0 5px;
		font-size:16px;
    }
    .info h3 span{
        padding: 10px 10px 0 0;
    }
    .info h4{
        margin: 10px 0 0;
    }
    .info h4 span{
        padding: 0 10px 0 0;
    }
    .gp_btn{
        float: none;
    }
	.abb{
		width:100%;
	}
	
	
	
}
/*add*/