<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
author : Sir wangyahao 
Author URI:http://www.xrmseo.com
copyright by VTHINK: http://www.vshow.net/
*/


.w1200 {
    /*width: 1200px*/;
    margin: 0 auto;
}

nav {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
}

/*
.banner {
    background: url("./../image/news-banner.jpg") no-repeat center;
    width: 100%;
    height: 450px;
}
*/

/* å¯¼èˆªåˆ‡æ¢ */
.list-li {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.list-li-item a{
    display: inline-block;
    width: 198px;
    line-height: 52px;
    position: relative;
    text-align: center;
    border: 1px solid rgb(212, 212, 212);
    vertical-align: middle;
    position: relative;
    border-radius: 26px;
    cursor: pointer;
    margin: 0 20px;
    color: #333;
}

.list-li-item a:hover{
    color: #0041C6;
    border: 1px solid #0041C6;
}
.list-li-item a.active {
    color: #0041C6;
    border: 1px solid #0041C6;
}
.list-li-item:first-child {
    position: relative;
}
.list-li-hover {
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
}

.list-li-hover a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    border-right: 1px solid #e5e5e5;
}
.list-li-hover a:hover {
    color: #0041C6;
}
.list-li-hover a.active{
    color: #0041C6;
}
.list-li-hover a:last-child{
    border: none;
}


/* æŽ¨èå†…å®¹ */

.news-content .recommend {
  width:100%;
  margin:auto;
    /*height: 478px;*/
    background-color: #fff;
    margin-bottom: 74px;
    margin-top: 100px;
}

.recommend-left {
    transition: all 0.5s;
    width: 48%;
    overflow: hidden;
}
.recommend-left .img {
    height: 396px;
    overflow: hidden;
}
.recommend-left img{
    width: 100%;
}

.recommend-left .text {
   
    padding: 15px 40px;
    position: relative;
    box-sizing: border-box;
}

.recommend-left {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.recommend-left .text h3 {
    color: #0041C6;
    font-size: 16px;
    line-height: 25px;
    /*padding-top: 5px;*/
}

.recommend-left .text p {
    color: #666;
    /* margin: 21px 0 36px 0; */
}

.recommend-left .text a {
    color: #8a8a8a;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 31px;
    right: 24px;
}

.recommend-left .text i {
    width: 16px;
    height: 9px;
    background: url("./../img/arrow-hui.png") no-repeat;
    display: inline-block;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all .5s;
    -webkit-transition: all .5s;
    margin-right: 10px;
}

.recommend-left .text span {
    transform: translateX(-51%);
    display: inline-block;
    transition: all .5s;
}

.recommend-left:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.recommend-left:hover i {
    background: url("./../img/arrow-blue.png") no-repeat;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.recommend-left:hover i,
.recommend-left:hover span {
    transform: translateX(0);
    color: #0041C6;
}

.recommend-left .img {
    overflow: hidden;
}

.recommend-left .img img {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.recommend-left:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.recommend-right {
    width: 44%;
}

.recommend-right .text-shadow {
    padding: 21px 0;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
}

.recommend-right .text-shadow:last-child {
    border-bottom: 1px solid #ddd;
}

.recommend-right .text-shadow .text {
    width: 460px;
    padding-top: 18px;
    padding-bottom: 18px;
    transform: translateX(-20px);
    box-sizing: border-box;
    padding-left: 20px;
    transition: all 0.5s;
}

.news-list-text {
    padding: 21px 47px;
    box-sizing: border-box;
    width: 66.73%;
}

.recommend-right .text-shadow .text:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    transform: translate(-20px, -5px);
}

.recommend-right .text-shadow h3 {
    font-size: 15px;
    color: #333;
    padding-bottom: 9px;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
}

.recommend-right .text-shadow span,
.recommend-right .text-shadow p {
    color: #999;
}

.recommend-right .text-shadow p {
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
    padding: 9px 0 0 0;
    font-size: 14px;
}

.news-list-img {
    overflow: hidden;
    width: 33.27%;
}

.news-list-img img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news-list-x:hover .news-list-img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.news-content {
    margin-bottom: 100px;
}

.news-content .news-list-x {
    overflow: hidden;
    height: 153px;
    width: 48.3%;
    float: left;
    margin-bottom: 38px;
    color: #666;
    background-color: #fff;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-content .news-list-x:nth-child(2n) {
    margin-left: 3.4%
}

.news-content .news-list-x p {
    word-wrap: break-word;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-content .news-list-x h3 {
    font-size: 14px;
    color: #1f1f1f;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.news-list .news-page a {
    width: 204px;
    height: 42px;
    display: block;
    line-height: 42px;
    border-radius: 21px;
    border: 1px solid #0041c6;
    float: left;
    margin-right: 60px;
    text-align: center;
    margin-left: 212px;
}

.news-list .news-page a:hover {
    background-color: #0041c6;
    border: 1px solid transparent;
    color: #fff;
}

.news-list-text a{
    display: block;
    margin-top: 24px;
}
.fls {
    width: 570px;
    margin: 0 auto;
}

.fls a {
    color: #025DCB;
    display: block;
    width: 204px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 21px;
    margin: 0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    border: 1px solid #025DCB;
}

.fls a:hover {
    color: #fff;
    border: 1px solid #025DCB;
    background-color: #025DCB;
}


/* .news-list .news-page a:first-child{
    margin-left: 20px; 
} */

.news-list-x:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-6px);
}

.news-list-x:hover h3 {
    color: #0c64c6;
}

@media screen and (min-width: 0px) and (max-width: 9px) {
    .w1200 {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .news-content .news-list-x {
        width: 100%;
    }
    .news-content .news-list-x:nth-child(2n) {
        margin-left: 0px;
    }
    .news-list-text {
        float: none;
        padding: 0 10px;
        box-sizing: border-box;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .news-content .news-list-x p,
    .news-content .news-list-x h3 {
        padding-right: 10px;
    }
    .news-list-img {
        width: 120px;
        margin-right: 10px;
    }
    .fls {
        width: 100%;
    }
    .news-list-img img {
        max-width: 100%;
    }
    .news-list-text i {
        display: none;
    }
    .news-content .news-list-x h3 {
        margin: 10px 0;
    }
 
	.new-list-time p{
		font-size: 30px;
	}
    .recommend-left .img {
        width: 100%;
    }
    .recommend-left .img img {
        max-width: 100%;
    }
    .recommend-left .text span {
        display: none;
    }
    .recommend-left .text {
        padding: 15px;
    }
    .recommend-right {
        width: 100%;
    }
    .recommend-right .text-shadow .text {
        width: 100%;
    }
    .recommend-right {
        margin-top: 20px;
    }
    .recommend-right .text-shadow .text {
        transform: translateX(0px);
        padding-left: 0px;
        padding: 0;
    }
    .recommend-right .text-shadow .text:hover {
        box-shadow: none;
        transform: translate(0);
    }
    .list-li {
        margin-top: 30px;
        width: 100%;
        margin-bottom: 30px;
    }
    .list-li li a {
        width: 80px;
        line-height: 38px;
    }
    .news-content .recommend {
        height: auto;
        margin-bottom: 0px;
    }
}

/* 0619 */

.news-content .news-list-x p{ height:54px; overflow:hidden;}

.recommend-right .text-shadow .text{transform: translateX(0);-webkit-transform: translateX(0);-moz-transform: translateX(0);}

.recommend-right .text-shadow .text:hover{transform: translateY(-5px);-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);}

.recommend-right .text-shadow .text{ padding:18px; width:404px;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;}

.recommend-left .text h3{ padding-right:80px; height:24px; line-height:24px; overflow:hidden; color:#222;}

.recommend-left:hover .text h3{ color:#0f60c8}

.news-content .news-list-x h3{ font-size:16px; color:#222; margin-top:10px;}

.news-content .news-list-x p{ font-size:14px; line-height:22px; height:44px;}

.news-content .news-list-x h3{ height:48px; line-height:24px;white-space:inherit;}

.news-list-x:hover h3{ color:#0f60c8;}

.recommend-left .text{ padding:25px;}

.recommend-left .img{ height:100%;}

.recommend-left .text a{ top:42px; display:none;}

.list-li-item,.recommend-right .text-shadow h3{ font-size:16px;}

.list-li-item a{ color:#222;}

.list-li-item a:hover,.fls a{ color:#0f60c8; border-color:#0f60c8;}

.fls a:hover{ background:#0f60c8;}

.recommend-right .text-shadow p{ color:#666;}

.list-li-hover li:hover a,.recommend-right .text-shadow:hover h3{color:#0f60c8;}
@media screen and (max-width:1920px)  {
.xwdttp img{
	width: 100%;
	height: 153px;
}
}
@media screen and (max-width:7px)  {
.xwdttp img{
	width: 120px;
	height: 120px;
}
}

@media screen and (min-width: 0px) and (max-width: 9px) {
    .w1200 {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .news-content .news-list-x {
        width: 100%;
    }
    .news-content .news-list-x:nth-child(2n) {
        margin-left: 0px;
    }
    .news-list-text {
        float: none;
        padding: 0 10px;
        box-sizing: border-box;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .news-content .news-list-x p,
    .news-content .news-list-x h3 {
        padding-right: 10px;
    }
    .news-list-img {
        width: 120px;
        margin-right: 10px;
    }
    .fls {
        width: 100%;
    }
    .news-list-img img {
        max-width: 100%;
    }
    .news-list-text i {
        display: none;
    }
    .news-content .news-list-x h3 {
        margin: 10px 0;
    }
    .news-list-time {
        margin-top: 10px;
    }
    .recommend-left .img {
        width: 100%;
    }
    .recommend-left .img img {
        max-width: 100%;
    }
    .recommend-left .text span {
        display: none;
    }
    .recommend-left .text {
        padding: 15px;
    }
    .recommend-right {
        width: 100%;
    }
    .recommend-right .text-shadow .text {
        width: 100%;
    }
    .recommend-right {
        margin-top: 20px;
    }
    .recommend-right .text-shadow .text {
        transform: translateX(0px);
        padding-left: 0px;
        padding: 0;
    }
    .recommend-right .text-shadow .text:hover {
        box-shadow: none;
        transform: translate(0);
    }
    .list-li {
        margin-top: 30px;
        width: 100%;
        margin-bottom: 30px;
    }
    .list-li li a {
        width: 80px;
        line-height: 38px;
    }
    .news-content .recommend {
        height: auto;
        margin-bottom: 0px;
    }
    .recommend-left{
        width: 100%;
    }
    .recommend-left .img{
        height: auto;
    }
    .news-content .news-list-x {
        height: auto;
    }
    .news-list {
        margin-bottom: 30px;
    }
    .news-content {
        margin-bottom: 50px;
    }
    .list-li-item a:nth-child(1){
        display: inline-block;
        width: 20%;
        line-height: 27px;
        text-align: center;
        vertical-align: middle;
        position: relative;
        border-radius: 26px;
        cursor: pointer;
        margin: 0 1px;
    }
  .list-li-item a:nth-child(2){
        display: inline-block;
        width: 31%;
        line-height: 27px;
        text-align: center;
        vertical-align: middle;
        position: relative;
        border-radius: 26px;
        cursor: pointer;
    margin: 0 1px;
    }
  .list-li-item a:nth-child(3){
        display: inline-block;
        width: 20%;
        line-height: 27px;
        text-align: center;
        vertical-align: middle;
        position: relative;
        border-radius: 26px;
        cursor: pointer;
    margin: 0 1px;
    }
    .list-li {
        padding-bottom: 10px;
    }
    .news-content .recommend {
        margin-top: 40px;
    }
    .recommend {
        display: none;
    }
    .news-list-text .content  {
        display: none !important;
    }
    .news-content .news-list-x {
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .fls a {
        width: 136px;
        height: 30px;
        line-height: 30px;
    }
    .list-li-hover a {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 0px;
        padding: 0 3px;
    }
    .list-li {
        padding-bottom: 0px;
    }
    .news-content .news-list-x h3 {
        font-size: 14px;
    }
    .list-li-item a {
        font-size: 14px;
    }
}</pre></body></html>