You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
404 lines
8.3 KiB
404 lines
8.3 KiB
.xinwenBlock {
|
|
padding-top: 150px;
|
|
background: #f7f7f7;
|
|
}
|
|
.xinwenBlock .w1400 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.xinwenBlock .w1400 .list {
|
|
width: 31.4285714286%;
|
|
margin-left: 2.8571428571%;
|
|
margin-bottom: 40px;
|
|
}
|
|
.xinwenBlock .w1400 .list img {
|
|
transform: scale(1);
|
|
transition: all 0.3s;
|
|
}
|
|
.xinwenBlock .w1400 .list a {
|
|
display: block;
|
|
}
|
|
.xinwenBlock .w1400 .list .img {
|
|
font-size: 0;
|
|
height: 294px;
|
|
overflow: hidden;
|
|
}
|
|
.xinwenBlock .w1400 .list .img img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.xinwenBlock .w1400 .list .text {
|
|
height: 256px;
|
|
background: #fff;
|
|
padding: 33px 30px;
|
|
}
|
|
.xinwenBlock .w1400 .list .text .tit {
|
|
font-size: 20px;
|
|
line-height: 32px;
|
|
color: #1a1a1a;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
height: 64px;
|
|
}
|
|
.xinwenBlock .w1400 .list .text .line {
|
|
height: 1px;
|
|
width: 100%;
|
|
background: #000;
|
|
opacity: 0.1;
|
|
margin-top: 13px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.xinwenBlock .w1400 .list .text .tips {
|
|
font-size: 16px;
|
|
line-height: 28px;
|
|
color: #666;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
height: 56px;
|
|
}
|
|
.xinwenBlock .w1400 .list .text .time {
|
|
font-size: 14px;
|
|
color: #999;
|
|
line-height: 1.5;
|
|
margin-top: 18px;
|
|
}
|
|
.xinwenBlock .w1400 .list.first {
|
|
display: block;
|
|
position: relative;
|
|
width: 65.7142857143%;
|
|
margin-left: 0;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .img {
|
|
font-size: 0;
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .img span {
|
|
background: url(../images/xinweBlockBg.png) no-repeat center bottom;
|
|
background-size: 100% auto;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .tit {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
padding: 0 30px 33px 40px;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .tit span {
|
|
color: #fff;
|
|
font-size: 20px;
|
|
line-height: 32px;
|
|
width: calc(100% - 140px);
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
max-width: 600px;
|
|
width: 100%;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .tit .time {
|
|
color: #fff;
|
|
font-size: 14px;
|
|
line-height: 32px;
|
|
text-align: right;
|
|
width: 80px;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .tipsFirst{
|
|
display: none;
|
|
}
|
|
.xinwenBlock .w1400 .list:hover img {
|
|
transform: scale(1.1);
|
|
}
|
|
.xinwenBlock .w1400 .list:nth-child(3n+1) {
|
|
margin-left: 0;
|
|
}
|
|
.xinwenBlock .pagination {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
max-width: 1400px;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
padding: 40px 0px;
|
|
}
|
|
.xinwenBlock .pagination li {
|
|
margin-left: 10px;
|
|
}
|
|
.xinwenBlock .pagination li:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.xinwenBlock .pagination li span, .xinwenBlock .pagination li a {
|
|
width: 40px;
|
|
line-height: 40px;
|
|
background: #fff;
|
|
text-align: center;
|
|
display: block;
|
|
font-size: 13px;
|
|
color: #666;
|
|
cursor: pointer;
|
|
}
|
|
.xinwenBlock .pagination li.active span {
|
|
background: #df0b0a;
|
|
color: #fff;
|
|
}
|
|
|
|
.xiangqingBlock {
|
|
padding-top: 150px;
|
|
padding-bottom: 40px;
|
|
background: #f7f7f7;
|
|
}
|
|
.xiangqingBlock .w1400 {
|
|
background: #fff;
|
|
padding: 74px 7.8571428571% 80px;
|
|
}
|
|
.xiangqingBlock .w1400 .tit {
|
|
text-align: center;
|
|
font-size: 28px;
|
|
letter-spacing: 1px;
|
|
color: #333;
|
|
}
|
|
.xiangqingBlock .w1400 .time {
|
|
font-size: 14px;
|
|
letter-spacing: 1px;
|
|
color: #666;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
line-height: 20px;
|
|
margin-top: 23px;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
padding-bottom: 28px;
|
|
}
|
|
.xiangqingBlock .w1400 .time img {
|
|
margin-right: 9px;
|
|
}
|
|
.xiangqingBlock .w1400 .content {
|
|
padding-top: 40px;
|
|
padding-bottom: 58px;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
.xiangqingBlock .w1400 .content p {
|
|
font-size: 16px;
|
|
line-height: 2.25;
|
|
color: #666;
|
|
text-align: justify;
|
|
margin-bottom: 30px;
|
|
}
|
|
.xiangqingBlock .w1400 .page {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-top: 40px;
|
|
align-items: center;
|
|
}
|
|
.xiangqingBlock .w1400 .page .left {
|
|
width: calc(100% - 240px);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
}
|
|
.xiangqingBlock .w1400 .page .left p {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
line-height: 1.5;
|
|
}
|
|
.xiangqingBlock .w1400 .page .left a {
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #666;
|
|
position: relative;
|
|
transform: translateY(1px);
|
|
font-size: 16px;
|
|
}
|
|
.xiangqingBlock .w1400 .page .left a:first-child {
|
|
margin-top: -3px;
|
|
}
|
|
.xiangqingBlock .w1400 .page .btn {
|
|
width: 165px;
|
|
line-height: 56px;
|
|
background-color: #df0b0a;
|
|
border-radius: 0px 20px 0px 0px;
|
|
text-align: center;
|
|
display: block;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
}
|
|
|
|
@media (max-width: 1300px) {
|
|
.xinwenBlock .w1400 .list .img {
|
|
height: 260px;
|
|
}
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.xinwenBlock .w1400 .list .img {
|
|
height: 220px;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.xinwenBlock .w1400 .list .img {
|
|
height: 180px;
|
|
}
|
|
.xinwenBlock .w1400 .list .text {
|
|
padding: 25px 30px;
|
|
height: auto;
|
|
}
|
|
}
|
|
@media (max-width: 996px) {
|
|
.xinwenBlock {
|
|
padding-top: 120px;
|
|
}
|
|
.xinwenBlock .w1400 {
|
|
justify-content: space-between;
|
|
}
|
|
.xinwenBlock .w1400 .list {
|
|
width: calc((100% - 20px) / 2);
|
|
margin: 0;
|
|
margin-top: 20px;
|
|
}
|
|
.xinwenBlock .w1400 .list:first-child {
|
|
width: 100%;
|
|
margin-top: 0;
|
|
}
|
|
.xiangqingBlock {
|
|
padding-top: 120px;
|
|
}
|
|
.xiangqingBlock .w1400 {
|
|
padding: 40px 30px;
|
|
}
|
|
.xinwenBlock .w1400.top{
|
|
margin-bottom: 20px;
|
|
}
|
|
.xinwenBlock .w1400.top .list:first-child{
|
|
width: calc((100% - 20px) / 2);
|
|
margin-top: 20px;
|
|
}
|
|
.xinwenBlock .w1400 .list{
|
|
width: 100% !important;
|
|
}
|
|
.xinwenBlock .w1400 .list .img{
|
|
height: auto;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .img{
|
|
height: auto;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .tit{
|
|
padding: 25px 30px;
|
|
height: auto;
|
|
background: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .tit span{
|
|
max-width: 100%;
|
|
font-size: 20px;
|
|
line-height: 32px;
|
|
color: #1a1a1a;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
border-bottom: 1px solid rgba(0,0,0,.1);
|
|
margin-bottom: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .tipsFirst{
|
|
font-size: 16px;
|
|
line-height: 28px;
|
|
color: #666;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
height: 56px;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .tit .time{
|
|
font-size: 14px;
|
|
color: #999;
|
|
line-height: 1.5;
|
|
margin-top: 18px;
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|
|
.xinwenBlock .w1400 .list .text .tit{
|
|
height: auto;
|
|
line-height: 2;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.xinwenBlock {
|
|
padding-top: 90px;
|
|
}
|
|
.xinwenBlock .w1400 .list {
|
|
width: 100%;
|
|
margin: 0;
|
|
margin-top: 20px;
|
|
}
|
|
.xinwenBlock .w1400 .list:first-child {
|
|
width: 100%;
|
|
margin-top: 0;
|
|
}
|
|
.xinwenBlock .w1400 .list .text .tit {
|
|
font-size: 16px;
|
|
line-height: 1.8;
|
|
}
|
|
.xinwenBlock .w1400 .list .text .tips {
|
|
font-size: 14px;
|
|
line-height: 1.8;
|
|
}
|
|
.xinwenBlock .w1400 .list .text .line {
|
|
margin: 10px 0;
|
|
}
|
|
.xiangqingBlock {
|
|
padding-top: 90px;
|
|
}
|
|
.xiangqingBlock .w1400 .tit {
|
|
font-size: 20px;
|
|
}
|
|
.xiangqingBlock .w1400 .time {
|
|
padding-bottom: 15px;
|
|
margin-top: 15px;
|
|
}
|
|
.xiangqingBlock .w1400 .content {
|
|
padding: 30px 0;
|
|
}
|
|
.xiangqingBlock .w1400 .content p {
|
|
margin-bottom: 10px;
|
|
}
|
|
.xiangqingBlock .w1400 .page {
|
|
flex-direction: column;
|
|
}
|
|
.xiangqingBlock .w1400 .page .left {
|
|
width: 100%;
|
|
}
|
|
.xiangqingBlock .w1400 .page .btn {
|
|
margin: 0 auto;
|
|
margin-top: 30px;
|
|
}
|
|
.xinwenBlock .w1400.top .list:first-child{
|
|
width: 100%;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .tit span{
|
|
font-size: 16px;
|
|
line-height: 1.8;
|
|
}
|
|
.xinwenBlock .w1400 .list.first .tipsFirst{
|
|
font-size: 14px;
|
|
line-height: 1.8;
|
|
}
|
|
}/*# sourceMappingURL=xinwen.css.map */
|