<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-container{padding: 70px 0; position: relative; overflow: hidden;background: #f7f7f7;}

.list-news li{overflow: hidden; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #eee;}
.list-news li .pic{width: 314px; height: 215px; float: left; position: relative; overflow: hidden;}
.list-news li .pic img{width: 100%; min-height: 215px; transition: transform .6s;}
.list-news li .pic:hover img{transform: scale(1.1);}
.list-news li .text{margin-left: 354px; padding-top: 14px;}
.list-news li .title{height: 30px; line-height: 30px; font-size: 18px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.list-news li .time{font-size: 15px; color: #999; margin-top: 4px;}
.list-news li .desc{font-size: 15px; height: 60px; line-height: 30px; color: #666; margin-top: 6px; overflow: hidden; display: -webkit-box !important; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 4px;}
.list-news li .more{ background-color: #0067a9; display: block; width: 140px; height: 36px; line-height: 36px; border-radius: 4px; font-size: 14px; color: #fff; text-align: center; margin-top: 26px; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ; }
.list-news li .more:hover{color: #fff!important;  background: #D70101;}


.list-news a:hover{color:inherit ;}
.list-news .item {
    position: relative;
    width: 100%;
    height: 280px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 35px;
    background: white;
}
.list-news .item .cover {
    float: left;
    width: 30%;
    height: 240px;
    overflow: hidden;
}
.list-news .item .cover .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-news .item .text-wrapper {
    float: left;
    margin-left: 50px;
    height: 100%;
    width: 60%;
    position: relative;
}
.list-news .item .text-wrapper .type {
    font-size: 15px;
    color: #7e8492;
    margin-bottom: 30px;
    margin-top: 25px;
}
.list-news .item .text-wrapper .type em {
    margin-left: 20px;
}
.list-news .item .text-wrapper .title {
    font-size: 18px;
    color: #565656;
    margin-bottom: 25px;
    font-weight: bold;
}
.list-news .item .text-wrapper .intro {
    font-size: 15px;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-news .item .text-wrapper .news-btn {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
    line-height: 37px;
}
.list-news .item .text-wrapper .news-btn span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
}
.list-news .item .text-wrapper .news-btn img {
    vertical-align: middle;
    display: inline-block;
}
.list-news .item::after {
    display: block;
    content: '';
    clear: both;
}
.list-news .item:hover {
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
}
.list-news .item:hover .cover .img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list-news .item:hover .news-btn span {
    color: #df8938;
}

.blk-main{margin-top: 50px;}

.p14-infocontent-1 {
    background: #fff;
    padding: 18px 44px;
}

.p14-infocontent-1-tit {
    height: 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
    text-align: center;
}

.p14-infocontent-1-sour {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #aaa;
    margin-bottom: 20px;
}

.p14-infocontent-1-sour a{
    color: #aaa; }
.p14-infocontent-1-sour span {
    margin: 0 9px;
}

.p14-infocontent-1-text {
    padding: 16px 18px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #d6d6d6;
    margin-bottom: 22px;
}

.p14-infocontent-1-text-t1 {
    width: 78px;
    float: left;
    color: #342f2e;
    margin-right: -78px;
}

.p14-infocontent-1-text-t2 {
    padding-left: 80px;
    white-space: pre-line;
}

.p14-info-3 {
    background: #fff;
    padding: 0 40px 8px;
}

.p14-info-3-tit {
    height: 46px;
    font-size: 24px;
    line-height: 46px;
    color: #4b4a4a;
}

.p14-info-3-list li {
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    color:#4b4a4a;
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-info-3-list li a{ color:#4b4a4a;}
.p14-info-3-list li span {
    float: right;
}
.p14-pagination-1 {
    padding: 0 40px 8px;
}
.blk {
    margin-bottom: 50px;
    margin-top: 30px;
}
.p14-pagination-1-href {
    float: right;
    font-size: 18px;
    line-height: 32px;
}
.p14-pagination-1-href span {
    display: inline-block;
    padding: 0 10px;
    background: #999;
    font-size: 15px;
}
.p14-pagination-1-href span a{color:#fff;}

@media screen and (max-width:767px) {
	.list-news .item{height:auto;}
  .list-news .item .cover{width:100%;}
  .list-news .item .text-wrapper{width:100%;margin-left:0;}
  .list-news .item .text-wrapper .type{margin-top:20px;margin-bottom:20px;}
  .list-news .item .text-wrapper .news-btn{position:relative;}
}

</pre></body></html>