/* 新闻动态 */

.news-list{
	margin-bottom:8%;
	width: 100%;
}
.news-list ul{
    display: flex;
    flex-wrap: wrap;	
}
.news-list ul li {
	width: 48%;
    margin-right:4%;
    margin-top: 0.4rem;
    border-bottom: 1px solid #e8e8e8;
    padding:0 0 0.4rem;
}
.news-list ul li:nth-child(-n + 2) {
    margin-top: 0;
}
.news-list ul li:nth-child(2n) {
    margin-right: 0;
}
.news-list ul li .img{
    width:100%;
	height:2.3rem;
	position:relative;
	overflow:hidden;
    transition: .8s;
}
.news-list ul li .img img{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .8s;
}
.news-list ul li .inner {
	padding: 0.3rem 0 0;
    line-height: 1.5;
}
.news-list ul li .tit {
    font-weight:500;
    font-size:0.28rem;
	color:#333;
}

.news-list ul li .inner p {
    color: #666;
    line-height:1.6;
    margin:0.2rem 0;
	font-size:0.24rem;
}
.news-list ul li .inner time {
    font-size: 0.24rem;
    color: #d70c19;
    display: block;
	background: url(../img/more.gif) no-repeat right center;
	background-size: 0.25rem auto;
	margin-top:0.2rem;
}
.news-list ul li a:hover .tit  {
    color: #e60013;
}


.yema {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-bottom: 8%;
}

.yema a {
    display: inline-block;
    height: 0.6rem;
    line-height: 0.6rem;
    overflow: hidden;
	padding:0 0.25rem;
    margin-left:0.1rem;
    color: #666666;
    font-size: 0.26rem;
    border: 0.02rem solid #e5e5e5;
    background: #fff;
    border-radius: 6px;
}
.yema a.on {
    color: #fff;
    background: #e70315;
    border: 0.02rem solid #e70315;
}



/*详情*/
.info-out {
    width: 100%;
    overflow: hidden;
}
.mbx2 {
    background-color: #f7f7f7;
}

.case-info-out2 {
    background-color: #f7f7f7;
}

.info_box{
	overflow:hidden;
	padding: 8% 5%;
	background-color:#fff;
	margin-bottom:5%;
}
.info_box .title_div {
	font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}
.info_box .title_div h2 {
	font-size: 0.38rem;
    margin-bottom: 0.158rem;
    font-weight: 500;
}
.info_box .title_div p {
    color: #756969;
	font-size:0.24rem;
}
.info_box .title_div p span {
	display: inline-block;
    margin: 0 0.2rem;
}

.info_box .content_div, .info_box .content_div * {
	font-size: 0.26rem;
    color: #333;
    line-height: 1.8;
	max-width:100%;
}

.prenext {
    padding:3% 0;
    font-size:0.24rem;
    margin-top: 5%;
    border-top: 0.02rem solid #cccccc;
    border-bottom: 0.02rem solid #cccccc;
    overflow: hidden;
    text-align: left;
}

.prenext span {
    width:90%;
    overflow: hidden;
	line-height:0.48rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #999999;
    padding-right: 0.6rem;
}

.prenext a {
    color: #666666;
    overflow: hidden;
    transition: all 0.3s;
}

.prenext .goback {
    float: right;
    display: inline-block;
    vertical-align: top;
    padding-top: 0.5rem;
    color: #333333;
    margin-top:-0.93rem;
    background: url(../img/case_pic2.png) center top 10px no-repeat;
    background-size:0.3rem auto;
    transition: all 0.3s;
}
.prenext .goback:hover {
    color: #e70012;
    background-image: url(../img/case_pic2_on.png);
}
.prenext a:hover {
    color: #e70012;
    text-decoration: none;
}



/*行业新闻*/

.szgc-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom:8%;
}

.jtdt-item {
  width: 100%;
  overflow:hidden;
  background-color: #F1F4F9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding:0.5rem 0.3rem;
  box-sizing: border-box;
  position: relative;
  margin-top: 0.3rem;
  transition: .5s;
}

.jtdt-item:nth-child(1) {
  margin-top: 0;
}

.jtdt-item h2 {
	max-width:80%;
	margin-bottom:0.2rem;
	font-size:0.28rem;
	font-weight: 500;
	color:#333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jtdt-item span {
  font-size:0.24rem;
  color: #888;
}

.news-next {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url('../img/news-next2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0.4rem;
  top: calc(50% - 15px);
  transition: .5s;
}

.jtdt-item:hover .news-next {
  background-image: url('../img/news-next.png');
}

.jtdt-item:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.jtdt-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.06rem;
  background-color: #df0615;
  transition: .5s;
}

.jtdt-item:hover::before {
  width: 100%;
}


/*视频列表*/
.video_ul{ 
	width:100%; 
	overflow:hidden; 
	margin-bottom:4%;
}
.video_ul ul li{ 
	float:left; 
	width:48%; 
	margin-right:4%; 
	margin-bottom:0.4rem;
	position:relative;
}
.video_ul ul li:nth-child(2n+0){ 
	margin-right:0;
}
.video_ul ul li .imgs{
	width:100%;
	height:2.2rem; 
	overflow:hidden;
	position:relative;
}

.video_ul ul li .imgs img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .8s;
}

.video_ul ul li .imgs:after{ 
	content:""; 
	background:rgba(0,0,0,0.2); 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	position:absolute; 
	z-index:1;
}
.video_ul ul li:hover .imgs:after{
	background:rgba(0,0,0,0.4);
}

.video_ul ul li .boxs{ 
	width:98%; 
	margin:0 auto;
}
.video_ul ul li .tex{
	font-size:0.28rem;
	line-height:1.4;
	font-weight:500;
	color:#333333; 
	margin-top:0.2rem; 
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	
	
}
.video_ul ul li:hover .tex{ 
	color:#bb2c23;
}
.video_ul ul li i{ 
	display:block; 
	width:0.52rem; 
	height:0.52rem;
	margin-top:-0.26rem;
	margin-left:-0.26rem;
	position:absolute;
	left:50%; 
	top:50%;
	background:url(../img/video_pic1.png) center center no-repeat; 
	background-size:100%;
	transition:all 0.3s; 
	z-index:2;
}
.video_ul ul li:hover i{
	transform:scale(1.1, 1.1); 
	background-image:url(../img/video_pic1_on.png);
}


/**视频弹框**/
.tank-video-box {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
}
.tank-video-box .flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 98%;
}
.tank-video-box .video-box {
  position: relative;
  height: auto;
  width: auto;
}
.tank-video-box .video-box .exit {
  width:0.5rem;
  height:0.5rem;
  position: absolute;
  right: -0.22rem;
  top: -0.22rem;
  background:#ffffff url(../img/c10.png) no-repeat center center;
  border-radius: 50%;
  transition: all 0.3s;
  
}
.tank-video-box .video-box video {
  display: block;
  border: 0.2rem solid #137fdc;
  border: 0.2rem solid #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
  height: 32vh;
  width: auto;
  background: #000000;
  max-width: 94vw;
  max-height: 96vh;
  border-radius: 4px;
}


