*, :after, :before {
    box-sizing: border-box;
}
#pagelet-channels,.fixed-channels {
	position: fixed;
	z-index: 10
}

#pagelet-channels.sticky,.fixed-channels.sticky {
	position: fixed;
	top: 78px;
	transform: translate3d(0px,0,0);
	z-index: 10
}

#pagelet-channels .channel-box,.fixed-channels .channel-box {
	width: 110px
}

#pagelet-channels .channel-item .item,.fixed-channels .channel-item .item {
	display: block;
	color: #444;
}

#pagelet-channels .channel-item .item {
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #444;
	font-size: 16px;
	border-radius: 4px;
	margin-bottom: 2px;
	transition-property: color,background-color;
}

#pagelet-channels .channel-item .item:hover {
    animation-name: hvr-back-pulse;
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    background-color: #ed4040;
    color: #fff;
}

.fixed-channels .channel-item .item:hover,#pagelet-channels .channel-item .selected,.fixed-channels .channel-item .selected {
	color: #fff;
	background-color: #ed4040;
}

#pagelet-channels .channel-tag,.fixed-channels .channel-tag {
	display: inline-block;
	line-height: 26px;
	vertical-align: middle;
	padding-left: 34px;
	background-repeat: no-repeat;
}

#pagelet-channels .news_hot,.fixed-channels .news_hot {
	background-repeat: no-repeat;
}

#pagelet-channels .news_society,.fixed-channels .news_society {
	background-repeat: no-repeat;
}

#pagelet-channels .news_entertainment,.fixed-channels .news_entertainment {
	background-repeat: no-repeat;
}

#pagelet-channels .news_tech,.fixed-channels .news_tech {
	background-repeat: no-repeat;
}

#pagelet-channels .news_car,.fixed-channels .news_car {
	background-repeat: no-repeat;
}

#pagelet-channels .news_sports,.fixed-channels .news_sports {
	background-repeat: no-repeat;
}

#pagelet-channels .news_finance,.fixed-channels .news_finance {
	background-repeat: no-repeat;
}

#pagelet-channels .news_military,.fixed-channels .news_military {
	background-repeat: no-repeat;
}

#pagelet-channels .news_world,.fixed-channels .news_world {
	background-repeat: no-repeat;
}

#pagelet-channels .more,.fixed-channels .more {
	background-repeat: no-repeat;
}

#pagelet-channels .fold,.fixed-channels .fold {
	background-repeat: no-repeat;
}

#pagelet-channels .news_fashion,.fixed-channels .news_fashion {
	background-repeat: no-repeat;
}

#pagelet-channels .news_travel,.fixed-channels .news_travel {
	background-repeat: no-repeat;
}

#pagelet-channels .news_discovery,.fixed-channels .news_discovery {
	background-repeat: no-repeat;
}

#pagelet-channels .news_baby,.fixed-channels .news_baby {
	background-repeat: no-repeat;
}

#pagelet-channels .news_regimen,.fixed-channels .news_regimen {
	background-repeat: no-repeat;
}

#pagelet-channels .news_story,.fixed-channels .news_story {
	background-repeat: no-repeat;
}

#pagelet-channels .news_essay,.fixed-channels .news_essay {
	background-repeat: no-repeat;
}

#pagelet-channels .news_game,.fixed-channels .news_game {
	background-repeat: no-repeat;
}

#pagelet-channels .news_history,.fixed-channels .news_history {
	background-repeat: no-repeat;
}

#pagelet-channels .news_food,.fixed-channels .news_food {
	background-repeat: no-repeat;
}

#pagelet-channels .show-channel,.fixed-channels .show-channel {
	display: block
}

#pagelet-channels.channel-effect-1,.fixed-channels.channel-effect-1 {
	position: fixed;
	bottom: -200px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	padding-bottom: 5px;
	background: rgba(0,0,0,.5);
	z-index: 12;
	-webkit-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out
}

#pagelet-channels.channel-effect-1 .channel-box,.fixed-channels.channel-effect-1 .channel-box {
	width: auto
}

#pagelet-channels.channel-effect-1 .channel-item,.fixed-channels.channel-effect-1 .channel-item {
	float: left;
	display: block!important;
	width: 90px;
	margin: 5px 5px 0
}

#pagelet-channels.channel-effect-1 .channel-item.magic-btn,.fixed-channels.channel-effect-1 .channel-item.magic-btn {
	display: none!important
}

#pagelet-channels.channel-effect-1 .channel-item .item,.fixed-channels.channel-effect-1 .channel-item .item {
	color: #fff
}

#pagelet-channels.channel-effect-1 .channel-item .item.selected,.fixed-channels.channel-effect-1 .channel-item .item.selected,#pagelet-channels.channel-effect-1 .channel-item .item:hover,.fixed-channels.channel-effect-1 .channel-item .item:hover {
	color: #000
}

#pagelet-channels.channel-effect-1.show,.fixed-channels.channel-effect-1.show {
	bottom: 3px
}

#pagelet-channels .moreBox,.fixed-channels .moreBox {
	position: relative;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px
}

#pagelet-channels .moreBox .moreBtn,.fixed-channels .moreBox .moreBtn {
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #444;
	font-size: 16px;
	border-radius: 4px;
	margin-bottom: 2px;
	transition-property: color,background-color;
}

#pagelet-channels .moreBox .moreBtn:hover,.fixed-channels .moreBox .moreBtn:hover {
	animation-name: hvr-back-pulse;
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    background-color: #ed4040;
    color: #fff;
}

#pagelet-channels .moreBox.show-layer>.more-channels,.fixed-channels .moreBox.show-layer>.more-channels {
	display: block
}

#pagelet-channels .moreBox .more-channels,.fixed-channels .moreBox .more-channels {
	display: none;
	position: absolute;
	bottom: 0;
	left: 110px;
	width: 230px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
	padding: 5px;
}

#pagelet-channels .moreBox .more-channels .channel-item,.fixed-channels .moreBox .more-channels .channel-item {
	float: left;
}

.bui-box:after, .bui-box:before {
    content: "";
    display: table;
}
.bui-box:after {
    visibility: hidden;
    font-size: 0;
    height: 0;
    display: block;
    content: "";
    clear: both;
}
.bui-box {
    display: block;
    zoom: 1;
}
.slide {
    margin-bottom: 6px;
}
.bui-left {
    float: left;
}
.bui-right {
    float: right;
}
.slide-list {
    position: relative;
    width: 600px;
    height: 300px;
    overflow: hidden;
    background-image: linear-gradient(to bottom right,rgba(0,0,0,.3),#000);
}
.slide-list .slide-item {
    position: absolute;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-duration: .8s;
    z-index: 1;
}
.slide-list .slide-item-active {
    opacity: 1;
    z-index: 10;
}
.slide-list .slide-item img {
    width: 100%;
    height: 100%;
}
.slide-list .slide-item .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 22px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-image: linear-gradient(-180deg,transparent,rgba(0,0,0,.8));
    box-sizing: border-box;
}
.slide-tab {
    width: 60px;
    height: 300px;
    color: #fff;
    font-size: 14px;
    background-color: #222;
    padding: 7px 0;
}
.slide-tab-item {
    position: relative;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    margin-bottom: 14px;
}
.slide-tab-item.on, .slide-tab-item:hover {
    background: #ed4040;
    background: rgba(237,64,64,.8);
    z-index: 11;
}
.slide-tab-item.on:before, .slide-tab-item:hover:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #ed4040;
    border-right: 6px solid rgba(237,64,64,.8);
    border-bottom: 6px solid transparent;
}

#pagelet-nfeedlist {
}

#pagelet-nfeedlist .feedcomm {
	display: none;
	position: relative;
	height: 74px;
	border: 1px solid #e8e8e8;
	background: #e8e8e8;
	margin-top: 16px
}

#pagelet-nfeedlist .feedcomm .comm-close {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
	background-image: url(../images/close16x16_e123308.png);
	background-color: #000;
	background-color: rgba(0,0,0,.3)
}

#pagelet-nfeedlist .feedcomm .comm-close:hover {
	background-color: rgba(0,0,0,.5)
}

#pagelet-nfeedlist .feedcomm img {
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

#pagelet-nfeedlist .alert-msg {
	display: none;
	width: 100%;
	text-align: center;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	color: #899ec5;
	margin-top: 16px
}

#pagelet-nfeedlist .alert-msg img {
	height: 14px;
	vertical-align: -3px
}

#pagelet-nfeedlist .unread {
	display: none;
	width: 250px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 16px;
	cursor: pointer;
	margin-top: 16px;
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .loadmore {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	text-align: center;
	background: #f1f2f3;
	margin: 16px 0
}

#pagelet-nfeedlist .loadmore:hover {
	background: #f5f6f7
}

#pagelet-nfeedlist .item {
	position: relative
}

#pagelet-nfeedlist .item-inner {
	position: relative;
	padding: 16px 0;
	border-bottom: 1px solid #e8e8e8
}





#pagelet-nfeedlist .link.title:hover {
	color: #406599
}

#pagelet-nfeedlist .title-box {
	display: block;
	font-size: 18px;
	color: #000042;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.15;
	margin-bottom: 4px;
	font-weight: 700
}

#pagelet-nfeedlist .title-box a {
	color: #222
}

#pagelet-nfeedlist .no-abstract {
}

#pagelet-nfeedlist .no-abstract .title {
	white-space: normal
}

#pagelet-nfeedlist .abstract {
	font-size: 12px;
	color: #444;
	line-height: 20px;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3em
}

#pagelet-nfeedlist .lbox {
	position: relative;
	width: 156px;
	height: 100px;
	overflow: hidden;
}

#pagelet-nfeedlist .lbox .feedimg {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease-out .1s;
    transition: all .5s ease-out .1s;
}

#pagelet-nfeedlist .lbox:hover .feedimg {
	-webkit-transform: matrix(1.04,0,0,1.04,0,0);
    -ms-transform: matrix(1.04,0,0,1.04,0,0);
    transform: matrix(1.04,0,0,1.04,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#pagelet-nfeedlist .lbox .ftype {
	position: absolute;
	right: 4px;
	bottom: 4px;
	height: 22px;
	min-width: 6px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,.5);
	padding: 0 8px;
	border-radius: 11px
}

#pagelet-nfeedlist .lbox .ftype.video span {
	padding-left: 8px
}

#pagelet-nfeedlist .lbox .ftype.video:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .rbox {
	position: relative;
	height: 100px;
	margin-left: 174px;
	font-size: 0
}

#pagelet-nfeedlist .rbox:before {
	content: '';
	width: 0;
	font-size: 0;
	height: 100%;
	visibility: hidden;
	display: inline-block;
	vertical-align: middle
}

#pagelet-nfeedlist .rbox .rbox-inner {
	display: inline-block;
	width: 100%;
	vertical-align: middle
}

#pagelet-nfeedlist .rbox .img-wrap {
	float: right;
    width: 158px;
    height: 102px;
    background: #e8e8e8;
}

#pagelet-nfeedlist .rbox .more-info {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: rgb(64, 101, 153);
    border-radius: 4px;
    margin: 0 auto;
    width: 100%;
    line-height: 100px;
}

#pagelet-nfeedlist .footer {
	font-size: 12px;
	color: #999;
	height: 16px;
	line-height: 16px
}

#pagelet-nfeedlist .rfooter {
	margin-top: 1px
}

#pagelet-nfeedlist .lbtn {
	display: inline-block
}

#pagelet-nfeedlist .lbtn.source {
	color: #999
}

#pagelet-nfeedlist .tag {
	width: 16px;
	height: 16px;
	text-align: center
}

#pagelet-nfeedlist .tag.tag-hot {
	background: #ed4040;
	color: #fff
}

#pagelet-nfeedlist .rbtn {
	float: right;
	width: 14px;
	height: 14px;
	margin-right: 14px
}

#pagelet-nfeedlist .rbtn.digg {
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .rbtn.digg:hover {
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .rbtn.bury {
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .rbtn.bury:hover {
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .rbtn.share {
	position: relative;
	margin-right: 0;
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .rbtn.share .share-list {
	text-align: center;
	display: none;
	position: absolute;
	width: 126px;
	line-height: 32px;
	height: 42px;
	left: -57px;
	top: -40px;
	z-index: 10;
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .rbtn.share .share-list .icon {
	width: 28px;
	height: 28px;
	margin: 0 7px;
	vertical-align: middle
}

#pagelet-nfeedlist .rbtn.share:hover {
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .rbtn.share:hover .share-list {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

#pagelet-nfeedlist .liked .digg {
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .liked .digg:hover {
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .disliked .bury {
	background-repeat: no-repeat;
}

#pagelet-nfeedlist .disliked .bury:hover {
	background-repeat: no-repeat;
}

.cityselect {
	width: 246px;
	height: 96px;
	border: 1px solid #e8e8e8;
	border-radius: 1px;
	position: absolute;
	z-index: 1;
	background: #fff;
	top: 20px;
	left: 6px
}

.cityselect .select-style {
	width: 106px;
	float: left;
	position: relative;
	height: 26px;
	border: 1px solid #e8e8e8;
	margin-top: 12px;
	margin-left: 7px
}

.cityselect .select-style span {
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 14px;
	width: 90px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
	color: #444
}

.cityselect .select-style .active-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	background: #f4f5f6;
	border-left: 1px solid #e8e8e8;
	height: 26px
}

.cityselect .select-style .active-icon .arrow-down {
	position: absolute;
	width: 0;
	height: 0;
	left: 7px;
	top: 12px;
	border-radius: 2px;
	border: 6px solid #51698a;
	border-color: #51698a transparent transparent
}

.cityselect .select-style .active-icon .arrow-down:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -4px;
	top: -6px;
	border: 4px solid #f4f5f6;
	border-color: #f4f5f6 transparent transparent
}

.cityselect .ok-btn,.cityselect .cancel-btn {
	width: 106px;
	float: left;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	margin-left: 7px;
	margin-top: 12px;
	background: #406599;
	color: #fff;
	border-radius: 6px
}

.cityselect .ok-btn:hover,.cityselect .cancel-btn:hover {
	opacity: .8
}

.cityselect .cancel-btn {
	margin-left: 10px;
	background: #e8e8e8;
	color: #999
}

.cityselect .city {
	margin-left: 10px
}

.cityselect .province-list,.cityselect .city-list {
	width: 170%;
	background: #fff;
	padding: 2px;
	position: absolute;
	z-index: 2;
	left: -1px;
	top: 26px;
	border: 1px solid #e8e8e8
}

.cityselect .province-list a,.cityselect .city-list a {
	width: 33%;
	line-height: 28px;
	float: left;
	text-align: center
}

.cityselect .province-list a:hover,.cityselect .city-list a:hover {
	background: #e8e8e8
}

.cityselect .city-list {
	left: inherit;
	right: -1px
}

.cityselect .short {
	width: 97%
}

.cityselect .short a {
	width: 50%
}

#pagelet-weather {
	color: #444;
	margin: 0 0 20px;
	position: relative
}

#pagelet-weather .outer {
    width: 359px;
    padding: 20px;
    background: #f4f5f6;
}

#pagelet-weather .login.inner {
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    letter-spacing: 0;
    height: 196px;
    padding: 20px 28px 15px;
}

#pagelet-weather .login-msg {
    font-size: 12px;
    line-height: 17px;
    color: #777;
}

#pagelet-weather .login-button {
    width: 240px;
    height: 40px;
    margin: 16px 0 14px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #ed4040;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#pagelet-weather .sns {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 58px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 36px;
}

#pagelet-weather .sns.weibo {
    background-image: url(../images/icon_weibo_pc.e5a8191.svg),none;
    margin-right: 24px;
}

#pagelet-weather .sns.qq {
    background-image: url(../images/icon_qq_pc.5baa07b.svg),none;
    margin-right: 24px;
}

#pagelet-weather .sns.weixin {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i5Zu+5bGCXzEiIGRhdGEtbmFtZT0i5Zu+5bGCIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQwIDQwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzM1YzAyMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb25fd2VpeGluX3BjPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMCw0MEEyMCwyMCwwLDEsMSw0MCwyMCwyMCwyMCwwLDAsMSwyMCw0MFpNMjAsMUExOSwxOSwwLDEsMCwzOSwyMCwxOSwxOSwwLDAsMCwyMCwxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI0LjMzLDE2Ljc2aC40MWMtLjU4LTMuMS0zLjgtNS40Ny03LjY5LTUuNDctNC4zLDAtNy43OCwyLjktNy43OCw2LjQ4QTYuMDgsNi4wOCwwLDAsMCwxMiwyMi43YS40Ni40NiwwLDAsMSwuMTguNDlsLS4zNywxLjM3Yy0uMTEuNDEuMS41Ny40Ny4zNmwxLjY3LTFhLjYzLjYzLDAsMCwxLC41LS4wNiw5LjE5LDkuMTksMCwwLDAsMi42Mi4zOGguNDJhNSw1LDAsMCwxLS4yNi0xLjU5QzE3LjIxLDE5LjQsMjAuNCwxNi43NiwyNC4zMywxNi43NlptLTQuNjktMi4wOWExLDEsMCwxLDEtMSwxQTEsMSwwLDAsMSwxOS42NCwxNC42NlptLTUuMiwyLjA3YTEsMSwwLDEsMSwxLTFBMSwxLDAsMCwxLDE0LjQ0LDE2LjczWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMwLjczLDIyLjY4YzAtMy0yLjktNS40LTYuNDgtNS40cy02LjQ4LDIuNDItNi40OCw1LjQsMi45LDUuNCw2LjQ4LDUuNGE3LjYzLDcuNjMsMCwwLDAsMi4yMS0uMzIuNDYuNDYsMCwwLDEsLjM2LDBsMS40MS44MWMuMzEuMTguNDksMCwuNC0uMzFsLS4zLTEuMTZhLjMzLjMzLDAsMCwxLC4xMy0uMzVBNS4wOCw1LjA4LDAsMCwwLDMwLjczLDIyLjY4Wm0tOC42NC0uODVhLjg4Ljg4LDAsMSwxLC44OC0uODhBLjg4Ljg4LDAsMCwxLDIyLjA5LDIxLjgzWm00LjI5LDBhLjg4Ljg4LDAsMSwxLC44OC0uODhBLjg4Ljg4LDAsMCwxLDI2LjM5LDIxLjgzWiIvPjwvc3ZnPg==),none
}

#pagelet-weather .sns a {
    display: block;
    width: 36px;
    height: 58px;
}

#pagelet-weather .sns span {
    position: absolute;
    left: 6px;
    top: 41px;
    width: 24px;
    font-size: 12px;
    line-height: 17px;
    color: #777;
}

#pagelet-weather .hide {
	display: none
}

#pagelet-weather .head {
	font-size: 14px
}

#pagelet-weather .head span.location {
	margin-right: 14px;
	padding-left: 16px;
	color: #406599;
	float: left;
	height: 20px;
	position: relative
}

#pagelet-weather .head span.location .white-line-box {
	position: absolute;
	height: 24px;
	width: 100%;
	left: 6px;
	top: -5px;
	border: 1px solid #e8e8e8;
	border-bottom-color: #fff;
	z-index: 2
}

#pagelet-weather .head span.location em {
	cursor: pointer
}

#pagelet-weather .head span.location img {
	height: 12px;
	position: relative;
	top: 1px
}

#pagelet-weather .head span.location:hover {
	color: #7696b3
}

#pagelet-weather .head span.wind {
	margin-right: 10px
}

#pagelet-weather .head span.air {
	border-radius: 4px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	padding: 0 4px
}

#pagelet-weather .head span.air p {
	color: #fff
}

#pagelet-weather .days_weather {
	margin-top: 10px;
	font-size: 14px
}

#pagelet-weather .days_weather .day_weather {
	float: left;
	display: inline-block;
	width: 33%
}

#pagelet-weather .days_weather .tomorrow {
	width: 34%
}

#pagelet-weather .days_weather span {
	display: block;
	text-align: center
}

#pagelet-weather .days_weather .title {
	color: #999
}

#pagelet-weather .days_weather .weather-icon {
	margin: auto;
	width: 48px;
	height: 48px
}

#pagelet-weather .temperature {
	white-space: nowrap
}

#pagelet-weather .temperature em {
	padding-right: 4px;
	position: relative
}

#pagelet-weather .temperature em:after {
	content: "???";
	position: absolute;
	right: 1px;
	width: 2px;
	top: -8px;
	opacity: .9
}

#pagelet-weather .weather-icon-0 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-1 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-2 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-3 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-4 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-5 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-6 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-7 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-8 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-9 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-10 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-13 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-14 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-15 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-16 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-17 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-18 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-19 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-20 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-29 {
	background: url(../images/29-36.png)
}

#pagelet-weather .weather-icon-30 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-31 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-32 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-33 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-34 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-35 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-36 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-44 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-45 {
	background-repeat: no-repeat;
}

#pagelet-weather .weather-icon-46 {
	background-repeat: no-repeat;
}

#pagelet-commbox {
	margin-bottom: 16px;
    padding: 20px;
    background-color: #f4f5f6;
    position: relative;
    z-index: 1;
}

.container .index-right-bar .news-struct {
    height: 386px;
}
.pane-module {
    width: 340px;
    border-top: 2px solid #ed4040;
    background-color: #f4f5f6;
    margin-bottom: 16px;
    padding: 15px 20px 20px;
}
.pane-module .module-head {
    color: #222;
    padding: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}
.article-list .article-item {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
}
.article-list .article-item:first-child {
    padding-top: 0;
}
.article-list .news-link {
    display: block;
    overflow: hidden;
}
.article-list .news-pic {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    float: left;
}
.pane-module .module-pic {
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    background: #e8e8e8;
}
.pane-module .module-pic img {
    width: 100%;
    height: 100%;
}
.pane-module .module-pic:hover img {
    transition: all .3s ease-out .1s;
    transform: matrix(1.05,0,0,1.05,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pane-module .module-tag {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 0 6px;
    border-radius: 10px;
    background: #000;
    background: rgba(0,0,0,.7);
}
.pane-module .module-tag span {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}
.article-list .news-inner {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}
.article-list .news-inner p {
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pane-module .module-title:hover {
    color: #406599;
}

.picture-list {
    margin-right: -12px;
    margin-bottom: -16px;
}
.picture-list .picture-item {
    margin-right: 12px;
    margin-bottom: 16px;
    width: 144px;
}

.picture-list .picture-img {
    position: relative;
    width: 144px;
    height: 84px;
}
.picture-list .picture-item p {
    margin-top: 6px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.more-items-content {
    overflow: hidden;
    margin-right: -20px;
    margin-bottom: -20px;
}
.more-items-content .item {
    float: left;
    margin: 0 20px 20px 0;
}
.more-items-content .item a {
    color: #777;
    line-height: 1.4;
    font-size: 14px;
}
.friend-links-content {
    overflow: hidden;
    margin-right: -20px;
    margin-bottom: -20px;
}
.friend-links-content .item {
    float: left;
    margin: 0 20px 20px 0;
}
.friend-links-content .item a {
    color: #777;
    line-height: 1.4;
    font-size: 14px;
}

#pagelet-commbox .img-box>img {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: .4s opacity;
	transition: .4s opacity
}

#pagelet-commbox .comm-label {
	display: inline-block;
	position: absolute;
	bottom: 2px;
	right: 2px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	padding: 1px 2px;
	text-align: center
}

#pagelet-hotnews {
	position: relative;
	margin: 16px 0 30px
}

#pagelet-hotnews .head {
	position: relative;
	font-size: 18px;
	color: #444;
	font-weight: 700;
	padding-left: 10px;
	line-height: 1
}

#pagelet-hotnews .head:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 16px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background-color: #ed4040;
	border-radius: 5px;
	float: left
}

#pagelet-hotnews .news a:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #777;
	margin-bottom: 3px;
	position: absolute;
	top: 8px;
	left: 0
}

#pagelet-hotnews .news a {
	margin-top: 16px;
	font-size: 14px;
	overflow: hidden;
	color: #444;
	line-height: 1.5em;
	display: block;
	cursor: pointer;
	padding-left: 9px;
	position: relative
}

#pagelet-hotnews .news a:hover {
	color: #406599
}

#pagelet-stock {
	display: none;
	margin: 16px 0 30px
}

#pagelet-stock a {
	cursor: pointer
}

#pagelet-stock .selected {
	border: 1px solid #e8e8e8;
	border-bottom: 1px solid #fff
}

#pagelet-stock .selected a {
	color: #444
}

#pagelet-stock .unselected {
	border: 1px solid transparent;
	border-bottom: 1px solid #e8e8e8
}

#pagelet-stock .unselected a {
	color: #999
}

#pagelet-stock .stock_head {
	width: 240px;
	font-size: 0
}

#pagelet-stock .stock_head .rise {
	background-color: #fd6055
}

#pagelet-stock .stock_head .drop {
	background-color: #39c79d
}

#pagelet-stock .stock_head .head_block {
	width: 80px;
	height: 72px;
	display: inline-block
}

#pagelet-stock .stock_head span {
	display: block;
	text-align: center;
	line-height: 1
}

#pagelet-stock .stock_head span.stock_name {
	font-size: 14px;
	color: #fff;
	margin-top: 7px
}

#pagelet-stock .stock_head span.stock_number {
	font-size: 16px;
	color: #fff;
	margin-top: 10px
}

#pagelet-stock .stock_head span.stock_percentage {
	font-size: 12px;
	color: #fff;
	margin-top: 6px
}

#pagelet-stock .stock_body .stock_selection {
	margin-top: 10px;
	font-size: 0;
	height: 33px;
	border-bottom: 1px solid #e8e8e8
}

#pagelet-stock .stock_body .stock_selection span {
	float: left;
	width: 70px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	position: relative;
	top: 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle
}

#pagelet-stock .stock_body .stock_selection span a {
	display: inline
}

#pagelet-stock .stock_body .stock_selection .selected {
	border-bottom-color: #fff;
	color: #444
}

#pagelet-stock .stock_body .stock_selection .unselected {
	border-bottom: 1px solid #e8e8e8;
	color: #999
}

#pagelet-stock .stock_body .stock_selection .extra_line {
	width: 28px;
	border-bottom: 1px solid #e8e8e8
}

#pagelet-stock .stock_body .stock_detail .detail_line {
	margin-top: 18px;
	font-size: 14px;
	color: #444;
	display: block;
	position: relative
}

#pagelet-stock .stock_body .stock_detail .detail_line .wrap {
	position: absolute;
	top: 0;
	right: 0
}

#pagelet-stock .stock_body .stock_detail .detail_line .company_name::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #777;
	margin-right: 6px;
	margin-bottom: 3px
}

#pagelet-stock .stock_body .stock_detail .detail_line .company_name {
	display: inline-block;
	width: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: pre;
	float: left
}

#pagelet-stock .stock_body .stock_detail .detail_line .company_name:hover {
	color: #406599
}

#pagelet-stock .stock_body .stock_detail .detail_line .company_number {
	margin-right: 14px;
	float: right
}

#pagelet-stock .stock_body .stock_detail .detail_line .company_percentage {
	float: right;
	width: 55px;
	text-align: right
}

#pagelet-stock .stock_body .stock_detail .detail_line .rise {
	color: #fd6055
}

#pagelet-stock .stock_body .stock_detail .detail_line .drop {
	color: #39c79d
}

#pagelet-stock .stock_body .stock_detail .detail_line .remain {
	color: #999
}

#pagelet-company {
	padding: 8px 20px;
    background-color: #f4f5f6;
    line-height: 2;
    font-size: 14px;
}

#pagelet-company span {
	display: block
}

#pagelet-company a {
	color: #777;
	display: block;
	cursor: pointer
}

#pagelet-company .company {
	text-align: left;
	color: #777;
}

#pagelet-company img {
	vertical-align: middle;
	margin-right: 1px;
	margin-bottom: 3px
}

#pagelet-channels .channel-tag,.fixed-channels .channel-tag {
	background-position: -224px -66px
}

#pagelet-channels .news_hot,.fixed-channels .news_hot {
	background-position: -224px -122px
}

#pagelet-channels .news_society,.fixed-channels .news_society {
	background-position: -224px -178px
}

#pagelet-channels .news_entertainment,.fixed-channels .news_entertainment {
	background-position: -224px -234px
}

#pagelet-channels .news_tech,.fixed-channels .news_tech {
	background-position: -224px -290px
}

#pagelet-channels .news_car,.fixed-channels .news_car {
	background-position: -224px -346px
}

#pagelet-channels .news_sports,.fixed-channels .news_sports {
	background-position: -224px -402px
}

#pagelet-channels .news_finance,.fixed-channels .news_finance {
	background-position: -224px -458px
}

#pagelet-channels .news_military,.fixed-channels .news_military {
	background-position: -224px -514px
}

#pagelet-channels .news_world,.fixed-channels .news_world {
	background-position: -224px -570px
}

#pagelet-channels .more,.fixed-channels .more {
	background-position: -224px -626px
}

#pagelet-channels .fold,.fixed-channels .fold {
	background-position: -224px -682px
}

#pagelet-channels .news_fashion,.fixed-channels .news_fashion {
	background-position: -224px -738px
}

#pagelet-channels .news_travel,.fixed-channels .news_travel {
	background-position: -224px -794px
}

#pagelet-channels .news_discovery,.fixed-channels .news_discovery {
	background-position: -224px -850px
}

#pagelet-channels .news_baby,.fixed-channels .news_baby {
	background-position: -224px -906px
}

#pagelet-channels .news_regimen,.fixed-channels .news_regimen {
	background-position: -224px -962px
}

#pagelet-channels .news_story,.fixed-channels .news_story {
	background-position: -224px -1018px
}

#pagelet-channels .news_essay,.fixed-channels .news_essay {
	background-position: -224px -1074px
}

#pagelet-channels .news_game,.fixed-channels .news_game {
	background-position: -224px -1130px
}

#pagelet-channels .news_history,.fixed-channels .news_history {
	background-position: -224px -1186px
}

#pagelet-channels .news_food,.fixed-channels .news_food {
	background-position: -224px -1242px
}

#pagelet-nfeedlist .unread {
	background-position: 0px -1298px
}

#pagelet-nfeedlist .lbox .ftype.video:before {
	background-position: -244px -1360px
}

#pagelet-nfeedlist .rbtn.digg {
	background-position: -236px -1398px
}

#pagelet-nfeedlist .rbtn.digg:hover {
	background-position: -236px -1442px
}

#pagelet-nfeedlist .rbtn.bury {
	background-position: -236px -1486px
}

#pagelet-nfeedlist .rbtn.bury:hover {
	background-position: -236px -1530px
}

#pagelet-nfeedlist .rbtn.share {
	background-position: -236px -1574px
}

#pagelet-nfeedlist .rbtn.share .share-list {
	background-position: -124px -1618px
}

#pagelet-nfeedlist .rbtn.share:hover {
	background-position: -236px -1690px
}

#pagelet-nfeedlist .liked .digg {
	background-position: -236px -1734px
}

#pagelet-nfeedlist .liked .digg:hover {
	background-position: -236px -1734px
}

#pagelet-nfeedlist .disliked .bury {
	background-position: -236px -1778px
}

#pagelet-nfeedlist .disliked .bury:hover {
	background-position: -236px -1778px
}

#pagelet-weather .weather-icon-0 {
	background-position: -202px -1822px
}

#pagelet-weather .weather-icon-1 {
	background-position: -202px -1900px
}

#pagelet-weather .weather-icon-2 {
	background-position: -202px -1978px
}

#pagelet-weather .weather-icon-3 {
	background-position: -202px -2056px
}

#pagelet-weather .weather-icon-4 {
	background-position: -202px -2134px
}

#pagelet-weather .weather-icon-5 {
	background-position: -202px -2212px
}

#pagelet-weather .weather-icon-6 {
	background-position: -202px -2290px
}

#pagelet-weather .weather-icon-7 {
	background-position: -202px -2368px
}

#pagelet-weather .weather-icon-8 {
	background-position: -202px -2446px
}

#pagelet-weather .weather-icon-9 {
	background-position: -202px -2524px
}

#pagelet-weather .weather-icon-10 {
	background-position: -202px -2602px
}

#pagelet-weather .weather-icon-13 {
	background-position: -202px -2680px
}

#pagelet-weather .weather-icon-14 {
	background-position: -202px -2758px
}

#pagelet-weather .weather-icon-15 {
	background-position: -202px -2836px
}

#pagelet-weather .weather-icon-16 {
	background-position: -202px -2914px
}

#pagelet-weather .weather-icon-17 {
	background-position: -202px -2992px
}

#pagelet-weather .weather-icon-18 {
	background-position: -202px -3070px
}

#pagelet-weather .weather-icon-19 {
	background-position: -202px -3148px
}

#pagelet-weather .weather-icon-20 {
	background-position: -202px -3226px
}

#pagelet-weather .weather-icon-36 {
	background-position: -202px -3226px
}

#pagelet-weather .weather-icon-30 {
	background-position: -202px -3304px
}

#pagelet-weather .weather-icon-31 {
	background-position: -202px -3382px
}

#pagelet-weather .weather-icon-32 {
	background-position: -202px -3460px
}

#pagelet-weather .weather-icon-33 {
	background-position: -202px -3538px
}

#pagelet-weather .weather-icon-34 {
	background-position: -202px -3616px
}

#pagelet-weather .weather-icon-35 {
	background-position: -202px -3694px
}

#pagelet-weather .weather-icon-44 {
	background-position: -202px -3772px
}

#pagelet-weather .weather-icon-45 {
	background-position: -202px -3850px
}

#pagelet-weather .weather-icon-46 {
	background-position: -202px -3850px
}

#pagelet-channels .news_travel,.fixed-channels .news_travel,#pagelet-channels .news_discovery,.fixed-channels .news_discovery,#pagelet-channels .news_baby,.fixed-channels .news_baby,#pagelet-channels .news_regimen,.fixed-channels .news_regimen,#pagelet-channels .news_story,.fixed-channels .news_story,#pagelet-channels .news_essay,.fixed-channels .news_essay,#pagelet-channels .news_game,.fixed-channels .news_game,#pagelet-channels .news_history,.fixed-channels .news_history,#pagelet-channels .news_food,.fixed-channels .news_food,#pagelet-nfeedlist .unread,#pagelet-nfeedlist .lbox .ftype.video:before,#pagelet-nfeedlist .rbtn.digg,#pagelet-nfeedlist .rbtn.digg:hover,#pagelet-nfeedlist .rbtn.bury,#pagelet-nfeedlist .rbtn.bury:hover,#pagelet-nfeedlist .rbtn.share,#pagelet-nfeedlist .rbtn.share .share-list,#pagelet-nfeedlist .rbtn.share:hover,#pagelet-nfeedlist .liked .digg,#pagelet-nfeedlist .liked .digg:hover,#pagelet-nfeedlist .disliked .bury {
	background-image: url(../images/../images/newindex_z_eabf927.png)
}

#pagelet-nfeedlist .disliked .bury:hover,#pagelet-weather .weather-icon-0,#pagelet-weather .weather-icon-1,#pagelet-weather .weather-icon-2,#pagelet-weather .weather-icon-3,#pagelet-weather .weather-icon-4,#pagelet-weather .weather-icon-5,#pagelet-weather .weather-icon-6,#pagelet-weather .weather-icon-7,#pagelet-weather .weather-icon-8,#pagelet-weather .weather-icon-9,#pagelet-weather .weather-icon-10,#pagelet-weather .weather-icon-13,#pagelet-weather .weather-icon-14,#pagelet-weather .weather-icon-15,#pagelet-weather .weather-icon-16,#pagelet-weather .weather-icon-17,#pagelet-weather .weather-icon-18,#pagelet-weather .weather-icon-19,#pagelet-weather .weather-icon-20,#pagelet-weather .weather-icon-36,#pagelet-weather .weather-icon-30,#pagelet-weather .weather-icon-31,#pagelet-weather .weather-icon-32,#pagelet-weather .weather-icon-33,#pagelet-weather .weather-icon-34,#pagelet-weather .weather-icon-35,#pagelet-weather .weather-icon-44,#pagelet-weather .weather-icon-45,#pagelet-weather .weather-icon-46 {
	background-image: url(../images/../images/newindex_z_eabf927.png)
}

#pagelet-channels .moreBox:hover .more-channels {
	display: block;
}

@keyframes hvr-back-pulse{
0%{background-color:rgba(237,64,64,0.6)
}
50%{background-color:rgba(237,64,64,0.76)
}
}
