﻿

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

a:hover {
	text-decoration: none;
	color: #f60;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

p {
	margin: 0;
	padding: 0
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0
}

img {
	*display: block;
	border: 0
}

/**********************/

.pull-left{float:left}
.m-article-list {
	position: relative
}

.m-article-list .article-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	background: #fff;
	z-index: 1
}

.m-article-list .article-item .pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 216px;
	height: 135px;
	margin-right: 20px;
	border-radius: 4px;
	overflow: hidden;
	z-index: 3
}

.m-article-list .article-item .pic .pic-a {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.m-article-list .article-item .pic .pic-a img {
	width: 100%;
	opacity: 0
}

.m-article-list .article-item .pic .tag {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 0 6px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 12px;
	line-height: 20px
}

.m-article-list .article-item .pic:hover .pic-a {
	transform: scale(1.2)
}

.m-article-list .article-item.video .pic:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/video_play.png) no-repeat center center;
	background-size: 50px
}

.m-article-list .article-item .item-intro {
	flex: 1;
	overflow: hidden;
	position: relative;
	z-index: 3
}

.m-article-list .article-item .item-intro .item-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	max-height: 60px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.m-article-list .article-item .item-intro .item-title.hot {
	position: relative
}

.m-article-list .article-item .item-intro .item-title.hot:before {
	content: '';
	display: inline-block;
	width: 46px;
	height: 20px;
	background: url("../images/label_hot@3x.png") no-repeat center center;
	background-size: auto 100%;
	transform: translate(0, 4px)
}

.m-article-list .article-item .item-intro .item-desc {
	font-size: 14px;
	line-height: 1.5;
	height: 42px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.m-article-list .article-item .item-intro .item-desc a {
	color: #999;
	line-height: 1.5;
	height: 42px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.m-article-list .article-item .item-intro .item-push-info {
	width: 100%;
	font-size: 12px;
	line-height: 30px;
	color: #999;
	position: absolute;
	left: 0;
	bottom: 0
}

.m-article-list .article-item .item-intro .item-push-info .ifi-left a {
	display: inline-block;
	line-height: 22px;
	padding: 0 10px;
	color: #999;
	background: #F5F6FA;
	margin-right: 10px
}

.m-article-list .article-item .item-intro .item-push-info .ifi-left a:hover {
	color: #fff;
	background: #FF5814
}

.m-article-list .article-item .item-intro .item-push-info .ifi-right .look {
	padding-left: 18px;
	background: url(../images/views2.png) no-repeat left center;
	background-size: auto 14px
}

.m-article-list .article-item .item-intro .item-push-info .ifi-right .comment {
	margin-left: 20px;
	padding-left: 18px;
	background: url(../images/comments2.png) no-repeat left center;
	background-size: auto 14px;
	color: #999
}

.audio-box {
	margin: 30px auto 10px auto;
	display: flex;
	align-items: center;
	height: 80px;
	width: 720px;
	background: #F5F6FA;
	border-radius: 10px;
	padding: 0 20px
}

.audio-box .btn-box {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height: 48px;
	width: 48px;
	color: #fff;
	background: #ccc;
	margin-right: 30px
}

.audio-box .btn-box.play {
	background: url(../images/video_play.png);
	background-size: 100%
}

.audio-box .btn-box.pause {
	background: url(../images/video_pause.png);
	background-size: 100%
}

.audio-box .audio-conntent {
	display: flex;
	font-size: 14px;
	height: 55px;
	color: #999;
	flex-direction: column;
	justify-content: space-between
}

.audio-box .audio-conntent .audio-title {
	font-size: 16px;
	color: #000;
	position: relative
}

.audio-box .audio-conntent .progress-box {
	width: 638px;
	height: 4px;
	background: #fff;
	position: relative
}

.audio-box .audio-conntent .progress-box span {
	position: absolute;
	height: 100%;
	width: 0%;
	background: #f60;
	display: flex;
	transition: all .3s
}

.audio-box .audio-conntent .audio-time-box {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.page-box {
	padding: 10px 0 20px;
	line-height: 36px;
	text-align: center
}

.page-box a,.page-box span {
	background: #fff;
	height: 36px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	display: inline-block;
	padding: 0 15px;
	margin: 0 3px;
	color: #9b9b9b
}

.page-box a:hover {
	background: #FF5814;
	color: #fff;
	border-color: #FF5814
}

.page-box .current {
	display: inline-block;
	height: 36px;
	padding: 0 15px;
	background: #FF5814;
	color: #fff;
	border-color: #FF5814;
	cursor: not-allowed
}

.page-box .dot {
	font-weight: bold;
	margin: 0 15px;
	color: #a0a0a0
}

.page-box .disable {
	cursor: not-allowed
}

.page-box .paddleft {
	display: inline-block;
	margin: 10px auto
}

.page-box .paddleft #jspage {
	width: 40px;
	margin: 0 5px;
	border: 1px solid #ccc;
	line-height: 24px
}

.page-box .paddleft .jspagebtn {
	width: 40px;
	height: 28px;
	line-height: 28px;
	background: #FF5814;
	border: none;
	border-radius: 3px;
	color: #fff;
	margin: 0 5px
}

.suggestContainer {
	font-size: 12px;
	color: #666;
	float: left;
	margin-right: 5px;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin-bottom: 15px
}

.suggestContainer:after,.selectedContainer:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden
}

.suggestContainer .listAllBtn {
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/btn.gif) no-repeat center 8px;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
	cursor: pointer;
	float: right
}

.suggestContainer .listAllBtn:hover {
	background-position: center -10px
}

.suggestContainer .listAllBtn.active {
	background-position: center -28px
}

.suggestContainer .listAllBtn.active:hover {
	background-position: center -46px
}

.suggestContainer .selectedContainer {
	display: block;
	cursor: text;
	float: left
}

.suggestContainer .selectedContainer input {
	border: 0;
	margin-top: 6px;
	margin-bottom: 12px;
	height: 24px;
	padding: 3px 0 0px 3px;
	font-size: 14px;
	color: #666;
	outline: none;
	float: left
}

.suggestContainer .selectedContainer input:hover,.suggestContainer .selectedContainer input:focus {
	border-bottom: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important
}

.suggestContainer .selectedContainer a {
	background-color: #FF5814;
	display: block;
	white-space: nowrap;
	*display: inline-block;
	outline: none;
	float: left;
	height: 28px;
	line-height: 28px;
	margin: 5px 10px 12px 0;
	padding: 0 8px 0 8px;
	cursor: text;
	text-decoration: none;
	color: #fff !important;
	border-radius: 3px
}

.suggestContainer .selectedContainer a:hover {
	background: #ff8a65;
	text-decoration: none
}

.suggestContainer .selectedContainer a.blink {
	background-color: #69c;
	color: #fff
}

.suggestContainer .selectedContainer a.active {
	color: #fff;
	background-color: #7f9db9
}

.suggestContainer .selectedContainer a span {
	font-family: "FontAwesome";
	float: left;
	display: block;
	*display: inline-block;
	margin-left: 4px;
	width: 10px;
	cursor: pointer;
	overflow: hidden
}

.suggestContainer .selectedContainer a span:before {
	content: '\f00d'
}

.suggestContainer .selectedContainer a b {
	float: left;
	display: block;
	white-space: nowrap;
	*display: inline-block
}

.suggestContainer .selectedContainer a span:hover {
	background-position: right -84px
}

.dropContainer {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #f4f4f4;
	position: absolute;
	z-index: 999998;
	width: 200px;
	max-height: 200px;
	overflow-y: scroll;
	display: none
}

.dropContainer .dropItem {
	display: block;
	height: 36px;
	line-height: 36px;
	background: #fff;
	border-bottom: 1px solid #fafafa;
	padding: 0 15px;
	text-decoration: none;
	color: #666;
	overflow: hidden
}

.dropContainer .dropItem.active {
	background-color: #ddd
}

.dropContainer span {
	height: 25px;
	display: block;
	line-height: 25px;
	padding: 0 5px;
	background: #eeeeee;
	color: #666666
}

.listPanel {
	background-color: #E0EBF2;
	border: 1px solid #CCDDEE;
	position: absolute;
	z-index: 999999
}

.listPanel input {
	vertical-align: middle
}

.listPanel input {
	margin-top: 0
}

.listPanel h3 {
	position: relative;
	margin: 0;
	display: block;
	padding: 5px 2px;
	height: 12px;
	color: #666;
	font-weight: normal;
	font-size: 14px
}

.listPanel h3 .listCloser {
	position: absolute;
	right: 7px;
	top: 3px;
	text-indent: -999px;
	display: block;
	width: 10px;
	background: url(../images/btn.gif) no-repeat right -66px;
	cursor: pointer
}

.listPanel h3 .listCloser:hover {
	background-position: right -84px
}

.listPanel .treeContainer {
	overflow: auto;
	height: 180px;
	background-color: #fff;
	padding: 5px
}

.listPanel .scrollContainer {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 180px;
	background-color: #fff;
	padding: 5px
}

.listPanel .scrollContainer label {
	border: 1px solid #fff;
	margin: 2px;
	height: 20px;
	display: block;
	white-space: nowrap;
	float: left
}

.listPanel .scrollContainer label:hover {
	border: 1px solid #cde;
	background-color: #e0ebf2
}

.listPanel .scrollContainer label span {
	height: 20px;
	line-height: 20px;
	padding: 0 15px 0 3px;
	white-space: nowrap;
	color: #666
}

.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px)
}

.cyzone-comments-main {
	width: 760px;
	padding-top: 80px;
	margin: 0 auto 40px 0
}

.cyzone-comments {
	font-size: 14px;
	overflow: hidden
}

.cyzone-comments a {
	text-decoration: none;
	transition: all .3s
}

.cyzone-comments ul,.cyzone-comments li {
	list-style: none
}

.cyzone-comments .comment-tit {
	display: block;
	font-size: 22px
}

.cyzone-comments .g-reply,.cyzone-comments .m-reply {
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #f90;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	font-size: 13px
}

.cyzone-comments .g-reply:hover,.cyzone-comments .m-reply:hover {
	background: #f60
}

.cyzone-comments .m-reply {
	margin-right: 10px
}

.cyzone-comments .child-reply,.cyzone-comments .reply {
	display: inline-block;
	width: 46px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #f90;
	border-radius: 15px;
	text-align: center;
	color: #f90;
	font-size: 12px
}

.cyzone-comments .child-reply:hover,.cyzone-comments .reply:hover {
	color: #fff;
	background: #f90
}

.cyzone-comments .basic {
	margin-bottom: 60px
}

.cyzone-comments .basic .textarea-box {
	position: relative;
	margin: 20px 0 10px
}

.cyzone-comments .basic .textarea-box textarea {
	display: block;
	width: 100%;
	padding: 10px;
	background: #F5F6FA;
	resize: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0
}

.cyzone-comments .basic .textarea-box .word-total {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
	color: #999
}

.cyzone-comments .basic .textarea-util {
	display: flex;
	justify-content: space-between;
	height: 30px;
	line-height: 30px
}

.cyzone-comments .basic .textarea-util .user {
	flex: 1
}

.cyzone-comments .basic .textarea-util .user .avatar {
	float: left;
	width: 30px;
	height: 30px;
	background: #f2f2f2;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px
}

.cyzone-comments .basic .textarea-util .user .avatar img {
	display: block;
	width: 30px;
	height: 30px
}

.cyzone-comments .basic .textarea-util .user .nickname {
	display: flex;
	align-items: center
}

.cyzone-comments .basic .textarea-util .user .nickname .reply-nickname-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	margin-left: 8px;
	font-size: 12px;
	height: 20px;
	background: #F5F6FA;
	color: #f90
}

.cyzone-comments .basic .textarea-util .user .nickname .reply-nickname-box i {
	height: 8px;
	width: 8px;
	background: url("../images/huifu_icon_close.png") no-repeat;
	background-size: 100% 100%;
	margin-left: 4px
}

.cyzone-comments .basic .textarea-util .user .nickname a {
	color: #f90;
	text-decoration: none
}

.cyzone-comments .list-wrap>ul {
	padding: 40px 0
}

.cyzone-comments .list-wrap>ul>li {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2
}

.cyzone-comments .list-wrap>ul>li .avatar {
	width: 30px;
	height: 30px;
	background: #f2f2f2;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px
}

.cyzone-comments .list-wrap>ul>li .avatar img {
	display: block;
	width: 30px;
	height: 30px
}

.cyzone-comments .list-wrap>ul>li .box {
	flex: 1
}

.cyzone-comments .list-wrap>ul>li .box .nickname {
	line-height: 30px;
	font-weight: bold
}

.cyzone-comments .list-wrap>ul>li .box .content {
	line-height: 1.6;
	margin-bottom: 10px
}

.cyzone-comments .list-wrap>ul>li .box .comment-foot {
	display: flex;
	justify-content: space-between;
	line-height: 22px
}

.cyzone-comments .list-wrap>ul>li .box .comment-foot .time {
	font-size: 12px;
	color: #999
}

.cyzone-comments .list-wrap>ul>li .box .comment-foot .support {
	padding-left: 22px;
	color: #999;
	margin-right: 10px;
	background: url("../images/support.png") no-repeat left center;
	background-size: auto 16px;
	cursor: pointer
}

.cyzone-comments .list-wrap>ul>li .box .comment-foot .support.active {
	background-image: url("../images/support_active.png")
}

.cyzone-comments .list-wrap>ul>li .box .child-wrap {
	margin-top: 10px;
	background: #fafafa;
	padding: 0 18px 18px
}

.cyzone-comments .list-wrap>ul>li .box .child-wrap li {
	padding: 10px 0;
	border-bottom: 1px dashed #d8d8d8
}

.cyzone-comments .list-wrap>ul>li .box .child-wrap li.hide {
	display: none
}

.cyzone-comments .list-wrap>ul>li .box .child-wrap li:last-child {
	border: none
}

.cyzone-comments .list-wrap>ul>li .box .child-wrap li .content {
	color: #666
}

.cyzone-comments .list-wrap>ul>li .box .child-wrap li .content strong {
	color: #000
}

.cyzone-comments .list-wrap>ul>li .box .child-wrap .view-all {
	font-weight: bold;
	line-height: 3;
	cursor: pointer
}

.cyzone-comments .get-more {
	display: block;
	margin: 40px auto;
	width: 320px;
	height: 40px;
	line-height: 40px;
	background: #f2f2f2;
	color: #999;
	text-align: center
}

.cyzone-comments .get-more:hover {
	background: #f60;
	color: #fff
}

.global-search {
	position: fixed;
	display: none;
	overflow-y: auto;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: rgba(255,255,255,0.98);
	box-sizing: border-box
}

.cy-search-main {
	height: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
	padding-bottom: 30px;
	padding-right: 20px
}

.cy-search-main .search-main-lf {
	width: 760px
}

.cy-search-main .search-main-lf .cy-title-box {
	color: #4A4A4A;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500
}

.cy-search-main .search-main-lf .search-input-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px
}

.cy-search-main .search-main-lf .search-input-box input {
	width: 619px;
	height: 42px;
	border: 0;
	outline: none;
	border-bottom: 1px solid #BABABA;
	font-size: 22px;
	background: transparent
}

.cy-search-main .search-main-lf .search-input-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 42px;
	background: #FD7400;
	color: #fff;
	font-size: 22px;
	border-radius: 5px
}

.cy-search-main .search-main-lf .search-input-box a i {
	height: 22px;
	width: 22px;
	background: url("../images/search_2.png") no-repeat;
	background-size: 100% 100%
}

.cy-search-main .search-main-lf .search-hot-box {
	cursor: pointer;
	margin-bottom: 16px
}

.cy-search-main .search-main-lf .search-hot-box .search-hot-content {
	display: flex;
	flex-wrap: wrap
}

.cy-search-main .search-main-lf .search-hot-box .search-hot-content span {
	width: 120px;
	height: 42px;
	background: #DADADA;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4A4A4A;
	font-size: 20px;
	margin-right: 24px;
	margin-bottom: 24px
}

.cy-search-main .search-main-lf .search-hot-box .search-hot-content span:hover {
	background: #fd7400;
	color: #fff
}

.cy-search-main .search-main-lf .search-remm-box .cy-title-box {
	margin-bottom: 10px
}

.cy-search-main .search-main-lf .search-remm-box .m-article-list .article-item {
	background: transparent
}

.cy-search-main .search-main-lf .search-remm-box .m-article-list .article-item:hover:before {
	display: none
}
/**/
.g-sidebar .side-box,.m-def-main-right .side-box {
	padding-top: 50px
}

.g-sidebar .side-box:first-child,.m-def-main-right .side-box:first-child {
	padding-top: 0
}

.g-sidebar .side-box .side-tit,.m-def-main-right .side-box .side-tit {
	position: relative;
	margin-bottom: 8px
}

.g-sidebar .side-box .side-tit:before,.m-def-main-right .side-box .side-tit:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 7px;
	right: 0;
	height: 2px;
	background: #FF5814;
	z-index: 1
}

.g-sidebar .side-box .side-tit h3,.m-def-main-right .side-box .side-tit h3 {
	position: relative;
	display: inline-block;
	font-size: 20px;
	background: #fff;
	padding-right: 5px;
	line-height: 1;
	z-index: 3
}

.g-sidebar .side-box .side-tit h3 span.en,.m-def-main-right .side-box .side-tit h3 span.en {
	display: inline-block;
	font-size: 0.9em;
	border-left: 2px solid #FF5814;
	color: rgba(32,32,32,0.37);
	padding-left: 5px
}

.g-sidebar .side-box .side-more,.m-def-main-right .side-box .side-more {
	display: block;
	width: 94px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #ccc;
	color: #999;
	margin: 10px auto 0;
	border-radius: 4px
}

.g-sidebar .side-box .side-more:hover,.m-def-main-right .side-box .side-more:hover {
	color: #fff;
	background: #FF5814;
	border-color: #FF5814
}

.g-sidebar .slide-ad iframe,.m-def-main-right .slide-ad iframe {
	margin-bottom: 50px !important
}

.g-sidebar .slide-ad a,.m-def-main-right .slide-ad a {
	width: 320px;
	height: 200px;
	display: block;
	overflow: hidden
}

.g-sidebar .slide-ad img,.m-def-main-right .slide-ad img {
	width: 100%
}

.g-sidebar .hot-article .item-hot,.m-def-main-right .hot-article .item-hot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 13px 0
}

.g-sidebar .hot-article .item-hot .pic,.m-def-main-right .hot-article .item-hot .pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin-right: 16px;
	border-radius: 4px;
	overflow: hidden;
	z-index: 3
}

.g-sidebar .hot-article .item-hot .pic .pic-a,.m-def-main-right .hot-article .item-hot .pic .pic-a {
	display: none;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-sidebar .hot-article .item-hot .pic .pic-a img,.m-def-main-right .hot-article .item-hot .pic .pic-a img {
	width: 100%;
	opacity: 0
}

.g-sidebar .hot-article .item-hot .pic .rank,.m-def-main-right .hot-article .item-hot .pic .rank {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	width: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #fff
}

.g-sidebar .hot-article .item-hot .pic:hover .pic-a,.m-def-main-right .hot-article .item-hot .pic:hover .pic-a {
	transform: scale(1.2)
}

.g-sidebar .hot-article .item-hot .intro,.m-def-main-right .hot-article .item-hot .intro {
	flex: 1;
	position: relative
}

.g-sidebar .hot-article .item-hot .intro h3,.m-def-main-right .hot-article .item-hot .intro h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal
}

.g-sidebar .hot-article .item-hot.hot-1,.m-def-main-right .hot-article .item-hot.hot-1 {
	padding-top: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f2f2f2
}

.g-sidebar .hot-article .item-hot.hot-1 .pic,.m-def-main-right .hot-article .item-hot.hot-1 .pic {
	width: 100px;
	height: 100px
}

.g-sidebar .hot-article .item-hot.hot-1 .pic .pic-a,.m-def-main-right .hot-article .item-hot.hot-1 .pic .pic-a {
	display: block;
	width: 100px;
	height: 100px
}

.g-sidebar .hot-article .item-hot.hot-1 .rank,.m-def-main-right .hot-article .item-hot.hot-1 .rank {
	background: #FD4436
}

.g-sidebar .hot-article .item-hot.hot-2 .rank,.m-def-main-right .hot-article .item-hot.hot-2 .rank {
	background: #FF9933
}

.g-sidebar .hot-article .item-hot.hot-3 .rank,.m-def-main-right .hot-article .item-hot.hot-3 .rank {
	background: #5287FF
}

.g-sidebar .side-calendar .text-link,.m-def-main-right .side-calendar .text-link {
	margin-top: 15px
}

.g-sidebar .side-calendar .text-link .sd-main ul li a,.m-def-main-right .side-calendar .text-link .sd-main ul li a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.g-sidebar .side-calendar .text-link .sd-main ul li a:before,.m-def-main-right .side-calendar .text-link .sd-main ul li a:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #d8d8d8;
	display: inline-block;
	border-radius: 50%;
	margin: 0 14px 2px 8px
}

.g-sidebar .side-calendar .text-link .sd-main ul li a.on,.m-def-main-right .side-calendar .text-link .sd-main ul li a.on {
	color: #fd7400
}

.g-sidebar .side-calendar .text-link .sd-main ul li a.on:before,.m-def-main-right .side-calendar .text-link .sd-main ul li a.on:before {
	background: #fd7400
}

.g-sidebar .side-calendar .text-link .sd-main ul li a:hover,.m-def-main-right .side-calendar .text-link .sd-main ul li a:hover {
	color: #fd7400
}

.g-sidebar .side-calendar .text-link .sd-main ul li a:hover:before,.m-def-main-right .side-calendar .text-link .sd-main ul li a:hover:before {
	background: #fd7400
}

.g-sidebar .side-fastnew .pannel-body,.m-def-main-right .side-fastnew .pannel-body {
	max-height: 450px;
	overflow-y: scroll;
	padding-top: 10px
}

.g-sidebar .side-fastnew .pannel-body .item-day,.m-def-main-right .side-fastnew .pannel-body .item-day {
	display: inline-block;
	color: #FF5814;
	padding: 3px;
	margin: 18px 0;
	font-size: 12px
}

.g-sidebar .side-fastnew .pannel-body .item-day:first-child,.m-def-main-right .side-fastnew .pannel-body .item-day:first-child {
	margin-top: 0
}

.g-sidebar .side-fastnew .pannel-body .item-wrap,.m-def-main-right .side-fastnew .pannel-body .item-wrap {
	margin-bottom: 18px
}

.g-sidebar .side-fastnew .pannel-body .fast-item,.m-def-main-right .side-fastnew .pannel-body .fast-item {
	padding-left: 4px;
	cursor: pointer;
	margin-left: 10px
}

.g-sidebar .side-fastnew .pannel-body .fast-item .item-inner,.m-def-main-right .side-fastnew .pannel-body .fast-item .item-inner {
	padding-left: 20px;
	border-left: 1px dashed #efefef
}

.g-sidebar .side-fastnew .pannel-body .fast-item .item-title,.m-def-main-right .side-fastnew .pannel-body .fast-item .item-title {
	width: 90%;
	position: relative;
	color: #333;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: bold
}

.g-sidebar .side-fastnew .pannel-body .fast-item .item-title:before,.m-def-main-right .side-fastnew .pannel-body .fast-item .item-title:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 5px;
	width: 7px;
	height: 7px;
	border: 1px solid #fd7400;
	background: #fff;
	border-radius: 50%
}

.g-sidebar .side-fastnew .pannel-body .fast-item .item-time,.m-def-main-right .side-fastnew .pannel-body .fast-item .item-time {
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
	color: #aaa
}

.g-sidebar .side-fastnew .pannel-body .fast-item .item-info,.m-def-main-right .side-fastnew .pannel-body .fast-item .item-info {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 25px
}

.g-sidebar .side-fastnew .pannel-body .fast-item .item-info a,.m-def-main-right .side-fastnew .pannel-body .fast-item .item-info a {
	color: #999;
	padding: 0 3px
}

.g-sidebar .side-fastnew .pannel-body .fast-item .item-info a:hover,.m-def-main-right .side-fastnew .pannel-body .fast-item .item-info a:hover {
	color: #FF5814
}

.g-sidebar .side-finance .side-tabs,.m-def-main-right .side-finance .side-tabs {
	padding-top: 15px
}

.g-sidebar .side-finance .side-tabs ul,.m-def-main-right .side-finance .side-tabs ul {
	display: flex;
	width: 80%;
	justify-content: space-between;
	border: 1px solid #f0f0f0
}

.g-sidebar .side-finance .side-tabs ul li,.m-def-main-right .side-finance .side-tabs ul li {
	flex: 1;
	line-height: 28px;
	height: 28px;
	color: #666;
	text-align: center;
	background-color: #fff;
	cursor: pointer
}

.g-sidebar .side-finance .side-tabs ul li.active,.m-def-main-right .side-finance .side-tabs ul li.active {
	color: #000;
	background: #f0f0f0
}

.g-sidebar .side-finance .item,.m-def-main-right .side-finance .item {
	display: none;
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0
}

.g-sidebar .side-finance .item:last-child,.m-def-main-right .side-finance .item:last-child {
	border-bottom: none
}

.g-sidebar .side-finance .item .pic,.m-def-main-right .side-finance .item .pic {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 130px;
	margin-bottom: 15px;
	border-radius: 2px;
	overflow: hidden;
	z-index: 3
}

.g-sidebar .side-finance .item .pic .pic-a,.m-def-main-right .side-finance .item .pic .pic-a {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-sidebar .side-finance .item .pic .pic-a img,.m-def-main-right .side-finance .item .pic .pic-a img {
	width: 100%;
	opacity: 0
}

.g-sidebar .side-finance .item .pic:hover .pic-a,.m-def-main-right .side-finance .item .pic:hover .pic-a {
	transform: scale(1.2)
}

.g-sidebar .side-finance .item .intro,.m-def-main-right .side-finance .item .intro {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.g-sidebar .side-finance .item .intro h3,.m-def-main-right .side-finance .item .intro h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.g-sidebar .side-finance .item .intro h3 a,.m-def-main-right .side-finance .item .intro h3 a {
	color: #000
}

.g-sidebar .side-finance .item.active,.m-def-main-right .side-finance .item.active {
	display: block
}

.g-sidebar .side-topic .item,.m-def-main-right .side-topic .item {
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0
}

.g-sidebar .side-topic .item:last-child,.m-def-main-right .side-topic .item:last-child {
	border-bottom: none
}

.g-sidebar .side-topic .item .topic-top,.m-def-main-right .side-topic .item .topic-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px
}

.g-sidebar .side-topic .item .topic-top .pic,.m-def-main-right .side-topic .item .topic-top .pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 100px;
	margin-right: 10px;
	border-radius: 2px;
	overflow: hidden;
	z-index: 3
}

.g-sidebar .side-topic .item .topic-top .pic .pic-a,.m-def-main-right .side-topic .item .topic-top .pic .pic-a {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-sidebar .side-topic .item .topic-top .pic .pic-a img,.m-def-main-right .side-topic .item .topic-top .pic .pic-a img {
	width: 100%;
	opacity: 0
}

.g-sidebar .side-topic .item .topic-top .pic:hover .pic-a,.m-def-main-right .side-topic .item .topic-top .pic:hover .pic-a {
	transform: scale(1.2)
}

.g-sidebar .side-topic .item .topic-top .intro,.m-def-main-right .side-topic .item .topic-top .intro {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.g-sidebar .side-topic .item .topic-top .intro h3,.m-def-main-right .side-topic .item .topic-top .intro h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal
}

.g-sidebar .side-topic .item .topic-top .intro .total,.m-def-main-right .side-topic .item .topic-top .intro .total {
	color: #999;
	font-size: 12px
}

.g-sidebar .side-topic .item .description,.m-def-main-right .side-topic .item .description {
	color: #999;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.g-sidebar .side-news .item,.m-def-main-right .side-news .item {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2
}

.g-sidebar .side-news .item .bn-img,.m-def-main-right .side-news .item .bn-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px
}

.g-sidebar .side-news .item .bn-img .pic-a,.m-def-main-right .side-news .item .bn-img .pic-a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-sidebar .side-news .item .bn-img .pic-a img,.m-def-main-right .side-news .item .bn-img .pic-a img {
	width: 100%;
	opacity: 0
}

.g-sidebar .side-news .item:hover .pic-a,.m-def-main-right .side-news .item:hover .pic-a {
	transform: scale(1.2)
}

.g-sidebar .side-news .item .bn-word,.m-def-main-right .side-news .item .bn-word {
	flex: 1;
	position: relative
}

.g-sidebar .side-news .item .bn-word .des,.m-def-main-right .side-news .item .bn-word .des {
	line-height: 21px;
	max-height: 84px;
	overflow: hidden
}

.g-sidebar .side-author .item,.m-def-main-right .side-author .item {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0
}

.g-sidebar .side-author .item:last-child,.m-def-main-right .side-author .item:last-child {
	border-bottom: none
}

.g-sidebar .side-author .item .pic,.m-def-main-right .side-author .item .pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	margin-right: 10px;
	border: 1px solid #f0f0f0;
	border-radius: 50%;
	overflow: hidden;
	z-index: 3
}

.g-sidebar .side-author .item .pic .pic-a,.m-def-main-right .side-author .item .pic .pic-a {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-sidebar .side-author .item .pic .pic-a img,.m-def-main-right .side-author .item .pic .pic-a img {
	width: 100%;
	opacity: 0
}

.g-sidebar .side-author .item .pic:hover .pic-a,.m-def-main-right .side-author .item .pic:hover .pic-a {
	transform: scale(1.2)
}

.g-sidebar .side-author .item .intro,.m-def-main-right .side-author .item .intro {
	flex: 1
}

.g-sidebar .side-author .item .intro h3,.m-def-main-right .side-author .item .intro h3 {
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px
}

.g-sidebar .side-author .item .intro .desc,.m-def-main-right .side-author .item .intro .desc {
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.g-sidebar .side-report .item,.m-def-main-right .side-report .item {
	display: flex;
	justify-content: space-between;
	padding: 15px 0
}

.g-sidebar .side-report .item .pic,.m-def-main-right .side-report .item .pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	border-radius: 2px;
	overflow: hidden;
	z-index: 3
}

.g-sidebar .side-report .item .pic .pic-a,.m-def-main-right .side-report .item .pic .pic-a {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-sidebar .side-report .item .pic .pic-a img,.m-def-main-right .side-report .item .pic .pic-a img {
	width: 100%;
	opacity: 0
}

.g-sidebar .side-report .item .pic:hover .pic-a,.m-def-main-right .side-report .item .pic:hover .pic-a {
	transform: scale(1.2)
}

.g-sidebar .side-report .item .intro,.m-def-main-right .side-report .item .intro {
	flex: 1
}

.g-sidebar .side-report .item .intro h3,.m-def-main-right .side-report .item .intro h3 {
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px
}

.g-sidebar .side-report .item .intro .desc,.m-def-main-right .side-report .item .intro .desc {
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.g-sidebar .side-listen .item,.m-def-main-right .side-listen .item {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0
}

.g-sidebar .side-listen .item:last-child,.m-def-main-right .side-listen .item:last-child {
	border-bottom: none
}

.g-sidebar .side-listen .item .pic,.m-def-main-right .side-listen .item .pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 104px;
	margin-right: 10px;
	border-radius: 2px;
	overflow: hidden;
	z-index: 3
}

.g-sidebar .side-listen .item .pic .pic-a,.m-def-main-right .side-listen .item .pic .pic-a {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-sidebar .side-listen .item .pic .pic-a img,.m-def-main-right .side-listen .item .pic .pic-a img {
	width: 100%;
	opacity: 0
}

.g-sidebar .side-listen .item .pic:hover .pic-a,.m-def-main-right .side-listen .item .pic:hover .pic-a {
	transform: scale(1.2)
}

.g-sidebar .side-listen .item .intro,.m-def-main-right .side-listen .item .intro {
	flex: 1
}

.g-sidebar .side-listen .item .intro h3,.m-def-main-right .side-listen .item .intro h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px
}

.g-sidebar .side-listen .item .intro .desc,.m-def-main-right .side-listen .item .intro .desc {
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.g-sidebar .side-project .item,.m-def-main-right .side-project .item {
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0
}

.g-sidebar .side-project .item:last-child,.m-def-main-right .side-project .item:last-child {
	border-bottom: none
}

.g-sidebar .side-project .item .pic,.m-def-main-right .side-project .item .pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;
	z-index: 3
}

.g-sidebar .side-project .item .pic .pic-a,.m-def-main-right .side-project .item .pic .pic-a {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-sidebar .side-project .item .pic .pic-a img,.m-def-main-right .side-project .item .pic .pic-a img {
	width: 100%;
	opacity: 0
}

.g-sidebar .side-project .item .pic:hover .pic-a,.m-def-main-right .side-project .item .pic:hover .pic-a {
	transform: scale(1.2)
}

.g-sidebar .side-project .item .intro h3,.m-def-main-right .side-project .item .intro h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px
}

.g-sidebar .side-project .item .intro .total,.m-def-main-right .side-project .item .intro .total {
	color: #999;
	font-size: 12px
}

.calendar {
	cursor: default;
	width: 320px;
	margin: 0 auto;
	font-size: 14px
}

.calendar .c-event-top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px
}

.calendar .c-grid {
	width: 320px;
	background: #fff;
	color: #000;
	overflow: hidden;
	margin-bottom: 10px
}

.calendar .c-day {
	border-radius: 50%;
	width: 31px;
	height: 31px;
	float: left;
	text-align: center;
	line-height: 31px;
	color: #000;
	margin: 2px 7px
}

.calendar .c-day-previous-month {
	width: 31px;
	height: 31px;
	margin: 2px 7px;
	float: left;
	text-align: center;
	color: #999
}

.calendar .c-day-next-month {
	display: none
}

.calendar .c-week-day {
	width: 45px;
	height: 25px;
	line-height: 25px;
	float: left;
	text-align: center;
	color: #999
}

.calendar .c-next {
	position: absolute;
	top: 0;
	right: 80px;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	cursor: pointer;
	text-align: center;
	background: #fff url("../images/010a9d9c96a89aff370788ddf7f8218e.png") no-repeat center center;
	background-size: 16px;
	display: block
}

.calendar .c-previous {
	position: absolute;
	top: 0;
	left: 80px;
	width: 30px;
	height: 30px;
	margin-left: 15px;
	cursor: pointer;
	text-align: center;
	background: #fff url("../images/1b2c04c009b09a88c2ecc7649df51e36.png") no-repeat center center;
	background-size: 16px;
	display: block
}

.calendar .c-month {
	height: 30px;
	text-align: center;
	background-color: #fff;
	flex: 1
}

.calendar .c-month-top {
	font-size: 14px;
	color: #333
}

.calendar .c-today {
	color: #fff;
	background-color: #333
}

.calendar .c-today:before {
	display: none
}

.calendar .c-event {
	cursor: pointer;
	position: relative
}

.calendar .c-event:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background: #3366ff;
	border-radius: 50%
}

.calendar .c-event-grid {
	position: relative;
	display: none;
	width: 318px;
	height: inherit;
	background: #f9f9f9;
	z-index: 3
}

.calendar .c-grid-title {
	float: left;
	color: #000
}

.calendar .c-event-body {
	padding: 5px 5px 5px 10px
}

.calendar .c-event-list {
	overflow: auto;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden
}

.calendar .c-event-list::-webkit-scrollbar {
	display: none
}

.calendar .c-event-item>.title {
	font-weight: 700
}

.calendar .c-event-item>div {
	text-overflow: ellipsis;
	width: inherit;
	overflow: hidden;
	white-space: nowrap
}

.calendar .c-event-item {
	display: none;
	transition: all .5s;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px solid #f9f9f9;
	overflow: hidden;
	position: relative
}

.calendar .c-event-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #FF5814;
	border-radius: 50%
}

.calendar .c-event-item .c-event-item-a {
	display: block;
	color: #000
}

.calendar .c-event-item .c-event-item-a:hover {
	color: #FF5814
}

.calendar .c-day.c-event-over {
	font-weight: bold;
	color: #fff;
	background: #FF5814
}

.calendar .c-day.c-event-over:before {
	display: none
}

.calendar .c-event-over1 {
	display: block
}

.calendar .c-event-over a {
	color: #fff
}

.calendar .c-event-over>.description {
	font-weight: 400
}

.countdown-box {
	position: relative;
	width: 1200px;
	height: 0;
	margin: 0 auto;
	transition: transform 1s;
	background: url("../images/5b2c003a5b70eb13c2892c6efda4e75e.png") no-repeat top center;
	background-size: 100%;
	transition: all 0.6s;
	opacity: 0
}

.countdown-box .countdown {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #999;
	font-size: 12px
}

.countdown-box.active {
	height: 460px;
	opacity: 1
}

.bang-index .m-title-def h3 {
	margin: 30px 0
}
