@charset "utf-8";

/* CSS Document */

body,
div {
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #666;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
p,
span,
ul,
ol {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

a:link,
a:visited {
	text-decoration: none;
}

dd,
li {
	list-style-type: none;
}

.none {
	display: none;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

::-moz-selection {
	background: #8DC63F;
	color: #fff;
}

::selection {
	background: #8DC63F;
	color: #fff;
}

a:focus,
input {
	outline: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}


/*-------base End---------*/


/* header */

#header_warp {
	width: 100%;
	min-width: 1200px;
	padding: 15px 0 10px 0;
	border-bottom: 2px solid #f3f3f3;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#header_warp.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

.header {
	width: 1200px;
	overflow: hidden;
}

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

.nav {
	width: 800px;
	margin-left: 20px;
	padding-top: 5px;
}

.nav li {
	float: left;
	font-size: 16px;
	padding: 0 10px;
	height: 40px;
	box-sizing: border-box;
	margin: 0;
}

.nav li a {
	color: #000;
	display: block;
	padding-bottom: 10px;
}

.nav li a strong {
	font-weight: normal;
}

.nav li.cur a {
	border-bottom: 2px solid #71b036;
	color: #71b036;
}

.nav li a:hover {
	color: #71b036;
	border-bottom: 2px solid #71b036;
	text-decoration: none;
}

.nav li.end {
	margin-right: 0;
}

.nav li a.newsPanoA {
	display: block;
	width: 56px;
	height: 20px;
	line-height: 20px;
	background-color: #bfbfbf;
	color: #fffefe;
	font-size: 12px;
	border-radius: 2px;
	padding-bottom: 0px;
	position: absolute;
	top: 24px;
	left: 40px;
}

.nav li.cur a.newsPanoA:hover {
	border-bottom: none;
}

.nav li.cur a.newsPanoA {
	border-bottom: none;
	color: #fffefe;
}

.index_search {
	width: 180px;
	height: 32px;
	border: 1px solid #b8b8b8;
	position: relative;
}

.index_search input {
	width: 170px;
	height: 32px;
	*height: 33px;
	line-height: 33px;
	display: block;
	padding: 0 5px;
	border: none;
	color: #888888;
}

.index_search .search_btn {
	width: 34px;
	height: 32px;
	display: block;
	background: #fff url(../img/nav_icon.jpg) no-repeat 10px -55px;
	position: absolute;
	right: 0px;
	top: 0;
	cursor: pointer;
	border: none;
}

body,
div {
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	color: #666;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

.newsMain {
	padding-top: 80px;
}

.newsTop {
	width: 100%;
	min-width: 1200px;
	height: 250px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../img/top-bg.jpg) no-repeat center;
}

.newsTop img {
	width: 100%;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.newsTopTxt {
	width: 100%;
	position: absolute;
	top: 40px left: 0px;
	z-index: 1;
}

.newsTop h3 {
	font-size: 40px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 75px;
}

.newsTop .num {
	font-size: 18px;
	color: #ffffff;
	padding-top: 25px;
}

.subNav {
	width: 1190px;
	height: 79px;
	overflow: hidden;
}

.subNav p {
	font-size: 18px;
	color: #000000;
	height: 79px;
	line-height: 79px;
}

.subNav p a {
	color: #000000;
}

.subNav p span {
	color: #d2d2d2;
	padding: 0px 18px;
}

.subNav p a:hover,
.subNav p a.curr {
	color: #71b036;
	border-bottom: 1px solid #71b036;
}

.recommendedReadBg {
	width: 100%;
	height: 59px;
	overflow: hidden;
	border-top: #e9e9e9 1px solid;
	border-bottom: #e9e9e9 1px solid;
	margin-bottom: 46px;
}

.recommendedRead {
	width: 1190px;
	height: 59px;
	line-height: 59px;
	overflow: hidden;
	background: url(../img/zhan-icon.jpg) no-repeat;
}

.recommendedRead h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	float: left;
	padding-left: 60px;
	text-align: left;
}

.recommendedRead p {
	font-size: 14px;
	color: #71b036;
	float: left;
	padding-left: 30px;
	text-align: left;
}

.recommendedRead p a {
	color: #71b036;
	margin-right: 20px;
}

.recommendedRead p a:hover {
	text-decoration: underline;
}

.newsIndexBox {
	width: 1190px;
	margin-top: 30px;
	overflow: hidden;
}

.newsIndexBox .newsIndexLeft {
	width: 550px;
	float: left;
	overflow: hidden;
	text-align: left;
}

.newsIndexBox .newsIndexRight {
	width: 600px;
	float: right;
	overflow: hidden;
}

.headlines {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
}

.headlines ul {
	margin-bottom: 36px;
}

.headlines ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	color: #333333;
}

.headlines ul li:nth-of-type(1),
.headlines ul li:nth-child(5n) {
	font-size: 22px;
	padding: 20px 0 15px 0;
}

.headlines ul li:nth-of-type(1) {
	padding-top: 0;
}

.headlines ul li a {
	color: #333333;
}

.headlines ul li a:hover {
	color: #71b036;
	text-decoration: underline;
}

.panoNewsCont {
	text-align: left;
	width: 100%;
}

.panoNewsCont h4 {
	width: 500px;
	height: 45px;
	overflow: hidden;
	font-size: 22px;
	font-weight: normal;
	white-space: nowrap;
	color: #333333;
}

.panoNewsCont h4 a {
	color: #333333;
}

.panoNewsCont h4 a:hover {
	color: #71b036;
	text-decoration: underline;
}

ul.newsList01 li {
	font-size: 16px;
	white-space: nowrap;
	height: 35px;
	line-height: 35px;
	color: #666666;
	background: url(../img/green-icon.gif) no-repeat 0px 16px;
	padding-left: 23px;
}

ul.newsList01 li a {
	color: #666666;
}

ul.newsList01 li a:hover {
	color: #71b036;
	text-decoration: underline;
}

.focus {
	width: 600px;
	height: 319px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}

.swiper {
	height: 320px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper img {
	width: 100%;
	height: 320px;
}

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

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

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

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.7;
}

.swiper-pagination-bullet-active {
	font-size: 20px;
	background: #71b036 !important;
}

.recommendedImg {
	width: 600px;
	height: 200px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 40px;
}

.recommendedImg ul {
	width: 606px;
}

.recommendedImg ul li {
	width: 297px;
	height: 200px;
	overflow: hidden;
	float: left;
	padding-right: 6px;
}

.recommendedImg ul li a {
	display: block;
	width: 297px;
	height: 200px;
	position: relative;
	top: 0px;
	left: 0px;
}

.recommendedImg ul li a img {
	width: 100%;
	height: 100%;
}

.recommendedImg ul li i {
	width: 297px;
	height: 40px;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.recommendedImg ul li p {
	width: 297px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 16px;
	color: #ffffff;
}

.bannerT01 {
	width: 1190px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}

.bannerT01 img {
	width: 1190px;
	height: 90px;
}

.tabbox {
	width: 500px;
	height: 590px;
	overflow: hidden;
	border-bottom: #e8e8e8 1px solid;
}

.tabContBox .tabCont {
	display: none;
}

.tabContBox .tabContList01 {
	text-align: left;
}

.tabContBox .tabContList01 h3,
.tabContBox .tabContList02 h3 {
	width: 500px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 22px;
	font-weight: normal;
	white-space: nowrap;
	color: #333333;
	margin-bottom: 2px;
}

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

.detail_top {
	width: 100%;
}

.title_xq h2 {
	font-size: 30px;
	font-weight: normal;
	color: #666;
	line-height: 40px;
	text-align: left;
}

.userCreateTime {
	padding: 20px 0 10px 0;
	font-size: 14px;
	text-align: left;
	color: #888;
}

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

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

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

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


/*åº•éƒ¨*/

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

.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;
	color: #fff;
	font-size: 15px;
}

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

.beian {
	color: #fff;
}

.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: #1f1f1f;
	background-size: 80%;
}

.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: #333;
	border: 1px solid #ddd;
	margin: 0 3px;
}

.pages span {
	background: #71b036;
	border: 1px solid #71b036;
	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;
}

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

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

.reLink .prevNew,
.reLink .nextNew {
	width: 852px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #71b036;
	text-align: left;
}

.reLink .prevNew a,
.reLink .nextNew a {
	color: #333333;
}

.reLink .prevNew a:hover,
.reLink .nextNew a:hover {
	color: #71b036;
	text-decoration: underline;
}

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

.expoTopCont {
	height: 484px;
	overflow: hidden;
	margin-bottom: 19px;
}

.expoMidCont {
	margin-bottom: 29px;
}

.expoLeftL {
	width: 305px;
	height: 482px;
	float: left;
}

.expoLeftLCont {
	height: 420px;
	overflow: hidden;
}

.expoLeftLCont img {
	display: block;
	width: 305px;
	height: 160px;
	margin-bottom: 12px;
}

.expoLeftLCont p {
	width: 280px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	text-align: left;
	text-indent: 2em;
	word-break: break-all;
	word-wrap: break-word;
}

.expoLeftMore {
	width: 100%;
	text-align: right;
	font-size: 14px;
	padding-top: 30px;
}

.expoLeftMore a {
	color: #555;
}

.expoLeftR {
	width: 514px;
	height: 482px;
	float: right;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}

.expoLeftRtab {
	position: absolute;
	right: 20px;
	top: 17px;
}

.expoLeftRtab a {
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #acacac;
	overflow: hidden;
	display: inline-block;
	background: url(//s.expoon.com/image/201512/expo/index/partnerIng-icon.png) no-repeat scroll left top transparent;
	text-decoration: none;
	margin: 0 2px;
}

.expoLeftRtab a:hover,
.expoLeftRtab a.tabsOn {
	background-position: 0 -23px;
	color: #fff;
}

.expoLeftRCont {
	/*width:501px;*/
	height: 396px;
	overflow: hidden;
	padding-left: 9px;
	padding-top: 20px;
}

.tabContList p {
	width: 507px;
	overflow: hidden;
	float: left;
}

.tabContList p img {
	width: 157px;
	height: 93px;
}

.tabContList p a span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}

.tabContList p a:hover span {
	color: #71b036;
	text-decoration: underline;
}

.expoMidCont .expoLeft {
	height: 473px;
	overflow: hidden;
}

.expoNextTit {
	width: 143px;
	float: left;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 40px;
	margin-left: 30px;
}

.expoNextTit h4 {
	width: 143px;
	height: 43px;
	font-size: 18px;
	font-weight: normal;
	font-family: Microsoft, "微软雅黑";
	color: #000;
	margin-bottom: 30px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.expoNextTit h4 a {
	display: block;
	width: 143px;
	height: 43px;
	color: #000;
	cursor: pointer;
}

.expoNextTit h4 span {
	display: inline-block;
	width: 90px;
	height: 43px;
	line-height: 43px;
	text-align: right;
}

.expoNextTit h4 b {
	display: inline-block;
	width: 41px;
	height: 43px;
	color: #000;
	background: url(//s.expoon.com/image/201512/expo/index/next-up.gif) no-repeat center;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

.expoNextTit h4 a.on b {
	background: url(//s.expoon.com/image/201512/expo/index/next-up-on.gif) no-repeat center;
}

.yugaoBorder {
	width: 1px;
	height: 412px;
	overflow: hidden;
	background: #ccc;
	position: absolute;
	top: 0px;
	right: 24px;
	z-index: 1;
}

.expoNextCont {
	width: 635px;
	float: left;
	margin-left: 17px;
}

.expoNextCont .tabContList {
	width: 662px;
}

.tabContList .yugaoCont p {
	width: 668px;
}

.expoNextContList {
	display: none;
	width: 635px;
	/*height:385px;*/
	overflow: hidden;
}

.jianjieCont,
.yugaoCont {
	padding-top: 26px;
}

.yugaoCont {}

.yugaoCont p {
	width: 640px;
	overflow: hidden;
	float: left;
}

.yugaoCont p a {
	width: 150px;
	height: 127px;
	margin-right: 10px;
	float: left;
}

.yugaoCont p img {
	width: 150px;
	height: 90px;
}

.yugaoCont p a span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.yugaoCont p a:hover span {
	color: #71b036;
	text-decoration: underline;
}

.jianjieCont h3 {
	line-height: 21px;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	text-align: left;
	text-indent: 0;
	font-family: Microsoft, "微软雅黑";
	margin-bottom: 20px;
}

.jianjieTxt {
	height: 323px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	word-break: break-all;
	color: #333;
	margin-top: -8px;
}

.jianjieTxt img {
	display: block;
	width: 307px;
	height: 160px;
	float: left;
	margin-right: 20px;
	margin-top: 8px;
}

.dongtaiLeft {
	width: 312px;
	height: 413px;
	overflow: hidden;
	float: left;
	text-align: left;
	border-right: #e5e5e5 1px solid;
}

.dongtaiLeft h3 a {
	color: #000;
}

.dongtaiLeft p {
	width: 297px;
	font-size: 14px;
	line-height: 26px;
	color: #555;
}

.dongtaiLeft p a {
	color: #666;
}

.dongtaiLeft p font {
	color: #71b036;
}

.canzhanCont {
	padding-top: 25px;
}

.canzhanLeft {
	width: 326px;
	height: 370px;
	overflow: hidden;
	float: left;
	text-align: left;
	border-right: #b2b2b2 1px dotted;
	margin-right: 30px;
}

.canzhanLeft ul li {
	width: 297px;
	margin-bottom: 20px;
}

.canzhanLeft ul li span {
	width: 70px;
	display: inline-block;
	color: #555;
	font-size: 14px;
}

.canzhanLeft ul li input.inputTxt {
	width: 223px;
	height: 28px;
	border: #dfdfdf 1px solid;
}

.canzhanLeft ul li input.inputBtn {
	float: right;
	border: none;
	width: 79px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	background: url(//s.expoon.com/image/201512/expo/index/canzhan-btn.png) no-repeat;
	margin-top: 10px;
	margin-bottom: 40px;
	cursor: pointer;
}

.canzhanLeft p {
	color: #004277;
	font-size: 13px;
	line-height: 28px;
}

.canzhanLeft p font {
	color: #de0000;
}

.canzhanRight {
	float: left;
	width: 210px;
	margin-top: -8px;
}

.canzhanRight p {
	color: #555;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}

.canzhanRight p a {
	color: #555;
}

.canzhanRight p a:hover {
	text-decoration: underline;
}

.canzhanRight img {
	width: 157px;
	height: 156px;
	display: block;
	padding-top: 22px;
	margin-bottom: 55px;
}

.canzhanRight p font {
	color: #004277;
	font-size: 13px;
}

.bolanhuiCont {
	width: 1188px;
	height: 624px;
	margin-bottom: 29px;
	overflow: hidden;
}

.bolanhuiList {
	overflow: hidden;
	padding-left: 14px;
	padding-top: 19px;
}

.bolanhuiList li {
	width: 380px;
	height: 272px;
	float: left;
	margin-right: 10px;
	position: relative;
	left: 0px;
	top: 0px;
}

.bolanhuiList li a.blhImg {
	display: block;
	width: 380px;
	height: 216px;
}

.bolanhuiList li p {
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
}

.bolanhuiList li p a {
	color: #666;
}

.bolanhuiList li a.blhImg img {
	width: 380px;
	height: 216px;
}

.bolanhuiList li a.blhImg b {
	width: 140px;
	height: 33px;
	line-height: 33px;
	border: #fff 2px solid;
	font-size: 16px;
	font-weight: normal;
	color: #e5e5e5;
	position: absolute;
	top: 89px;
	left: 118px;
	cursor: pointer;
	display: none;
	z-index: 2;
}

.bolanhuiList li a.blhImg .blackBg {
	width: 380px;
	height: 216px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	display: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.smallBg {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1920px;
	height: 600px;
	overflow: hidden;
	z-index: 1;
	margin-left: -960px;
}

.smallBg img {
	width: 1920px;
	height: 600px;
}

#expoIndex .subNavBg {
	height: 85px;
	margin-bottom: 21px;
	border-bottom: #e1e1e1 1px solid;
}

.expoSubNav {
	width: 1190px;
	height: 85px;
	line-height: 85px;
	overflow: hidden;
	font-family: Microsoft, "微软雅黑";
}

.expoSubNav h3 {
	font-size: 32px;
	font-weight: normal;
	color: #6d9618;
	text-align: left;
}

.expoSubNav h3 a {
	color: #6d9618;
}

.expoSubNav h3 a:hover {
	text-decoration: none;
}

.expoSubNav a.expoNavMore {
	float: right;
	font-size: 18px;
	color: #000;
	line-height: 87px;
}

.expoSubNav a:hover.expoNavMore {
	text-decoration: underline;
}

.expoBorder {
	border: #e5e5e5 1px solid;
}

.expoContent {
	width: 1190px;
	margin: 0 auto;
	overflow: hidden;
}

.expoMidCont .expoLeft {
	width: 838px;
}

.expoTit {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: "微软雅黑", Microsoft;
	border-bottom: #e5e5e5 1px solid;
}

.expoTit a {
	color: #7c7c7c;
	font-size: 14px;
	float: right;
	margin-right: 20px;
}

.expoTit a:hover {
	text-decoration: underline;
}

.expoTit a.expoTitMore {
	font-size: 12px;
}

.expoTit h3 {
	color: #333333;
	font-weight: normal;
	font-size: 20px;
	font-family: "微软雅黑", Microsoft;
	text-align: left;
	padding-left: 10px;
}

.expoTit p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	float: right;
	padding-right: 24px;
	padding-top: 23px;
}

.expoNewsCont {
	width: 298px;
	padding: 0px 14px 15px 14px;
	overflow: hidden;
	border-bottom: #e5e5e5 1px solid;
	margin-bottom: 8px;
}

.expoNewsCont h3 {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.expoNewsCont h3 a {
	color: #000;
}

.expoNewsCont h3 a:hover {
	color: #669900;
}

.expoNewsCont img {
	width: 298px;
	height: 180px;
	display: block;
}

.expoNewsCont p {
	font-size: 14px;
	color: #818181;
	line-height: 22px;
	text-align: left;
}

.expoNewsCont p a {
	color: #818181;
}

.expoNewsCont p a font {
	color: #71b036;
}

.expoRight .expoNewsCont h3 {
	height: 37px;
	padding-top: 15px;
}

.expoTopCont .expoRight .expoNewsList {
	overflow: hidden;
}

.expoNewsList li {
	font-size: 15px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	background: url(../img/li-listbg.gif) no-repeat 1px 16px;
	padding-left: 15px;
	margin: 0 14px;
}

.expoNewsList li a {
	color: #555;
}

.expoNewsList li a:hover {
	color: #669900;
	text-decoration: underline;
}

.expoRight .expoNewsCont p {
	height: 84px;
	overflow: hidden;
}

.expoLeft {
	width: 840px;
	float: left;
}

.expoRight {
	width: 325px;
	height: 482px;
	overflow: hidden;
	float: right;
}

.expoTopCont {
	height: 484px;
	overflow: hidden;
	margin-bottom: 19px;
}

.expoMidCont {
	margin-bottom: 29px;
}

.expoLeftL {
	width: 305px;
	height: 482px;
	float: left;
}

.expoLeftLCont {
	height: 420px;
	overflow: hidden;
}

.expoLeftLCont h3 a {
	text-align: left;
	padding: 0 10px;
	width: 100%;
	color: #333;
	display: inline-block;
	box-sizing: border-box;
}

.expoLeftLCont img {
	display: block;
	width: 305px;
	height: 160px;
	margin-bottom: 12px;
}

.expoLeftLCont p {
	width: 280px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	text-align: left;
	text-indent: 2em;
	word-break: break-all;
	word-wrap: break-word;
}

.expoLeftMore {
	width: 100%;
	text-align: right;
	font-size: 14px;
	padding-top: 30px;
}

.expoLeftMore a {
	color: #555;
}

.expoLeftR {
	width: 514px;
	height: 482px;
	float: right;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}

.listtop_img .tabContList a {}

.listtop_img {
	padding-top: 0 !important;
}

.listtop_img a {
	width: 31% !important;
	margin-right: 2% !important;
	float: left !important;
}

.listtop_img img {
	height: 130px !important;
}

.listtop_img .tabContList a:nth-child(3n) {
	margin-right: 0;
}

.expoLeftRtab {
	position: absolute;
	right: 20px;
	top: 17px;
}

.expoLeftRtab a {
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #acacac;
	overflow: hidden;
	display: inline-block;
	background: url(../img/partnerIng-icon.png) no-repeat scroll left top transparent;
	text-decoration: none;
	margin: 0 2px;
}

.expoLeftRtab a:hover,
.expoLeftRtab a.tabsOn {
	background-position: 0 -23px;
	color: #fff;
}

.expoLeftRCont {
	/*width:501px;*/
	height: 396px;
	overflow: hidden;
	padding-left: 9px;
	padding-top: 20px;
}

.tabContList {
	width: 507px;
	overflow: hidden;
	float: left;
}

.tabContList a {
	width: 48%;
	height: 200px;
	margin-right: 2%;
	float: left;
}

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

.tabContList img {
	width: 100%;
	height: 140px;
}

.tabContList a span {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	padding-top: 5px;
	text-align: left;
	color: #666;
}

.tabContList a:hover span {
	color: #71b036;
	text-decoration: underline;
}

.expoMidCont .expoLeft {
	height: 473px;
	overflow: hidden;
}

.expoNextTit {
	width: 143px;
	float: left;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 40px;
	margin-left: 30px;
}

.expoNextTit h4 {
	width: 143px;
	height: 43px;
	font-size: 18px;
	font-weight: normal;
	font-family: Microsoft, "微软雅黑";
	color: #000;
	margin-bottom: 30px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.expoNextTit h4 a {
	display: block;
	width: 143px;
	height: 43px;
	color: #000;
	cursor: pointer;
}

.expoNextTit h4 span {
	display: inline-block;
	width: 90px;
	height: 43px;
	line-height: 43px;
	text-align: right;
}

.expoNextTit h4 b {
	display: inline-block;
	width: 41px;
	height: 43px;
	color: #000;
	background: url(../img/next-up.gif) no-repeat center;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

.expoNextTit h4 a.on b {
	background: url(../img/next-up-on.gif) no-repeat center;
}

.yugaoBorder {
	width: 1px;
	height: 412px;
	overflow: hidden;
	background: #ccc;
	position: absolute;
	top: 0px;
	right: 24px;
	z-index: 1;
}

.expoNextCont {
	width: 635px;
	float: left;
	padding-top: 20px;
	margin-left: 17px;
}

.expoNextCont .tabContList {
	width: 662px;
}

.tabContList .yugaoCont p {
	width: 668px;
}

.expoNextContList {
	display: none;
	width: 635px;
	/*height:385px;*/
	overflow: hidden;
}

.jianjieCont,
.yugaoCont {
	padding-top: 26px;
}

.yugaoCont {}

.yugaoCont p {
	width: 640px;
	overflow: hidden;
	float: left;
}

.yugaoCont p a {
	width: 150px;
	height: 127px;
	margin-right: 10px;
	float: left;
}

.yugaoCont p img {
	width: 150px;
	height: 90px;
}

.yugaoCont p a span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.yugaoCont p a:hover span {
	color: #71b036;
	text-decoration: underline;
}

.jianjieCont h3 {
	line-height: 21px;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	text-align: left;
	text-indent: 0;
	font-family: Microsoft, "微软雅黑";
	margin-bottom: 20px;
}

.jianjieTxt {
	height: 323px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	word-break: break-all;
	color: #333;
	margin-top: -8px;
}

.jianjieTxt img {
	display: block;
	width: 307px;
	height: 160px;
	float: left;
	margin-right: 20px;
	margin-top: 8px;
}

.dongtaiLeft {
	width: 312px;
	height: 413px;
	overflow: hidden;
	float: left;
	text-align: left;
	border-right: #e5e5e5 1px solid;
}

.dongtaiLeft h3 {
	width: 297px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-align: left;
}

.dongtaiLeft h3 a {
	color: #000;
}

.dongtaiLeft img {
	width: 297px;
	height: 160px;
	margin-bottom: 12px;
}

.new_list {
	/* padding-top: 15px; */
}

.new_list ul {
	padding-top: 0 !important;
}

.dongtaiLeft p {
	width: 297px;
	font-size: 14px;
	line-height: 26px;
	color: #555;
}

.dongtaiLeft p a {
	color: #666;
}

.dongtaiLeft p font {
	color: #71b036;
}

.dongtaiCont .expoNewsList {
	overflow: hidden;
}

.dongtaiCont .expoNewsList li {
	line-height: 35px;
}

.canzhanCont {
	padding-top: 25px;
}

.canzhanLeft {
	width: 326px;
	height: 370px;
	overflow: hidden;
	float: left;
	text-align: left;
	border-right: #b2b2b2 1px dotted;
	margin-right: 30px;
}

.canzhanLeft ul li {
	width: 297px;
	margin-bottom: 20px;
}

.canzhanLeft ul li span {
	width: 70px;
	display: inline-block;
	color: #555;
	font-size: 14px;
}

.canzhanLeft ul li input.inputTxt {
	width: 223px;
	height: 28px;
	border: #dfdfdf 1px solid;
}

.canzhanLeft ul li input.inputBtn {
	float: right;
	border: none;
	width: 79px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	background: url(../img/canzhan-btn.png) no-repeat;
	margin-top: 10px;
	margin-bottom: 40px;
	cursor: pointer;
}

.canzhanLeft p {
	color: #004277;
	font-size: 13px;
	line-height: 28px;
}

.canzhanLeft p font {
	color: #de0000;
}

.canzhanRight {
	float: left;
	width: 210px;
	margin-top: -8px;
}

.canzhanRight p {
	color: #555;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}

.canzhanRight p a {
	color: #555;
}

.canzhanRight p a:hover {
	text-decoration: underline;
}

.canzhanRight img {
	width: 157px;
	height: 156px;
	display: block;
	padding-top: 22px;
	margin-bottom: 55px;
}

.canzhanRight p font {
	color: #004277;
	font-size: 13px;
}

.expoReview {
	width: 325px;
	float: right;
}

.expoReview .expoTit {
	margin-bottom: 19px;
}

.expoReview ul {
	padding: 0px 14px;
}

.expoReview li {
	height: 31px;
	line-height: 30px;
	background: url(../img/li-listbg.gif) no-repeat 2px 13px;
	text-align: left !important;
	color: #555;
	font-size: 14px;
}

.web_list {
	padding-bottom: 15px !important;
}

.expoReview ul li a span {
	display: block;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1.4px;
	color: #555;
	padding-left: 15px;
}

.exp_view ul li img {
	width: 297px;
	height: 150px;
	display: none;
}

.expoReview ul li.imgOn {
	height: 190px;
	overflow: hidden;
}

.expoReview ul li.imgOn a span {
	font-weight: bold;
	color: #669900;
	text-decoration: underline;
}

.expoReview ul li.imgOn img {
	display: block;
	margin-bottom: 15px;
}

.bolanhuiCont {
	width: 1188px;
	height: 624px;
	margin-bottom: 29px;
	overflow: hidden;
}

.bolanhuiList {
	overflow: hidden;
	padding-left: 14px;
	padding-top: 19px;
}

.bolanhuiList li {
	width: 380px;
	height: 272px;
	float: left;
	margin-right: 10px;
	position: relative;
	left: 0px;
	top: 0px;
}

.bolanhuiList li a.blhImg {
	display: block;
	width: 380px;
	height: 216px;
}

.bolanhuiList li p {
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
}

.bolanhuiList li p a {
	color: #666;
}

.bolanhuiList li a.blhImg img {
	width: 380px;
	height: 216px;
}

.bolanhuiList li a.blhImg b {
	width: 140px;
	height: 33px;
	line-height: 33px;
	border: #fff 2px solid;
	font-size: 16px;
	font-weight: normal;
	color: #e5e5e5;
	position: absolute;
	top: 89px;
	left: 118px;
	cursor: pointer;
	display: none;
	z-index: 2;
}

.bolanhuiList li a.blhImg .blackBg {
	width: 380px;
	height: 216px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	display: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 1;
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1.5);
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 1;
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1.5);
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
	}
}

.bolanhuiList li a.blhImg .whiteBroder {
	width: 140px;
	height: 33px;
	line-height: 33px;
	border: #fff 2px solid;
	font-size: 16px;
	color: #e5e5e5;
	font-weight: normal;
	position: absolute;
	top: 89px;
	left: 118px;
	cursor: pointer;
	display: none;
	z-index: 3;
}

.bolanhuiList li:hover .whiteBroder {
	animation-name: fadeIn;
	animation-duration: .5s;
	-ms-animation-name: fadeIn;
	-ms-animation-duration: .5s;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: .5s;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	-o-animation-name: fadeIn;
	-o-animation-duration: .5s;
}

.expoLastCont {
	margin-bottom: 50px;
}

.lastNewsContL {
	width: 382px;
	height: 522px;
	overflow: hidden;
	float: left;
	margin-right: 19px;
}


/*.lastNewsContL .expoNewsList li{
	line-height:32px;
}*/

.lastNewsContL .expoNewsCont {
	width: 382px;
	/* height: 306px; */
	padding: 0px;
	margin-bottom: 10px;
}

.lastNewsContL .expoNewsCont h3 {
	height: 60px;
	line-height: 60px;
	margin-left: 9px;
}

.lastNewsContL .expoNewsCont img {
	width: 382px;
	height: 180px;
}

.lastNewsContL .expoNewsCont p {
	width: 100%;
	/* height: 67px; */
	margin: 15px auto;
	line-height: 24px;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.lastNewsContL .expoNewsCont p a {
	color: #818181;
	font-size: 15px;
}

.lastNewsContL .expoNewsCont p a font {
	color: #71b036;
}

.lastNewsContL .expoNewsList {
	height: 114px;
	overflow: hidden;
}

.lastNewsContR {
	width: 384px;
	float: right;
}

.expoAbout {
	width: 382px;
	/* height: 309px; */
	overflow: hidden;
	margin-bottom: 14px;
}

.videoList {
	position: relative;
	top: 0px;
	left: 0px;
}

.expoAbout ul li {
	width: 382px;
}

.expoAbout img {
	width: 384px;
	height: 206px;
}

.expoAbout span {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-family: "微软雅黑", Microsoft;
	color: #000;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.expoAbout span a {
	color: #000;
}

.expoContact {
	width: 382px;
	/* height: 197px; */
	overflow: hidden;
}

.expoContact ul {
	padding: 4px 0;
}

.expoContactCont {
	height: 80px;
	background: url(//s.expoon.com/image/201512/expo/index/phone-icon.gif) no-repeat 22px 30px;
	padding-left: 136px;
	padding-top: 42px;
}

.expoContactCont p {
	font-size: 15px;
	font-family: "微软雅黑";
	color: #000;
	line-height: 30px;
	text-align: left;
}

.expoContactCont p a {
	color: #000;
}


/* tanchukuang */

.videoMain {
	display: none;
	width: 670px;
	height: 545px;
	background: #000;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -335px;
	z-index: 21;
}

.videoCont {
	width: 670px;
	height: 545px;
}

.videoClose {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 33;
}

.videoClose a {
	display: block;
	cursor: pointer;
	width: 26px;
	height: 26px;
	background: url(../img/video-close.png) no-repeat;
	_background: none;
	_filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="../img/video-close.png", sizingMethod="crop");
}

.videoClose a:hover {
	background: url(../img/video-close-on.png) no-repeat;
	_background: none;
	_filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="../img/video-close-on.png", sizingMethod="crop");
}

#video {
	width: 642px;
	height: 517px;
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 1;
}

.videoBg {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000000;
	z-index: 20;
	filter: alpha(opacity=60);
	opacity: 0.6;
	display: none;
}

.expoAbout li b {
	display: none;
	width: 384px;
	background: url(../img/video-big-bg.png) no-repeat;
	_background: none;
	_filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="//s.expoon.com/image/expo/201512/index/video-big-bg.png", sizingMethod="crop");
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	cursor: pointer;
}

.expoAbout li b.videoHover {
	display: block;
}

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

.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-content div {
	text-align: left;
}

.entry-title {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	width: 100%;
	text-align: left;
}

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

.entry-img img {
	width: 250px;
	height: 160px;
}

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

.entry-content .time {
	color: #bbbbbb;
	font-size: 14PX;
	line-height: 25PX;
	margin-right: 18px;
	padding: 10px 0;
}

.tuijian {
	border-top: #626262 5px solid;
	margin-top: 30px;
	padding-top: 30px;
	overflow: hidden;
}

.labelHot .labelHotCont2 {
	width: 100%;
	padding: 10px 0px;
}

.labelHot .labelHotCont2 ul li {
	width: 100%;
	height: 100px;
	background: none;
}

.labelHot .labelHotCont2 ul li a.img {
	display: inline-block;
	width: 120px;
	height: 80px;
	float: left;
	margin-right: 10px;
}

.labelHot .labelHotCont2 ul li a.img img {
	width: 120px;
	height: 80px;
}

.labelHot .labelHotCont2 ul li a.text {
	display: inline-block;
	width: 165px;
	line-height: 20px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #333333;
	padding-top: 8px;
}

.labelHot .labelHotCont2 ul li a.text:hover {
	color: #71b036;
}

.readLeft {
	width: 436px;
	height: auto;
	overflow: hidden;
	float: left;
}

.readLeft .readLeftList ul li {
	width: 436px;
	height: 110px;
	overflow: hidden;
}

.readLeft .readLeftList ul li a.img {
	display: inline-block;
	width: 130px;
	height: 90px;
	float: left;
	margin-right: 20px;
}

.readLeft .readLeftList ul li a.img img {
	width: 130px;
	height: 90px;
}

.readLeft .readLeftList ul li p {
	width: 258px;
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	text-align: left;
}

.readLeft .readLeftList ul li p a {
	color: #333333;
	padding-top: 6px;
}

.readLeft .readLeftList ul li p a:hover {
	color: #71b036;
}

.readRight {
	width: 369px;
	float: left;
	padding-left: 25px;
	overflow: hidden;
	border-left: #dddddd 1px solid;
}

.readRight .relatedReading {
	width: 369px;
	text-align: left;
	overflow: hidden;
}

.readRight .relatedReading.paddingB0 {
	padding-bottom: 0px;
}

h3.relate {
	width: 100%;
	height: 32px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700px;
	color: #000000;
	text-align: left;
}

.readRight .relatedReading ul li {
	width: 352px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	padding-left: 17px;
	white-space: nowrap;
	background: url(//s.expoon.com/image/201512/news/index/gray-icon.gif) no-repeat 0px 16px;
}

.readRight .relatedReading ul li a {
	color: #333333;
}

.readRight .relatedReading ul li a:hover {
	color: #71b036;
	border-bottom: 1px solid #71b036;
}

.currentLocation {
	width: 1190px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.currentLocation {
	font-size: 14px;
}

.currentLocation a {
	color: #000000;
}

.currentLocation a:hover {
	color: #71b036;
	border-bottom: 1px solid #71b036;
}

.currentLocation strong {
	font-weight: normal;
}

.lab_list .expoNewsList li{
	margin: 0;
	font-size: 15px;
}
/*----------20161101 juheye End----------*/

.headlines ul li,
.reLink .prevNew,
.reLink .nextNew,
.expoLeftLCont h3 a,
.tabContList p a span,
.expoAbout span,
.entry-title,
.recommendedImg ul li p {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabContList a span,
.readLeft .readLeftList ul li p a,
.lastNewsContL .expoNewsCont p a {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.entry-site,
.labelHot .labelHotCont2 ul li a.text {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}