
#typeteel{
    position: relative;
}
#typeteel .titleel{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#typeteel .titleel h2{
    font-size: 30px;
}
#typeteel .texxt{
    padding: 20px;
}
#typeteel .texxt p{
    font-size: 19px;
    line-height: 180%;
}
#typeteel .photeel{
    display: flex;
}
@media screen and (max-width: 1024px){
	#typeteel .photeel{
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
@media screen and (max-width: 480px) {
	#articleInfo8 .item .itembg{
		position: initial;
	}
	#articleInfo8 .item {
		padding: 10px 0;
	}
}

