/*
* @Author: omtech.cn
* @Date:   2019-04-03 17:57:42
* @Last Modified by:   jason
* @Last Modified time: 2019-04-03 21:07:58
*/
@charset "utf-8";

/* reset */
.article-content {
	text-align: justify;
	overflow: hidden;
}

/* skin */
.article-content a {
	padding-bottom: .1rem;
	font-weight: bold;
	border-bottom: .2rem solid #ffde00;
}
.article-content h3 {
	padding-left: 1rem;
	line-height: 1.4;
	border-left: .2rem solid #ffde00;
}

/* text */
.text-gray { color: #888; }

/* box */
.box-blue,
.box-yellow,
.box-green {
	padding: .8rem 1.2rem;
	border-radius: .5rem;
}
.box-blue   { background-color: #cbf1ff; }
.box-yellow { background-color: #fff000; }
.box-green  { background-color: #b3ff8d; }
