 @media screen and (max-width:720px){
  #web_news{
             background: #ffffff;
             min-height: 78vh;
   			 /*margin: 100px 8% 100px 15%;*/
     }
   .new_part{
          margin: 6% 8%;
         /* float: left; */
         /* width: 27%; */
         height: 247.5px;
         background: #ffffff;
         border-radius: 20px 20px 10px 10px;
         box-shadow: -2px 0px 9px 2px rgb(133 133 133 / 32%);
   }
   .new_part img{
   		width: 100%;
        height: 130px
   }
   .new_part p:nth-child(2){
/*    		width: 80%; */
	    height: 35px;
	    overflow:hidden;
	    font-size: 14px;
	    font-family: Arial, Arial-Regular;
	    font-weight: 400;
	    text-align: left;
	    color: #444444;
	    margin-left: 1rem;
	    margin-top: 2rem;
   }
      .new_part p:nth-child(3){
   		height: 8px;
	    font-size: 11px;
	    font-family: Arial, Arial-Regular;
	    font-weight: 400;
	    text-align: left;
	    color: #999999;
	    margin-left: 1rem;
   }
   .dropload-down{
	   clear:both;
   }
   .news_title{
         /* height: 36.5px; */
    font-size: 17px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #444444;
    margin: 0px 10% 0px 10%;
   }
   .news_date{
   			    height: 8.5px;
			    font-size: 12px;
			    font-family: Arial, Arial-Regular;
			    font-weight: 400;
			    text-align: left;
			    color: #999999;
			    margin: 20px 10% 10px 10%;
   }
   #news_detail  img{
   		    width: 80%;
    /* height: 480px; */
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 10px;
   }
   .news_content{
           margin: 20px 10% 0px 10%
   }
   .bottom_part{
          float: left;
    width: 27%;
    height: 260.5px;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -2px 0px 9px 2px rgb(133 133 133 / 32%);
    /* margin: 0px; */
    /* margin-left: 3%; */
    margin-right: 01%;
    margin-bottom: 3%;;
   }
   .bottom_part img{
   
   }
   #new_bottom_detal{
         margin: 30px 0% 0px 8%;
         display: none;
   }
   #divede_line{
	   border: 1px solid #9999;
	    width: 80%;
	    margin-left: 10%;
	    margin-top: 60px;
    }
    .news_content{
             font-size: 13px;
		    font-family: Arial, Arial-Regular;
		    font-weight: 400;
		    text-align: left;
		    color: #444444;
    }
        #web_news_details{
         display:none;
         margin-top:2rem; 
         white-space: pre-line;
    }
    .el-message{min-width: 80px;}
 }
 @media screen and (min-width:721px){
   #web_news{
             background: #ffffff;
   			 margin: 100px 8% 100px 15%;
   			  min-height: 74vh;
     }
   .new_part{
        margin: 3% 2% 3% 2%;
	    float: left;
	    width: 27%;
	    height: 247.5px;
	    background: #ffffff;
	    border-radius: 20px 20px 10px 10px;
	    box-shadow: -2px 0px 9px 2px rgb(133 133 133 / 32%);
   }
   .new_part img{
   		width: 100%;
        height: 130px
   }
   .new_part p:nth-child(2){
/* 		width: 80%; */
	    height: 35px;
	    overflow:hidden;
	    font-size: 14px;
	    font-family: Arial, Arial-Regular;
	    font-weight: 400;
	    text-align: left;
	    color: #444444;
	    margin-left: 1rem;
	    margin-right: 1rem;
	    margin-top: 2rem;
   }
      .new_part p:nth-child(3){
   		height: 8px;
	    font-size: 11px;
	    font-family: Arial, Arial-Regular;
	    font-weight: 400;
	    text-align: left;
	    color: #999999;
	    margin-left: 1rem;
   }
   .dropload-down{
	   clear:both;
   }
   .news_title{
           height: 36.5px;
		    font-size: 17px;
		    font-family: Arial, Arial-Regular;
		    font-weight: 400;
		    text-align: left;
		    color: #444444;
		    margin: 60px 10% 0px 10%;
   }
   .news_date{
   			    height: 8.5px;
			    font-size: 12px;
			    font-family: Arial, Arial-Regular;
			    font-weight: 400;
			    text-align: left;
			    color: #999999;
			    margin: 20px 10% 10px 10%;
   }
   #news_detail  img{
   			width: 60%;
   			height:380px;
		    margin-left: 10%;
		    margin-right: 10%;
		    border-radius: 10px;
   }
   .news_content{
           margin: 20px 10% 0px 10%
   }
   .bottom_part{
          float: left;
    width: 27%;
    height: 260.5px;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -2px 0px 9px 2px rgb(133 133 133 / 32%);
    /* margin: 0px; */
    /* margin-left: 3%; */
    margin-right: 01%;
    margin-bottom: 3%;;
   }
   .bottom_part img{
   
   }
   #new_bottom_detal{
       margin: 30px 0% 0px 8%;
   }
   #divede_line{
	   border: 1px solid #9999;
	    width: 80%;
	    margin-left: 10%;
	    margin-top: 60px;
    }
    .news_content{
             font-size: 13px;
		    font-family: Arial, Arial-Regular;
		    font-weight: 400;
		    text-align: left;
		    color: #444444;
    }
    #web_news_details{
         display:none;
         margin-top:100px; 
         white-space: pre-line;
         line-height: 150%;
    }
}