html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
[hidefocus], summary {
outline:0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: bold;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
body, textarea, input, button, select, keygen, legend {
	font: 14px/1.5 \5fae\8f6f\96c5\9ed1, \5b8b\4f53, arial;
	color: #333;
	outline: 0;
}
body {
	background: #fff;
	min-width:1200px;
}
a {
	color: #333;
	transition: all .3s ease-in-out;
}
a:hover {
	color: #f84a6d;
}
/**layout**/
.wqbaobei {
	width: 1200px;
	margin: 0 auto;
}
.m-top {
	margin-top: 20px;
}
.f-l {
	float: left
}
.f-r {
	float: right
}
.f-clear {
*zoom:1;
}
.f-clear:after {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
	content: ".";
}
.bg-gray {
	background-color: #f6f6f6;
	padding: 10px 20px 15px 20px;
}
/**layout部分**/
.cont-goback {
	padding: 10px;
	height: 40px;
	line-height: 40px;
	color: #999;
}
.cont-goback a, .cont-goback span {
	color: #999;
	padding: 0 5px;
}
.cont-goback a:hover {
	color: #f84a6d;
}
/**topbar**/
/*
.navibar {
	min-width: 1200px;
	height: 40px;
	line-height: 40px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #e3e3e3;
}
.navibar-left {
	float: left;
	color: #e3e3e3
}
.navibar-left a {
	font-size: 12px;
	display: inline-block;
	width: 67px;
	text-align: center;
	color: #636363
}
.navibar-left a:hover {
	color: #de606e
}
*/
.page-W{ width:1200px; margin:0 auto}
.navibar {
	background: #f1f1f1;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	color: #666; }

.navibar-left {
	float: left;
	color: #ddd; }

.navibar-left a {
	color: #666;
	float:left;
	margin-right:30px;}

.navibar-left a:hover {
	color: #fa4e68; }

.navibar .login-reg-box {
	float: right; }

.navibar .login-reg-box a {
	padding-left: 20px;
	font-size:16px }
.logout-state{ position:relative; z-index:999}
.logout-state .name{ color:#fa4e68; float:right; margin-right:10px;max-width:300px; height:40px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.logout-state .pic{ display:inline-block; height:30px; float:right; margin-top:5px; position:relative}
.logout-state .pic img{ width:28px; height:28px; border:1px solid #dfdfdf; border-radius:50%}
.logout-state .nub{ position:absolute; right:-10px; top:0; display:inline-block; min-width:12px; height:18px; padding:0 3px; border-radius:9px; color:#fff; font-size:12px; background:#ff0033; text-align:center; line-height:18px;}
.logout-state .user-list{ display:none;padding-top:10px;width:141px; height:95px; background:#fff url(/Public/Member/images/user-pop.png) 0 0 no-repeat; position:absolute; right:0; top:41px;}
.logout-state .user-list a{ font-size:14px; display:inline-block; width:100%; text-align:center; line-height:40px; height:40px; padding:0;}
/**nav**/
.m-nav {
	position:relative;
	z-index:2;
	height: 40px;
	border-bottom: 2px solid #fa4e68;
	width:100%;
	background-color:#fff;
	z-index:999;
}
.m-nav .nav-box {
	display: inline-block;
	float: left;
	position: relative
}
.m-nav div.active {
	background: url(../images/video_arr.png) center bottom no-repeat
}
.m-nav div.active .title {
	color: #fa4e68
}
.m-nav .nav-box a {
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.m-nav .title {
	font-weight: bold;
	width: 80px;
	float: left;
	text-align: center;
}
.m-nav .hide {
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 9;
	width: 125px;
	overflow: hidden;
	background-color: #fff;
	display: none
}
.m-nav .hide a {
	float: left;
	width: 100px;
	padding-left: 25px;
}
.m-nav .hide a:hover {
	background-color: #ebebeb;
	color: #fa4e68
}
.m-nav-on{ position:fixed; top:0; left:0; box-shadow:0 2px 6px rgba(0,0,0,.3)}
.m-nav-on .hide{box-shadow:0 2px 5px rgba(0,0,0,.2)}
/**head**/
.channel-head {
	margin: 20px auto 10px auto;
}
.head-main {
	margin-top: 15px;
}
.head-main .left {
	min-width: 260px;
	height: 60px;
	float: left;
}
.head-main .logo {
	text-indent: -9999px;
	display: inline-block;
	width: 170px;
	height: 60px;
	float: left;
	background: url(../images/logo.jpg) 0 0 no-repeat
}
.head-main h1 {
	float: left;
	line-height: 70px;
	color: #f84a6d;
	font-size: 22px;
	margin-left: 15px;
}
.head-main span {
	float: left;
	line-height: 70px;
	color: #f84a6d;
	font-size: 22px;
	margin-left: 15px;
}
.head-main .right {
	float: right;
	width: 455px;
}
.head-main .right form {
	float: right;
	width: 450px;
	height: 38px;
	border: 1px solid #fa4e68;
}
.head-main .btn-submit {
	width: 100px;
	height: 38px;
	line-height: 38px;
	border: none;
	cursor: pointer;
	float: right;
	background: #fa4e68;
	color: #fff;
	font-size: 16px;
}
.head-main #searchBox {
	width: 340px;
	height: 38px;
	border: none;
	background: none;
	float: left;
	text-indent: 10px;
	line-height: 38px;
	color: #999;
}
.head-main .tags {
	width: 100%;
	height: 20px;
	overflow: hidden;
	clear: both;
	padding-top: 5px;
	color: #999;
}
.head-main .tags a {
	color: #999;
	padding: 0 10px;
}
.head-main .tags a:hover {
	color: #f84a6d;
}
/**ul**/
.video-title {
	height: 40px;
	line-height: 40px;
	line-height: 40px;
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}
.video-title h2,.video-title h3{
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	float: left
}
.video-title h3{
    font-size:16px;
}
.video-title .second-tit span {
	padding-right: 10px;
}
.video-title .second-tit span a {
	margin-right: 20px;
}
.video-title .second-tit .more {
	color: #999;
}
.video-title .second-tit a:hover {
	color: #fa4e68;
}
.small-ul {
	width: 110%;
}
.small-ul li {
	float: left;
	margin-right: 20px;
	position: relative
}
.small-ul li img {
	float: left;
	width: 100%;
}
.small-ul li .juji, .small-ul li .time {
	position: absolute;
	height: 20px;
	line-height: 20px;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 12px;
	padding: 0 8px
}
.small-ul li .juji {
	top: 0;
	left: 0;
}
.small-ul li .time {
	right: 0;
}
.small-ul li .ico {
	position: absolute;
	right: 0;
	top: -5px;
	width: 96px;
	height: 28px;
	background: url(../images/yc.png) 0 0 no-repeat
}
.small-ul li .title {
	float: left;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	padding-top: 6px;
	white-space: nowrap;
}
.get-more {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #ddd;
	border-radius: 3px;
}
.get-more:hover {
	background-color: #ccc;
}
/**分页**/
.pageing {
	font-size: 12px;
	text-align: center;
	clear: both;
	overflow: hidden;
	padding: 30px 0
}
.pageing a,.pageing span {
	font-size: 12px;
	margin: 0 5px;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #666
}
.pageing .active,.pageing .current {
	background-color: #fa4e68;
	color: #fff;
	border: 1px solid #fa4e68
}
.pageing .first, .pageing .prev, .pageing .end, .pageing .next {
	border: none;
	border-radius: 0;
}
.pageing .first, .pageing .prev {
	width: 65px;
	background: url(../images/v_page.png) 0 0 no-repeat
}
.pageing .end, .pageing .next {
	width: 65px;
	background: url(../images/v_page.png) 0 -26px no-repeat;
	border: none;
	border-radius: 0;
}
/**footer**/
.footer {
	clear: both;
	padding: 20px 0;
	margin-top: 40px;
	text-align: center;
	border-top: 1px solid #edebec
}
.footer .aboutus {
	display: none;
	margin: 10px 0;
}
.footer .aboutus a {
	margin: 0 10px;
}
.footer-main {
	width: 1200px;
	margin: 0 auto;
}
/**返回顶部&& 二维码**/
.sidebar{ width:40px; position:fixed; right:30px; bottom:150px;_position: absolute; _margin-bottom:150px; _bottom: auto; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); }
.sidebar span,.sidebar .ewm .ico{ display:inline-block; width:40px; height:40px; float:left; margin-bottom:1px}
.sidebar .gotop{ display:none;background:url(/Public/Home/qbaobei2/images/gotop.png) 0 -43px no-repeat}
.sidebar .ewm{ position:relative;}
.sidebar .ewm .ico{background:url(/Public/Home/qbaobei2/images/gotop.png) 0 0 no-repeat;display: none;}
.sidebar .ewm s{ display:none; position:absolute; left:-275px; top:-20px; width:260px; padding:5px; border:1px solid #ededed;background-color:#fff;}
.sidebar .ewm img{ float:left; width:80px; height:80px;}
.sidebar .ewm b{ display:inline-block; float:left; height:50px; padding:15px 10px 15px 12px; font-size:15px; font-weight:normal;}
.sidebar .ewm u{ font-size:12px;}
