@media ( min-width : 768px) {
	._os__ArticleTitle a {
		color: #000000;
		font-size: 24px;
		line-height: 35px
	}
	.post-time {
		font-size: 15px;
	}
	.tile-news-rms a {
		color: black
	}
	.tile-news-rms {
		font-size: 42px;
		font-family: 'Roboto Bold';
		padding-bottom: 67px;
	}
	#bordermiddle {
		border-bottom: 1px solid #707070;
		position: absolute;
		left: 56px;
		right: 75%;
		padding-top: 16px;
	}
	.articleView-summary {
		padding-top: 30px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		font-size: 16px;
		color: #707070;
	}
	._os__ArticleTitle {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		line-height: 25px;
	}
	.articleView-summary2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		font-size: 16px;
		margin-left: 25px;
		color: #707070;
		padding-bottom: 23px;
	}
	._os_card__article {
		padding-top: 20px;
	}
	._osTitleRight li {
		list-style: none;
	}
	._osTitleRight li a {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		font-size: 14px;
	}
	._osTitleRight li:before {
		content: "";
		border-color: transparent #FF0000;
		border-style: solid;
		border-width: 0.35em 0 0.35em 0.45em;
		display: block;
		height: 0;
		width: 0;
		left: -19px;
		top: 21px;
		position: relative;
	}
	._osOrtherNews {
		font-size: 25px;
		font-family: Open Sans Semibold;
		color: #4495D1;
		padding-bottom: 8px;
	}
	.see-more {
		border: 1px solid red;
		width: 112px;
		height: 40px;
		display: flex;
		align-items: center;
		border-radius: 5px;
		justify-content: center;
		margin-top: 20px;
		float: right;
	}
	.see-more a {
		color: red;
		font-size: 14px;
		 font-family: 'Roboto Bold';
	}
	._osTitleRight li a {
		color: #000000;
	}
	._osNewsOrther {
		padding-top: 3px;
		padding-left: 40px;
		padding-right: 27px;
		padding-bottom: 17px;
	}
	.box-new {
		padding-bottom: 80px;
	}
	._osTitleRight {
		margin-left: -19px;
		margin-bottom: 5px;
		line-height: 25px;
	}
	.img-news {
		height: 345px;
		max-width: 602px;
	}
	.img-news img {
		width: 100% !important;
		height: 100% !important;
	}
}

@media ( max-width : 767px) {
	._os__ArticleTitle a {
		font-family: Open Sans Semibold;
		color: #313133;
		font-size: 16px;
	}
	.post-time {
		font-size: 15px;
	}
	#bordermiddle {
		border-bottom: 2px solid #bbb8b8;
		position: absolute;
		left: 20px;
		right: 82%;
		padding-top: 24px;
	}
	.articleView-summary {
		padding-top: 45px;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		font-size: 14px;
		color: #707070;
		line-height: 35px;
	}
	.img-news img {
		width: 100%;
		height: 242px;
	}
	._os__ArticleTitle {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		line-height: 25px;
	}
	.articleView-summary2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		font-size: 14px;
		margin-left: 25px;
		color: #707070;
		padding-bottom: 23px;
	}
	._os_card__article {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	._osTitleRight li {
		list-style: none;
	}
	._osTitleRight li a {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
	}
	._osTitleRight li:before {
		content: "";
		border-color: transparent #FF0000;
		border-style: solid;
		border-width: 0.3em 0 0.3em 0.4em;
		display: block;
		height: 0;
		width: 0;
		left: -19px;
		top: 21px;
		position: relative;
	}
	._osOrtherNews {
		font-size: 25px;
		font-family: Open Sans Semibold;
		color: #4495D1;
		padding-bottom: 8px;
	}
	.see-more {
		margin-left: 25px;
		border: 1px solid #008CCA;
		width: 112px;
		height: 40px;
		display: flex;
		align-items: center;
		border-radius: 5px;
		justify-content: center;
		margin-top: 20px;
		float: right;
	}
	.see-more a {
		color: #008CCA;
		font-size: 14px
	}
	._osTitleRight li a {
		color: #000000;
		font-size: 16px
	}
	._osNewsOrther {
		padding-bottom: 17px;
	}
	._osTitleRight {
		margin-left: 20px;
		margin-bottom: 5px;
		line-height: 25px;
	}
	.tile-news-rms {   
	 padding-bottom: 40px;
   	 padding-top: 20px;
    	font-size: 30px
    }
	.tile-news-rms a {color: #000000}
}