|
.index-banner {
|
width: 100%;
|
height: 800px;
|
background-image: url("../assets/images/banner_news@2x.png");
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
}
|
.index-banner-c {
|
width: 1200px;
|
height: 100%;
|
margin: 0 auto;
|
display: flex;
|
flex-direction: column;
|
align-items: start;
|
justify-content: center;
|
}
|
.index-banner-c-a {
|
font-weight: bold;
|
font-size: 60px;
|
color: #191B1F;
|
margin-bottom: 12px;
|
}
|
.index-banner-c-b {
|
font-weight: 400;
|
font-size: 16px;
|
color: #191B1F;
|
margin-bottom: 50px;
|
}
|
.index-banner-c-c {
|
width: 124px;
|
height: 46px;
|
padding: 0 19px;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
background: #FF7900;
|
box-shadow: 0 2px 10px 0 rgba(255,121,0,0.2);
|
border-radius: 30px;
|
cursor: pointer;
|
}
|
.index-banner-c-c span {
|
font-weight: 500;
|
font-size: 16px;
|
color: #FFFFFF;
|
margin-right: 5px;
|
}
|
.index-banner-c-c img {
|
width: 16px;
|
height: 16px;
|
}
|
.index-y {
|
width: 1200px;
|
margin: 0 auto;
|
padding: 30px 0 60px 0;
|
display: flex;
|
align-content: center;
|
justify-content: space-between;
|
box-sizing: border-box;
|
}
|
.index-y-cate {
|
width: 100%;
|
margin-bottom: 40px;
|
}
|
.index-y-cate-list {
|
width: 100%;
|
margin-bottom: 26px;
|
}
|
.index-y-cate-l {
|
width: 100%;
|
padding-left: 55px;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
}
|
.index-y-cate-l-val {
|
font-weight: 400;
|
font-size: 16px;
|
color: #333333;
|
margin-bottom: 20px;
|
cursor: pointer;
|
}
|
.index-y-cate-l-val:hover {
|
color: #FF7900;
|
}
|
.index-y-cate-l-val:last-child {
|
margin: 0 !important;
|
}
|
.index-y-cate-list-label {
|
font-weight: 600;
|
font-size: 24px;
|
color: #191B1F;
|
padding-bottom: 11px;
|
border-bottom: 1px solid #DFE2E8;
|
}
|
.index-y-list {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
}
|
.index-y-list a {
|
width: 100%;
|
margin-bottom: 50px;
|
}
|
.item1 {
|
width: 100%;
|
display: flex;
|
align-content: center;
|
justify-content: space-between;
|
cursor: pointer;
|
}
|
.item1:last-child {
|
margin: 0 !important;
|
}
|
.item-img {
|
flex-shrink: 0;
|
width: 240px;
|
height: 180px;
|
border-radius: 8px;
|
margin-right: 24px;
|
display: flex;
|
align-content: center;
|
justify-content: center;
|
overflow: hidden;
|
}
|
.item-img img {
|
width: 100%;
|
height: 100%;
|
}
|
.item-info {
|
flex: 1;
|
height: 180px;
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
}
|
.item-info-top {
|
display: flex;
|
flex-direction: column;
|
}
|
.item-info-top span:nth-child(1) {
|
font-weight: 500;
|
font-size: 24px;
|
color: #191B1F;
|
}
|
.item-info-top span:nth-child(2) {
|
font-weight: 400;
|
font-size: 14px;
|
color: #333333;
|
margin-top: 20px;
|
}
|
.item-info-bottom {
|
font-weight: 400;
|
font-size: 16px;
|
color: #7B7F87;
|
}
|
.fenye {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.fenye-hz {
|
width: 1200px;
|
display: flex;
|
align-items: end;
|
justify-content: end;
|
}
|
.index-address {
|
width: 1200px;
|
margin: 0 auto;
|
display: flex;
|
align-items: center;
|
margin-top: 30px;
|
}
|
.index-address span:nth-child(1) {
|
font-weight: 400;
|
font-size: 16px;
|
color: #7B7F87;
|
}
|
.index-address span:nth-child(2) {
|
font-weight: 400;
|
font-size: 16px;
|
color: #191B1F;
|
}
|