73 lines
1.2 KiB
CSS
73 lines
1.2 KiB
CSS
@import "../pubilc/_mian.css";
|
|
|
|
.wheel{
|
|
height: 350px;
|
|
width: 100%;
|
|
}
|
|
|
|
/* 内容 */
|
|
.guidepost{
|
|
width: 100%;
|
|
border-bottom: #ebebeb 1px solid;
|
|
}
|
|
.guidTitle{
|
|
width: 1190px;
|
|
height: 70px;
|
|
line-height: 70px;
|
|
text-align: left;
|
|
margin: 0 auto;
|
|
}
|
|
.span1{
|
|
display: inline-block;
|
|
font-family: MicrosoftYaHei;
|
|
font-size: 20px;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0px;
|
|
color: #999999;
|
|
}
|
|
.guidepost i{
|
|
display: inline-block;
|
|
font-family: MicrosoftYaHei;
|
|
font-size: 20px;
|
|
font-weight: normal;
|
|
letter-spacing: 0px;
|
|
color: #cccccc;
|
|
}
|
|
.span1:last-child{
|
|
display: inline-block;
|
|
font-family: MicrosoftYaHei;
|
|
font-size: 20px;
|
|
font-weight: normal;
|
|
letter-spacing: 0px;
|
|
color: #333333;
|
|
}
|
|
|
|
/* 新闻内容 */
|
|
|
|
.newsText{
|
|
width: 1190px;
|
|
margin: 0 auto;
|
|
padding: 0 68px 73px 68px;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid #cccccc;
|
|
}
|
|
.next{
|
|
height: 188px;
|
|
width: 100%;
|
|
}
|
|
.next1{
|
|
text-align: center;
|
|
}
|
|
.next1 p{
|
|
cursor: pointer;
|
|
font-family: MicrosoftYaHei;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0px;
|
|
color: #999999;
|
|
}
|
|
.next1 p:nth-child(1){
|
|
margin-bottom: 30px;
|
|
} |