/*banner*/
.cy-banner-news{
    background: url(../image/banner-news.jpg) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 720px;
}
.cy-banner-news .cy-wp{
    padding-top: 250px;
}
.cy-banner-news .title{
    width: 509px;
    height: 236px;
}
.cy-banner-news .title img{
	display: block;
	width: 100%;
	height: auto;
}
.cy-banner-news .subtitle{
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 10px;
	font-style: oblique;
}
/*框架*/
.cy-news {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: space-between;
}
.cy-news.cy-newsinfo{
    margin-top: 20px;
}
.cy-news .left{
    width: 64%;
}
.cy-news .left .position{
	font-size: 16px;
	padding:0;
	/* border-top: 4px solid #1476fe; */
}
.cy-news .right{
    width: 32%;
}
/*轮播*/
.newspic{
    width: 100%;
    height:612px; 
    border-radius:9px;
}
.newspic .title{ 
    width:80%; 
    position:absolute; 
    left:30px; 
    bottom:30px; 
    color:#fff; 
    font-size:28px; 
    font-weight:700;
}
.newspic .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newspic .swiper-pagination{ 
    text-align:right; 
    padding-right:20px; 
    right:10px; 
    bottom:20px; 
    font-size:18px; 
    color:#fff; 
    font-weight:700;
}
.newspic .swiper-button-next{ 
    right:0px;
    top:50%; 
}
.newspic .swiper-button-prev{ 
    left:0px;
    top:50%;
}
.newspic .swiper-button-next,.newspic .swiper-button-prev{
    margin-top:-50px; 
    width:50px; 
    height:50px; 
    background-color:rgba(237,8,8,0.7); 
    color: #FFFFFF;
    z-index:9999;
}
.newspic .swiper-button-next:hover,.newspic .swiper-button-prev:hover{
    background-color:rgba(237,8,8,0.9); 
}
.newspic .swiper-button-next:after,.newspic .swiper-button-prev:after{
    font-size:15px;
}
/*导航*/
.cy-news-nav{
    display: flex;
    margin-top: 30px;
}
.cy-news-nav li{
    display: inline-block;
}
.cy-news-nav li a{
    display: block;
    padding: 0 16px;
    margin-right: 10px;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 30px;
}
.cy-news-nav li a:hover{
    color: #FFFFFF;
    background-color: #1476fe;
}
.cy-news-nav li.cur a{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #1476fe;
}
.cy-news-nav li a h3{
    font-size: unset;
    font-weight: normal;
}
/*列表*/
.cy-news-list{
    display: block;
}
.cy-news-list li{
    display: block;
    margin-top: 66px;
}
.cy-news-list li .a{
    display: flex;
}
.cy-news-list .text .tags span:hover a{
    color: #FFFFFF;
}
.cy-news-list .text .detail:hover a{
    color: #FFFFFF;
}
.cy-news-list .pic{
    width: 40%;
    height: 267px;
    float: left;
    margin-right: 3%;
    border-radius: 5px;
    overflow: hidden;
}
.cy-news-list .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cy-news-list .text{
    width: 56%;
    height: 267px;
    border-bottom: 1px dashed #eee;
    float: right;
    transition: all ease-out 0.35s;
}
.cy-news-list .text .top{
    display: flex;
    width: 100%;
}
.cy-news-list .text .time{
    flex: 0 0 70px;
    width:70px;
    height:70px;
    font-size:10px;
    background:#666;
    color:#fff;
    text-align:center;
    padding-top:10px;
    border-radius:3px;
    box-sizing:border-box;
    margin-right:15px;
    transition: all ease-out 0.35s;
}
.cy-news-list li:hover .text .time{
    background:#1476fe;
    transition: all ease-out 0.35s;
}
.cy-news-list .text .time span{
    font-size:32px;
    font-weight:700;
    line-height:1;
}
.cy-news-list .text .title{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 1.5;
    background: url(../image/dot-grey.png) no-repeat left bottom;
    background-size: 30px 1px;
    transition: all ease-out 0.35s;
}
.cy-news-list li:hover .text .title{
    background:url(../image/dot-red.png) no-repeat left bottom; 
    background-size:80px 1px;
    transition: all ease-out 0.35s;
}
.cy-news-list .text .desc{
    font-size: 14px;
    color: #666666;
    height: 75px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    padding-top: 7px;
}
.cy-news-list .text .tags{
    margin-top:15px;
    font-size:14px;
    border:0;
    color: #333333;
}
.cy-news-list .text .tags span{
    height:24px;
    line-height:22px;
    display: inline-block;
    border:1px solid #ddd;
    background-color:#f6f6f6;
    padding:0 15px;
    text-align:center;
    border-radius:18px;
    margin:4px 5px;
    color: #333;
    transition: all ease-out 0.35s;
}
.cy-news-list .text .tags span:hover{
    border:1px solid #1476fe;
    background-color:#1476fe;
    color:#fff;
    transition: all ease-out 0.35s;
}
.cy-news-list .text .bottom{
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}
.cy-news-list .text .clicks{
    color: #999999;
    font-size: 12px;
}
.cy-news-list .text .detail{
    height:32px; 
    padding:0 15px;
    line-height:30px;
    border:1px solid #eee;
    background-color:#f6f6f6;
    border-radius:3px;
    transition: all ease-out 0.35s;
}
.cy-news-list .text:hover .detail{
    border:1px solid #1476fe;
    background-color:#1476fe;
    color:#fff;
    transition: all ease-out 0.35s;
}
.cy-news-list .text:hover .detail a{
  color: #FFFFFF;
}
/*右边内容*/
.cy-news .recbox{
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-top: 4px solid #1476fe;
    border-radius: 0 0 5px 5px;
    padding: 10px 20px 20px;
    box-shadow: 0 10px 10px 0 #eee;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.cy-news .recbox .title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}
.cy-news .recbox .title i{
    color: #1476fe;
    font-size: 18px;
}
.cy-news .recbox ul{
}
.cy-news .recbox li{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cy-news .recbox li i{
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #666666;
    font-size: 13px;
    border-radius: 3px;
    background-color: #d8d8d8;
    line-height: 18px;
    text-align: center;
    margin-right: 3px;
}
.cy-news .recbox li i.blue{
    background-color: #1476fe;
    color: #FFFFFF;
}
.cy-news .recbox li i.blue1,.cy-news .recbox li i.blue2,.cy-news .recbox li i.blue3{
	background-color: #1476fe;
	color: #FFFFFF;
}
.cy-news .recbox .tag{
    display: table;
    margin-top: 5px;
}
.cy-news .recbox .tag span {
    margin: 0
}
.cy-news .recbox .tag span a {
    font-size: 15px;
    display: block;
    background: #9da0b3;
    float: left;
    padding: 4px 12px;
    margin: 5px;
    border-radius: 12px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff
}
.cy-news .recbox .tag span:nth-child(5n) a {
    background: #e8ba00;
}
.cy-news .recbox .tag span:nth-child(5n+1) a {
    background: #108f01;
}
.cy-news .recbox .tag span:nth-child(5n+2) a {
    background: #364cc6;
}
.cy-news .recbox .tag span:nth-child(5n+3) a {
    background: #ff4b19;
}
.cy-news .recbox .tag span:nth-child(5n+4) a {
    background: #a60ceb;
}
/*资讯详情*/
.cy-newsinfo .infobox{
    width: 990px;
    float: left;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 9px;
    box-shadow: 0 20px 20px 0 #eee;
    padding: 50px;
}
.cy-newsinfo .infobox h1{
    font-size: 32px;
}
.cy-newsinfo .infobox .topinfo{
    margin-top: 20px;
    color: #999999;
}
.cy-newsinfo .infobox .topinfo span{
    padding: 0 15px;
}
.cy-newsinfo .infobox .desc{
    background-color: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 30px;
    font-size: 15px;
}
.cy-newsinfo .infobox .content{
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    padding: 20px 0 50px;
}
.cy-newsinfo .infobox .content .lcms-tags{display: none;}
.cy-newsinfo .infobox .tags {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    font-size: 16px;
}
/* .cy-newsinfo .infobox .tags span{
    height:24px;
    line-height:22px;
    display: inline-block;
    border:1px solid #ddd;
    background-color:#f6f6f6;
    padding:0 15px;
    text-align:center;
    border-radius:18px;
    margin:0 5px;
    color: #333;
    transition: all ease-out 0.35s;
}
.cy-newsinfo .infobox .tags span:hover{
    border:1px solid #1476fe;
    background-color:#1476fe;
    color:#fff;
    transition: all ease-out 0.35s;
}
.cy-newsinfo .infobox .tags span:hover a{
	color: #fff;
} */
.cy-newsinfo .infobox .tags span {
    font-size: 15px;
    background: #9da0b3;
    padding: 4px 12px;
    margin: 5px;
    border-radius: 12px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff
}
.cy-newsinfo .infobox .tags span a{color: #fff;}
.cy-newsinfo .infobox .tags span:nth-child(5n){
    background: #e8ba00;
}
.cy-newsinfo .infobox .tags span:nth-child(5n+1){
    background: #108f01;
}
.cy-newsinfo .infobox .tags span:nth-child(5n+2){
    background: #364cc6;
}
.cy-newsinfo .infobox .tags span:nth-child(5n+3){
    background: #ff4b19;
}
.cy-newsinfo .infobox .tags span:nth-child(5n+4){
    background: #a60ceb;
}

.cy-newsinfo .infobox .pages{
    margin-top: 30px;
}
.cy-newsinfo .infobox .pages p{
    margin-top: 15px;
    font-size: 16px;
}

/*自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
/*banner*/
 .cy-banner-news{
     height: 37.5vw;
}
 .cy-banner-news .cy-wp{
     padding-top: 13.020833vw;
}
 .cy-banner-news .title{
     width: 26.510417vw;
     height: 12.291667vw;
}
 .cy-banner-news .subtitle{
     font-size: 1.25vw;
     margin-top: 0.520833vw;
}
/*框架*/
 .cy-news {
     margin-top: 2.604167vw;
     margin-bottom: 2.604167vw;
}
 .cy-news.cy-newsinfo{
     margin-top: 1.041667vw;
}
/*轮播*/
 .newspic{
     height:31.875vw;
     border-radius:0.46875vw;
}
 .newspic .title{
     width:80%;
     left:1.5625vw;
     bottom:1.5625vw;
     color:#fff;
     font-size:1.458333vw;
}
 .newspic .swiper-pagination{
     padding-right:1.041667vw;
     right:0.520833vw;
     bottom:1.041667vw;
     font-size:0.9375vw;
}
 .newspic .swiper-button-next,.newspic .swiper-button-prev{
     margin-top:-2.604167vw;
     width:2.604167vw;
     height:2.604167vw;
}
 .newspic .swiper-button-next:after,.newspic .swiper-button-prev:after{
     font-size:0.78125vw;
}
/*导航*/
 .cy-news-nav{
     margin-top: 1.5625vw;
}
 .cy-news-nav li a{
     padding: 0 0.833333vw;
     margin-right: 0.520833vw;
     font-size: 0.9375vw;
     height: 1.979167vw;
     line-height: 1.979167vw;
     border-radius: 1.5625vw;
}
/*列表*/
 .cy-news-list li{
     margin-top: 3.4375vw;
}
 .cy-news-list .pic{
     height: 13.90625vw;
     margin-right: 3%;
     border-radius: 0.260417vw;
}
 .cy-news-list .text{
     height: auto;
     padding-bottom: 0.520833vw;
}
 .cy-news-list .text .time{
     flex: 0 0 3.645833vw;
     width:3.645833vw;
     height:3.645833vw;
     font-size:0.520833vw;
     padding-top:0.520833vw;
     border-radius:0.15625vw;
     margin-right:0.78125vw;
     line-height: 1.2;
}
 .cy-news-list .text .time span{
     font-size:1.666667vw;
}
 .cy-news-list .text .title{
     font-size: 1.041667vw;
     padding-bottom: 0.520833vw;
     margin-bottom: 0.416667vw;
     background-size: 1.5625vw 0.052083vw;
}
 .cy-news-list li:hover .text .title{
     background-size:4.166667vw 0.052083vw;
}
 .cy-news-list .text .desc{
     font-size: 0.729167vw;
}
 .cy-news-list .text .tags{
     margin-top:0.78125vw;
     font-size:0.729167vw;
     /* height: 1.6vw; */
    overflow: hidden;
}
 .cy-news-list .text .tags span{
        height: 1.55vw;
    line-height: 1.445833vw;
    padding: 0 0.78125vw;
    border-radius: 0.9375vw;
    margin: 6px 0.260417vw;
}
 .cy-news-list .text .bottom{
     margin-top: 1.041667vw;
}
 .cy-news-list .text .clicks{
     font-size: 0.625vw;
}
 .cy-news-list .text .detail{
     height:1.666667vw;
     padding:0 0.78125vw;
     line-height:1.5625vw;
     border-radius:0.15625vw;
}
/*右边内容*/
 .cy-news .recbox{
     width: 100%;
     border-top: 4px solid #1476fe;
     border-radius: 0 0 0.260417vw 0.260417vw;
     padding: 0.520833vw 1.041667vw 1.041667vw;
     box-shadow: 0 0.520833vw 0.520833vw 0 #eee;
     margin-bottom: 1.5625vw;
}
 .cy-news .recbox .title{
     font-size: 0.9375vw;
     margin-bottom: 0.15625vw;
}
 .cy-news .recbox .title i{
     font-size: 0.9375vw;
}
 .cy-news .recbox li{
     height: 2.083333vw;
     line-height: 2.083333vw;
     font-size: 0.78125vw;
}
 .cy-news .recbox li i{
     width: 0.9375vw;
     height: 0.9375vw;
     font-size: 0.677083vw;
     border-radius: 0.15625vw;
     line-height: 0.9375vw;
     margin-right: 0.15625vw;
}
 .cy-news .recbox li i.blue{
}
 .cy-news .recbox .tag{
     margin-top: 0.260417vw;
}
 .cy-news .recbox .tag span a {
     font-size: 0.78125vw;
     display: block;
     background: #9da0b3;
     float: left;
     padding: 0.208333vw 0.625vw;
     margin: 0.260417vw;
     border-radius: 0.625vw;
}
/*资讯详情*/
 .cy-newsinfo .infobox{
     width: 51.5625vw;
     border-radius: 0.46875vw;
     box-shadow: 0 1.041667vw 1.041667vw 0 #eee;
     padding: 2.604167vw;
}
 .cy-newsinfo .infobox h1{
     font-size: 1.666667vw;
}
 .cy-newsinfo .infobox .topinfo{
     margin-top: 1.041667vw;
}
 .cy-newsinfo .infobox .topinfo span{
     padding: 0 0.78125vw;
}
 .cy-newsinfo .infobox .desc{
     padding: 1.5625vw;
     margin-top: 1.5625vw;
     font-size: 0.78125vw;
}
 .cy-newsinfo .infobox .content{
     font-size: 0.833333vw;
     padding: 1.041667vw 0 2.604167vw;
}
 .cy-newsinfo .infobox .tags {
     margin-top: 1.041667vw;
     padding-top: 1.041667vw;
     font-size: 0.833333vw;
}
 .cy-newsinfo .infobox .tags span{
     height:1.25vw;
     line-height:1.145833vw;
     padding:0 0.78125vw;
     border-radius:0.9375vw;
     margin:0 0.260417vw;
}
 .cy-newsinfo .infobox .pages{
     margin-top: 1.5625vw;
}
 .cy-newsinfo .infobox .pages p{
     margin-top: 0.78125vw;
     font-size: 0.833333vw;
}
 
}
/*Mobile v1*/
@media only screen and (max-width:767px){
.cy-banner-news {
    background-size: cover;
    height: 220px;
}
.cy-banner-news .cy-wp {
    padding-top: 80px;
}
.cy-banner-news .title {
    width: 40%;
    height: auto;
}
.cy-banner-news .subtitle {
    font-size: 13px;
    margin-top: 5px;
}
.cy-news {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: flex-start;
    flex-direction: column;
}
.cy-news .left {
    width: 100%;
}
.newspic {
    height: 223px;
}
.newspic .swiper-button-next, .newspic .swiper-button-prev {
    display: none;
}
.newspic .swiper-pagination {
    padding-right: 15px;
    right: 10px;
    bottom: 5px;
    font-size: 14px;
}
.newspic .title {
    left: 15px;
    bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}
.cy-news-nav {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.cy-news-nav li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
}
.cy-news-nav li a {
    display: block;
    padding: 0 16px;
    margin-right: 0;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
}
.cy-news-list li {
    margin-top: 10px;
    margin-bottom: 20px;
}
.cy-news-list li a {
    display: flex;
    flex-direction: column;
}
.cy-news-list .pic {
    width: 100%;
    height: 267px;
    float: none;
    margin-right: 0;
    border-radius: 5px;
    overflow: hidden;
}
.cy-news-list .text {
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #eee;
    float: none;
    transition: all ease-out 0.35s;
    margin-top: 15px;
    padding-bottom: 15px;
}
.cy-news-list .text .title {
    font-size: 16px;
}
.cy-news-list .text .desc {
    font-size: 13px;
    height: 65px;
    margin-top: 10px;
    padding-top: 0;
}
.cy-news-list .text .tags {
    display: flex;
    margin-top: 15px;
    font-size: 12px;
    flex-wrap: wrap;
}
.cy-news-list .text .tags span {
    height: 26px;
    line-height: 20px;
    padding: 2px 12px;
    margin: 4px 3px;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowarp;
}
.cy-news .right {
    width: 100%;
}
.cy-news .recbox li {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}
.cy-news .recbox .tag span a {
    font-size: 14px;
}
.cy-path {
    margin-top: 15px;
    font-size: 12px;
}
.cy-newsinfo .infobox {
    width: 100%;
    float: none;
    border-radius: 9px;
    box-shadow: 0 8px 10px 0 #eee;
    padding: 20px;
}
.cy-newsinfo .infobox h1 {
    font-size: 18px;
    line-height: 1.5;
}
.cy-newsinfo .infobox .topinfo {
    margin-top: 15px;
}
.cy-newsinfo .infobox .topinfo span {
    display: inline-block;
    font-size: 12px;
    padding: 0 3.3vw 0 0;
}
.cy-newsinfo .infobox .topinfo span:nth-child(3){
  display: block;
}
.cy-newsinfo .infobox .desc {
    padding: 10px;
    margin-top: 15px;
    font-size: 13px;
}
.cy-newsinfo .infobox .content {
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 0 20px;
}
.cy-newsinfo .infobox .tags {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    font-size: 12px;
}
.cy-newsinfo .infobox .tags span {
    height: 24px;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 0 5px;
    text-align: center;
    border-radius: 18px;
    margin: 0 3px;
    margin-bottom: 8px;
}
.cy-newsinfo .infobox .pages {
    margin-top: 20px;
}
.cy-newsinfo .infobox .pages p {
    margin-top: 15px;
    font-size: 13px;
}
.cy-newsinfo .infobox .pages p a{
  display: block;
}

}