
@media screen and (max-width: 1280px) {
	   .image-a{
	width: 16% !important;
	}
}

@media screen and (max-width: 980px) {
	
	.serverPathAsk{
		display: none;
	}
	.jiaji {
    	margin-left: 0em !important;
    	margin-top: 1em;
    	/*background-color: #e72049;*/
	}
	.ulstyle li{
		  list-style:none;
    	display:inline-block;
    	margin-right: 1em;
	}
	.ulstyle{
		list-style: none;
		margin-left: 0em !important;
	}
	.image-a{
	width: 23% !important;
	}
	.journal-level-sm{
		padding: 0em;
    margin-left: 3em;
    margin-bottom: 2em;
	}
}

#phoneClient {
	/*background: #11acde; */
    background: #e72049; 
   /* background: #d52349;*/
    padding: 0.5em;
    color: #fff;
    border-radius: 5px;
    position: fixed;
       bottom: 2em;
    right: 1em;
    display: none;
    font-size: 1.25em;
}

@media screen and (max-width: 736px) {
	.image-a{
	width: 23% !important;
	}
	#phoneClient {
   		 display: block;
	}
	#ocs_model ul {
   		 display: none;
	}
	.journal-level-sm{
		padding: 0em;
    margin-left: 0em;
    margin-bottom: 2em;
	}
}

.jiaji{
	    margin-left: 1em;
	background-color:#e72049;
}
.jiaji:hover{
	background-color: #f7224e;
}
.ulstyle{
	list-style: disc;
	margin-left: 2em;
}


.one_line {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
    overflow: hidden;
    text-decoration: none;
 }
  .two_line {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
    overflow: hidden;
    text-decoration: none;
 }
.three_line {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
    overflow: hidden;
    text-decoration: none;
 }
 
 
#ocs_model{
			position: fixed;
    		right: 2em;
   			top: 20%;
    		z-index: 99;
			/*font-size: 0.8em;*/
			/*display: none;*/
		}
		#ocs_model a,#ocs_model i{
			cursor: pointer;
			text-decoration: none;
			border-bottom:none;
			color:#fff;
			font-weight: 800;
    		font-style: unset;
		}
		#ocs_model li:hover{
			/*color:#e89980;*/
			background: #e6254e;
		}
		#ocs_model li{
			cursor: pointer;
		    width: 4em;
		    height: 4em;
		    padding-left: 1em;
		    padding-top: 0.5em;
		    padding-right: 1em;
		    background: #d52349;
		    font-size: 1em;
		    margin-bottom: 1em;
		    line-height: 1.5em;
		    text-align: center;
}

.journal-label{
	text-align: left;
}

#recommendRead .image:before {
    background: none; 
}
.my-chat{
	/*display: none;*/
}
.span-interval span{
	margin-right: 1em;
}
.paper_content img{
	max-width: 100%;
}