@import url(com.css);
/*新闻中心*/
.news_con{ margin-top:3%; overflow:hidden; margin-bottom:2%; }
.news_con ul li{ /*overflow:hidden;*/padding-top:3.5%;border-bottom:1px solid #eaeaea; display:block;background:#fff; padding-bottom:3.5%;transition:all 0.3s; position:relative; overflow:hidden; }
.news_con ul li:last-child{ margin-bottom:0;}
.news_con ul li:hover{ /*border-color:#eb76a9; *//*background:#f6f6f6;*/}
.news_con ul li:hover:after{opacity:1.0;filter:Alpha(opacity=100);}
.news_con ul li .imgs{ position: relative; width:306px;float:left;display:inline;overflow:hidden;margin-right:3%;}
.news_con ul li .imgs::before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 64.055%;
}
.news_con ul li .imgs img{ position: absolute; left: 0; top: 0; height: 100%; width:100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.5s ease-out 0s; -moz-transition:all 0.5s ease-out 0s; -o-transition:all 0.5s ease-out 0s; transition:all 0.5s ease-out 0s;}
.news_con ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_con ul li .txts{ overflow:hidden; padding-right:3%; }
.news_con ul li .txts .h3{ line-height:1.3em; height:2.6em; overflow:hidden; color:#333; font-weight:bold;transition: all 0.3s; margin-top:15px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news_con ul li .txts .p{ --lh: 28px; height: calc(var(--lh)*3); /*font-weight:lighter;*/ overflow:hidden; font-size:20px; color:#343434; line-height:var(--lh);text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top:15px;}
.news_con ul li .txts .date{ --size: 1em; --fill: #999999; color:#999999; font-size:16px; overflow:hidden; line-height:24px; height:24px; margin-top:12px;}
.news_con ul li .txts .date .self-svg { flex-shrink: 0; margin-right: .4em; }
.news_con ul li .ends{ overflow:hidden; float:right; width:216px; text-align:right;  height:166px; position:relative; font-family:Arial;border-left: 1px solid #eaeaea;}
.news_con ul li:hover .txts h3{color:var(--mcolor);}
.news_con ul li .ends .more-box-a{ position:absolute; right:0; top:50%;transform: translate(0%, -50%);}

/*新闻详细*/
.about_x2{}
.about_x2 .bgs{ overflow:hidden;}
.about_x2 .show_t{ max-width:1110px; margin:0 auto; line-height:34px; font-size:26px; color:#333333; text-align:center; margin-bottom:1%; margin-top:5px; font-weight:bold; margin-top:3.5%;}
.about_x2 .con_line{ padding-bottom:9px; line-height:36px;font-size:18px; color:#999999;/*border-bottom:1px dashed #e0e0e0;*/ text-align:center; margin-bottom:1.5%;  }
.about_x2 .con_line span{ padding-left:4%;}
.about_x2 img{ max-width:100%;}
.about_x2 .con_id{ line-height:28px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:3%;font-size:20px; color:#343434;text-align:left;/* font-family:"宋体";*/ padding-bottom:4%; /*font-weight:lighter;*/}
.about_x2 .con_id .h2{ color:#000000; font-weight:bold;  margin-bottom:5px; overflow:hidden; margin-bottom:2%;}
.about_x2 .con_id .h3{ color:#333333; font-size:16px; font-weight:bold; margin-top:3px; margin-bottom:3px;}
.about_x2 .con_id p{ padding-bottom:2%; overflow:hidden;}
.about_x2 table{border-collapse:collapse;border-spacing:0;}
.about_x2 table td{ line-height:22px;height:27px; /*border:1px solid #000;*/}
.prenext{ padding-top:2%; padding-bottom:2%;   font-size:20px;border-top:1px solid #e5e5e5; overflow:hidden; line-height:34px;text-align:left;  }
.prenext span{ width:100%; overflow:hidden; height:34px;white-space:nowrap;text-overflow:ellipsis; display:block; color:#333;padding-right:70px; }
.prenext span em{ font-style:normal;  color:#333333; text-transform:uppercase;}
.prenext a{ color:#333; overflow:hidden; transition:all 0.3s;}
.prenext a:hover{ color:#006fc3;  text-decoration:none;}
.prenext a:hover em{ color:#006fc3;}
.prenext .goback{ float:right; display:inline-block; vertical-align:top; height:68px; line-height:34px; padding-top:34px; color:#555; margin-top:-68px; background:url(../images/news_pic3.png) center top 10px no-repeat; background-size:20px 15px;transition:all 0.3s; font-size:14px;}
.prenext .goback:hover{  color:#006fc3; background-image:url(../images/news_pic3_on.png);}

@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1400px) {
/*新闻中心*/
.news_con ul li .ends{ width:170px;}
.news_con ul li .txts .p{ font-size:18px;}
.news_con ul li .txts .date{ font-size:15px;}
/*新闻详细*/
.about_x2 .con_line{ font-size:16px;}
.about_x2 .con_id{ font-size:18px;}
}
@media (max-width: 1360px) {
/*新闻中心*/
.news_con ul li .ends{ width:170px;}
/*新闻详细*/
.about_x2 .con_id{ font-size:16px;}
}
@media (max-width: 1200px) {
/*新闻中心*/
.news_con ul li .txts .p{ font-size:16px;}
.news_con ul li .txts .date{ font-size:14px;}
/*新闻详细*/
.about_x2 .con_id{ font-size:15px; line-height:28px;}
.about_x2 .con_id .h3{ font-size:15px;}
.about_x2 .con_line{ font-size:14px;}
}


@media screen and (max-width: 992px) {
/*新闻中心*/
.news_con ul li .imgs{ margin-right:2%; width:250px;}
.news_con ul li .txts .h3{ margin-top:10px;}
.news_con ul li .txts{ padding-right:2%;}
.news_con ul li .ends{ width:140px; height:137px;}
.news_con ul li .txts .p{ margin-top:5px;}
.news_con ul li .txts .date{margin-top:6px;}
/*新闻详细*/
.about_x2 .show_t{ font-size:22px; line-height:32px;}
.about_x2 .con_id{ line-height:26px; font-size:15px;}
.prenext{ font-size:15px; line-height:24px; }
.prenext span{ height:24px;}
.prenext .goback{ margin-top:-48px; padding-top:24px; line-height:24px; height:48px; background-position:center top 5px; /*font-size:15px;*/}
}

@media screen and (max-width: 780px) {
/*新闻中心*/
.news_con ul li .txts .p{ --lh: 24px; font-size:14px; }
/*.news_con ul li .ends{ width:120px;}*/
.news_con ul li .ends{ display:none;}
.news_con ul li .txts{ padding-right:0;}

}
@media screen and (max-width: 640px) {
/*新闻中心*/
.news_con ul li{ padding-right:2%;}
.news_con ul li .txts .date{ font-size:13px;}

/*新闻详细*/
.about_x2 .show_t{ font-size:20px; line-height:28px; text-align:center;}
.about_x2 .con_line{ font-size:13px;  line-height:30px; text-align:center;}
.about_x2 .con_id{ font-size:14px; line-height:24px;}
.about_x2 .con_id .h3{ font-size:14px;}
.prenext{ font-size:14px;}
.prenext .goback{ font-size:14px;}
}
@media screen and (max-width: 480px) {
/*新闻中心*/
.news_con ul li .imgs{ width:200px;}
.news_con ul li .txts .h3{ margin-top:10px; height:1.3em; font-size:16px;-webkit-line-clamp: 1;}
.news_con ul li .txts .p{ font-size:13px; line-height:22px; height:44px; margin-top:5px;}
/*新闻详细*/
.about_x2 .show_t{ font-size:18px; line-height:26px;}
.about_x2 .con_id{ font-size:13px;}
.about_x2 .con_id .h3{ font-size:13px;}
.about_x2 .con_line{ font-size:12px;}
.prenext{ font-size:12px; line-height:22px;}
.prenext span{ padding-right:70px; height:22px;}
.prenext .goback{ font-size:12px;}
}
@media screen and (max-width: 420px) {
/*新闻中心*/
.news_con ul li .imgs{ width:154px;}
.news_con ul li .txts .h3{ max-height:48px; margin-top:3px;font-size:15px;}
.news_con ul li .txts .date{ font-size:12px; height:20px; line-height:20px; background-size:16px 16px; }
.news_con ul li .txts .p{ --lh: 20px; margin-top:3px; font-size:12px;}
}
@media screen and (max-width: 360px) {
/*新闻中心*/
.news_con ul li .imgs{ width:150px;}

}