2022-06-27 09:12:56 +08:00
|
|
|
.hard-news-global {
|
|
|
|
width: 100%;
|
|
|
|
background: #fff;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
text-decoration: none;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
.wrapBlock {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 1460px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
.bannerBlock {
|
|
|
|
width: 100%;
|
|
|
|
height: 473px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.backHomeBlock {
|
|
|
|
padding-left: 5%;
|
|
|
|
width: 95%;
|
|
|
|
height: 49px;
|
|
|
|
line-height: 49px;
|
|
|
|
color: #fff;
|
|
|
|
background: #fd0100;
|
|
|
|
font-size: 22px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.backHomeBlock span {
|
|
|
|
color: #fff;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.backHomeBlock span:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentBlock01 {
|
|
|
|
padding-bottom: 50px;
|
|
|
|
width: 100%;
|
|
|
|
background: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentBlock01 h3 {
|
|
|
|
padding: 30px 5px;
|
|
|
|
font-size: 30px;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #888;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentBlock01 .informText01 {
|
|
|
|
margin: 0 2%;
|
|
|
|
padding: 10px 0;
|
|
|
|
width: 96%;
|
|
|
|
background: #fff;
|
|
|
|
font-size: 22px;
|
|
|
|
color: #888;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentBlock01 .informText01 p {
|
|
|
|
padding: 20px;
|
|
|
|
text-indent: 45px;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentBlock02 {
|
|
|
|
padding-bottom: 50px;
|
|
|
|
width: 100%;
|
|
|
|
background: url("~@/assets/topic/newsDetailBg.jpg") center bottom no-repeat #a81b0b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentBlock02 h3 {
|
|
|
|
padding: 30px 5px;
|
|
|
|
font-size: 30px;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentBlock02 span {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentBlock02 .informText02 {
|
|
|
|
margin: 0 5%;
|
|
|
|
padding: 10px 0;
|
|
|
|
width: 90%;
|
|
|
|
font-size: 22px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentBlock02 .informText02 img {
|
|
|
|
display: inherit;
|
|
|
|
margin: 10px auto;
|
2022-06-28 16:48:36 +08:00
|
|
|
height: 488px;
|
2022-06-27 09:12:56 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.contentBlock02 .informText02 p {
|
|
|
|
padding: 20px;
|
|
|
|
text-indent: 45px;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|