/**!
* [è¯¦æƒ…é¡µ]
* date: 2019-11-18
* author: [shenyh];
*/

 /* article */
 
 .ewb-article {
	 padding: 35px 40px;
	 background:#fff;
 }
 
 .ewb-article h3 {
	 line-height: 56px;
	 text-align: center;
	 font-size: 24px;
	 color: #000;
 }

 .ewb-article h4 {
	 line-height: 56px;
	 /* text-align: right; */
	 color: #000;
	 margin-left: 440px;
	  font-size: 20px;
	
	}

 .ewb-article-sources {
	 line-height: 36px;
	 text-align: center;
	 color: #999;
	 background-color: #f7f7f7;
	 font-size: 0;
	 -webkit-text-size-adjust: none;
 }
 
 .ewb-article-sources p {
	 display: inline-block;
	 *display: inline;
	 *zoom: 1;
	 vertical-align: top;
	 font-size: 14px;
 }
 
 .ewb-article-sources a {
	 color: #999;
 }
 
 .ewb-article-info {
     font-family: å¾®è½¯é›…é»‘;
     font-size: 14pt;
	 word-break: break-all;
	 padding-top: 12px;
     line-height: 40px;
 }
 
 .ewb-article-p {
	 line-height: 32px;
	 font-size: 14px;
	 text-indent: 2em;
	 color: #666;
	 text-align: justify;
	 text-justify: inter-ideograph;
 }

 .ewb-article-box{
	margin-right: -34px;
	padding-top: 10px;
	overflow: hidden;
}
 .ewb-article-box>li{
	 float:left;
	 width:50%;
	 text-align: center;
 }
 .ewb-article-item{
	margin-right: 34px;
}
.ewb-article-box span{
   display: block;
   line-height:40px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
 .ewb-article-img {
	 display: block;
	 margin: 10px auto 0;
	 padding-bottom: 10px;
 }

 
 /*1200*/
 
 @media (max-width: 1199px) {
	 .ewb-article h3 {
		 font-size: 24px;
		 line-height: 32px;
	 }
 }
 
 /* phone */
 
 @media (max-width: 767px) {
	 .ewb-details {
		 padding: 0 0 20px 0;
	 }
 
	 .ewb-article {
		 padding: 10px 10px;
		 overflow: hidden;
	 }
 
	 .ewb-article h3 {
		 font-size: 20px;
		 line-height: 30px;
		 padding-bottom: 10px;
	 }
 
	 .ewb-article-sources {
		 padding: 5px 0;
		 line-height: 24px;
	 }
 
	 .ewb-article-sources p {
		 font-size: 12px;
	 }
 
	 .ewb-article-p {
		 font-size: 12px;
		 line-height: 24px;
	 }
	 
	 table,tbody,tr,td {
		 display: block;
		 height: auto;
	 }
	 .ewb-article-box>li{
		 width:100%;
	 }
	
	.ewb-article-box span{
	   font-size:12px;
	   line-height:32px;
	}

 
 }
 
 /* åˆ†äº« */

 .ewb-as {
	padding-top: 15px;
}
.ewb-as label{
  color:#036ee3;
  font-size:16px;
  font-weight: bold;
  line-height:24px;
}
.ewb-as a {
	width: 24px;
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
}
 