.main {
	width: 1200px;
	margin: 0 auto;
}

.bg_a {
	background: #3676e1;
}

.bg {
	background: #fff;
}

.bg2 {
	background: #f8f8f8;
}

.bian {
	border: solid 1px #dbe1de;
}

.bianju,
.class_mt10 {
	margin-top: 10px;
}

.y_ju,
.class_mt15 {
	margin-top: 15px;
}

.class_mt10 {
	margin-top: 10px;
}

.class_mt20 {
	margin-top: 20px;
}

.class_mt40 {
	margin-top: 40px;
}

.class_mt60 {
	margin-top: 60px;
}

.y_ju2,
.class_mt30 {
	margin-top: 30px;
}

.class_pt10 {
	padding-top: 10px;
}

.class_pt15 {
	padding-top: 15px;
}

.class_pt30 {
	padding-top: 30px;
}

.class_pt60 {
	padding-top: 60px;
}

.relative {
	position: relative;
}

.noshow {
	display: none;
}

em,
i {
	font-style: normal;
}

hr {
	opacity: .2;
}

.iconfont {
	text-align: center;
}

.hidden {
	overflow: hidden;
}

.nobian {
	border: 0;
}

.ca {
	color: #3676e1;
}

.cb {
	color: #fc8229;
}

.more {
	font-size: 12px;
}

.white,
.cf {
	color: #fff;
}

.gray,
.c3 {
	color: #333;
}

.gray2,
.c6 {
	color: #666;
}

.gray3,
.c9 {
	color: #999;
}

.gray4,
.cc {
	color: #ccc;
}

.center {
	text-align: center;
}

.f30 {
	font-size: 30px;
}

.f24 {
	font-size: 24px;
}

.f20 {
	font-size: 20px;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

.f15 {
	font-size: 15px;
}

.f14 {
	font-size: 14px;
}

.f13 {
	font-size: 13px;
}

.f12 {
	font-size: 12px;
}

.unbold {
	font-weight: normal;
}

.line10 {
	height: 10px;
	background: #f8f8f8;
	width: 100%;
	margin: 40px 0;
}

.block {
	display: block;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 14px;
	color: #333;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

a:hover {
	color: #3676e1;
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	text-decoration: underline;
}

.li_ts {
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

.li_ts:hover {
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}


/*列表*/

.lb_2 {
	line-height: 30px;
	margin-bottom: 5px;
}

.lb_2 time {
	margin-right: 10px;
}

.classfy_lbs {
	width: 380px;
	height: 120px;
	position: relative;
}

.classfy_lbs .class_img {
	width: 110px;
	height: 90px;
}

.classfy_lbs .class_img img {
	width: 100%;
	min-height: 90px;
}

.classfy_lbs .class_nrs {
	width: 226px;
}

.classfy_lbs .class_nrs p {
	margin: 6px 0;
	height: 40px;
	line-height: 20px;
}

.classfy_lbs a {
	width: 350px;
	height: 90px;
	bottom: 0px;
	display: block;
	background: #f8f8f8;
	padding: 15px;
	position: absolute;
}

.classfy_lbs a:hover {
	box-shadow: 0 5px 10px #e1e1e1;
	background: #fff;
	bottom: 5px;
}

.classfy_lbs a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 2px;
	background: #3676e1;
	top: 0px;
	left: 175px;
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

.classfy_lbs a:hover:before {
	width: 380px;
	left: 0;
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

.lb_4 {
	width: 270px;
}

.lb_4 .class_img {
	height: 180px;
	overflow: hidden;
}

.lb_4 .class_img img {
	width: 100%;
	min-height: 180px;
}

.lb_4 p {
	height: 66px;
	line-height: 22px;
	margin: 10px 0;
}

.lb_4 .lb_lm {
	padding: 0 10px;
	border-radius: 4px;
	font-size: 12px;
}

.lb_4 .lb_lm:hover {
	background: #fc7717;
	color: #fff;
}

.lb_6 {
	padding-left: 30px;
	position: relative;
	line-height: 30px;
	margin-bottom: 5px;
}

.lb_6:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #ccc;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	border-radius: 10px;
	top: 10px;
}

.lb_6:nth-child(1):before {
	content: "1";
	background: #fc8229;
}

.lb_6:nth-child(2):before {
	content: "2";
	background: #edbc1c;
}

.lb_6:nth-child(3):before {
	content: "3";
	background: #3676e1;
}

.lb_6:nth-child(4):before {
	content: "4";
}

.lb_6:nth-child(5):before {
	content: "5";
}

.lb_6:nth-child(6):before {
	content: "6";
}

.lb_6:nth-child(7):before {
	content: "7";
}

.lb_6:nth-child(8):before {
	content: "8";
}

.lb_6:nth-child(9):before {
	content: "9";
}

.lb_6:nth-child(10):before {
	content: "10";
}

.lb_6:nth-child(11):before {
	content: "11";
}

.lb_6:nth-child(12):before {
	content: "12";
}

.lb_7 {
	border-bottom: 1px solid #e8ebef;
	padding-bottom: 10px;
}

.lb_7 .lb_bt {
	position: relative;
	padding-right: 100px;
}

.lb_7 p {
	height: 44px;
	line-height: 22px;
	margin: 10px 0;
}

.lb_7 time {
	position: absolute;
	right: 0;
	top: 0;
}

.con_l {
	width: 870px;
	border-radius: 0 0 10px 10px;
}

.con_r {
	width: 300px;
}


/*精选图文推荐*/

.cassfy_con {
	height: 190px;
}

.con_ban .head_1 {
	border-bottom: 1px solid #e8ebef;
	padding-bottom: 10px;
}

.cassfy_con .classfy_ajst ul {
	padding: 20px 0!important;
}

.cassfy_con .hd {
	position: relative;
}

.cassfy_con .hd ul {
	position: absolute;
	right: 0;
	top: 7px;
}

.cassfy_con .hd li {
	width: 16px;
	height: 16px;
	color: #949494;
	background: #e8ebef;
	border-radius: 10px;
	float: left;
	margin-left: 5px;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	line-height: 16px;
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

.cassfy_con .hd li.on {
	width: 30px;
	background: #3676e1;
	color: #fff;
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

.cassfy_con .classfy_lbs {
	margin: 0 10px;
}


/*标题*/

.icon_head {
	position: relative;
}

.head_1 h4 {
	height: 30px;
	line-height: 30px;
}

.head_1 h4 span {
	color: #d0d7e8;
	font-size: 12px;
	margin-left: 10px;
	font-style: italic;
}

.head_1 .tu {
	margin: 6px 10px 0 0;
	width: 18px;
	height: 18px;
}

.head_1_te {
	position: relative;
	padding-left: 20px;
}

.head_1_te:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #3676e1;
	left: 0px;
	top: 10px;
}

{
	position: relative;
}

.head_2 {
	line-height: 40px;
	height: 40px;
	position: relative;
	padding-left: 30px;
	padding-right: 10px;
}

.head_2:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #3676e1;
	left: 10px;
	top: 15px;
}


/*栏目*/

.lm {
	overflow: hidden;
	height: 534px;
	margin-bottom: 20px;
}

.sort_head {
	height: 50px;
	line-height: 50px;
	padding-bottom: 10px;
	border-bottom: 3px solid #e8ebef;
}

.sort_head .head {
	margin-right: 20px;
	max-width: 230px;
}

.sort_head .sort_bt {
	margin: 0 10px;
}

.sort_tw {
	padding: 20px;
	width: 270px;
	height: 410px;
}

.sort_tw .bd {
	overflow: hidden;
	height: 346px;
}

.sort_tw .bd li {
	float: left;
}

.sort_tw .hd {
	border-top: 1px solid #d9e0ec;
	width: 270px;
	padding-top: 25px;
}

.sort_tw .hd li {
	width: 10px;
	height: 10px;
	background: #d9e0ec;
	border-radius: 10px;
	float: left;
	margin-right: 10px;
}

.sort_tw .hd li.on {
	width: 20px;
}

.sort_c {
	width: 540px;
	margin-left: 30px;
}

.sort_c .lb_2 {
	float: left;
	width: 48%;
}

.sort_c .lb_2:nth-child(2n) {
	float: right;
}

.sort_r {
	width: 290px;
}


/*热门排行*/

.r_hot {
	width: 260px;
	padding: 20px;
	border-radius: 10px;
}

.r_hot .head_1 h4 {
	padding: 10px;
}

.claassies_hot {
	position: relative;
}

.claassies_hot:before {
	content: "";
	display: block;
	position: absolute;
	height: 370px;
	background: #e8e8e8;
	width: 1px;
	left: 7px;
	top: 10px;
}

.claassies_hot .lb_6 {
	padding: 3px 0;
	line-height: 30px;
	display: block;
}

.claassies_hot .lb_6:hover {
	text-decoration: none;
}

.claassies_hot .lb_6 span {
	padding-left: 30px;
}

.claassies_hot .lb_6 span.on {
	color: #3676e1;
}

.claassies_hot .lb_6 p {
	line-height: 24px;
	height: 48px;
	padding-left: 30px;
}

.lb_4 .class_nrs {
	width: 120px;
}

.claassies_hot:before {
	height: 434px;
}


/*鼠标经过图片特效*/

.photo {
	display: block;
	overflow: hidden;
	border-radius: 3px;
}

.photo img {
	transition: all 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	/* filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; */
}

.photo:hover img {
	width: 100%;
	transition: transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	/* filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; */
}


/*列表样式*/

* {
	margin: 0;
	padding: 0
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.box,
article {
	width: 1200px;
	margin: auto;
	overflow: hidden
}

.navbox {
	width: 1200px;
	margin: auto;
}

.list_lbox {
	width: 75%;
	float: left;
	overflow: hidden
}

.list_brn {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: #e4e3e3 1px solid;
	/* position: relative; */
}

.list_brn li {
	display: block;
	font-size: 16px;
	line-height: 40px;
	float: left;
	width: 100px;
	text-align: center;
	position: relative;
	cursor: pointer
}

.list_curr:after {
	content: "";
	background: #000;
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.whitebg {
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	/*margin-bottom: 20px;*/
	overflow: hidden;
}

.tab_box {
	clear: both;
	position: relative;
	height: 249px
}

.newslist {
	float: right;
	width: 66%
}

.newslist li {
	overflow: hidden;
	line-height: 32px;
	padding: 0 20px 10px 20px;
}

.newslist li a {
	height: 32px;
}

.newslist li img {
	width: 100%
}

.newslist li {
	height: 22px;
}

.newslist li:hover {
	height: 100%;
	background: #f7f7f7
}

.newslist li:hover a {
	color: #000;
	font-weight: bold
}

.newslist li:hover i {
	background: #222;
}

.newslist li:nth-child(1) {
	height: 100%;
	background: #f7f7f7
}

.newslist li:nth-child(1) a {
	color: #000;
	font-weight: bold
}

.newslist li:nth-child(1) i {
	background: #9a9a9a;
}

.newslist:hover li:nth-child(1) {
	height: 22px;
	background: none;
}

.newslist:hover li:nth-child(1) a {
	color: #333;
	font-weight: normal
}

.newslist:hover li:nth-child(1) i {
	background: #9a9a9a;
}

.newslist:hover li:nth-child(1):hover {
	height: 100%;
	background: #f7f7f7;
}

.newslist:hover li:nth-child(1):hover a {
	color: #000;
	font-weight: bold
}

.newslist:hover li:nth-child(1):hover i {
	background: #222;
}

.newslist p {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	height: 48px;
}

.newspic {
	float: left;
	width: 32%;
	height: 218px;
	overflow: hidden;
	position: relative;
}

.newspic ul {
	overflow: hidden;
}

.newspic li {
	height: 100px;
	position: relative;
	background: rgba(0, 0, 0, 1);
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 3px
}

.newspic li a {
	display: block;
	overflow: hidden;
	height: 100px;
}

.newspic img {
	height: 100%;
	width: 100%;
	opacity: .7;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}

.newspic span {
	bottom: 0;
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	padding: 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 22px;
}

.newspic li:hover img {
	opacity: .9;
	transform: scale(1.1);
}

.inter_item ul li i {
	display: block;
	width: 20px;
	height: 20px;
	background: #9a9a9a;
	float: left;
	margin-top: 6px;
	margin-right: 20px;
	position: relative;
	font-style: normal
}

.inter_item ul li i::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 9px;
	color: #fff;
	line-height: 20px;
	width: 20px;
	text-align: center
}

.inter_item ul li:first-child i {
	background: #222;
}

.inter_item ul li:first-child i::before {
	content: "1";
}

.inter_item ul li:nth-child(2) i::before {
	content: "2";
}

.inter_item ul li:nth-child(3) i::before {
	content: "3";
}

.inter_item ul li:nth-child(4) i::before {
	content: "4";
}

.inter_item ul li:nth-child(5) i::before {
	content: "5";
}

.inter_item ul li:nth-child(6) i::before {
	content: "6";
}


/*zhuanti*/

.zhuanti ul {
	overflow: hidden;
	padding: 10px 0 20px 10px;
	position: relative;
}

.zhuanti ul:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 1px;
	height: 100%;
	left: 10px
}

.zhuanti ul:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 1px;
	bottom: 20px;
	left: 0;
}

.zhuanti li {
	float: left;
	width: 27.6%;
	border-bottom: #eee 1px solid;
	border-left: #eee 1px solid;
	overflow: hidden;
	padding: 20px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.ztpic {
	width: 100%;
	height: 120px;
	overflow: hidden;
	border-radius: 3px;
	background: #CCC;
	display: block
}

.ztpic img {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	transition: all .5s ease-out .1s;
}

.zhuanti li b {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.zhuanti li span {
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
	height: 53px;
}

.readmore {
	margin: 10px 0 0 0;
	color: #096;
	display: block;
}

.readmore:before {
	content: "+";
	color: #063
}

.zhuanti li:hover {
	background: #fff;
	box-shadow: #ccc 1px 1px 8px;
}

.zhuanti li:hover img {
	transform: scale(1.05)
}


/*bloglist*/

.bloglist ul {
	padding: 10px 0 0
}

.bloglist li {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: #eee 1px dashed;
	padding-bottom: 20px;
	position: relative;
	min-height: 120px;
}

.blogtitle {
	margin: 0 0 10px 0;
	font-size: 18px;
	overflow: hidden;
}

.bloglist li:hover .blogtitle a {
	color: #337ab7;
}

.blogtitle b {
	color: #F00
}

a.law_more {
	display: block;
	right: 10px;
	bottom: 20px;
	position: absolute;
	padding: 3px 10px;
	background: #12b7de;
	color: #fff;
	border-radius: 3px;
}

.blogpic {
	float: left;
	width: 23.2%;
	height: 130px;
	margin-right: 20px;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	position: relative
}

.blogpic i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-style: normal;
	padding: 3px 5px;
	background: rgba(18, 182, 221, .8);
	font-size: 14px;
}

.blogpic i a {
	color: #FFF
}

.blogpic img {
	height: 100%;
}

.bplist {
	display: block;
	overflow: hidden
}

.bplist a {
	display: block;
	float: left;
	width: 25%;
	overflow: hidden
}

.bplist a img {
	border-radius: 3px;
	width: 200px;
	height: 140px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}

.bplist a img:hover {
	transform: scale(1.05)
}

.law_hottxt {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin-top: 20px
}

.law_infos {
	margin-top: 20px;
	overflow: hidden;
	color: #999;
	line-height: 34px;
}

.law_infos span {
	margin: 0 5px
}

.avatar {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	padding: 2px;
	display: block;
	background: -webkit-linear-gradient(bottom left, rgba(0, 153, 255, .9), rgba(42, 228, 197, .7));
	background: -o-linear-gradient(bottom left, rgba(0, 153, 255, .9), rgba(42, 228, 197, .7));
	background: linear-gradient(to top right, rgba(0, 153, 255, .9), rgba(42, 228, 197, .7));
}

.avatar img {
	width: 100%;
	border-radius: 50%;
}

.avatar::after {
	content: "";
	position: absolute;
	background: url(../images/v.png) no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	right: 0;
	bottom: 0
}


/*links*/

.sqlink {
	float: right;
	margin-right: 10px;
	font-size: 14px
}

.sqlink a {
	color: #666
}

.sqlink a:hover {
	color: #000;
	text-decoration: underline
}

.links ul {
	overflow: hidden;
	margin-top: 20px
}

.links li {
	display: inline-block;
	width: 50%;
	float: left;
	line-height: 30px;
	text-align: center
}

.links li a {
	display: block;
}

.links li:hover {
	background: #f7f7f7
}


/*rbox*/

.rbox {
	width: 23.5%;
	float: right;
	overflow: hidden;
}

.card {
	box-shadow: 0px 1px 0px rgba(255, 255, 255, .1), inset 0px 1px 1px rgba(0, 0, 0, .7);
	border-radius: 3px;
	background: url(../images/quote-bg.png) no-repeat top right rgba(42, 42, 42, 1);
	height: 260px;
	overflow: hidden;
	margin-bottom: 20px
}

.card h2 {
	font-size: 22px;
	margin: 10px;
	color: #89919a;
	font-weight: normal;
	padding-bottom: 10px;
}

.card p {
	font-size: 12px;
	padding: 0 0 0 20px;
	line-height: 28px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
	color: #d0d2d4;
	-webkit-animation: animations2 5s ease-in-out 5s;
	-moz-animation: animations2 5s ease-in-out 5s;
	-o-animation: animations2 5s ease-in-out 5s;
	-ms-animation: animations2 5s ease-in-out 5s;
	animation: animations2 5s ease-in-out 5s;
}

.linkmore {
	margin: 15px
}

.linkmore li {
	width: 25%;
	float: left
}

.linkmore li a {
	height: 53px;
	display: block;
	overflow: hidden;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, .1), inset 0px 1px 1px rgba(0, 0, 0, .7);
	border-radius: 50%;
	margin: 0 5px;
}

.linkmore li a:hover {
	opacity: 0.5;
}

a.iconfont.icon-zhuye {
	color: #ef5509;
	font-size: 36px;
	background: url(../images/c01.png) no-repeat center;
}

a.iconfont.icon-youxiang {
	color: #FF991A;
	font-size: 28px;
	background: url(../images/c02.png) no-repeat center;
}

a.iconfont.icon--- {
	color: #1296DB;
	background: url(../images/c03.png) no-repeat center;
}

a.iconfont.icon-weixin {
	color: #07AF12;
	background: url(../images/c04.png) no-repeat center;
}

#weixin {
	position: relative
}

#weixin i {
	display: block;
	position: absolute;
	bottom: 55px;
	right: 0
}

#weixin i img {
	height: 100px;
	display: none
}

#weixin:hover i img {
	display: block
}


/*title_list*/

.title_list {
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	color: #484848;
	font-weight: normal;
	position: relative;
	margin-bottom: 10px;
}

.title_list:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	content: "";
	background: #000;
	left: 0;
	bottom: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.title_list:hover:after {
	width: 120px;
}


/*notice*/

.notice ul {
	padding-top: 18px
}

.notice li {
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 12px;
	display: block;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f6f6f6;
	padding: 4px 12px 4px 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.notice li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 15px;
	top: 20px
}

.notice li:hover {
	background: #f2f2f2;
	box-shadow: 0 0 10px #ccc;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}


/*topnews*/

.topnews {
	display: block;
	margin: 20px 0;
	background: #000;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	max-height: 110px;
}

.topnews img {
	opacity: .7;
}

.topnews span {
	bottom: 0;
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	padding: 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 22px;
}

.topnews:hover img {
	opacity: .9;
	transform: scale(1.1);
}


/*paihang*/

.paihang ul {
	overflow: hidden
}

.paihang ul li {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.paihang ul li:nth-child(even) {
	background: #f6f6f6
}

.paihang ul li i {
	display: block;
	width: 16px;
	height: 16px;
	background: #B1B1B1;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	position: relative;
	font-style: normal
}

.paihang ul li i::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 9px;
	color: #fff;
	line-height: 16px;
	width: 16px;
	text-align: center
}

.paihang ul li:first-child i,
.paihang ul li:nth-child(2) i,
.paihang ul li:nth-child(3) i {
	background: #FF6600;
}

.paihang ul li:first-child i::before {
	content: "1";
}

.paihang ul li:nth-child(2) i::before {
	content: "2";
}

.paihang ul li:nth-child(3) i::before {
	content: "3";
}

.paihang ul li:nth-child(4) i::before {
	content: "4";
}

.paihang ul li:nth-child(5) i::before {
	content: "5";
}

.paihang ul li:nth-child(6) i::before {
	content: "6";
}

.paihang ul li:nth-child(7) i::before {
	content: "7";
}

.paihang ul li:nth-child(8) i::before {
	content: "8";
}

.paihang ul li:nth-child(9) i::before {
	content: "9";
}

.paihang ul li:nth-child(10) i::before {
	content: "10";
}

.paihang ul li:hover {
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}


/*tuijian*/

.tuijian ul {
	overflow: hidden;
	padding-top: 10px
}

.tuijian li {
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
}

.tuijian li i {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	float: left;
}

.tuijian li i img {
	height: 100%;
	max-width: 100%;
	min-width: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}

.tuijian li p {
	margin-top: 10px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.tuijian li:hover {
	background: #f6f6f6;
}

.tuijian li:hover img {
	transform: scale(1.1);
}


/*ad*/

.ad ul {
	overflow: hidden;
	border-radius: 3px;
}


/*wenzi*/

.wenzi li {
	line-height: 22px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px
}

.wenzi li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 0px;
	top: 10px;
}

.pagelist.mt20 {
	margin-top: 20px;
}

.w820 {
	width: 820px;
}

.w780 {
	width: 780px;
}

.w770 {
	width: 770px;
}

.w500 {
	width: 500px;
}

.w480 {
	width: 480px;
}

.w450 {
	width: 450px;
}

.w390 {
	width: 390px;
}

.w340 {
	width: 340px;
}

.mt7 {
	margin-top: 7px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt25 {
	margin-top: 25px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb25 {
	margin-bottom: 25px;
}

.pt55 {
	padding-top: 55px;
}

.pr40 {
	padding-right: 40px;
}

.bort1 {
	border-top: 1px solid #d9d9d9;
}

.bort1b {
	border-top: 1px solid #ebebeb;
}

.borb0 {
	border-bottom: none !important;
}

em {
	font-style: normal;
}

.fixed_top {
	position: fixed !important;
}

.pa {
	position: absolute;
}

.bort0 {
	border-top: none !important;
}

b {
	font-weight: bold
}


/* list_nav */

.h520 {
	height: 520px;
	overflow: hidden;
}

.list_nav {
	width: 280px;
	height: 520px;
	margin-right: 40px;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}

.list_nav .tit-h40 {
	height: 40px;
	background-color: #0057ff;
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}

.list_nav .all-btn {
	display: block;
	height: 40px;
	margin: 16px 20px;
	background-color: #f8f8f8;
	color: #0057ff;
	line-height: 40px;
	text-align: center;
}

.nav-bar {
	position: relative;
	z-index: 100;
}

.nav-bar .listd_menu {
	padding-top: 16px;
}

.nav-bar .listd_menu .listd_it {
	padding: 6px 20px;
	height: 30px;
	line-height: 30px;
	transition: all .25s linear;
	overflow: hidden
}

.nav-bar .listd_menu .listd_it a {
	font-size: 12px;
	color: #999;
	margin-right: 12px;
	float: left
}

.nav-bar .listd_menu .listd_it .fb {
	float: left;
	width: 56px;
	margin-right: 20px;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
}

.nav-bar .listd_menu .listd_it .liis {
	float: right;
	margin-top: 11px;
	transition: all .15s linear;
}


/**/

.list_pop {
	position: absolute;
	left: 280px;
	top: -40px;
	width: 870px;
	height: 470px;
	padding: 25px 20px 25px 30px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	display: none;
}

.list_pop .list_b_line {
	position: relative;
	padding-left: 14px;
	padding-right: 20px;
	line-height: 24px;
	height: 24px;
}

.list_pop .list_b_line:before {
	top: 4px;
	width: 4px;
	height: 18px;
}

.list_pop .list_b_line b {
	font-size: 18px;
}

.list_pop .ovh {
	margin-top: 32px;
	height: 390px;
	overflow-x: hidden;
	overflow-y: auto;
}

.list_pop .ovh dl {
	padding: 0 60px 15px 125px;
	margin-bottom: 14px;
	position: relative;
}

.list_pop .ovh dl:after {
	position: absolute;
	left: 125px;
	bottom: 0;
	right: 60px;
	height: 1px;
	background-color: #f5f5f5;
	content: '';
}

.list_pop .ovh dl:last-child:after {
	height: 0;
}

.list_pop .ovh dt {
	position: absolute;
	left: 0;
	font-weight: 600;
	line-height: 24px;
}

.list_pop .ovh dd {
	overflow: hidden;
}

.list_pop .ovh dd a {
	float: left;
	font-size: 12px;
	color: #666;
	line-height: 24px;
	margin-right: 30px;
}


/**/

.nav-bar a:hover {
	color: #0057ff !important;
}

.nav-bar .listd_menu .listd_it.cur {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.nav-bar .listd_menu .listd_it.cur .fb {
	color: #0057ff;
}

.nav-bar .listd_menu .listd_it.cur .liis {
	opacity: 0;
}


/* chartlet-h180 */

.chartlet-h180,
.chartlet-h180 .scroll-li {
	height: 180px;
}

.chartlet-h180 .scroll-btn {
	width: 24px;
	height: 32px;
	margin-top: -16px;
	background-color: #000;
	opacity: .3;
	text-align: center;
	line-height: 32px;
}

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

.listd_ics {
	/*background: url('../img/icon.png') no-repeat;*/
	background-position-x: 0;
	background-position-y: 0;
}

.listd_ics {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.listd_ics.liis2 {
	width: 32px;
	height: 15px;
	background-position: 0 -24px;
}


/* nav-f20 */

.nav-f20 {
	font-size: 20px;
	line-height: 28px;
	height: 28px;
}

.nav-f20 b {
	margin-right: 10px;
}

.nav-f18 .fr {
	font-size: 14px;
}

.nav-f24 {
	line-height: 30px;
	padding-bottom: 14px;
	border-bottom: 1px solid #d9d9d9;
}


/* list_b_line */

.list_b_line {
	position: relative;
	padding-left: 14px;
	line-height: 24px;
	height: 24px;
}

.list_b_line:before {
	position: absolute;
	left: 0;
	background-color: #0057ff;
	content: '';
}


/**/

.list_b_line.f24 {
	padding-left: 20px;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
}

.list_b_line.f24:before {
	top: 5px;
	width: 4px;
	height: 22px;
}


/**/

.list_b_line.f20 {
	line-height: 24px;
	height: 24px;
}

.list_b_line.f20 b {
	font-size: 20px;
}

.list_b_line.f20:before {
	top: 5px;
	width: 4px;
	height: 16px;
}

.list_b_line.f20 .fr {
	font-size: 14px;
}

.list_b_line.f20 .fr .i-zx25 {
	opacity: .75;
	margin-right: 5px;
}


/* nav-m-line */

.nav-m-line {
	position: relative;
	height: 20px;
}

.nav-m-line:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	z-index: -1;
	height: 1px;
	background-color: #ebebeb;
	content: '';
}

.nav-m-line span {
	padding-right: 12px;
	background-color: #fff;
	font-size: 16px;
}


/* wz-list */

.wz-list {
	font-size: 16px;
}

.wz-list li {
	height: 36px;
	overflow: hidden;
	line-height: 36px;
}

.wz-list li .tag {
	float: left;
	position: relative;
	padding-right: 13px;
	margin-right: 15px;
	color: #999;
}

.wz-list li .tag:after {
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: 16px;
	background-color: #e6e6e6;
	content: '';
}

.wz-list li .data {
	float: right;
	font-size: 14px;
	color: #ccc;
	margin-left: 15px;
}


/**/

.wz-list.r-2 li {
	float: left;
	width: 390px;
}

.wz-list.r-2 li.l {
	width: 325px;
	margin-right: 30px;
}

.wz-list.r-2 li.r {
	width: 435px;
}


/**/

.wz-list.r-2b li {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.wz-list.r-2b li.l {
	padding-right: 20px;
}

.wz-list.r-2b li.r {
	padding-left: 35px;
}

.wz-list.r-2b li.r:before {
	left: 20px;
}


/**/

.wz-list.list-dot li {
	position: relative;
	padding-left: 15px;
}

.wz-list.list-dot li:before {
	position: absolute;
	left: 0;
	top: 16px;
	width: 4px;
	height: 4px;
	background-color: #ccc;
	content: '';
}


/**/

.wz-list-f14 li {
	height: 34px;
	font-size: 14px;
}


/* other-zc */

.other-zc {
	margin-top: 7px;
}

.other-zc a {
	float: left;
	width: 90px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.other-zc a .i-cs2 {
	margin: -2px 0 0 5px;
}

.other-zc .s-blue:hover {
	color: #0057ff !important;
}

.chao {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chao2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lb_6 {
	padding-left: 30px;
	position: relative;
	line-height: 30px;
	margin-bottom: 5px;
}

.lb_6:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #ccc;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	border-radius: 10px;
	top: 10px;
}

.lb_6:nth-child(1):before {
	content: "1";
	background: #fc8229;
}

.lb_6:nth-child(2):before {
	content: "2";
	background: #edbc1c;
}

.lb_6:nth-child(3):before {
	content: "3";
	background: #3676e1;
}

.lb_6:nth-child(4):before {
	content: "4";
}

.lb_6:nth-child(5):before {
	content: "5";
}

.lb_6:nth-child(6):before {
	content: "6";
}

.lb_6:nth-child(7):before {
	content: "7";
}

.lb_6:nth-child(8):before {
	content: "8";
}

.lb_6:nth-child(9):before {
	content: "9";
}

.lb_6:nth-child(10):before {
	content: "10";
}

.lb_6:nth-child(11):before {
	content: "11";
}

.lb_6:nth-child(12):before {
	content: "12";
}


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


/*列表详情*/

.left__inner-top {
	width: 100%;
	margin: 20px 0;
	color: #666;
	font-size: 12px;
}

.left__inner {
	width: 788px;
}

.inner {
	width: 364px;
}

.detail_title {
	margin: 20px 0;
}

.detail_title .title {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/yin.png) no-repeat -5px;
	padding-left: 28px;
	background-size: 26%;
}

.reading__list {
	margin: 20px 0;
}

.detail_it {
	padding: 12px 0;
	width: 100%;
}

.detail_it a {
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.detail_it i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: #1476F9 solid 2px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 8px;
	box-sizing: border-box;
}

.neirong_author {
	margin-top: 10px;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
}

.neirong_author .name {
	color: #333;
}

.neirong_author .num {
	color: #1476F9;
}

.neirong_author .line {
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #ddd;
	margin: 5px 16px 0;
	vertical-align: -2px;
}

.neirong_author img {
	margin-right: 6px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	padding: 2px;
	box-sizing: border-box;
}

.neirong_tips {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.neirong_title {
	font-weight: bold;
	margin: 10px 0 20px 0;
	font-size: 26px;
}

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

.content_tex p {
	text-indent: 2em;
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 20px;
}

.content_tex img {
	display: block;
	margin: 10px auto;
	max-width: 600px;
}

.new_detail {
	overflow: hidden;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f5f5f5
}

.news_flcont {
	overflow: hidden;
	width: 780px;
	padding: 15px 30px;
	background-color: #fff;
}

ul.newscont_ul li {
	background: url(../images/03ad1081_new_line.png) 0 16px no-repeat;
	height: 36px;
	line-height: 36px;
}

ul.newscont_ul li a {
	height: 36px;
	line-height: 36px;
	display: block;
	width: 270px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newstxt_a {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 25px;
}

.newstxt span {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-top: 10px;
	display: block;
}


/*问答*/

.wenda_cont {
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.advisory_bg {
	width: 100%;
	height: 100%;
}

.advisory_topcase {
	width: 1200px;
	margin: 0 auto;
	height: 466px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

.advisory_cont_btom {
	overflow: hidden;
	padding-bottom: 49px
}

.advisory_casebtn {
	width: 666px;
	position: relative;
	float: left;
	height: 466px;
}

.wenda_fl {
	width: 780px;
	float: left
}

.wenda_fr {
	float: right;
	margin-top: 0;
	width: 364px;
}

.gold_title h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 14px 0;
}

.gold_medal {
	background-color: #fff;
	width: 295px;
	padding-right: 69px;
}

.advisory_casebtn_flex {
	display: flex;
	flex-flow: column;
}

.advisory_casebtn_flex_top {
	font-size: 36px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.advisory_casebtn_flex_top_p {
	margin: 98px 0 24px 0;
}

.fontSize p {
	line-height: 1;
}

.advisory_casebtn_flex_bou {
	margin-top: 48px;
	display: flex;
	align-items: center;
	color: #fff;
}

.advisory_casebtn_flex_bou .advisory_huis {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.advisory_casebtn_flex_bou .advisory_huis span {
	font-size: 28px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 8px;
}

.advisory_casebtn_flex_but_p {
	margin-top: 16px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 1;
}

.advisory_casebtn_flex_bou div {
	margin-right: 48px;
}

.advisory_casebtn_flex_bou div p {
	color: #A9AFB4;
}

.hot_title {
	padding-top: 27px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.borders {
	width: 100%;
	height: 4px;
	background: #000;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.hot_title ul {
	display: flex;
	align-items: center;
}

.hot_title ul li {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #333333;
	margin-right: 32px;
	padding-bottom: 8px;
	cursor: pointer;
}

.hot_title ul .character {
	border-bottom: 2px solid #1476F9;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #1476F9;
}

.coun_art .coun_art_ul ul li .wen_is {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.coun_art .coun_art_ul ul li {
	padding-top: 26px;
	padding-bottom: 35px;
	border-top: 1px solid #EFEFEF;
}

.coun_art .coun_art_ul ul li:nth-child(1) {
	border-top: none;
}

.coun_art .coun_art_ul ul li a .wen_is:hover {
	color: #1476F9;
}

.hot_bon {
	margin-top: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999999;
}

.wenda_mind {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
}

.hot_bon .wenda_size {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #BFBFBF;
}

.wenda_span {
	padding: 4px 6px;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	margin-right: 24px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
}

.wenda_moer {
	display: flex;
	align-items: center;
}

.wenda_moer a i {
	color: #BDC4C8;
	font-size: 10px;
}

.wenda_moer a span {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #333333;
}

.wenda_moer a:hover span {
	color: #777;
}

.das_lv {
	display: flex;
	padding: 16px 16px 16px 16px;
	background: #fff;
	margin-top: 10px;
	box-shadow: 0 0 10px #eee;
	width: 325px;
}

.das_lv .imga {
	width: 96px;
	height: 96px;
	border-radius: 4px;
}

.messg {
	margin: 0 10px;
}

.messg .messg_name:hover {
	color: #1476F9;
}

.messg img {
	width: 16px;
	height: 16px;
}

.messg_name {
	font-size: 15px;
	font-family: MicrosoftYaHei;
	color: #111111;
}

.specialize {
	margin-top: 5px;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #666666;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.coun_art_ul_answer {
	display: flex;
	flex-flow: column;
}

.da_more {
	margin-top: 6px;
}

.coun_art_ul_answer_p {
	display: flex;
	align-items: center;
	font-family: MicrosoftYaHei;
	color: #666666;
}

.coun_art_ul_answer_p .issue {
	width: 16px;
	height: 16px;
	background: #BDC4C8;
	border-radius: 4px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
}

.coun_art_ul_answer_p a:hover .question {
	color: #1476F9;
}

.coun_art_ul_answer_p a .question {
	width: 756px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 8px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #666666;
}

.wenda_zation {
	margin: 16px 0 13px 0;
	display: flex;
	align-items: center;
}

.wenda_zation a {
	display: flex;
	align-items: center;
}

.wenda_zation a div {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	margin-right: 12px;
}

.wenda_zation div img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.wenda_zation .wenda_zation_sapn {
	margin-right: 24px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #333333;
}

.wenda_zation p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
}

.da_source {
	margin-left: 45px;
	height: 73px;
	background: #F8F8F8;
	position: relative;
}

.da_source_vs {
	display: flex;
	align-items: center;
	padding: 16px 0 0 19px;
}

.da_source .da_source_vs .issue {
	width: 16px;
	height: 16px;
	background: #1476F9;
	border-radius: 4px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	margin-right: 6px;
	opacity: 0.6;
}

.da_source a:hover .answering {
	color: #333333;
}

.da_source .da_source_vs .answering {
	width: 543px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
}

.da_source_span {
	position: absolute;
	right: 16px;
	bottom: 16px;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #BFBFBF;
}

.wenda_fl .coun_art .coun_art_ul_new ul li {
	border-top: none;
}

.coun_art_ul_new {
	display: none;
}

.advisory_cont_rm {
	padding-bottom: 66px;
	width: 1176px;
	position: relative;
	display: flex;
	flex-flow: column;
}

.advisory_boeder {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background-color: #CEBDA3;
}

.advisory_cont_rm_t {
	height: 62px;
}

.advisory_cont_rm_t p {
	line-height: 62px;
}

.advisory_cont_rm_t p span:nth-child(1) {
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	margin-right: 5px;
}

.advisory_cont_rm_t p span:nth-child(2) {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
}

.advisory_cont_attorney {
	/*display: flex;
	align-items: center;*/
}

.attorneys ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.more_lei {
	margin-left: 5px;
}

.wen_ico {
	margin-right: 5px;
}

.attor {
	width: 24%;
	height: 282px;
	margin-right: 2%;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.attor:nth-child(5n) {
	margin-right: 0;
}

.attor_imgs {
	width: 100%;
	height: 176px;
	background-color: #fff;
}

.attor_imgs img {
	width: 100%;
	height: 100%;
}

.attor .attor_name {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #111111;
}

.attor .particulars {
	margin-top: 11px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #666666;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.wd_are {
	box-sizing: border-box;
	padding: 14px 14px 10px 8px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F4F4F4;
}

.wd_are .attor_name:hover {
	color: #1476F9;
}

.assembling {
	position: absolute;
	top: 0;
	width: 80px;
	height: 6px;
	background: #CEBDA3;
}

.relieved_three {
	width: 100%;
	margin-top: 46px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.wendas {
	padding-bottom: 50px;
	background: #fff;
	display: flex;
}

.wendas_fl {
	width: 780px;
	margin-right: 32px;
	position: relative;
}

.bor {
	position: absolute;
	width: 780px;
	height: 4px;
	border-radius: 2px;
	background-color: #333;
}

.wendas_rg {
	width: 364px;
	background-color: #F4F4F4;
}

.wendas_fl_top p {
	margin-top: 24px;
}

.wendas_fl_top p .wendas_fl_o {
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	margin-right: 5px;
}

.wendas_fl_top p .wendas_fl_t {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
}

.wendas_fl_bou {
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wendas_fl_bou ul {
	display: flex;
	align-items: center;
}

.wendas_fl_bou ul li {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
	padding-bottom: 8px;
	margin-right: 32px;
	cursor: pointer;
}

.wendas_fl_bou ul .underlines {
	border-bottom: 2px solid #1476F9;
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #1476F9;
}

.wendas_fl_bou a {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #333333;
}

.wendas_fl_bou a .img {
	color: #BDC4C8;
	font-size: 10px;
	margin-left: 11px;
}

.marriage {
	display: none;
}

#off {
	display: block;
}

.marriage ul li {
	padding-top: 24px;
	padding-bottom: 32px;
	border-top: 1px solid #EFEFEF;
}

.marriage ul li:nth-child(1) {
	border-top: none;
}

.marriage ul li a .glide:hover {
	color: #1476F9;
}

.marriage ul li a .glide {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
}

.marriage ul li a p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
	line-height: 24px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.marriage ul li a .wenda_data {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #BFBFBF;
}

.wendas_img {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wendas_img .wenda_marry {
	display: flex;
	align-items: center;
}

a:hover {
	text-decoration: none;
}

.wendas_img .wenda_marry div {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.wendas_img .wenda_marry div img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.wendas_img p {
	margin-left: 16px;
}

.wendas_img .wenda_marry div:nth-child(1) {
	z-index: 2;
}

.wendas_img .wenda_marry div:nth-child(2) {
	margin-left: -10px;
	z-index: 1;
}

.wendas_img .wenda_marry div:nth-child(3) {
	margin-left: -10px;
}

.marriage_hole {
	display: flex;
	align-items: center;
}

.marriage_hole_spans {
	display: flex;
}

.marriage_hole_spans a {
	width: 96px;
	height: 32px;
	background: #1476F9;
	border-radius: 16px;
	line-height: 32px;
	color: #fff;
	margin-right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.marriage_hole_spans a:hover {
	background: #5a9ffa;
}

.marriage_hole_spans a i {
	margin-right: 5px;
}

.marriage_hole_spans a:hover {
	color: #fff;
}

.wendas_rg_active {
	padding: 24px 0px 24px 16px;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
}

.wendas_rg_seniority .wendas_rg_seniority_ul {
	padding-left: 16px;
}

.wendas_rg_seniority .wendas_rg_seniority_ul li {
	display: flex;
	margin-bottom: 32px;
}

.wendas_rg_seniority ul li .ones {
	width: 18px;
	height: 18px;
	background: #FF9709;
	border-radius: 4px;
	line-height: 18px;
	text-align: center;
	color: #fff;
}

.wendas_rg_seniority ul li .wendas_rg_ew {
	width: 315px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 24px;
}

.wendas_rg_ew_i {
	display: flex;
	align-items: center;
}

.wendas_rg_seniority ul li .wendas_rg_ew img {
	width: 56px;
	height: 56px;
	border-radius: 4px;
	margin-left: 16px;
}

.wendas_rg_seniority ul li .wendas_rg_ew .wendas_rg_ew_div {
	height: 56px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.wendas_rg_seniority ul li .wendas_rg_ew .wendas_rg_ew_buo {
	width: 50px;
	height: 24px;
	background: #1476F9;
	border-radius: 12px;
	text-align: center;
	line-height: 24px;
}

.wendas_rg_seniority ul li .wendas_rg_ew .wendas_rg_ew_buo:hover {
	background: #5a9ffa;
}

.wendas_rg_seniority ul li .wendas_rg_ew .wendas_rg_ew_buo a {
	color: #fff;
}

.wendas_property_div {
	display: flex;
	align-items: center;
	width: 364px;
}

.wendas_property_div_l {
	margin: 0 19px 0 21px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
}

.wendas_property_div_r {
	width: 315px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 24px;
}

.span_1 {
	font-size: 15px;
	font-family: MicrosoftYaHei;
	color: #111111;
}

.span_1:hover {
	color: #1476F9;
}

.span_2 {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
}

.wendas_property li {
	padding-bottom: 24px;
}

.five {
	margin: 0 19px 0 21px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
}

.wendas_property_domes_div {
	width: 315px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 24px;
}

.wendas_property_domes_div .atz {
	width: 80px;
	height: 24px;
	background: #1476F9;
	border-radius: 12px;
	text-align: center;
	/* margin-left:26px; */
	line-height: 24px;
	color: #fff;
}

.wendas_property_domes_div .atz:hover {
	background: #5a9ffa;
	color: #fff;
}

.wendas_propertys {
	display: flex;
}

.wendas_property_domes_spans {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.wendas_property_domes {
	display: flex;
	align-items: center;
	width: 364px;
	height: 72px;
	background: #EAEAEA;
}

.wendas_propertys img {
	width: 40px;
	height: 40px;
	background: #D8D8D8;
	border-radius: 4px;
	margin-right: 16px;
}

.wendas_fl_f {
	padding-top: 24px;
	display: flex;
}

.wendas_fl_f .wendas_fl_f_ui {
	display: flex;
}

.wendas_fl_f .wendas_fl_f_ui .wendas_fl_f_li {
	width: 188px;
	height: 204px;
	margin-right: 16px;
	position: relative;
	/* display: flex;
    flex-flow: column; */
}

.wendas_fl_f .wendas_fl_f_ui li a img {
	width: 188px;
	height: 106px;
}

.wendas_fl_f .wendas_fl_f_ui li a .wendas_fl_f_divs {
	padding: 14px 14px 0 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 98px;
	box-sizing: border-box;
	background: #f4f4f4f4;
}

.wendas_fl_f .wendas_fl_f_ui li a .wendas_fl_f_divs p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
}

.wendas_fl_f .wendas_fl_f_ui li a span {
	padding: 0 3px;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.3);
}

.wendas_fl_r ul {
	width: 372px;
}

.wendas_fl_f .wendas_fl_r ul li a .wendas_fl_r_li_pp {
	padding: 0 12px;
	width: 348px;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
}

.wendas_fl_r_li {
	display: flex;
	border-bottom: 1px solid #EFEFEF;
}

.wendas_fl_r_li a .wendas_fl_r_divs_p {
	color: #999999;
}

.wendas_fl_r_divs {
	padding: 12px 14px 0 12px;
	background: #f4f4f4;
	height: 63px;
	width: 346px;
}

.wendas_fl_r_li .wendas_fl_r_divs_ps:hover {
	color: #1476F9;
}

.wendas_fl_r_divs_ps {
	margin-bottom: 10px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wendas_fl_r_divs_p {
	display: flex;
	justify-content: space-between;
}

.class {
	height: 310px;
}

.wendas_rg .wendas_rg_lists {
	display: flex;
	flex-wrap: wrap;
}

.wendas_rg .wendas_rg_lists a:hover p {
	color: #1476F9;
}

.wendas_rg .wendas_rg_lists p {
	/*width: 152px;*/
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	text-align: center;
}

.wendas_rg .wendas_rg_lists .p_l {
	margin: 12px 8px 0px 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 5px;
}

.wendas_rg .wendas_rg_lists .p_r {
	margin: 12px 12px 0px 0px;
}

.wenda_moer_flzx {
	margin-top: 33px;
}

.advisory_rm_zx {
	position: relative;
}

.wendas_rm_li_bou_divs {
	width: 276px;
	height: 158px;
	background: #F4F4F4;
	overflow: hidden;
}

.wraps {
	width: 1176px;
	margin: 0 auto;
}

.advisory_page {
	height: 466px;
	background: #447eb0;
	margin-bottom: 48px;
	position: relative;
}

.advise_line {
	float: right;
	width: 400px;
	height: 400px;
	background: #fff;
	box-shadow: 1px 1px 12px #fff;
	border-radius: 5px;
	margin-top: 30px;
}

.advise_line-title {
	height: 34px;
	line-height: 34px;
	color: #999;
	margin: 20px auto;
	font-size: 20px;
	width: 87%;
}

.advise_line-title .layui-icon {
	margin-right: 10px;
	font-size: 23px;
}

.advise_line-content {
	width: 80%;
	border: none;
	border-bottom: 2px solid #eee;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.advise_line-content-focus {
	border-bottom: 2px solid rgb(62, 85, 255);
}

.lawyer_in {
	cursor: pointer;
	width: 180px;
	background: linear-gradient(to right, #b0eeff, #64bcff, #00adff);
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin: 38px auto 0;
	border-radius: 10px;
	box-shadow: 5px 6px 9px 0px rgb(0 0 0 / 30%);
	display: block;
}

.renzen {
	overflow: hidden;
	margin-top: 37px;
}

.renzen dd {
	font-size: 12px;
	color: #999;
	float: left;
	width: 33.333333%;
	text-align: center;
}

.renzen dd .pic {
	height: 40px;
	text-align: center;
	margin-bottom: 10px;
	width: 40px;
	margin-left: 44px;
	background: #fff;
	border-radius: 23%;
	box-shadow: 0 4px 9px #eee;
}

.renzen dd .pic img {
	width: 36px;
	margin: 2px;
}


/*问答详情*/

.crumbs_title {
	width: 100%;
	border-bottom: #D8D8D8 solid 1px;
	padding-bottom: 16px;
}

.crumbs_title a,
.crumbs_title span,
.crumbs_title i {
	color: #777;
}

.crumbs_title a:hover {
	color: #1476F9;
}

.zixun_title {
	font-weight: bold;
	font-size: 20px;
	color: #444;
	line-height: 32px;
}


.zixun_exp {
	line-height: 20px;
	margin-top: 14px;
	font-size: 14px;
	color: #BFBFBF;
}

.zixun_exp span {
	float: left;
	margin-right: 24px;
}

.kekou {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	padding: 20px;
	border-radius: 5px;
}

.zixun_reply {
	margin-top: 48px;
}

.reply__list {
	margin-top: 16px;
}

.reply__item {
	border-bottom: #EFEFEF solid 1px;
	padding: 20px 0 22px;
}

.reply__list .reply__item:last-child {
	border-bottom: none;
}

.reply__item .lawyer__avatar {
	display: block;
	width: 48px;
	height: 48px;
}

.lawyer__avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.lawyer__info {
	width: 716px;
	margin-left: 16px;
}

.lawyer__info .lawyer__name {
	margin-right: 16px;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}

.lawyer__info .lawyer__name a {
	color: #444;
}

.lawyer__info .lawyer__name a:hover {
	color: #1476F9;
}

.lawyer__adopt {
	position: relative;
	color: #FF9709;
	font-size: 14px;
	width: 76px;
	height: 21px;
	background: rgba(255, 195, 0, 0.25);
	line-height: 20px;
	padding-left: 6px;
	box-sizing: border-box;
	border-radius: 3px;
}

.lawyer__adopt .iconfont {
	margin-right: 2px;
	font-size: 14px;
}

.lawyer__adopt::after {
	position: absolute;
	right: 0;
	top: 4px;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-right-color: #fff;
}

.lawyer__firm {
	color: #999;
	font-size: 14px;
	margin-top: 18px;
}

.reply__con {
	margin-top: 14px;
	line-height: 28px;
	color: #444;
	font-size: 16px;
}

.reply__bottom {
	margin-top: 14px;
	line-height: 24px;
}

.reply__bottom span {
	color: #BFBFBF;
	font-size: 14px;
}

.zixun_huifu {
	padding-left: 8px;
	font-size: 18px;
	line-height: 18px;
	color: #444;
	font-weight: bold;
	border-left: #1476F9 solid 4px;
	box-sizing: border-box;
}

.reply__btn {
	width: 80px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	background: #1476F9;
	border-radius: 16px;
}
.reply__btn:hover{
	color: #fff;
}

/*咨询内页*/

.ask_inner {
	width: 340px;
}

.mb30 {
	margin-bottom: 30px;
}

.heart-lawyer {
	position: relative;
}

.heart-lawyer .item {
	position: relative;
	left: 0;
	height: 530px;
	overflow: hidden;
}

.heart-lawyer .heart-law-list {
	width: 340px;
	float: left;
}

.heart-law-list li {
	position: relative;
	margin-top: 10px;
	background-color: #fff;
	border-radius: 2px;
	overflow: hidden;
}

.heart-law-list .img-block {
	float: left;
	margin-right: 20px;
	width: 80px;
	height: 80px;
}

.heart-law-list .btn-red {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	margin-top: -11px;
	display: none;
	padding: 0 16px;
	height: 22px;
	line-height: 22px;
}

.heart-law-list .bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 20px;
	height: 120px;
	width: 150px;
	display: none;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .05)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to right, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .8) 100%);
}
.right_deta h3{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.right_deta p{
	font-size: 14px;
	color: #999;
	line-height: 22px;
}
.heart-lawyer .dot {
	position: absolute;
	right: 0;
	top: -26px;
	line-height: 12px;
}

.heart-lawyer .dot span {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	line-height: 0;
	border-radius: 50%;
	background-color: #bbb;
	cursor: pointer;
}

.heart-lawyer .dot span.cur {
	background-color: #ec3b3b;
}

.heart-lawyer .ovh {
	overflow: hidden;
}

.zjltoutiao {
	width: 100%;
	box-shadow: 0 1px 4px 0 rgb(2 29 54 / 20%);
	padding: 20px 15px;
	margin: 15px 0 10px 0;
	box-sizing: border-box;
}

.zjltoutiao .zjltoutiao_tit {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	color: #606e93;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.zjltoutiao .zjltoutiao_info {
	font-size: 12px;
	color: #999;
	margin-top: 20px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.zjltoutiao:hover {
	box-shadow: 0 4px 10px 0 rgba(4, 44, 82, .3);
	-webkit-transition: .5s;
	transition: .5s
}
.heart-law-list .blo {
    display: block;
    padding: 20px;
    height: 80px;
    border: 1px solid #eee;
}
.new__answer {
    margin-top: 48px;
    margin-right: 32px;
    width: 780px;
    padding-top: 20px;
    border-top: #333 solid 4px;
}
.zixun_huifu {
    padding-left: 8px;
    font-size: 18px;
    line-height: 18px;
    color: #444;
    font-weight: bold;
    border-left: #1476F9 solid 4px;
    box-sizing: border-box;
}
.zixuntel {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
}
.newstxt {
    float: left;
    margin-left: 20px;
    width: 570px;
}

.noimg {
    width: 770px;
    margin-left: 0;
}
.newstxt h4 {
    color: #222;
    font-size: 18px;
    display: block;
    font-weight: 400;
}

.newstxt h4 a {
    color: #222;
    line-height: 30px;
}

.newstxt h4 a:hover {
    color: #3c86eb;
}

.newstxt span {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 5px;
    display: block
}

.newstxt a .highlight {
    font-size: 16px;
}

.newstxt .highlight {
    display: initial;
}
.wenda_ask .wendas_rg_seniority_ul li .messg{
	width: 160px;
}
/*超出隐藏*/

.class_dl,
.newstxt_a,.newstxt h4 a,
.attor .attor_name,
.newslist li a,.right_deta h3,
.wenzi li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.class_dl2,
.messg_name,
.messg,.right_deta p,
.newstxt span,
.span_1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.class_dl3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}