.con-l {
	float: left;
	width: 830px;
	padding-right: 29px;
	border-right: 1px #e6e6e6 dashed;
}

.con-r {
	float: right;
	width: 300px;
}

.hover-box,.soc-icons a,.clients-item a,a.link,.feature-box-wrap {
	-moz-transition: background .2s ease-out,opacity .2s ease-out;
	-webkit-transition: background .2s ease-out,opacity .2s ease-out;
	-o-transition: background .2s ease-out,opacity .2s ease-out;
	transition: background .2s ease-out,opacity .2s ease-out;
}

#maincontent {
	width: 100%;
	height: 421px;
	overflow: hidden;
	position: relative;
	z-index: 50;
	margin: -19px 0 0;
}

#maincontent .loading {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	background: url(http://xinrz.com/template/jeavi_moment/style/loading.gif) no-repeat;
}

#maincontent .pict {
	background: transparent;
	cursor: default !important;
	display: none;
	position: absolute !important;
	width: 1190px;
}

#maincontent .main {
	position: static;
	display: none;
	cursor: pointer !important
}

#maincontent .navi {
	width: 40px;
	height: 40px;
	display: block;
	z-index: 9999999;
	position: absolute;
}

#maincontent .left {
	top: 193px;
	left: 15%;
	cursor: pointer;
}

#maincontent .right {
	top: 193px;
	right: 15%;
	cursor: pointer;
}

#maincontent .entry-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: .5;
}

#maincontent .big-element {
	width: 610px;
	height: 421px;
	overflow: hidden;
	float: left;
	margin: 0 1px 0 0;
	display: inline;
	position: relative;
}

#maincontent .small-element {
	width: 578px;
	height: 421px;
	overflow: hidden;
	float: left;
	display: inline;
}

#maincontent .small-element ul {
	width: 580px;
}

#maincontent .small-element .item {
	margin: 0 1px 1px 0;
	float: left;
	position: relative;
	width: 289px;
	height: 210px;
	overflow: hidden;
}

.big-element,.small-element .item {
	z-index: 1;
	display: margin:-0.135em;
	text-align: center;
	cursor: pointer;
}

.big-element img,.small-element .item img {
	position: relative;
	display: block;
	height: 76%;
	/*min-height: 100%;*/
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
	transition: opacity 0.35s,transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}
.small-element .item img {
	height: 140%;
}
.big-element .big-element-con,.small-element .item .small-element-con {
	padding: 20px;
	padding-bottom: 0;
	margin-top: 20px;
	top: auto;
	position: absolute;
	left: 0;
	bottom: -30px;
	height: 30%;
	text-align: left;
	z-index: 3;
}

.small-element .item .small-element-con {
	height: 50%;
}

.big-element h2,.big-element p,.small-element .item h2,.small-element .item p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

.big-element h2,.small-element .item h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	line-height: 36px;
	font-size: 24px;
	color: #FFF;
	margin-bottom: 0px;
}

.big-element h2 a,.small-element .item h2 a {
	color: #FFF;
	text-decoration: none;
}

.small-element .item h2 {
	line-height: 24px;
	font-size: 16px;
}

.big-element:hover h2,.big-element:hover p,.small-element .item:hover h2,.small-element .item:hover p {
	text-shadow: 0 1px 2px #60717e;
}

.big-element p,.small-element p {
	color: #FFF;
	opacity: 0;
	font-size: 12px;
	line-height: 26px;
	-webkit-transition: opacity 0.2s,-webkit-transform 0.35s;
	transition: opacity 0.2s,transform 0.35s;
}

.big-element:hover img,.small-element .item:hover img {
	opacity: 0.8;
}

.big-element:hover p,.small-element .item:hover p {
	opacity: 1;
}

.big-element:hover img,.big-element:hover h2,.big-element:hover p,.small-element .item:hover img,.small-element .item:hover h2,.small-element .item:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.big-element:hover p,.small-element .item:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

.big-element .link,.small-element .item .link {
	z-index: 2;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.big-element .link::before,.small-element .item .link::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 75%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

.big-element:hover .link::before,.small-element .item:hover .link::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
	transition: opacity 0.35s,transform 0.35s;
}

.columns {
	width: 830px;
}

.columns ul {
	width: 860px;
}

.columns li {
	width: 400px;
	margin: 0 30px 30px 0;
	float: left;
}

.columns img {
	width: 400px;
	height: 267px;
}

.columns .photo-pic {
	width: 400px;
	height: 267px;
	margin-bottom: 20px;
	position: relative;
}

.columns h3 {
	line-height: 26px;
	font-size: 16px;
}

.columns h3 a {
	color: #2c2d2f;
	font-weight: 700;
}

.columns h3 a:hover {
	color: #f98181
}

.columns p {
	line-height: 26px;
	font-size: 14px;
	color: #5c5c5c;
}

.selected {
	width: 830px;
}

.selected ul {
	width: 890px;
}

.selected li {
	width: 400px;
	margin: 0 29px 22px 0;
	float: left;
}

.selected li a {
	width: 380px;
	height: 100px;
	display: block;
	background: #f1f6f8;
	padding: 10px;
	transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
	-webkit-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
}

.selected li a:hover {
	box-shadow: 0px 0px 13px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,0.25);
}

.selected .pic-link {
	width: 130px;
	height: 100px;
	float: left;
	display: block;
	margin-right: 15px;
	position: relative;
}

.selected .pic-link img {
	width: 130px;
	height: 100px;
}

.selected .desc-box {
	width: 235px;
	float: left;
}

.selected .desc-box h3 {
	font-size: 16px;
	color: #3c5b68;
	height: 24px;
	overflow: hidden;
	margin-top: -3px;
	margin-bottom: 5px;
}

.selected .desc-box .desc {
	height: 46px;
	line-height: 23px;
	overflow: hidden;
	text-indent: 20px;
	color: #8c8c8c;
}

.selected li a:hover h3 {
	color: #428bca;
}

.selected li a:hover {
	text-decoration: none;
}[*** wonderful ***].wonderful {
	margin-bottom: 20px;
}

.wonderful .bd {
	width: 830px;
	height: 267px;
	overflow: hidden;
	position: relative;
}

.wonderful .bd ul {
	width: 860px;
}

.wonderful li {
	width: 400px;
	margin-right: 30px;
	float: left;
}

.wonderful li .wonderful-pic {
	width: 400px;
	height: 267px;
	position: relative;
}

.wonderful .bubba .bubba-con h2 {
	padding: 22% 30px 0;
	font-size: 16px;
	font-weight: 700;
	opacity: 1;
}

.wonderful .hd {
	float: right;
}

.wonderful .hd li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	border-radius: 50%;
	text-indent: -999em;
	cursor: pointer;
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	background-color: #f98181;
}

.wonderful .hd li:hover,.wonderful .hd li:focus {
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.6)
}

.wonderful .hd li.on {
	box-shadow: inset 0 0 0 8px #f98181;
}[*** 精选帖子 ***].portal_hot {
	width: 300px;
	margin-bottom: 18px;
}

.portal_hot ul li {
	overflow: hidden;
	width: 100%;
}

.portal_hot .t {
	padding: 3px 0;
	cursor: pointer;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	outline: 0;
	font-size: 16px;
}

.portal_hot .t a:hover {
	color: #428bca;
}

.portal_hot i {
	margin-right: 10px;
	background: url(http://xinrz.com/template/jeavi_moment/style/all_icon.png) no-repeat -40px -20px;
	width: 20px;
	height: 20px;
	margin: 9px 10px 9px 4px;
	display: inline-block;
	color: #acacac;
	text-align: center;
	float: left;
	font-size: 12px;
	line-height: 20px;
}

.portal_hot .top i {
	background-position: -40px -50px;
	color: #428bca;
}

.portal_hot p {
	height: 60px;
	padding: 0 15px 18px;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	letter-spacing: 1px;
	text-indent: 20px;
	color: #8c8c8c;
	display: none;
}

.portal_hot .on p {
	display: block;
}

.portal_hot p span {
	color: #f98181;
}[*** 文章列表 ***].hbody .hd ul {
	float: right;
	margin-right: 2px;
}

.hbody .hd li {
	float: left;
	text-align: center;
	height: 36px;
	line-height: 38px;
	font-size: 15px;
	margin: 0 0 0 15px;
	cursor: pointer;
}

.hbody .hd li.on {
	color: #428bca;
}

.hbody .bd ul {
	margin-top: 10px;
	overflow: hidden;
}

.hbody .bd li {
	width: 300px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	font-size: 15px;
}

.hbody .bd li .turn {
	margin-right: 12px;
	color: #acacac;
	font-style: italic;
}

.hbody .bd li .turn.top {
	color: #428bca
}

.hbody .bd li a {
	font-size: 15px;
}

.sbody {
}

.sbody .bd li {
	width: 300px;
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #EEE;
}

.sbody .bd h3 {
	margin-bottom: 8px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.sbody .bd h3 a {
	font-size: 15px;
}

.sbody .bd .pic {
	width: 120px;
	float: left;
	margin-right: 10px;
}

.sbody .bd .pic img {
	width: 120px;
}

.sbody .bd p {
	text-indent: 20px;
	line-height: 24px;
	color: #8c8c8c;
}

.sbody .bd p a {
	color: #f98181;
}

.activity {
}[*** 旅行问答 ***].trip-ask {
}

.trip-ask .slider-box ul {
	position: absolute;
}

.trip-ask .bottomcover {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(http://xinrz.com/template/jeavi_moment/style/trip-ask-bg.png) repeat-x;
	height: 35px;
	width: 300px;
	_background: none;
	_filter: pointer-events:none;
}

.trip-ask .slider-box {
	position: relative;
	height: 460px;
	overflow: hidden;
}

.trip-ask .slider-box ul {
	position: absolute;
}

.trip-ask li {
	width: 300px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.trip-ask .user {
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	float: left;
}

.trip-ask .user img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	vertical-align: text-bottom;
}

.trip-ask .desc {
	line-height: 22px;
	border-radius: 1px;
	position: relative;
	width: 250px;
	float: right;
}

.trip-ask .desc h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

.trip-ask .desc h3 a {
	color: #428bca;
}

.trip-ask .desc p {
	margin-bottom: 12px;
	color: #8c8c8c;
}

.trip-ask .desc em {
	line-height: 22px;
	color: #959595;
}

.trip-ask .desc .ask-btn {
	background-color: #63b8f0;
	border-color: #34a3ec;
	box-shadow: 0 2px 0 #34a3ec;
	box-shadow: 0 0 0 #34a3ec\9;
	display: inline-block;
	height: 24px;
	padding: 0 13px;
	border-radius: 3px;
	overflow: visible;
	line-height: 24px;
	color: #fff;
	text-align: center;
	float: right;
}

.trip-ask .desc a:hover.ask-btn {
	background-color: #34a3ec;
	border-color: #34a3ec;
	box-shadow: 0 2px 0 #158bd8;
}

.trip-ask .desc a:active.ask-btn {
	background-color: #158bd8;
	border-color: #158bd8;
	box-shadow: 0 2px 0 #158bd8
}

.photo {
	margin-bottom: 10px;
	width: 1190px;
	overflow: hidden;
}

.photo .tits h2 {
	background-position: 0 -330px;
	width: 130px;
}

.photo .con {
	width: 1200px
}

#photo .con {
	height: 468px;
}

#photo #con1 {
	width: 400px;
	float: left;
	display: inline;
}

#photo .list {
	float: left;
	display: inline;
	position: relative;
	width: 190px;
	height: 190px;
}

#photo .list img {
	width: 190px;
	height: 190px;
	display: block;
}

#photo .list a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	color: #60717e;
}

#photo #con1 .list {
	margin-right: 10px;
}

#photo .list article {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	text-align: center;
	background: rgba(241,246,248,0.8);
	cursor: pointer;
}

#photo .list article h2 {
	padding: 22% 30px 0;
	font-size: 16px;
	font-weight: 700;
}

#photo .list article p {
	padding: 20px 35px;
	font-size: 14px;
	line-height: 26px;
}

#photo #con2 {
	float: left;
	display: inline;
	width: 400px;
}

#photo #con2 .list {
	margin-bottom: 10px;
	margin-right: 10px;
}

#con3 {
	width: 400px;
	float: left;
	display: inline;
}

#photo .c-big {
	width: 400px;
}

#photo .big,#photo .big .list {
	width: 390px;
	height: 390px;
	margin-bottom: 10px;
}

#photo .big img {
	width: 390px;
	height: 390px
}

#photo #con3 .big {
	margin-top: 10px;
}

#photo #con3 .list {
	margin-right: 10px;
}

#photo .list em {
	background: url(http://xinrz.com/template/jeavi_moment/style/heart.png) 0 -70px no-repeat;
	font-size: 12px;
	color: #fff;
	top: 12px;
	padding-left: 15px;
	position: absolute;
	left: 12px;
	text-shadow: 1px 1px 2px #000;
}

#photo .list.big em {
	background-position: 0 6px;
	font-size: 24px;
	top: 15px;
	left: 15px;
	padding-left: 30px;
}

#photo .list,#photo .list img {
	display: block;
	position: relative;
}

#photo .list {
	overflow: hidden;
	position: relative;
}

#photo .list article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#photo .list article a {
	color: #fff;
	padding: 20px;
	display: block;
}

.da-thumbs {
	text-align: center;
}

#photo .list article h3 {
	color: #fff;
	padding-top: 30px;
}

#photo .list article em {
	margin-bottom: 10px;
	color: #fff;
	display: block;
}

#photo .list article span {
	display: inline-block;
}

.index_link ul {
	white-space: nowrap;
}

.index_link li {
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	float: left;
	margin-right: 20px;
}

.bubba {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #8c9ba6;
	text-align: center;
	cursor: pointer;
}

.bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	position: relative;
	display: block;
	min-height: 100%;
}

.bubba:hover img {
	opacity: 0.4;
}

.bubba .bubba-con {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bubba .bubba-con,.bubba .bubba-con a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bubba .bubba-con::before,.bubba .bubba-con::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
	transition: opacity 0.35s,transform 0.35s;
}

.bubba .bubba-con::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.bubba .bubba-con::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.bubba .bubba-con h2 {
	padding-top: 30%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size: 16px;
	color: #fff;
}

.bubba .bubba-con p {
	padding: 20px 35px;
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
	transition: opacity 0.35s,transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.bubba:hover .bubba-con::before,.bubba:hover .bubba-con::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bubba:hover h2,.bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.bubba a {
	z-index: 3;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.da-slideFromTop {
	left: 0px;
	top: -100%;
}

.da-slideFromBottom {
	left: 0px;
	top: 100%;
}

.da-slideFromLeft {
	top: 0px;
	left: -100%;
}

.da-slideFromRight {
	top: 0px;
	left: 100%;
}

.da-slideTop {
	top: 0px;
}

.da-slideLeft {
	left: 0px;
}