<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
hr,
button,
blockquote {
	margin: 0;
	padding: 0;
}

html {
	font-size: 20px;
}

body {
	font-family: Verdana, \5FAE\8F6F\96C5\9ED1;
	color: #333;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
}

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

input,
textarea,
select,
button {
	outline: none;
	border: none;
	background: none;
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

img {
	border: 0;
}

iframe {
	display: block;
}

ol,
ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:active {
	outline: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix {
	zoom: 1;
	/* for IE6 IE7 */
}

.pt60 {
	padding-top: 60px;
}

.none {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pt25 {
	padding-top: 25px;
}

.mt5 {
	margin-top: 5px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt40 {
	margin-top: 40px;
}

.mb20 {
	margin-bottom: 20px;
}

#bg-black {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.full-screen,
.full-screen body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}


/* header */


/*氓炉录猫藛陋*/

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

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #444;
	-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)
}

.logo {
	/*padding: 15px 10px;*/
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	height: 55px;
	box-shadow: 0 0 10px #eee;
}

.logo img {
	width: 120px;
	max-height: 35px;
}

.topnav {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, .6);
	z-index: 97;
}

.topnav ul {
	background: #fff;
	width: 100%;
	max-height: 70%;
	padding: 70px 0 20px 0;
	overflow-y: scroll;
	overflow: hidden;
}

.topnav ul li {
	display: inline-block;
	width: 33.3%;
	float: left;
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
}

.topnav ul li a {
	color: #555;
}


/*--------------------------*/

.base_bar {
	padding-bottom: 20px;
	text-align: center;
}

.base_bar .base_mn .base_nv {
	display: flex;
	padding: 1rem 2rem 0;
	border-top: 1px;
	border-top: 0.025rem solid #e8e8e8;
	margin: 1.25rem 0 1rem;
}

.base_bar .base_mn .base_nv li {
	flex: 1;
	text-align: center;
}

.base_bar .base_mn .base_nv li a {
	font-size: .65rem;
	color: #666;
}

.base_bar .base_mn .base_f10 {
	font-size: .5rem;
}

.s-cb,
.is-disabled {
	color: #bbb !important;
}

.base_bar .base_mn .base_f10 .base_link a {
	margin: 0 0.25rem;
}

.pages {
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
	width: 100%;
}

.pages a {
	background: #F3F4F4;
	padding: 6px 12px;
}

.pages span {
	background: #ea5f2f;
	padding: 6px 12px;
	color: #fff;
}


/*棣栭〉*/

.nav-f20,
.bar-title {
	padding: 0.9rem 0.8rem 0.3rem;
	overflow: hidden;
	box-sizing: border-box;
}

.bar-title a {
	font-size: 0.7rem;
	color: #888;
	line-height: 26px;
}

body.bodypb {
	/*font-size: .8rem;
	line-height: 1.1rem;*/
	padding-bottom: 50px;
}

.bg-f8 {
	background-color: #f8f8f8
}

.home_colu {
	display: flex;
	padding: 1rem .3rem 1.2rem;
	background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.home_colu .h_its {
	position: relative;
	flex: 1;
	text-align: center;
}

.home_colu .h_its img {
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 5px;
}

.home_colu .h_its div {
	font-size: .75rem;
	line-height: 1.2rem;
}

.home_colu .h_its p {
	font-size: .55rem;
	line-height: .8rem;
	color: #999;
	margin-top: .2rem;
}

.art-h150 {
	margin: 0 .8rem;
	border-radius: .4rem;
	box-shadow: 0rem 0.15rem 0.5rem rgba(0, 0, 0, 0.15)
}

.box-bar .tab-conts {
	height: auto !important;
}

.art-h150 .swiper-slide .hbar {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.art-h150 .swiper-slide .hbar img {
	display: block;
	width: 100%;
	height: 11rem;
	border-radius: .4rem
}

.art-h150 .swiper-slide .hbar .info-bar {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	background: rgb(0, 0, 0, 0.5);
	color: #fff;
	font-size: 14px;
}

.law_home {
	padding: .2rem .8rem .8rem;
}

.law_home li {
	position: relative;
	float: left;
	margin: .4rem .45rem 0.3rem 0;
	width: 8.35rem;
	height: 8.85rem;
	background-color: #fff;
	border-radius: .4rem;
	overflow: hidden;
}

.law_home li:nth-child(2n) {
	margin-right: 0;
}

.law_home .img-block {
	height: 5.35rem;
}

.law_home .img-block img {
	width: 100%;
	height: 100%;
}

.law_home .img-block .u-lab {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	padding: 0 .25rem;
	height: .8rem;
	line-height: .9rem;
	background-color: #7b7b7b;
	border-radius: .2rem 0 .2rem 0;
	font-size: .5rem;
	color: #f2cd9d;
	margin-top: 0;
}

.law_home .ban-txt {
	padding: .6rem;
	text-align: center;
	font-size: .8rem;
	line-height: 1.1rem;
}

.law_home .ban-txt .tit {
	height: 1.1rem;
	overflow: hidden;
	font-size: .75rem;
}

.law_home .ban-txt .jda {
	font-size: .55rem;
	color: #999;
}

.choiceness-show {
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}

.choiceness-show a {
	width: 48%;
	float: left;
	height: 5.2rem;
	padding: .6rem;
	box-sizing: border-box;
}

.choiceness-show a {
	background: #E9F2FE;
	border-radius: 5px;
	margin-bottom: 12px;
}

.choiceness-show a:nth-child(2n) {
	float: right;
}

.choiceness-show .tit {
	line-height: 1rem;
	font-size: .7rem;
}

.choiceness-show .tit .u-badge-txt {
	float: left;
	height: .9rem;
	line-height: .9rem;
	border-radius: .2rem;
	margin: 0 0 0 .2rem;
}

.choiceness-show p {
	font-size: .6rem;
	color: #666;
	line-height: 1rem;
	margin-top: .1rem;
}

.timer-shaft {
	padding: .8rem;
	background-color: #fff;
	border-radius: .4rem;
	margin-top: 0.5rem;
}

.timer-shaft .swiper-slide {
	margin-left: .2rem;
	padding: 0 0 .4rem .6rem;
}

.timer-shaft .swiper-slide:before {
	position: absolute;
	left: 0;
	top: .3rem;
	bottom: 0;
	content: '';
	width: 1px;
	background-color: #e8e8e8;
	transform: scaleX(.5);
}

.timer-shaft .swiper-slide:after {
	position: absolute;
	left: -0.4rem;
	top: .2rem;
	z-index: 2;
	content: '';
	width: .4rem;
	height: .4rem;
	background-color: #ccddff;
	border: .2rem solid #fff;
	border-radius: 50%;
}

.timer-shaft .swiper-slide time {
	line-height: .8rem;
	font-size: .6rem;
	color: #bbb;
}

.timer-shaft .swiper-slide p {
	padding: 0 .4rem;
	margin-top: .2rem;
	background: linear-gradient(277deg, #ffffff 0%, #f5f5f5 100%) !important;
	border-radius: .4rem;
	font-size: .65rem !important;
	line-height: 1.6rem;
	color: #666 !important;
	box-sizing: border-box;
	margin-left: 10px;
}

.tab-nav-tag {
	height: 2.4rem !important;
	padding: 0.2rem 0 .3rem .8rem;
	box-sizing: border-box;
}

.box-bar .swiper-wrapper {}

.tab-nav-tag .nav-h_its {
	float: left;
	margin-right: .8rem;
	line-height: 1.7rem;
	background-color: #fff;
	border-radius: .2rem;
	font-size: .65rem;
	color: #333;
	font-weight: 700;
	width: 22%;
	text-align: center;
	height: 1.7rem;
}

.tab-nav-tag .nav-h_its.is-this {
	background-color: #0057ff;
	color: #fff;
}

.tab-nav-tag .nav-h_its.is-this:after {
	position: absolute;
	left: 50%;
	bottom: -0.2rem;
	content: '';
	border: .25rem solid transparent;
	border-top-color: #0057ff;
	border-bottom-width: 0;
	transform: translateX(-50%);
}

.ask_qs {
	margin: 0 .8rem;
	padding-top: .25rem;
}

.ask_qs .h_its {
	display: block;
	padding: 1.2rem .8rem;
	background-color: #fff;
	border-radius: .4rem;
	margin-bottom: .4rem;
	box-sizing: border-box;
}

.ask_qs .h_its div {
	position: relative;
	padding-left: 1.5rem;
	font-size: 0.75rem;
}

.ask_qs .h_its span {
	position: absolute;
	left: .8rem;
	top: 0;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .65rem;
	color: #fff;
}

.ask_qs .h_its .q {
	background: url(../img/ico-q.png) no-repeat 0 1px;
	background-size: 1rem 1rem;
}

.ask_qs .h_its .a {
	font-size: .65rem;
	line-height: 0.9rem;
	color: #666;
	margin-top: .8rem;
	background: url(../img/ico-a.png) no-repeat 0 1px;
	background-size: 1rem 1rem;
}

.view_home {
	margin: 0 .8rem;
}

.view_home .link-h_its {
	display: block;
	padding: 1rem .8rem;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
}

.view_home .link-h_its .img-block {
	position: relative;
	width: 5.5rem;
	height: 3.5rem;
	overflow: hidden;
	background-color: #000;
	border-radius: .2rem;
	margin-top: .1rem;
	margin-left: 0.2rem;
}

.view_home .link-h_its .img-block img {
	border-radius: .2rem;
	opacity: .8;
	width: 100%;
	height: 100%;
}

.view_home .link-h_its .img-block .icon-play {
	margin-left: .1rem
}

.view_home .link-h_its .img-block .time {
	position: absolute;
	right: .25rem;
	bottom: .25rem;
	font-size: .5rem;
	color: #fff;
	line-height: .7rem;
	background: rgb(0, 0, 0, 0.5);
	padding: 2px 10px;
	box-sizing: border-box;
}

.view_home .link-h_its .tit {
	max-height: 2.2rem;
	font-size: 0.8rem;
}

.view_home .link-h_its .txt {
	font-size: .7rem;
	color: #666;
	line-height: 1rem;
	margin-top: .25rem
}

.view_home .link-h_its .info {
	max-height: 2rem;
	line-height: 1rem;
	font-size: .7rem;
	color: #666;
	margin-top: .25rem
}

.view_home .link-h_its .homs_ts {
	font-size: .6rem;
	color: #999;
	line-height: .9rem;
	margin-top: .6rem
}

.view_home .link-h_its .homs_ts .iconfont {
	font-size: .6rem;
	margin-top: -0.1rem
}

.view_home.img-h73 .link-h_its .tit {
	max-height: 2.2rem
}

.view_home.img-h73 .link-h_its .img-block {
	height: 3.65rem;
	background: none
}

.view_home.img-h73 .link-h_its .img-block img {
	opacity: 1
}

.base_shortcut-v3 {
	position: relative;
	display: flex;
	height: 2.4rem;
	background: #fff;
	line-height: .9rem
}

.base_shortcut-v3:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #e8e8e8;
	transform: scaleY(0.5);
	transform-origin: center top
}

.base_shortcut-v3 .base_h_its {
	position: relative;
	flex: 1;
	padding-top: .4rem;
	text-align: center;
	color: #333;
	text-align: center;
	font-size: .6rem
}

.base_shortcut-v3 .base_h_its.active {
	color: #0057FF;
}

.base_shortcut-v3 .base_h_its img {
	width: 20px;
	height: 20px;
	display: block;
	margin: auto;
	margin-bottom: 1px;
}

.base_shortcut-v3 .base_h_its .u-badge-txt {
	position: absolute;
	left: 50%;
	top: .15rem;
	margin-left: .45rem;
	white-space: nowrap;
	font-size: .5rem;
	border: 1px solid #fff;
	line-height: .7rem;
	padding: 0 .2rem
}

.base_dis {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}


/*============鍒楄〃==============*/

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

.swiper-container img {
	width: 100%;
	height: 11rem;
}

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

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

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

.swiper-container .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	border-radius: 0;
	background: #fff;
	opacity: 0.7;
	border-radius: 50%;
}

.swiper-container .swiper-pagination-bullet-active {
	background: #ea5f2f;
}

.lvs_list {
	/*padding: 0.6rem 0;*/
}

.lvs_list li a {
	display: block;
	padding: 0.825rem .7rem 0.825rem .75rem;
	max-height: 3.5rem;
	overflow: hidden;
}

.lvs_list li img {
	float: left;
	width: 5.5rem;
	height: 3.5rem;
	margin-right: .75rem;
}

.lvs_list li h3 {
	max-height: 2.4rem;
	overflow: hidden;
	font-size: .8rem;
	line-height: 1.2rem;
}

.lvs_list li .tw-info {
	height: .8rem;
	line-height: .8rem;
	overflow: hidden;
	font-size: .5rem;
	color: #bbb;
	margin-top: .4rem;
}


/*鍒楄〃璇︽儏*/

.jia_top_title {
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin: 15px 0;
}

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

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

.jia_detail {
	padding: 0 15px;
	box-sizing: border-box;
}

.jia_detail .content {
	padding-top: 10px;
	position: relative;
}

.jia_detail .content p {
	line-height: 24px;
	font-size: 15px;
	text-indent: 2em;
	color: #444;
	padding-bottom: 15px;
}

.jia_detail img {
	margin-bottom: 10px;
	max-width: 100%;
}

.tuijian {
	margin-top: 30px;
}

.nav-title {
	position: relative;
	padding-top: 10px;
	font-size: .9rem;
	font-weight: 600;
	text-align: center;
}

.nav-tit-line:after {
	position: absolute;
	left: 50%;
	bottom: -.5rem;
	width: 20px;
	height: 2px;
	background-color: #508274;
	content: '';
	margin-left: -10px;
}

.unfold-bar {
	position: relative;
}



.unfold-bar .unfd-btn {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #0057ff;
	text-align: center;
	padding: 20px 0 40px;
	background-color: #fff;
}

.unfold-bar .unfd-btn .ico-arrow {
	display: block;
	width: 6px;
	height: 6px;
	border-left: 1px solid #0057ff;
	border-bottom: 1px solid #0057ff;
	transform: rotate(-45deg);
	margin: -40px auto 0;
}

.unfold-bar .unfd-btn:before {
	position: absolute;
	top: -116px;
	left: 0;
	right: 0;
	content: '';
	height: 116px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.unfold-bar.is-show .unfd-btn {
	padding-top: 30px;
}

.unfold-bar.is-show .unfd-btn .ico-arrow {
	transform: rotate(135deg);
}

.unfold-bar.is-show .unfd-btn:before {
	background: transparent;
}

.section_one .lvs_list li img {
	width: 3.5rem;
	border-radius: 50%;
}

.ask_all .qc_all {
	background: #fff;
	border-radius: 10px;
	margin: 0.8rem;
}

.ask_all .ask_qs {
	padding-top: 0;
}

.ask_all .ask_qs a {
	border-bottom: 1px solid #eee;
	padding: 1.2rem 0;
}

.ask_all .tuijian {
	margin: 0 0.8rem;
	background: #fff;
}

.more-block {
	display: block;
	text-align: center;
	line-height: 2.5rem;
	font-size: .7rem;
}

.ask_all .bar-title {
	font-size: 1rem;
}

.ask_all .lvs_list li img {
	float: right;
	margin: 0 0 0 .6rem !important;
}

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

.ask_all .swiper-container {
	height: 50px;
	width: 90%;
	margin: auto;
	background: #fff;
	line-height: 50px;
	border-radius: 10px;
}

.ask_all .swiper-container a {
	font-size: 16px;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
	position: relative;
}

.ask_all .swiper-container a:after {
	position: absolute;
	top: 50%;
	left: 8px;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 50%;
	margin-top: -2px;
	background: #089de2;
	display: block;
}


/*闂瓟璇︽儏*/

.ask-bar {
	padding: 20px 16px 16px;
	background-color: #fff;
}

.ask-bar .txt {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 28px;
}

.ask-bar .txt a {
	color: #0057ff;
}

.ask-bar .info {
	margin-top: 10px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}

.ask_detail .tuijian {
	margin: 12px 0 0 0 !important;
}

.asknei_list {
	padding-right: 16px;
	padding-left: 16px;
}

.asknei_list li {
	position: relative;
	padding: 20px 0;
}
.asknei_list .un-nr {
	font-size: 16px;
	line-height: 24px;
}

.asknei_list .info {
	position: relative;
	margin-top: 10px;
}

.asknei_list .info .ask_neisr {
	position: relative;
	display: block;
	padding: 0 90px 0 40px;
}

.asknei_list .info .ask_neisr .asnei_img {
	position: absolute;
	top: 5px;
	left: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
}
.asknei_list .info .ask_neisr .tit {
	font-size: 14px;
	line-height: 22px;
}

.asknei_list .info .ask_neisr .time {
	font-size: 10px;
	color: #999;
	line-height: 14px;
}

.asknei_list .other-detail {
	margin-top: 10px;
}

.asknei_list .other-detail .un-ovh {
	height: 60px;
}

.asknei_list .other-detail .un-nr {
	line-height: 20px;
}
.asknei_layw{
	margin-top: 12px;
	    background: #fff;
}
.asknei_layw .deta_tits {
    position: relative; padding: 25px 16px 18px;

}
.asknei_layw .deta_tits:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #e8e8e8;
    transform: scaleY(.5);
    transform-origin: center bottom;
}
.asknei_list li:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #e8e8e8;
    transform: scaleY(.5);
    transform-origin: center bottom;
}
.classfy_fen{
	overflow: hidden;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
}
.classfy_fen a{
	float: left;
	font-size: 14px;
	padding: 3px 12px;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin: 4px;
	border-radius: 15px;
}
.classfy_fen a.curs{
	background:#0057FF;
	color: #fff;
}
/*=========*/

.scroll-banner .ban-text,
.timer-shaft .swiper-slide p,
.law_home .txt_home .tit,
.law_home .ban-txt .tit,
.art-h150 .swiper-slide .hbar .info-bar,
.home_colu .h_its p,
.ask_all .swiper-container a,
.law_home .ban-txt .jda,
.home_colu .h_its div {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient: vertical;
}

.tuwen-list li h3,
.view_home .link-h_its .tit,
.swiper-container .swiper-wrapper p,
.choiceness-show .tit,
.ask_qs .h_its .q,
.choiceness-show 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;
}

.ask_qs .h_its .a {
	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;
}</pre></body></html>