html,
body {
background: #f8f9fc;
}
.pub_title {
font-size: 28px;
}
.carPost_top {
width: 100%;
height: 5.6rem;
background-image: url('../img/skr193.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
overflow: hidden;
}
.carPost_p1 {
display: table;
background-image: url('../img/skr194.png');
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 0.15rem 0.3rem;
font-size: 32px;
color: #1b2a75;
margin: 2.1rem auto 0;
letter-spacing: 5px;
font-weight: bold;
line-height: 1
}
/* */
.carPost_list {
width: 1100px;
margin: 0 auto;
padding-top: .6rem;
}
.carPost_list .pub_title {
margin-bottom: 0.4rem;
}
.carPost_p2 {
text-align: center;
font-size: 18px;
color: #464d61;
margin-bottom: 0.6rem;
}
.carPost_ul {
display: flex;
flex-wrap: wrap;
}
.carPost_li {
width: 31.33%;
margin: 0 1%;
margin-bottom: 15px;
padding: 0.3rem 0.3rem 0;
background-color: white;
box-shadow: 0 0 10px 1px rgba(232, 235, 240, 1);
border-radius: 6px;
overflow: hidden;
}
.carPost_li:nth-of-type(3n) {
margin-right: 0;
}
.carPost_d1 {
margin-bottom: 0.3rem;
}
.carPost_d2 {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0.15rem;
line-height: 1;
}
.carPost_p3 {
font-size: 18px;
color: #333947;
text-align: left;
}
.carPost_p4 {
font-size: 16px;
color: #d71518;
text-align: right;
}
.carPost_p5 {
font-size: 12px;
color: #84879a;
line-height: 1;
}
.carPost_p5 span {
margin: 0 5px;
}
.carPost_p6 {
font-size: 14px;
color: #464d61;
line-height: 20px;
margin-bottom: 0.12rem;
}
.carPost_p7 {
font-size: 14px;
color: #464d61;
line-height: 24px;
height: 95px;
}
.carPost_d6 {
border-top: 1px solid #e8e8ec;
position: relative;
min-height: 1.05rem;
}
.carPost_d4 {
display: flex;
align-items: center;
padding: 0.2rem 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
transition: 0.5s;
}
.carPost_img {
width: 0.6rem;
height: 0.6rem;
border-radius: 6px;
overflow: hidden;
margin-right: 0.14rem;
border: 1px solid #dedfe3;
display: flex;
align-items: center;
justify-content: center;
}
.carPost_img img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.carPost_p8 {
font-size: 14px;
color: #464d61;
line-height: 18px;
height: 18px;
margin-bottom: 0.1rem;
}
.carPost_p9 {
font-size: 12px;
color: #84879a;
line-height: 1;
}
.carPost_p9 span {
margin: 0 5px;
}
.carPost_d5 {
display: flex;
justify-content: flex-end;
align-items: center;
padding: 0.1rem 0;
opacity: 0;
transition: 0.5s;
}
.carPost_p10 {
font-size: 12px;
color: #84879a;
margin-right: 10px;
}
.carPost_img2 {
width: 0.86rem;
height: 0.86rem;
}
.carPost_img2 img {
width: 100%;
height: 100%;
object-fit: contain;
}
.carPost_cont {
height: 230px;
overflow: hidden;
}
.carPost_d3 {
overflow-y: scroll;
}
.carPost_li:hover .carPost_d4 {
/*opacity: 0;*/
}
.carPost_li:hover .carPost_d5 {
opacity: 0;
}
/* */
.carPost_more {
width: 1200px;
margin: 0 auto;
padding-top: 0.52rem;
padding-bottom: 0.6rem;
border-bottom: 1px solid #cbccd4;
}
.carPost_more:last-of-type {
margin-bottom: 0.2rem;
border-bottom: 0;
}
.carPost_more_p1 {
font-size: 18px;
color: #333947;
line-height: 1;
text-align: center;
margin-bottom: 0.4rem;
}
.carPost_more_img {
width: 1.5rem;
height: 1.5rem;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
background-image: url('../img/skr200.png');
background-repeat: no-repeat;
background-size: 100% 100%;
}
.carPost_more_img img {
width: 1.34rem;
height: 1.34rem;
object-fit: contain;
}
.carPost_more_p2 {
font-size: 14px;
color: #84879a;
margin-top: 0.25rem;
line-height: 1;
letter-spacing: 10px;
text-indent: 10px;
text-align: center;
}
@media screen and (min-width: 1200px) {
.carPost_d3::-webkit-scrollbar {
width: 3px;
}
.carPost_d3::-webkit-scrollbar-thumb {
background-color: #caced4;
border-radius: 30px;
}
}
@media screen and (min-width: 900px) {}
@media screen and (max-width: 800px) {
.carPost_list {
width: 100%;
}
.carPost_li {
width: 90%;
margin-left: auto;
margin-right: auto !important;
}
.carPost_more {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.carPost_cont {
height: 195px;
}
}