/*银河娱乐集团简介*/ #cp { display: flex; flex-wrap: wrap; } #cp>div { width: 50%; border: unset !important; } #cp .right { padding: 30px 60px; } /*企业文化*/ #cl .cl_item { display: flex; flex-wrap: wrap; background: #F2F2F3; flex-direction: row; } #cl .cl_item:nth-child(even) { flex-direction: row-reverse; } #cl .cl_item>div { width: 50%; } #cl .left { height: 330px; } #cl .left img { width: 100% !important; height: 100% !important; object-fit: cover; } #cl .right { align-self: center; padding-left: 55px; } /*移动端*/ @media only screen and (max-width:768px) { #cp { flex-direction: column; } #cp>div { width: 100%; } #cp .right { padding: 30px 0; } #cl .cl_item>div { width: 100%; } #cl .cl_item:nth-child(even) { flex-direction: row; } #cl .left { height: 150px; } #cl .right { padding: 15px; } }