File: /www/wwwroot/www.ycfawu.com/wp-content/themes/twentytwentythree/assets/css/pc.yonggong.css
* { margin: 0; padding: 0; list-style: none; }
section {
padding-bottom: 50px;
}
.w_1200 {
width: 1200px;
margin: 0 auto;
}
.title {
font-size: 14px;
padding: 50px 0 30px;
}
.title img {
display: block;
margin: 0 auto;
}
.part1 ul {
display: flex;
flex-wrap: wrap;
margin-top: 30px;
justify-content: space-between;
}
.part1 ul li {
width: 32%;
margin-bottom: 20px;
}
.part1 ul li img {
width: 100%;
display: block;
}
.part1 ul li p {
padding: 15px;
font-size: 22px;
line-height: 1.5;
color: #fff;
background-color: #969aaa;
}
.part1 ul li a {
color: #2d3556;
line-height: 2;
font-size: 20px;
text-decoration: none;
}
.part2 ul {
width: 800px;
margin-top: 60px;
padding-bottom: 10px;
background-image: url(https://www.ycfawu.com/wp-content/themes/twentytwentythree/assets/images/yonggong/part2_bg.png);
background-repeat: no-repeat;
}
.part2 ul li {
height: 60px;
display: flex;
font-size: 26px;
margin: 0 auto 62px;
align-items: center;
border-radius: 10px;
padding-left: 130px;
justify-content: space-between;
}
.part2 ul li h5 {
flex: 1;
padding-left: 10px;
}
.part3 ul {
display: flex;
flex-wrap: wrap;
margin-top: 60px;
justify-content: space-between;
background-image: url(https://www.ycfawu.com/wp-content/themes/twentytwentythree/assets/images/yonggong/part3_bg.png);
background-repeat: no-repeat;
background-position: top center;
}
.part3 ul li {
width: 40%;
color: #2d3556;
margin-bottom: 32px;
}
.part3 ul li:nth-child(2n-1) {
text-align: right;
}
.part3 ul li h5 {
font-size: 26px;
}
.part3 ul li hr {
width: 40px;
display: inline-block;
border-width: 3px;
border-left: none;
border-right: none;
border-bottom: none;
border-color: #2d3556;
}
.part3 ul li p {
font-size: 20px;
font-weight: 600;
line-height: 36px;
}
.pc {
display: none;
}
.wap .mianbao {
color: #fff;
font-size: 14px;
padding: 5px 10px;
background-color: #2d3556;
}
.wap img {
width: 100%; display: block;
}
@media(max-width: 1200px) {
body {
width: 100%;
max-width: 750px;
margin: 0 auto;
}
body .wap {
display: block;
}
}
@media(min-width: 1200px) {
body .pc {
display: block;
}
body .wap {
display: none;
}
}