* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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

body,
button,
input,
select,
textarea,
p {
	font: 12px/1.5 "微软雅黑", tahoma, arial, \5b8b\4f53;
}

body {
	background: #fff;
}

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

em,
i {
	font-style: normal;
}

b,
strong {
	font-weight: normal;
}

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

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

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

img {
	border: none;
	vertical-align: middle;
}

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

input,
select {
	vertical-align: middle;
	outline: none;
}

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

img {
	border: 0 none;
}

i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clearfix {
	*zoom: 1;
}

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

.box {
	min-width: 1200px;
}

.nav_top {
	background: #f1f1f1;
}

.nav_top ul.cons_top {
	list-style: none;
	overflow: hidden;
}

.nav_top ul.cons_top li a {
	font-size: 16px;
	color: #333;
	float: left;
	line-height: 45px;
	padding: 0 22px;
}

.nav_top ul.cons_top li.active a {
	color: #FF7425;
}

.nav_top ul.cons_top li:hover a {
	color: #FF7425 !important;
}


/* nav */

.nav {
	width: 100%;
	background: #FFF;
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f5;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}

.nav .logo {
	display: block;
	width: 180px;
}

.nav .logo img {
	width: 190px;
	height: 42px;
}

.nav .nav_item {
	font-size: 0px;
	padding-left: 50px;
}

.nav .nav_item a {
	position: relative;
	width: 105px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	line-height: 63px;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
}

.nav .nav_item a:hover {
	color: #FF7425;
}

.nav .nav_item .lt:after {
	background-color: red;
	border-radius: 3px;
	color: #fff;
	content: "hot";
	font-size: 10px;
	line-height: 1;
	padding: 1px 3px;
	position: absolute;
	right: -5px;
	top: 17px;
}


/* 搜索框 */

.search {
	margin-top: 2px;
	float: right;
	border: 1px solid #e0e0e0;
}

#bdcs {
	height: 45px;
}

#default-searchbox {
	height: 45px;
	background: #fff;
}

#bdcs-search-inline {
	width: 330px;
	height: 32px;
	border: 1px solid #e1e0e0;
	box-shadow: 0px 0px 0px;
	background: #FFF;
	border-radius: 0px;
}

.bdcs-search-form-input {
	width: 278px;
	height: 33px !important;
	font-size: 14px;
	line-height: 26px;
	border: 0px;
	border-color: #e0e0e0;
	border-radius: 0px;
	margin-right: 0px;
	padding-left: 10px;
}

.bdcs-search-form-submit {
	width: 52px;
	height: 34px;
	font-size: 14px;
	color: #fff;
	border-color: #f56f00;
	background: #f56f00;
	border-radius: 0px;
	cursor: pointer;
}


/* min */

.min,
.min2,
.min3,
.min4 {
	margin-top: 30px;
}

.min_l {
	position: relative;
	width: 574px;
	height: 380px;
	border-radius: 5px;
	background: #eee;
	overflow: hidden;
}

.min_l .slideBox {
	position: relative;
	overflow: hidden;
}

.min_l .slideBox .hd {
	position: absolute;
	bottom: 10px;
	right: 50%;
	z-index: 10;
	margin-right: -54px;
}

.min_l .slideBox .hd ul li {
	display: block;
	float: left;
	width: 30px;
	height: 4px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .6);
	cursor: pointer;
	margin: 3px;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}

.min_l .slideBox .hd ul li.on {
	background: rgba(255, 255, 255, .95);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
}

.min_l .slideBox .bd {
	width: 574px;
	height: 380px;
	overflow: hidden;
}

.min_l .slideBox .bd ul {
	width: 1722px;
	overflow: hidden;
}

.min_l .slideBox .bd ul li {
	float: left;
	width: 574px;
	height: 380px;
}

.min_l .slideBox .bd ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.min_l .slideBox .bd ul li a img {
	display: block;
	width: 574px;
	height: 380px;
}

.min_l .slideBox .bd ul li a i {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, .05) 5%, rgba(0, 0, 0, .35));
}

.min_l .slideBox .bd ul li a div {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	padding: 20px;
	width: 100%;
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	box-sizing: border-box;
	left: 0px;
	color: #FFF;
}

.min_l .slideBox span {
	display: block;
	width: 40px;
	height: 54px;
	background: url(../img/slide_icon.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -27px;
}

.min_l .slideBox .next {
	right: -40px;
	background-position: -40px 0;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
}

.min_l .slideBox .prev {
	left: -40px;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
}

.min_l .slideBox .prev:hover,
.min_l .slideBox .next:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.min_l .slideBox:hover .prev {
	left: 0px;
}

.min_l .slideBox:hover .next {
	right: 0px;
}

.min_r {
	width: 628px;
	margin-right: -20px;
	overflow: hidden;
}

.min_r li {
	float: left;
	width: 294px;
	height: 181px;
	border-radius: 5px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 15px;
}

.min_r li a {
	display: block;
	overflow: hidden;
}

.min_r li a img {
	display: block;
	width: 294px;
	height: 181px;
	border-radius: 5px;
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
}

.min_r li a span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 5px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 5%, rgba(0, 0, 0, .65));
	filter: alpha(opacity=10) progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0000000d, endColorstr=#000000a6);
}

.min_r li a p {
	width: 100%;
	position: absolute;
	bottom: 10px;
	font-size: 16px;
	color: #fff;
	padding: 0 12px;
}

.min_r li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.min_r li a:hover span {
	background: linear-gradient(180deg, rgba(0, 0, 0, .05) 5%, rgba(0, 0, 0, .85));
}

.min_r li:nth-child(3),
.min_r li:nth-child(4) {
	margin-bottom: 0;
}


/* min2 */

.min2_l {
	width: 326px;
	padding: 14px;
	background: #f8f8f8;
}

.min2_l h3 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	line-height: 28px;
	padding-left: 12px;
	margin-bottom: 16px;
	position: relative;
}

.min2_l h3:after {
	content: '';
	display: inline-block;
	width: 4px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 0;
	border-radius: 2px;
	background: #FF7425;
}

.min2_l .min2_item1 {
	margin-bottom: 24px;
}

.min2_l .min2_item1 a {
	position: relative;
	display: block;
	width: 100%;
	height: 166px;
	overflow: hidden;
}

.min2_l .min2_item1 a img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.min2_l .min2_item1 a .min2_mask {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .56);
	padding: 8px 16px;
	margin: 8px;
	font-size: 14px;
	line-height: 22px;
	border-radius: 4px;
	z-index: 2;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.min2_l .min2_item1 a .min2_mask p {
	color: #FFF;
	transition: all .3s ease;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.min2_l .min2_item1 a:hover img {
	transform: scale(1.03);
}

.min2_l .min2_item1 a:hover .min2_mask {
	background: rgba(0, 0, 0, .88);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.min2_l .min2_item2 {
	margin-bottom: 15px;
	overflow: hidden;
}

.min2_l .min2_item2:last-child {
	margin-bottom: 0px;
}

.min2_l .min2_item2> a {
	float: left;
	display: block;
	width: 115px;
	height: 75px;
	overflow: hidden;
}

.min2_l .min2_item2> a img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.min2_l .min2_item2 .min2_info {
	float: right;
	width: 178px;
	height: 64px;
	padding-left: 8px;
	overflow: hidden;
}

.min2_l .min2_item2 .min2_info a {
	display: block;
	height: 47px;
	line-height: 22px;
	font-size: 14px;
	color: rgba(0, 0, 0, .88);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	overflow: hidden;
}

.min2_l .min2_item2 .min2_info span {
	display: block;
	font-size: 12px;
	color: rgba(0, 0, 0, .56);
	line-height: 20px;
}

.min2_l .min2_item2> a:hover img {
	transform: scale(1.03);
}

.min2_l .min2_item2 .min2_info a:hover {
	color: #FF7425;
	transition: all .3s ease;
}

.min2_c {
	width: 420px;
	margin: 0 24px;
}

.min2_c strong {
	display: block;
	height: 38px;
	line-height: 30px;
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
}

.min2_c strong a {
	color: red;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.min2_c ul {
	width: 100%;
}

.min2_c ul li {
	height: 35px;
	line-height: 36px;
	overflow: hidden;
}

.min2_c ul li em {
	float: left;
	width: 49px;
	color: #e5e5e5;
	font-size: 14px;
}

.min2_c ul li em a {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	text-align: center;
	color: #aaa;
	font-size: 14px;
}

.min2_c ul li> a {
	float: left;
	display: block;
	width: 90%;
	color: #333;
	font-size: 16px;
	padding: 0 12px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.min2_c ul li> a:hover {
	color: #FF7425;
}

.min2_c ul li .min2_cTime {
	float: right;
	color: #aaa;
}

.min2_r {
	width: 380px;
}

.min2_r .slideWrap {
	position: relative;
	overflow: hidden;
}

.min2_r .slideWrap .bd {
	width: 380px;
	height: 214px;
	overflow: hidden;
}

.min2_r .slideWrap .bd ul {
	white-space: nowrap;
	overflow: hidden;
}

.min2_r .slideWrap .bd ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 380px;
	height: 214px;
}

.min2_r .slideWrap .bd ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.min2_r .slideWrap .bd ul li a img {
	display: block;
	width: 380px;
	height: 214px;
}

.min2_r .slideWrap .bd ul li a div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	line-height: 44px;
	padding: 0 10px;
	box-sizing: border-box;
	padding-top: 36px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
}

.min2_r .slideWrap span {
	display: block;
	width: 40px;
	height: 54px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	background: url(../img/slide_icon.png) no-repeat;
}

.min2_r .slideWrap .next {
	right: -40px;
	background-position: -40px 0px;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
}

.min2_r .slideWrap .prev {
	left: -40px;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
}

.min2_r .slideWrap .prev:hover,
.min2_r .slideWrap .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.min2_r .slideWrap:hover .prev {
	left: 0px;
}

.min2_r .slideWrap:hover .next {
	right: 0px;
}

.min2_r h3 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	line-height: 28px;
	padding-left: 12px;
	margin: 25px 0 16px 0;
	position: relative;
}

.min2_r h3:after {
	content: '';
	display: inline-block;
	width: 4px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 0;
	border-radius: 2px;
	background: #FF7425;
}

.min2_r .min2_Slide {
	width: 380px;
	height: 214px;
	background: #ccc;
	border-radius: 4px;
}

.min2_r .min2_Ritem {
	width: 108%;
	margin-left: -20px;
}

.min2_r .min2_Ritem li {
	float: left;
	width: 180px;
	margin-left: 20px;
}

.min2_r .min2_Ritem li a {
	display: block;
	height: 160px;
}

.min2_r .min2_Ritem li a p {
	font-size: 15px;
	line-height: 35px;
	width: 100%;
}

.min2_r .min2_Ritem li a img {
	display: block;
	width: 100%;
	height: 120px;
	border-radius: 4px;
	border: 1px solid #e7e7e7;
}

.min2_r .min2_Ritem li a:hover img {
	border: 1px solid transparent;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .06), 0 3px 14px 2px rgba(0, 0, 0, .04), 0 0 5px -3px rgba(0, 0, 0, .08);
	transition: all .3s ease;
	transform: translateY(-4px);
}


/* 广告 */

.advert {
	margin-top: 5px;
	height: 80px;
}

.advert a {
	display: block;
}

.advert a img {
	width: 1200px;
	height: 80px;
}


/* min3  复用公共 */

.title {
	width: 70%;
	height: 38px;
}

.title h2 {
	float: left;
	line-height: 38px;
	margin-right: 48px;
	font-size: 28px;
	color: #000;
	font-weight: 700;
}

.title .tab_hd {
	float: left;
	overflow: hidden;
}

.title .tab_hd span {
	position: relative;
	float: left;
	font-size: 16px;
	color: rgba(0, 0, 0, .56);
	line-height: 24px;
	font-weight: 700;
	padding: 7px 0;
	width: 90px;
	text-align: center;
	transition: all .3s ease;
	cursor: pointer;
}

.title .tab_hd span+ span {
	margin-left: 34px;
}

.title .tab_hd span.active,
.title .tab_hd span:hover {
	color: #000;
}

.title .tab_hd span.active:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	margin-top: 4px;
	border-radius: 2px;
	background: #FF7425;
	transition: all .3s ease;
}

.title .tab_hds {
	float: left;
	overflow: hidden;
}

.title .tab_hds span {
	position: relative;
	float: left;
	font-size: 16px;
	color: rgba(0, 0, 0, .56);
	line-height: 24px;
	font-weight: 700;
	padding: 7px 0;
	transition: all .3s ease;
	cursor: pointer;
}

.title .tab_hds span+ span {
	margin-left: 34px;
}

.title .tab_hds span.active,
.title .tab_hds span:hover {
	color: #000;
}

.title .tab_hds span.active:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background: #FF7425;
	transition: all .3s ease;
}

.title .tab_more {
	float: right;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	color: #b4b4b4;
}

.tab_bd .tabContent {
	position: relative;
	display: none;
	margin-top: 15px;
}

.tab_bd .tabContent.show {
	display: block;
}

.tab_bd .tabContent .tabContent_left {
	width: 380px;
	height: 285px;
}

.tab_bd .tabContent .tabContent_left a {
	position: relative;
	display: block;
	width: 380px;
	height: 285px;
}

.tab_bd .tabContent .tabContent_left a img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	transition: opacity .2s;
}

.tab_bd .tabContent .tabContent_left a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 36px;
	overflow: hidden;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
}

.tab_bd .tabContent .tabContent_left a:hover img {
	opacity: .9;
}

.tab_bd .tabContent .tabContent_center {
	width: 430px;
	margin: 0 25px;
}

.tab_bd .tabContent .tabContent_center strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 28px;
	line-height: 28px;
	text-align: left;
	margin-bottom: 10px;
}

.tab_bd .tabContent .tabContent_center strong a {
	color: #333;
	width: 100%;
	display: inline-block;
}

.tab_bd .tabContent .tabContent_center li {
	height: 36px;
	line-height: 36px;
	padding-left: 14px;
	font-size: 16px;
	overflow: hidden;
	vertical-align: middle;
	background: url(../img/spot.png) no-repeat 0px 17px;
	overflow: hidden;
}

.tab_bd .tabContent .tabContent_center li a {
	color: #333;
	width: 85%;
	float: left;
}

.tab_bd .tabContent .tabContent_center li em {
	float: right;
	color: #aaa;
	font-size: 12px;
	margin-left: 10px;
}

.tab_bd .tabContent .tabContent_center li a:hover {
	color: #FF7425;
}

.tab_bd .tabContent .tabContent_right {
	width: 336px;
	position: absolute;
	top: -54px;
	right: 0px;
}

.tab_bd .tabContent .tabContent_right .r_title {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}

.tab_bd .tabContent .tabContent_right .r_title h3 {
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.tab_bd .tabContent .tabContent_right .r_title a {
	float: right;
	color: #b4b4b4;
	line-height: 38px;
}

.tab_bd .tabContent .tabContent_right ul {
	margin-top: 15px;
}

.tab_bd .tabContent .tabContent_right ul li {
	display: block;
	overflow: hidden;
	padding-bottom: 18px;
}

.tab_bd .tabContent .tabContent_right ul li:last-child {
	padding-bottom: 0px;
}

.tab_bd .tabContent .tabContent_right ul li em {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	margin-top: 4px;
	border-radius: 50%;
	background: #cccccc;
	font-size: 14px;
	color: #fff;
}

.tab_bd .tabContent .tabContent_right ul li a {
	float: right;
	width: calc(100% - 30px);
	line-height: 26px;
	font-size: 15px;
	height: 26px;
	overflow: hidden
}

.tab_bd .tabContent .tabContent_right ul li a:hover {
	color: #FF7425;
}

.tab_bd .tabContent .tabContent_right ul li:nth-of-type(1) em {
	background: #ff4c4c;
}

.tab_bd .tabContent .tabContent_right ul li:nth-of-type(2) em {
	background: #ff870f;
}

.tab_bd .tabContent .tabContent_right ul li:nth-of-type(3) em {
	background: #ffbb33;
}


/* min4 */

.min4_title {
	width: 100%;
	overflow: hidden;
}

.tab_bd .tabContent .tab_text {
	width: 365px;
	overflow: hidden;
}

.tab_bd .tabContent .tab_news {
	float: left;
	width: 175px;
	/*height: 218px;*/
	padding-bottom: 18px;
}

.over_right .tab_news {
	margin-right: 15px;
}

.over_right .tab_news:nth-child(2n) {
	margin-right: 0;
}

.tab_bd .tabContent .tab_news div {
	height: 60px;
	padding: 0 8px;
	box-sizing: border-box;
	background: #F5F5F5;
}

.tab_bd .tabContent .tab_news .images {
	width: 100%;
	height: 98px;
	overflow: hidden;
}

.tab_bd .tabContent .tab_news .images img {
	display: block;
	width: 100%;
	height: 120px;
	transition: all .3s ease;
}

.tab_bd .tabContent .tab_news .paragraph {
	display: block;
	/*padding: 8px;*/
}

.tab_bd .tabContent .tab_news .paragraph p {
	font-size: 15px;
	color: #333;
	padding-top: 5px;
	line-height: 25px;
	overflow: hidden;
	width: 100%;
}

.tab_bd .tabContent .tab_news .tags {
	display: block;
	font-size: 13px;
	color: #999999;
}

.over {
	overflow: hidden;
	width: 100%;
	padding-top: 15px;
}

.over_two .tab_news {
	width: 186px !important;
}

.over_two .tab_news:nth-child(4n) {
	margin-right: 0 !important;
}

.tab_bd .tabContent .tab_news:hover .paragraph p {
	color: #FF7425;
}

.tab_bd .tabContent .tab_text ul {
	float: left;
	width: 100%;
}

.tab_bd .tabContent .tab_text ul li {
	width: 100%;
	line-height: 35px;
	font-size: 15px;
	margin-bottom: 1px;
	color: #333;
}

.tab_bd .tabContent .tab_text ul li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tab_bd .tabContent .tab_text ul li a:hover {
	color: #FF7425;
}

.tab_bd .tabContent .tab_img {
	width: 800px;
}

.tab_bd .tabContent .tab_img .tab_news {
	margin-right: 18px;
}


/* min5 */

.min5 {
	margin-top: 30px;
}

.min5_l {
	position: relative;
	width: 835px;
	height: 360px;
	border-radius: 5px;
	background: #eee;
	overflow: hidden;
}

.min5_l .hd {
	position: absolute;
	bottom: 10px;
	right: 50%;
	z-index: 10;
	margin-right: -54px;
}

.min5_l .hd ul li {
	display: block;
	float: left;
	width: 30px;
	height: 4px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .6);
	cursor: pointer;
	margin: 3px;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}

.min5_l .hd ul li.on {
	background: rgba(255, 255, 255, .95);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
}

.min5_l .bd {
	width: 835px;
	height: 360px;
	overflow: hidden;
}

.min5_l .bd ul {
	overflow: hidden;
	white-space: nowrap;
}

.min5_l .bd ul li {
	float: left;
	display: inline-block;
	width: 835px;
	height: 360px;
}

.min5_l .bd ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.min5_l .bd ul li a img {
	display: block;
	width: 835px;
	height: 360px;
}

.min5_l .bd ul li a i {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, .05) 5%, rgba(0, 0, 0, .35));
}

.min5_l .bd ul li a div {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	padding: 20px;
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	left: 0px;
	color: #FFF;
}

.min5_l span {
	display: block;
	width: 40px;
	height: 54px;
	background: url(../img/slide_icon.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -27px;
}

.min5_l .next {
	right: -40px;
	background-position: -40px 0;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
}

.min5_l .prev {
	left: -40px;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
}

.min5_l:hover .prev {
	left: 0px;
}

.min5_l:hover .next {
	right: 0px;
}

.min5_l .prev:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.min5_l .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

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

.min5_r {
	width: 340px;
	height: 365px;
}

.min5_r .m_title {
	width: 100%;
	height: 30px;
	border-bottom: 3px solid #F5F5F5;
}

.min5_r .m_title h3 {
	display: inline-block;
	position: relative;
	font-size: 18px;
	color: red;
	padding-bottom: 4px;
}

.min5_r .m_title h3:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	background: #FF7425;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.min5_r ul {
	padding: 15px 0;
}

.min5_r ul li {
	overflow: hidden;
}

.min5_r ul li i {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	margin-top: 17px;
	border-radius: 50%;
	background: #cccccc;
	font-size: 14px;
	color: #fff;
}

.min5_r ul li .name {
	float: left;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #504F4F;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.min5_r ul li .text_content {
	display: block;
	width: 279px;
	height: 0px;
	margin: 7px 0 0 15px;
	text-indent: 2em;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}

.min5_r ul li.show .text_content {
	height: 116px;
}

.min5_r ul li .icon1 {
	background: #ff4c4c;
}

.min5_r ul li .icon2 {
	background: #ff870f;
}

.min5_r ul li .icon3 {
	background: #ffbb33;
}

.min5_r ul li .icon4 {
	background-position: 0px -97px;
}

.min5_r ul li .icon5 {
	background-position: 0px -135px;
}


/* min6 */

.min6 .hot {
	margin-top: 30px;
}

.list {
	width: 820px;
	margin-top: 30px;
	margin-right: 40px;
}

.list .title {
	width: 100%;
	height: 42px;
}

.list ul li+ li {
	border-top: 1px solid #eee
}

.list ul li {
	padding: 20px 0;
	overflow: hidden;
}

.list ul li .list_img {
	float: left;
	width: 215px;
	height: 140px;
	margin-right: 20px;
}

.list ul li .list_img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.list ul li .list_text {
	float: left;
	width: 585px;
	height: 140px;
}

.list ul li .list_text> a {
	display: block;
	width: 100%;
	height: 23px;
	font-size: 18px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.8);
	font-family: "PingFang SC";
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list ul li .list_text> a:hover {
	color: #FF7425;
}

.list ul li .list_text p {
	font-size: 14px;
	color: #343333;
	line-height: 1.6;
	font-family: "PingFang SC";
	height: 66px;
	margin: 14px 0 11px;
	overflow: hidden;
}

.list ul li .list_text .list_author {
	height: 26px;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
}

.list ul li .list_text .list_author .tags {
	display: block;
	float: left;
	line-height: 20px;
	padding: 3px 12px;
	margin-right: 8px;
	border-radius: 100px;
	font-weight: 500;
	color: #f46300;
	background: rgba(244, 99, 0, .12);
}

.list ul li .list_text .list_author .author_box {
	float: right;
	overflow: hidden;
	margin-top: 4px;
}

.list ul li .list_text .list_author .author_box .author {
	float: left;
	color: #a5aab0;
}

.list ul li .list_text .list_author .author_box span {
	float: left;
	color: #c9ccd0;
	margin-left: 15px;
}


/* 分页 */

.page,
.page_wrap {
	text-align: center;
	clear: both;
	margin: 30px auto;
	overflow: hidden;
	font-size: 14px;
}

.page span a {
	color: #787878;
}

.page span,
.page a {
	text-align: center;
	margin: 0 5px;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: #787878;
	background-color: #f6f6f6;
}

.page span.current,
.page a:hover {
	background-color: #FF7425;
	color: #fff;
}

.page span:hover a {
	color: #fff;
}

.page .next,
.page .all {
	width: 60px;
}

.page .all {
	width: 90px;
}


/* 本周热门 */

.hot {
	width: 100%;
}

.hot_title {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}

.hot_title h3 {
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.hot_title a {
	float: right;
	color: #b4b4b4;
	line-height: 38px;
}

.hot_item {
	margin-bottom: 30px;
}

.hot_item li {
	margin-top: 14px;
	height: 70px;
	border-radius: 2px;
	overflow: hidden;
}

.hot_item li .hot_item {
	position: relative;
	float: left;
	width: 105px;
	height: 100%;
	border-radius: 2px;
	overflow: hidden;
}

.hot_item li .hot_item a {
	display: block;
	overflow: hidden;
}

.hot_item li .hot_item a img {
	width: 105px;
	height: 70px;
	transition: all 1s;
	-ms-transition: all 1s;
}

.hot_item li .hot_item a:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.hot_item li .hot_item span {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(38, 38, 38, .5);
}

.hot_item li:nth-of-type(1) .hot_item span {
	background: #FF7425;
}

.hot_item li:nth-of-type(2) .hot_item span {
	background: #ff870f;
}

.hot_item li:nth-of-type(3) .hot_item span {
	background: #ffbb33;
}

.hot_item li .hot_item span em {
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

.hot_item li .hot_info {
	float: left;
	width: 225px;
	height: 70px;
	margin-left: 10px;
}

.hot_item li .hot_info a {
	display: block;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #262626;
	overflow: hidden;
}

.hot_item li .hot_info a:hover {
	color: #FF7425;
}

.hot_item li .hot_info span {
	display: block;
	color: #a7a7a7;
	line-height: 18px;
	margin-top: 10px;
}


/* 面包 */

.Crumbs {
	height: 50px;
	line-height: 20px;
	padding: 15px 0;
	overflow: hidden;
}

.Crumbs a {
	float: left;
	font-size: 14px;
	color: #404040;
	margin-right: 6px;
}


/* 新闻 */

.article_left {
	width: 820px;
	margin-right: 40px;
}

.news_content {
	width: 100%;
	margin-bottom: 50px;
}

.news_content .content h1 {
	font-size: 34px;
	color: #222;
	line-height: 44px;
	font-weight: 700;
}

.news_content .content .news_info {
	font-size: 13px;
	margin: 12px 0 20px;
	color: #657180;
}

.news_content .content .news_info span {
	padding-right: 15px;
}

.news_content .content p {
	font-size: 16px;
	line-height: 28px;
	color: #222;
	margin: 16px 0;
}

.news_content .content h3 {
	font-size: 18px;
	color: #000;
}

.news_content .content p img {
	display: block;
	margin: 0 auto;
	max-width: 96% !important;
}

.news_content .content p strong {
	font-weight: 600 !important;
}


/* 标签 */

.article_tags {
	padding-top: 8px;
	margin-bottom: 16px;
	overflow: hidden;
	width: 100%;
}

.article_tags span {
	float: left;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: #000000e0;
}

.article_tags a {
	display: block;
	float: left;
	line-height: 20px;
	padding: 3px 12px;
	margin-right: 8px;
	border-radius: 100px;
	font-weight: 500;
	color: #f46300;
	background: rgba(244, 99, 0, .12);
}

.article_tags a:hover {
	opacity: .72;
}


/* 推荐 */

.recommend {
	height: 20px;
	margin: 25px 0 15px;
}

.recommend h3 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
}

.recommend h3 i {
	float: left;
	display: block;
	width: 4px;
	height: 20px;
	background: #FF7425;
	border-radius: 2px;
	margin-right: 15px;
}

.recommend_item {
	margin-top: 5px;
	float: left
}

.recommend_item li {
	margin-bottom: 25px;
	overflow: hidden;
}

.recommend_item li .recommend_img {
	float: left;
	margin-right: 25px;
	overflow: hidden;
}

.recommend_item li .recommend_img img {
	width: 170px;
	height: 110px;
	transition: all 1s ease;
}

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

.recommend_item li .recommend_info {
	float: left;
	width: 625px;
}

.recommend_item li .recommend_info> a {
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #404040;
	margin-bottom: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recommend_item li .recommend_info> a:hover {
	color: #FF7425;
}

.recommend_item li .recommend_info p {
	font-size: 14px;
	line-height: 20px;
	color: #888;
	margin-bottom: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.recommend_item li .recommend_info .label {
	height: 22px;
	overflow: hidden;
}

.recommend_item li .recommend_info .label a {
	display: block;
	float: left;
	margin-right: 20px;
	height: 22px;
	font-size: 14px;
	line-height: 20px;
	color: #00bbbe;
}

.recommend_item li .recommend_info .label span {
	font-size: 12px;
	color: #b7b7b7;
	margin-left: 20px;
	float: right;
}

.Share {
	width: 100%;
	margin: 10px 0;
}

.Share> span {
	display: block;
	font-size: 18px;
	color: red;
	float: left;
	line-height: 40px;
}

.Share .cover_p {
	position: relative;
	width: 183px;
	height: 40px;
	line-height: 40px;
}

.Share .cover_p .cover {
	display: block;
	width: 40px;
	height: 150px;
	background: #fff;
	position: absolute;
	bottom: -29px;
	left: 0px;
	display: none;
}

.Share .cover_p .row>div a+ a+ a+ a {
	display: none
}


/* 新闻内容 */

.news_left {
	width: 820px;
	margin-right: 40px;
}

.teach_content {
	width: 820px;
}

.teach_content h1 {
	margin: 20px 0 16px;
	font-size: 32px;
	color: #000;
	text-align: center;
}

.teach_content .teach_tags {
	height: 25px;
	text-align: center;
}

.teach_content .teach_tags span {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	margin-right: 25px;
}

.teach_content .teach_text p {
	margin: 20px 0;
	font-size: 16px;
	overflow: visible;
	text-indent: 2em;
	word-break: break-all;
}

.teach_content .teach_text p strong {
	text-align: left;
	font-weight: bold;
}

.teach_content .teach_text p img {
	display: block;
	max-width: 96%;
	margin: 0 auto;
}

.teach_content .teach_text p span {
	max-width: 700px;
}

.teach_content .teach_text p a {
	color: #0999e4
}

.teach_content .teach_text h3 {
	font-size: 17px;
}

.teach_content .teach_text table {
	margin: 30px auto;
}

.teach_content .teach_text tr td {
	line-height: 30px;
	font-size: 14px;
	color: #808080;
	padding: 10px;
	text-align: center;
}

.teach_content .recommend {
	margin-top: 28px;
}

.recom_item {
	margin-bottom: 40px;
}

.recom_item li {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}

.recom_item li .recom_link {
	float: left;
	width: 80px;
	height: 100%;
	color: #9e9e9e;
	font-size: 12px;
	margin-right: 5px;
	overflow: hidden;
}

.recom_item li .recom_text {
	float: left;
	width: 550px;
	color: #333333;
	font-size: 16px;
	display: block;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.recom_item li .recom_text:hover {
	color: #FF7425;
}

.recom_item li span {
	float: right;
	display: block;
	text-align: right;
	width: 70px;
	height: 100%;
	font-size: 12px;
	color: #9e9e9e;
	overflow: hidden;
}


/* 本周推荐 */

.hot_week h3 {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 16px;
}

.hot_week h3 i {
	display: inline-block;
	width: 4px;
	height: 20px;
	border-radius: 2px;
	background: #FF7425;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 12px;
}


/* 文章搜索 */

.relevant {
	width: 835px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	background: #f1f3f4;
}

.relevant p {
	font-size: 16px;
	line-height: 50px;
	margin: 0 20px;
}

.relevant+ .list {
	margin-top: 10px;
}

.list_more {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 60px;
	font-size: 16px;
	color: #b3b3b3;
	background-color: #eee;
	cursor: pointer;
}


/* min6 */

.min6 .list .title {
	height: 52px;
}

.min6 .list .tab_hd {
	width: 685px;
	height: 45px;
	overflow-x: auto;
	white-space: nowrap;
	cursor: grab;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.min6 .list .tab_hding {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.min6 .list .tab_hd> a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: rgba(0, 0, 0, .56);
	line-height: 24px;
	font-weight: 700;
	padding: 7px 0;
	transition: all .3s ease;
	cursor: pointer;
}

.min6 .list .tab_hd> a+ a {
	margin-left: 34px;
}

.min6 .list .tab_hd> a.active,
.min6 .list .tab_hd a:hover {
	color: #000;
}

html,
body {
	scrollbar-track-color: #fff;
	scrollbar-highlight-color: #fff;
}

::-webkit-scrollbar {
	width: 10px;
	height: 4px;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
}

.social-share .icon-wechat .wechat-qrcode .help p {
	font-size: 12px;
}

.time {
	color: red !important;
}

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

.detail_top {
	width: 100%;
}

.title_xq h2 {
	font-size: 26px;
	font-weight: 700;
	color: #222;
	line-height: 40px;
}

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

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

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

.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;
}


/*åº•éƒ¨*/

.footbgs {
	border-top: 1px solid #222;
	padding: 20px 0;
	background: #222;
	width: 100%;
	margin-top: 30px;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff !important;
}

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

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

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

.goTop:hover {
	/*opacity: 1;*/
}

.beian {
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	margin: 30px 0;
	width: 100%;
	background: #fff;
	line-height: 35px;
	box-sizing: border-box;
}

.pages a {
	background: #fff;
	padding: 0 15px;
	height: 35px;
	display: inline-block;
	font-size: 16px;
	color: #777;
	background: #f6f6f6;
	margin: 0 3px;
}

.pages span {
	background: #f56f00;
	border: 1px solid #f56f00;
	padding: 0 15px;
	height: 35px;
	color: #fff;
	display: inline-block;
}

.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin: 20px auto;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.post-navigation {
	overflow: hidden;
	padding-bottom: 20px;
	background: #fff;
	box-sizing: border-box;
}

.post-navigation div {
	position: relative;
	display: block;
	width: 48%;
	color: #999;
	font-size: 15px;
}

.post-navigation div span {
	display: block;
	color: #222;
	font-size: 15px;
	padding-bottom: 5px;
}

.post-navigation div:hover a {
	color: #f56f00;
}

.post-navigation div a {
	color: #333;
	display: inline-block;
	margin-top: 5px;
	line-height: 23px;
}

.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #888;
	font-size: 45px;
	line-height: 22px;
	/*opacity: 0.5;*/
}

.label {
	margin: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.label a {
	font-size: 14px;
	color: #fff;
	margin: 0 5px;
}

.over_left {
	width: 860px;
}

.main_forth .tabContent_center {
	margin: 0 25px 0 0 !important;
}

.main_forth .tabContent_left {
	margin-right: 25px;
}

.main_forth .tabContent_right ul li em {
	border-radius: 0 !important;
}

.wrap_left {
	width: 820px;
	float: left;
}

.wrap_right {
	width: 340px;
	float: right;
}

.content-ajax article {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

.content-ajax article:first-child {
	/*padding-top: 0px;*/
}

.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 {
	font-size: 18px;
	padding: 5px 0 10px 0;
	font-weight: 700;
	color: #444;
	width: 100%;
}

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

.entry-img img {
	width: 190px;
	height: 130px;
}

.entry-site {
	font-size: 15px;
	color: #343333;
	line-height: 24px;
	font-weight: 400;
}

.entry-content .time {
	color: #bbbbbb !important;
	font-size: 14PX;
	text-align: right;
	line-height: 25PX;
	padding-top: 5px;
	margin-top: 10px;
}

.wrap_left_title {
	margin-top: 20px;
}

.wrap_left .title .tab_hd span {
	font-size: 18px;
}

.wrap_right .tab_bd .tabContent {
	display: block;
}

.wrap_right .tab_bd .tabContent .tabContent_right {
	position: inherit !important;
	top: 0;
}

.tuijian .entry-site {
	color: #888;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.tuijian .entry-img img {
	width: 170px;
	height: 110px;
}

.tuijian .entry-title {
	font-weight: normal;
}
.tuijian .content-ajax article{
	padding: 15px 0;
}

/*======*/

.min_l .slideBox .bd ul li a div,
.tab_bd .tabContent .tabContent_right ul li a,
.min2_r .min2_Ritem li a p,
.entry-title,
.tab_bd .tabContent .tab_news .paragraph p,
.tab_bd .tabContent .tabContent_center li a,
.tab_bd .tabContent .tabContent_center strong a,
.tab_bd .tabContent .tabContent_left a span {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.min_r li a p,
.entry-site,
.hot_item li .hot_info a,
.min2_l .min2_item2 .min2_info a,
.min2_l .min2_item1 a .min2_mask p {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.post-navigation div a {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}