html {
	color: #000;
	background: #F9F9F9;
}

body {
	background: #F9F9F9;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt-30 {
	margin-top: 30px;
}
.pd-5 {
	padding: 5px;
}
.pd-10 {
	padding: 10px;
}

.pd-20 {
	padding: 20px;
}

h1 {
	font-size: 22px;
}

time {
	color: #666;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,
textarea,
select {
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	outline: 0px;
	-webkit-appearance: none
}

textarea {
	-webkit-appearance: none
}

legend {
	color: #000
}

.inner,
.container {
	zoom: 1
}

.inner:before,
.container:before,
.inner:after,
.container:after {
	content: "";
	display: table
}

.inner:after,
.container:after {
	clear: both;
	overflow: hidden
}

a {
	text-decoration: none;
	color: #666
}

a:hover {
	text-decoration: none;
	background: none;
	color: #0b8235;
	font-weight: bold;
}

img {
	vertical-align: middle
}

.flex {
	display: flex;
}

button,
input,
select,
textarea {
	font-size: inherit;
	line-height: inherit
}

.clearfix::after,
.clear::after {
	clear: both;
	display: table;
	content: "";
	zoom: 1
}

.inner,
.container {
	zoom: 1
}

.inner:before,
.container:before,
.inner:after,
.container:after {
	content: "";
	display: table
}

.inner:after,
.container:after {
	clear: both;
	overflow: hidden
}

.center {
	text-align: center !important;
}

tr.active td {
	background: #f9f9f9;
}

.layui-container {
	max-width: 1200px;
}

#header {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100vw;
	height: 68px;
	line-height: 68px;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .08);
}

#header .head {
	display: flex;
	position: relative;
}

#header .head ul {
	padding: 15px 10px;
	overflow: hidden
}

#header .head ul li {
	float: left;
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
}

#header .head ul li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-left: 20px;
	padding: 0 10px;
	background: #fff;
	border-radius: 2px;
}
#header .head ul li.act a {
	color: green;
	font-weight: bold;
}
#header .head ul li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-left: 20px;
	padding: 0 10px;
	background: #fff;
	border-radius: 2px;
}

#header .head .en a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-left: 6px;
  padding: 0 2px;
  background: #fff;
  border-radius: 2px;
}

#header .head ul li a:hover {
	font-weight: bold;
}

#content {
	padding-top: 80px;
}

#content .exchange-box {
	background: #fff;
	border-radius: 3px;
	padding: 8px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15);
}

#content .exchange-box .exchange-title {
	margin: 0 8px;
	white-space: nowrap;
}

#content .exchange-box .exchange-title .rate {
	color: #1f1f1f;
	font-weight: bold;
}

#content .exchange-box:hover {
	box-shadow: 0 0 4px -1px rgba(0, 0, 0, .04), 0 0 10px 0 rgba(0, 0, 0, .05), 0 0 5px 0 rgba(0, 0, 0, .06);
}

#content .exchange-box .increase-ratio {
	font-size: 12px;
	max-width: 60px;
	overflow: hidden;
}

#content .exchange-box .increase-ratio div {
	margin-top: 3px;
	max-width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#content .converter-box {
	padding: 15px 20px;
	background: #fff;
}

.title {
	margin: 0;
	padding: 10px;
	line-height: 22px;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.title.with-icon {
	position: relative;
	padding-left: 40px;
}

.title .text {
	margin-left: 3px;
}

@media (min-width:568px) {
	.title {
		font-size: 16px;
		font-weight: 400;
	}
}

.title.with-icon .header-icon:not(.right-action) {
	position: absolute;
	left: 10px;
	top: 8px;
	border-radius: 3px;
	background-color: #ffb800;
	background-color: #40b068;
}

.header-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
}

.header-icon svg {
	margin-left: 3px;
	margin-top: 3px;
}

.arrows {
	background-size: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAAh1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9qkf8RAAAALHRSTlMALrKl+OnFqhH8d0U7GfTg0IJAJiHmyZKKTTbt1rSem29kKAe6hH5nYVcWCoAx59wAAAD3SURBVDjL5dLZboMwEIXhMTuELawha5N073n/5+sEjJURanxbKf+VjT5ZA4aer5et3eRxZDUhinvUKKXqq9yrAAJ54HbhNEC2KTBXfBsTYyrh9crDXbkx5tGGFES9MUfHcQJwLbXgSofzebEm2WUP1GdwK/1eI5FF2I+TDdO200TWDx9MXvWuDBfAfISLXl//uCImAT3O1wM/6Hw7pj7pXXekZT85G/U5n1QiWZCsHKfZwav09xGod133EIOL1rhJl2shEObe6QuiN2M8c6VEgzCxPMc7TMM2J98QvzFGpWm6jchUp1WVdkwy2/9sJ5TDSiip6H/2C7NiJ9J7/LRoAAAAAElFTkSuQmCC);
}

.cross {
	background-size: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMA2Fpn5p3697KSKhsO86htZU1JJRHRmoyGfiAVDAXNyb2jl4F4czbv4LhWRDwX2sIwrGFdLgpNkLe2AAABf0lEQVQ4y8XR6VrqMBCA4SmF0kVa1BZQW/ZFEPWs3/1f2snYlFAO/tX3B8k8TDMziXyXZLjwAnhL/Ue5Lk5RAernD7liAvQOcVndxIcRMJZLf+fw8HQK8zXMcmmpPIp7sz7dbVab21eze5zxXLZy3plrRwtqqXYTMpUzDxTmdwO8R6tojqlr4tl5T69gWokgqmdOxjASKQPcHSz0Mx/upHEMWItkhGKVYLqFF3G26BkDmlEPevCS6OK6UpExQxsuTZEKKmmBRI6n0QoTbdlL26iIJZ8ubBQg0tG2X+qm3cahr1Nlevypzn85eo7OupqIchvHIzf9pHJus+yp5S8b9zhKpQWdhIbUfjPRxEycG2b3atfk5Ow+3iyp/zbKmLmoLmKFdPRxuluRuEtL11Uf6KWR6Xx9z3g2iwp20hh/PLBe3K19IUJXy5raFzU5YcfI8Dpq0D+bo0tqcy77cfIisjn7oe/7a9508d05zuf9OG4uPMW1nD/2fgZBvezla/0DuTE3zNtneO0AAAAASUVORK5CYII=);
}

.coins {
	background-size: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAk4q5xHFkrI7SyqKbgVjawYV8eXawp6Wfa2dfGeXgllBHQzj38c29Sz0h1rQxCOrPKxIO3du11AAAAYlJREFUOMvl0leOqzAUgGEXbEzvvQUINT1z9r+2GzK6Dyazgpn/6Rz5ExKy0V/oYBEiMMaCEPb4UfiGZwV+41l+GPiWSPoPcT03WajWUMGro44zprC9MdL5BgAaepZ9vDm1H1uZrMLeDu7X92Zts8JN2Tzw2yjfW7HNTpHIhoL9PnC/XgvfplOpTRIRMEV5m95G/HxtOT06rFM1TzJHCOwh5fb/vctCqgeNZABqesC6a8QiIEEam67DZ7B33wEgS34gaVJ7Q3aabY7dFEnFzfZT9MKvzxxhFPRYd2CVTcMi56WqwYyjXDMrR3eJ4baS8WGeDUWH76pxanuIOJVvSxnD8NJl7bmfSnNdmHcGyHwkV8PoBRfkI4xC21IAoF60nRFgsuGmOd4pdmArWVXYGY/cwwJrR3inkMLWE7Ez+MxcarEiLBhnObewphJzZx5gLQk1dGKQVKiRm3Qc8o/HXFdm94WRUkZL25VNNAj00RrfdXUqKTIPmWJU9IB+quSGSk9UU1TVv6Bf3z9XQS1L2bHHrgAAAABJRU5ErkJggg==);
}

.line-chart {
	background-size: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAAk1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ROyVeAAAAMHRSTlMA5KgtgejYhKQWEOszGgb7tIliJxP18t/Vxr65rZ+WciIN3tHMkn57TT88KwyhbGcCBknLAAAA/0lEQVQ4y93Q2W6DMBQE0MFJaCCEUiCBpCxp9qXL/P/XlStTgWnkSn1r58GWraM7svGv4h+rUkWr0mZu1IEt8UzIBNbsxWyt5I2S3EZUA5bkzkKmDZmlZ+5/IB5wHqGfME4MMvFwCmDkNedjYJIDLwZ5cUlBvaIH8jYkGrVT5kI46hcJyQRtoDT5oJjBlCg8NatTSJEPVKbxhTwDeKJEplwxNk2uiaCWFO7QCEH4jvoqaCIviobmslNAliGih7oUwmlnuqypcKSTtIXqu6m3ci0/Uvgh75qU/DJMsLhr/EVnNlj+xnRda1S6Sx8OsgWdCVeO44wRN6uboneY44/mE0X4MzD7I3p0AAAAAElFTkSuQmCC);
}

#content .currency-box {
	overflow: hidden;
}

#content .currency-box label {
	line-height: 3rem;
	display: block;
	font-weight: 600;
	color: #141E37;
	font-size: 1.2rem;
	height: 3.2rem;
}

#content .currency-box input,
#content .currency-box select {
	display: block;
	width: 100%;
	height: calc(2em + 0.75rem + 2px) !important;
	line-height: calc(2em + .75rem + 2px) !important;
	padding: 0 0 0 1rem;
	background-color: #fff;
	border-radius: 0.25rem;
	border: 1px solid #c7c7d2;
	box-sizing: border-box;
}

.exchange-icon {
	border-radius: 3px;
	color: #fff;
	background-color: #40b068;
	height: calc(2em + 0.75rem + 2px) !important;
}

.exchange-icon:hover {
	color: #fff;
}

.exchange-button {
	text-align: center;
}

.exchange-button button {
	display: inline-block;
	border: 0;
	width: 13rem;
	height: 3rem;
	line-height: 3rem;
	color: #fff;
	font-size: 1.3rem;
	cursor: pointer;
	font-weight: 300;
	transition: all .25s;
	border-radius: 5px;
	background-color: #ffb800;
	background-color: #40b068;
}

.daxie-button button {
	display: inline-block;
	border: 0;
	width: 13rem;
	height: 2.8rem;
	line-height: 2.8rem;
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer;
	font-weight: 300;
	transition: all .25s;
	border-radius: 5px;
	margin-top: 3rem;
	background-color: #40b068;
}

#content .converter-box .exchange-result {
	float: left;
	padding: 0 0 .5rem;
	font-size: 16px;
	font-weight: 700;
	line-height: 180%;
}

#content .converter-box .exchange-result .f {
	color: #5C667B;
	font-size: 16px;
	font-weight: 600;
}

#content .converter-box .exchange-result .t {
	font-size: 22px;
	color: rgba(227, 90, 15, 0.97);
	padding: 0.6rem 0 0.6rem;
}

#content .converter-box .exchange-result .t .faded-digits {
	color: #A1A6B0;
}

#content .converter-box .exchange-result .e {
	font-weight: 400;
	font-size: 14px;
	color: #5C667B;
}

#content .converter-box .exchange-result .e a {
	color: #889;
}

@media all and (max-width:760px) {
	#content .converter-box .exchange-result .t {
		font-size: 1.6rem;
		padding: .6rem 0 .6rem;
	}

	#content .converter-box .exchange-result {
		line-height: 220%;
		padding: 1rem 0 0 0;
	}

	#content .converter-box .exchange-result .e {
		line-height: 180%;
	}
}

#content .cross-rates-body {
	padding: 10px;
	overflow: hidden;
}

#content .cross-rates-body .cross-item {
	overflow: hidden;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #ebebeb;
}

#content .cross-rates-body .cross-item:hover {
	background-color: #EBEBEB;
}

.cross-img {
	margin-top: 6px;
	display: flex;
}

.cross-img img,
.cross-img h3 {
	display: inline-block;
}

@media screen and (max-width:760px) {
	.cross-img {
		margin-top: 3px;
	}
}

.cross-img h3 {
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
}

.cross-rate {
	text-align: center;
}

.cross-foot {
	text-align: right;
}

.rt {
	margin-bottom: 3px;
}

.rn {
	font-size: .7em;
	margin-top: -0.2em;
	margin-bottom: -1.3em !important;
}

.conversion-list {
	overflow: hidden;
	padding: 15px;
}

.conversion-list-item {
	-webkit-box-shadow: 0 1px 1px #ebebeb;
	cursor: pointer;
	text-align: center;
}

.layui-table th,
.layui-table td {
	text-align: center;
}

.bor0 {
	border-bottom: 0;
}

ul.daxie-list {
	padding: 10px 0;
	overflow: hidden;
}

ul.daxie-list li {
	float: left;
	width: 19.8%;
	font-size: 18px;
	padding-bottom: 10px;
	text-align: center;
}

ul.daxie-list li img {
	margin-bottom: 5px;
}

ul.daxie-list li .red {
	color: #f00;
}

#footer {
	width: 100%;
	padding-top: 15px;
	margin-top: 20px;
	background-color: #424040;
	position: relative;
}

#footer p.tip {
	margin: 5px 0;
}

#footer .footer-box {
	position: relative;
	padding: 5px 0 25px;
	line-height: 24px;
	text-align: center;
	color: #999;
	border-radius: 8px
}

#footer .footer-box span,
#footer .footer-box a {
	margin: 0 3px;
	white-space: nowrap
}

#footer .footer-box a {
	color: #999
}

.layui-card .tips {
  font-weight: 400;
  font-size: 14px;
  color: #5C667B;
}

.currency-buts .but {
    display: inline-block;
    border: 0;
    width: 13rem;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    font-weight: 300;
    transition: all .25s;
    border-radius: 5px;
    background-color: #ffb800;
    background-color: #40b068;
	float: right;
}

.layui-nav {
	position: relative;
	padding: 0 5px;
	background: #fff !important;
	color: #fff;
	border-radius: 2px;
	font-size: 0;
	box-sizing: border-box
}

.layui-nav * {
	font-size: 14px
}

.layui-nav .layui-nav-item {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 0;
	list-style: none;
	vertical-align: middle;
	line-height: 60px
}

.layui-nav .layui-nav-item a {
	display: block;
	background: #fff !important;
	padding: 0 20px;
	color: #666 !important;
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-nav .layui-this:after,
.layui-nav-bar {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 3px;
	background-color: #16b777;
	transition: all .2s;
	-webkit-transition: all .2s;
	pointer-events: none
}

.layui-nav-bar {
	z-index: 1000
}

.layui-nav[lay-bar=disabled] .layui-nav-bar {
	display: none
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
	color: #fff;
	text-decoration: none
}

.layui-nav .layui-this:after {
	top: auto;
	bottom: 0;
	width: 100%
}

.layui-nav-img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%
}

.layui-nav .layui-nav-more {
	position: absolute;
	top: -4px;
	right: -12px !important;
	left: auto !important;
	margin-top: 0;
	font-size: 12px;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more {
	transform: rotate(180deg)
}

.layui-nav-child {
	display: none;
	position: absolute;
	left: 0;
	top: 65px;
	min-width: 100%;
	line-height: 36px;
	padding: 5px 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	border: 1px solid #eee;
	background-color: #fff;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
	box-sizing: border-box
}

.layui-nav .layui-nav-child a {
	color: #5f5f5f;
	color: rgba(0, 0, 0, .8)
}

.layui-nav .layui-nav-child a:hover {
	background-color: #f8f8f8;
	color: rgba(0, 0, 0, .8)
}

.layui-nav-child dd {
	margin: 1px 0;
	position: relative
}

.layui-nav-child dd.layui-this {
	background-color: #f8f8f8;
	color: #000
}

.layui-nav-child dd.layui-this:after {
	display: none
}

.layui-nav-child-r {
	left: auto;
	right: 0
}

.layui-nav-child-c {
	text-align: center
}

.layui-nav.layui-nav-tree {
	width: 200px;
	padding: 0
}

.layui-nav-tree .layui-nav-item {
	display: block;
	width: 100%;
	line-height: 40px
}

.layui-nav-tree .layui-nav-item a {
	position: relative;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.layui-nav-tree .layui-nav-item>a {
	padding-top: 5px;
	padding-bottom: 5px
}

.layui-nav-tree .layui-nav-more {
	right: 15px
}

.layui-nav-tree .layui-nav-item>a .layui-nav-more {
	padding: 5px 0
}

.layui-nav-tree .layui-nav-bar {
	width: 5px;
	height: 0
}

.layui-side .layui-nav-tree .layui-nav-bar {
	width: 2px
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
	background-color: #16baaa;
	color: #fff
}

.layui-nav-tree .layui-this:after {
	display: none
}

.layui-nav-itemed>a,
.layui-nav-tree .layui-nav-title a,
.layui-nav-tree .layui-nav-title a:hover {
	color: #fff !important
}

.layui-nav-tree .layui-nav-bar {
	background-color: #16baaa
}

.layui-nav-tree .layui-nav-child {
	position: relative;
	z-index: 0;
	top: 0;
	border: none;
	background-color: rgba(0, 0, 0, .3);
	box-shadow: none
}

.layui-nav-tree .layui-nav-child dd {
	margin: 0
}

.layui-nav-tree .layui-nav-child a {
	color: #fff;
	color: rgba(255, 255, 255, .7)
}

.layui-nav-tree .layui-nav-child a:hover {
	background: 0 0;
	color: #fff
}

.layui-nav-itemed>.layui-nav-child,
.layui-nav-itemed>.layui-nav-child>.layui-this>.layui-nav-child {
	display: block
}

.layui-nav-side {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	z-index: 999
}

.layui-nav-tree.layui-bg-gray a,
.layui-nav.layui-bg-gray .layui-nav-item a {
	color: #373737;
	color: rgba(0, 0, 0, .8)
}

.layui-nav-tree.layui-bg-gray .layui-nav-itemed>a {
	color: #000 !important
}

.layui-nav.layui-bg-gray .layui-this a {
	color: #16b777
}

.layui-nav-tree.layui-bg-gray .layui-nav-child {
	padding-left: 11px;
	background: 0 0
}

.layui-nav-tree.layui-bg-gray .layui-nav-child dd.layui-this,
.layui-nav-tree.layui-bg-gray .layui-nav-child dd.layui-this a,
.layui-nav-tree.layui-bg-gray .layui-this,
.layui-nav-tree.layui-bg-gray .layui-this>a {
	background: 0 0 !important;
	color: #16b777 !important;
	font-weight: 700
}

.layui-nav-tree.layui-bg-gray .layui-nav-bar {
	background-color: #16b777
}

.langs {
	color:#f07f7f;
	width:85px
}
.langs option {
	color:#666;
	padding:5px 10px
}
.langs option:checked {
	color:#000
}
[data-select2-id="5"] .select2-container {
	width: 100px;
	display: inline-block;
}
[data-select2-id="5"] .select2-selection__rendered {
	line-height: 32px;
	font-size: 16px;
}
[data-select2-id="5"] .select2-selection__arrow {
	height: 32px;
}
.red {
	color:red;
}
.green {
	color:green;
}
.gray {
	color:gray;
}
.article_list .conversion-list-item{text-align: left;}
.article_list .article {
	padding: 15px;
	margin-bottom: 10px;
	background: #fff;
	border-left: 5px solid #fff;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.article_list .article > .article-left {
	width: 25%;
	float: left;
}
.article_list .article > .article-left > img {
	width: 100%;
	height: auto;
	max-height: 110px;
	display: inline-block;
	border: none;
	vertical-align: middle;
}
.article_list .article > .article-right {
	width: 73%;
	float: right;
	padding-left: 2%;
}
.article_list .article > .article-footer {
	margin-top: 5px;
	font-size: 11px;
	padding: 2px;
	color: #a6a6a6;
}
.article_list .article > .article-footer > span {
	padding-right: 3%;
}
@media (min-width: 768px) {
	.article_list .article > .article-footer {
		margin-top: 10px;
		font-size: 13px;
	}
	.article_list .article > .article-right > .article-title a {
		font-size: 17px;
	}
	.article_list .article > .article-right > .article-abstract {
		font-size: 14px;
		display: block;
		margin-top: 10px;
		text-indent: 2em;
		color:#666;
	}
}
@media (min-width: 992px) {
	.article_list .article > .article-right > .article-title a {
		font-size: 18px;
	}
}
.shadow {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
	border-radius: 10px;
}
.article-info {
	border: 1px dashed #808080;
	font-size: 13px;
	color: #808080;
	padding: 5px 0;
	font-family: SimSun;
	text-align: center;
	margin: 0 0 10px;
}
h1.article-title {
	text-align: center;
	margin: 20px 0px;
	color: white;
	font-weight: 700;
	text-shadow: 0 0 8px #000000;
	font-size: 24px;
	word-break: break-all;
}
.article-body {
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}
.article-body p {
	padding: 5px 0px;
	line-height: 24px;
	font-size: 13px;
	word-break: break-all;
}
.article-body img:not(.img-flag) {
	display: block;
	max-width: 100%;
	margin: 15px auto;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.huilv_duihuan{
	border: 1px dashed #808080;
	margin-bottom: 10px;
}