<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
body,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html {
	overflow-y: scroll;
	font-size: 15px;
}

body,
input,
textarea,
select {
	color: #474342;
}

body,
p,
ul,
dl,
dd,
form,
textarea,
input,
ol,
h3 {
	/*font-size: 16px;*/
}

ul,
ol,
td,
th {
	padding: 0;
	list-style: none outside;
}

a {
	color: #515151;
	text-decoration: none;
	transition: color 0.2s;
}

a:hover {
	color: #474342;
}

a,
button,
li {
	-webkit-tap-highlight-color: transparent;
}

i,
strong,
em {
	font-style: normal;
	font-weight: normal;
}

a:focus,
input,
textarea,
select,
button {
	outline: none;
}

textarea {
	overflow: auto;
	resize: none;
}

body {
	padding-top: 90px;
}

input,
textarea,
select {
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

html {
	font-size: 62.5%;
}

body div.max_width {
	background: #fff;
	width: 100%;
	margin: auto;
	margin: 8px 0;
	padding: 0 15px;
	box-sizing: border-box;
	border-top: 5px solid #ee
}


/*瀵艰埅*/

.mobile-button {
	position: relative;
	background: 0 0;
	width: 26px;
	height: 16px;
	margin-top: 7px;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #333;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s
}

.mobile-button:before,
.mobile-button:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.mobile-button span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%
}

.mobile-button:before {
	-webkit-transform: translate3d(0, -7px, 0);
	-moz-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0)
}

.mobile-button:after {
	-webkit-transform: translate3d(0, 7px, 0);
	-moz-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0)
}

.mobile-button.active span {
	opacity: 0
}

.mobile-button.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg)
}

.mobile-button.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg)
}

.top_header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	/* background: #fff; */
}

.logo {
	width: 100%;
	background: #fff;
	padding: 8px 10px 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	z-index: 999;
	height: 50px;
	box-shadow: 0 0 10px #eee;
}

.logo a img {
	width: 130px;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
	height: 30px;
}

.logo .search {
	width: 55%;
}

form {
	padding: 0 25px 0 8px;
	height: 35px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 1px auto;
	border-radius: 5px;
}

input,
button {
	border: none;
	outline: none;
}

.bar6 {
	position: fixed;
	top: 55px;
	width: 100%;
}

.bar6 input {
	height: 35px;
	border: none;
	outline: none;
	width: 95%;
	background: #fff;
	color: #333;
	border-radius: 20px;
	font-size: 15px;
}

.bar6 button {
	position: absolute;
	height: 35px;
	width: 60px;
	right: 0px;
	top: 0;
	background: #77c111;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
}

.bar6 button:active {
	outline: none;
}

.navs {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 8px 5px;
	box-sizing: border-box;
	background: #F8F8F8;
	width: 100%;
}

.searfrom::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}

.searfrom::-moz-placeholder {
	color: #999;
	font-size: 13px;
}

.searfrom::-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}

.sear_click {
	width: 26px !important;
	height: 26px !important;
	margin-top: 5px;
}

.bar6 {
	display: none;
	background: #fff;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.bar6 form {
	width: 60%;
}


/*渚ц竟鏍�*/

.topnav {
	width: 100%;
	background: rgb(0, 0, 0, 0.5);
	box-shadow: 0px 2px 4px #ccc;
	border-bottom: 1px solid #CCC;
}

.topnav ul {
	background: #333;
	width: 100%;
	/*婊氬姩*/
	overflow-x: scroll;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}

.topnav ul::-webkit-scrollbar {
	display: none
}

.topnav ul li {
	box-sizing: border-box;
	line-height: 40px;
	width: 100%;
	display: inline-block;
}

.topnav ul li a {
	color: #fff;
	padding: 0 15px;
	display: inline-block;
	font-size: 15px;
	line-height: 44px;
	box-sizing: border-box;
	white-space: nowrap;
}

.topnav ul li.active a {
	background: #77c111;
}

.gaoindex {
	position: relative;
	text-align: center;
	height: 80px;
	overflow: hidden;
}

.gaoindex img {
	height: 80px;
	width: 100%;
}

.gaoindex img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}

.guangao .gaos {
	width: 100%;
}


/*===========================*/


/*杞挱*/


/*====*/

.swiper-container1 {
	height: 24rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container1 img {
	width: 100%;
	height: 24rem;
}

.swiper-container1 .swiper-slide {
	position: relative;
}

.swiper-container1 .swiper-wrapper p {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	line-height: 40px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 15px;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0 !important;
	width: 100% !important;
	text-align: center;
	line-height: 30px;
	left: 0;
	color: #fff;
	font-size: 15px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.swiper-pagination-bullet-active {
	background: #77c111;
	width: 10px;
	border-radius: 10px;
}

.mai_box {
	padding: 0 10px;
	box-sizing: border-box;
}


/*鍐呭*/


/*鍒楄〃*/

.content-ajax article {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

article .time {
	z-index: 400;
	font-size: 13px;
	color: #999;
}

.entry-site {
	font-size: 14px;
}

.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}

.entry-title {
	margin: 5px 0 10px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}

.entry-title:hover {
	opacity: 0.9;
}

.entry-img {
	float: right;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}

.entry-img img {
	width: 120px;
	height: 90px;
	border-radius: 10px;
}

.gx {
	height: auto;
	border-bottom: solid 1px #ccc;
}

.gx {
	display: block;
	height: auto;
}

.gx li {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	border-bottom: dashed 1px #ccc;
	overflow: hidden;
}

.gx li:last-child {
	border-bottom: none;
}

.gx li a.fl {
	font-size: 13px;
	color: #77c111;
	float: right;
	font-weight: bold;
	padding-left: 10px;
}

.goTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
	overflow: hidden;
	background: url(../img/top.png) no-repeat center center #fff;
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #338800;
	background-size: 75%;
	border-radius: 5px;
}

.ajax_bg {
	background: #EEEEEE;
	padding: 0 10px;
	box-sizing: border-box;
}

.mai_img {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.mai_img li {
	width: 48%;
	float: left;
	margin-top: 15px;
}

.mai_img li:nth-child(2n) {
	float: right;
}

.mai_img li img {
	width: 100%;
	height: 120px;
}

.mai_img li p {
	padding: 5px 5px 0 5px;
	font-size: 14px;
	height: 40px;
	box-sizing: border-box;
	color: #333;
}


/*=========*/


/*page*/

.clear {
	clear: both;
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	width: 100%;
	background: #fff;
}

.pages a {
	color: #4E4E4E;
	border: 1px solid #EAEAEA;
	padding: 3px 10px;
	display: inline-block;
}

.pages span {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	padding: 3px 10px;
	cursor: pointer;
}


/*璇︽儏*/

.article-list-btns {
	padding: 20px 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: monospace;
	line-height: 24px;
}

.article-list-btns img {
	width: 22px;
}

.wen_title {
	padding-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.wen_cons {
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 18px;
}

.wen_time {
	font-size: 13px;
	color: #999;
	width: 100%;
	padding-bottom: 10px;
}

.detail {
	padding: 0 10px;
	box-sizing: border-box;
}

.detail .content {
	padding-top: 10px;
}

.detail .content p {
	line-height: 25px;
	font-size: 15px;
	text-indent: 1em;
	padding-bottom: 10px;
	font-family: monospace;
}

.detail .content img {
	margin-bottom: 10px;
}


/*璇︽儏0*/


/*璇︽儏0*/

.title_xq {
	margin: 30px 0 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.detail_top {
	width: 100%;
}

.title_xq h2 {
	font-size: 32px;
	font-weight: 700;
	color: #000;
	line-height: 50px;
	text-align: center;
}

.userCreateTime {
	padding: 20px 0 10px 0;
	font-size: 14px;
}

.userCreateTime span {
	display: inline-block;
	color: #333;
	padding-left: 20px;
}

.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}

.content_tex img {
	display: block;
	margin: 10px auto;
}

.brand-dynamics-box .brand-dynamics-list {
	overflow: hidden;
	box-sizing: border-box;
}

.brand-dynamics-box .brand-dynamics-list a {
	position: relative;
	display: table;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #000;
	margin-bottom: 10px;
}

.brand-dynamics-box .brand-dynamics-list a .title {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
}

.brand-dynamics-box .brand-dynamics-list a .time {
	font-size: 13px;
	color: #fff;
	line-height: 17px;
	opacity: 0.6;
	margin: 13px 0;
}
.brand-dynamics-list .more{
	border: 2px solid #fff;
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin-top: 15px;
}
.title_icon a {
	display: flex;
	justify-content: space-between;
	font-size: 17px;
	border-bottom: 1px solid #77c111;
	margin: 20px 0;
	padding-bottom: 8px;
}

.title_icon span.tits {
	position: relative;
	color: #77c111;
}

.title_icon:hover span.more {
	color: #77c111;
}

.title_icon span.tits:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #77c111;
	z-index: 50;
	bottom: -17px;
	left: 50%;
	margin-left: -10px;
}

.title_icon span.more {
	font-size: 14px;
	color: #999;
	position: relative;
	top: 5px;
}

.activity-box .active-block {
	display: block;
	border-bottom: 1px dashed #bebebe;
	padding: 15px 0;
	overflow: hidden;
}
.tit_p{
	font-size: 14px;
	color: #fff;
	opacity: 0.9;
}
.tit_time{
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	display: inline-block;
}
.activity-box .active-block .acitive-time {
	float: left;
	margin-top: 6px;
}

.activity-box .active-block .acitive-time p {
	text-align: center;
	font-size: 15px;
	color: #999
}

.activity-box .active-block .acitive-time p:first-child {
	font-size: 22px;
	color: #666
}

.activity-box .active-block .acitive-title {
	float: right;
	width: calc(100% - 80px);
	position: relative;
	height: 68px
}

.activity-box .active-block .acitive-title h2 {
	font-size: 15px;
	color: #555;
	font-weight: bold
}

.activity-box .active-block .acitive-title p {
	color: #999;
	font-size: 14px;
	line-height: 22px;
	margin-top: 6px;
}

.activity-box .no-highlight .acitive-time p:first-child {
	color: #999
}

.activity-box .no-highlight .acitive-title h2 {
	color: #999
}


/*===========*/

.ijrtt .lb a,
.activity-box .active-block .acitive-title h2,
.gx li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-title,
.mai_img li p,
.brand-dynamics-box .brand-dynamics-list a .title,
.activity-box .active-block .acitive-title p {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main_detail .p,
.main .imgBox p,
.hot-list li.hot-top p,
.tlb_art,.tit_p {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.footer {
	text-align: center;
	background-color: #262626;
	padding: 10px 20px;
	box-sizing: border-box;
}

.footer,
.footer a,
.footer p {
	color: #ccc;
	font-size: 13px;
	line-height: 23px;
}</pre></body></html>