a,
a:hover {
	text-decoration: none!important;
	transition: all .3s;
}

a:hover {
	color: #000!important
}

.b-a {
	border: 1px solid #f2f2f2;
}

.b-b {
	border-bottom: 1px solid #f2f2f2;
}

.b-t {
	border-top: 1px solid #f2f2f2;
}

.nav {
	margin: 10px 0;
}
.nav ul {
	padding: 0;
}
.nav ul li {
	display: inline-block;
	line-height: 58px;
}
.nav ul li a {
	font-size: 16px;
	margin-right: 40px;
	padding: 10px 25px;
	border-radius: 30px;
	color: #333;
}
.nav ul li a:hover {
	background: #f03f37;
	color: #fff!important;
}
.nav .on {
	background: #f03f37;
	color: #fff;
}
.search {
	line-height: normal;
}

.search form {
	min-width: 280px;
	border: 1px solid #1492FF;
}

.search-input {
	border: 0;
	min-width: 280px;
	padding: 10px;
}

.search-btn {
	padding: 8px 20px;
	background: #1492ff;
	border: 0;
	color: #fff;
	font-size: 16px;
}

.box {}

.box-title {
	position: relative;
	padding-bottom: 15px;
}
.box-title span {
	padding-bottom: 16px;
	border-bottom: 2px solid #F03F37
}
.box-title em a {
    font-size: 12px;
}
.box-bg {
	background: #f3f4f8;
}

.box-list {}

.box-list a {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding: 6px 0;
	color: #444;
}
.box-list-bullet {}
.box-list-bullet a {
	position: relative;
	text-indent: 1em;
}
.box-list-bullet a::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ddd;
	left: 0;
	margin-top: 7px;
}
.box-list-bullet-red {}
.box-list-bullet-red a {
	position: relative;
	text-indent: 1em;
}
.box-list-bullet-red a::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #F03F37;
	left: 0;
	margin-top: 9px;
}
.box-list-zx {}

.box-list-zx a {
	padding-left: 40px!important;
}

.box-list-zx a::after {
	content: '资讯│';
	position: absolute;
	width: 3em;
	left: 0;
	color: #999;
}

.box-img {}

.box-img-item {
	max-height: 80px;
	overflow: hidden;
}

.box-img a {
	display: block;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 6px 0;
	text-align: center;
}
.box-new {}
.box-new em {
	background: #F03F37;
	font-style: normal;
	color: #fff;
	padding: 2px 6px;
}
.box-new a {
	color: #F03F37;
}
.box-tw {}
.box-tw .cover {
	display: block;
	height: 80px;
	overflow: hidden;
}
.box-tw .cover img {
	height: 100%;
	max-width: 200%;
	min-width: 100%;
}
.box-tw h3 a {
	color: #333;
}
.box-tw .see {
	background: #F03F37;
	color: #fff!important;
	padding: 2px 4px;
}
.box-hd .uk-text-truncate {
    display: block;
}
.box-hd p {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	font-size: 14px;
	padding: 10px;
}
.box-hd em {
	background: #F03F37;
	color: #fff;
	padding: 3px 6px;
	font-style: normal;
}
.box-hd .cover {
	max-height: 150px;
	overflow: hidden;
}
.l-img {
	width: 115px;
	max-height: 255px;
	overflow: hidden;
}
.l-img img {
	max-width: none;
}

.crumb {}

.crumb a {
	color: #666;
}

.list {}

.list a {
	color: #333;
	padding: 10px 0;
}
.list-list {}
.list-list a {
	border-bottom: 1px dashed #eee;
}
.list-title {}
.article {}

.article h1 {

}

.article-con {}

.article-con p {
	line-height: 32px;
	text-indent: 2em;
}

.article-con p img {
	margin-left: -2em;
}
.article h1 {
	color: #F03F37;
}
.page-next {
	color: #333;
}

.page-next a {
	color: #333;
}

.link {}

.link a {
	color: #333;
	font-size: 14px;
	margin-right: 20px;
}
.fenye {
    padding: 20px;
    text-align: center;
}
.fenye li {
    display: inline-block;
    border: 1px solid #f2f6fc;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 13px;
    color: #999;
}
.fenye li a {
	color: #333;
}
.fenye li:hover {
	background: #333;
	color: #fff;
}
.fenye li:hover a {
	color: #fff;
}
footer p a{
    color:#666;
}
.common-list {
    display: flex;
    flex-direction: column;
}
.common-list .common-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.common-list .common-list-item > a {
    flex: 1;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common-list .common-list-item > span {
    flex-shrink: 0;
    font-size: 13px;
}