@media (max-width:768px){
  .container-news{
    height: auto !important;
  }
  .content{
    position: relative !important;
    padding: 15px !important;
    font-size: 0.8rem;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .container-news img{
    width: 100% !important;
  }
  .l3-paginations{
    margin: 0 !important;

    width: 100% !important;
  }
  .container-news{
    width: 100% !important;
  }
  .pcH{
    display: none;
    height: 0 !important;
  }
  .phoneH{
    display: block !important;
  }
  .footer-content{
    width: 100% !important;
    margin: 0 auto !important;
  }
  .footer-tip-container{
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
  }
  .footer-tip{
    font-size: 0.6rem;
    text-align: center;
  }
  .text-flow-ellipsis-multiple {
   	 /* 多余内容省略号处理-多行 */
	    word-break: break-all;
	    text-overflow: ellipsis;
	    display: -webkit-box; 
	    -webkit-box-orient: vertical; 
	    -webkit-line-clamp: 1; 
	    overflow: hidden; 
	}
	.text-flow-ellipsis-single {
	    /* 多余内容省略号处理-单行 */
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
}
@media (min-width:768px){
  .phoneH{
    display: none ;
  }

}
.topRight {
	width: 50px;
	height: 87px;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	margin-top: 0px;
}

.container-news {
	width: 960px;
	height: 771px;
	margin: 0 auto;
}

.content {
	width: 600px;
	height: 500px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 420px;
	margin-left:  calc((100% - 960px) / 2 + 340px);
}

.content-title-0 {
        height: 40px;
        margin-bottom:15px;
}

.content-title-1{
	height: 40px;
	margin-bottom:15px;
}

.content-title-2{
	height: 40px;
	margin-bottom:15px;
}

.content-title-3{
	height: 40px;
	margin-bottom:15px;
}

.content-title-4{
	height: 40px;
	margin-bottom:15px;
}

.content-title-5{
	height: 40px;
	margin-bottom:15px;
}

main .content{
	box-shadow: none;
}
