/*首页头部 start*/
.cmuright .cmunumberd{
	border: 1px solid #C8C7C7;
	font-size: 14px;
	padding: 2px 8px;
	border-radius: 4px;
	margin-left: -5px;
	color: #FFF;
	background: #C8C7C7;
}
.yx_like_reward_btn{
	padding: 3px 6px 3px 6px;
}
.breadcrumb>li+li:before {
     color: #ccc;
     content: "";
 }
.yx_like_reward{
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}
.yx_like{
	background-image: url(../img/meigui.png);
	background-size:32px 32px;
    background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	
}
.yx_reward{
	background-image: url(../img/zhuan.png);
	background-size:32px 32px;
    background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
}

.container {
	width: 1310px !important;
	max-width: none !important;
}

@media screen and (max-width: 1310px) {
	body {
		width: 1410px;
	}
}

.header {
	margin-bottom: -20px;
}

.header .navbar-default {
	background-color: #FFFFFF;
	border-color: #e7e7e7;
	border-bottom: #ee4b4b;
	/*nav top color*/
}

.header .navbar {
	border-radius: 0px;
	min-height: 100px;
}

.header .header_cnt {
	width: 250px;
	padding-top: 20px;
	overflow: hidden;
}

.search_header .search_keyword {
	height: 34px;
	line-height: 34px;
	padding-left: 14px;
	border: 1px solid #bebebe;
	color: #444;
}

.search_header input {
	height: 36px;
}

.search_header .search_kw {
	width: 50px;
	z-index: -1;
	outline: none;
	height: 40px;
	background: url(../img/sy_icon.png) no-repeat center center;
	overflow: hidden;
	text-indent: -999px;
	overflow: hidden;
	margin-left: -9px;
	margin-top: 1px;
}

.search_header .navbar-form .form-control {
	width: 236px;
}

.qxn_lg {
	margin-top: 0px;
	margin-right: 14px;
	letter-spacing: 1px;
}

.qxn_lg .rapid a {
	color: #1A1E65;
	font-size: 15px;
	position: relative;
	top: 16px;
	right: 17px;
	margin-left: 178px;
}

.qxn_lg .rapid a:hover {
	color: #786E91;
	background: #FFFFFF;
	border: 0;
}

.qxn_lg .rapid a:focus {
	outline: none;
}

.qxn_lg .ava-all {
	padding: 7px 18px;
	background: #191D64;
	border: 1px solid #191D64;
	margin-top: 29px;
	margin-right: 20px;
	border-radius: 0;
	font-size: 15px;
}

.qxn_lg .qxn_register:hover {
	background: #786E91;
	border: 1px solid #786E91;
}

.qxn_lg .qxn_register a:focus {
	outline: none;
}

.qxn_lg .ava-all a {
	color: #FFFFFF;
}

.qxn_lg a span:hover {
	background: #786E91;
	border: 1px solid #786E91;
}

.qxn_lg:hover {
	background: #fff;
}


/*首页头部 end*/


/*首页导航 start*/

div.nav-fixed {
	/*nav top 固定在顶部*/
	position: fixed;
	left: 0;
	top: 0px;
	z-index: 9999;
	background-color: #1a1e64;
	border: 0;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop));
}

div.nav-fixed .nav_scorll {
	margin-left: 12px;
}

div.nav-fixed .nav_scorll li a {
	color: #FFFFFF;
}

.nav-pills>li>a {
	border-radius: 0px;
}

div.nav-fixed .nav_scorll li a:hover {
	background: #786e91;
}

div.nav-fixed .nav_scorll .active {
	background: #786e91;
}

.nav_roll>li>a:hover,
.nav_roll>li>a:active,
.nav_roll>li>a:focus {
	color: #fff;
	background: #786e91;
}

.nav_content {
	width: 100%;
	background-color: #fcfcfc;
	border-top: 2px solid #191d65;
	/*nav top color*/
	border-bottom: 1px solid #eee;
	/*margin-top: -20px;*/
}

.nav_content .main-nav {
	float: left;
	margin-bottom: 12px;
	margin-top: 10px;
	padding-bottom: 8px;
}

.nav_content .main-right {
	z-index: 100;
	margin: 10px 20px;
	margin-left: 0px;
	border-right: 1px solid #E5E5E5;
}

.nav_content .main-nav li.item {
	height: 30px;
	left: -14px;
}

.nav_content .main-nav li.item a {
	padding-left: 18px;
	font-size: 15px;
	color: #333;
}

.nav_content .main-nav li.item a:hover {
	color: #E5007E;
}

.nav_content .main-nav li.item .nav-href {
	font-weight: bolder;
	color: #1a1e65;
}

div.nav_scorll .nav .open>a,
div.nav_scorll .nav .open>a:focus,
div.nav_scorll .nav .open>a:hover {
	background-color: #786e91 !important;
	border-color: #786e91 !important;
}

.dropdown-menu {
	position: absolute;
	top: 94%;
	left: -19px;
	min-width: 113px;
	text-align: center;
	background-color: #1a1e64;
	opacity: 0.9;
}

.dropdown-menu>li>a {
	display: block;
	padding: 7px 20px;
	clear: both;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: #786e91 !important;
}


/*首页导航 end*/


/*首页正文 start*/


/*放到公共部分css start*/

.yx_content {
	margin-top: 14px;
}

.index_start {
	margin-top: 5px;
}

.yx_content .socity {
	background-image: url(../img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin-left: 12px;
	background-position: 0 0;
	width: 100%;
}

.yx_content .socity h3 {
	margin-left: 6px;
	font-size: 20px;
	font-weight: bolder;
	color: #ee4b4b;
	height: 44px;
	line-height: 44px;
}

.yx_content .socity h3 a:hover {
	color: #333;
}

.yx_content .socity h3 a {
	color: #E5007E;
	padding-top: 3px;
}

.yx_content .socity h3 em {
	font-size: 14px;
	color: #acacac;
	margin-left: 10px;
	font-weight: 400;
	font-style: normal;
}

.yx_content .socity .more {
	margin-top: -55px;
	margin-right: 45px;
	line-height: 48px;
	color: #999;
	float: right;
	font-size: 14px;
}

.yx_content .socity .more:hover {
	color: #E2007E;
}

.yx_content .socity .more i {
	position: relative;
	top: -6px;
	color: #E5007E;
	font-style: normal;
}

.section-content {
	margin: 16px;
}

.section-content .section-subtitle {
	font-size: 14px;
}

.section-content .thumbnail {
	display: block;
	width: 95%;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 1px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.thumbnail {
	border: 0;
}

.section-content .thumbnail-img {
	overflow: hidden;
}

.section-content .thumbnail-img img {
	width: 100%;
	height: 166px;
}

.section-content .xthumbnail-img img {
	width: 100%;
	height: 320px;
}

.section-content .thumbnail .section-subtitle {
	text-align: center;
	padding: 10px 4px 2px 4px;
	background-color: #f8f8f8;
	color: #333;
}

.section-content .section-content-left .thumbnail .caption p {
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}

.section-content .thumbnail .caption p:hover {
	color: #E5007E;
}

.section-content .thumbnail .section-common p {
	color: #E5007E;
}

.section-title-content {
	margin-top: -4px;
}

.section-title-content li {
	background: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 1px;
}

.section-title-content li .point {
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	line-height: 6px;
	font-size: 0;
	background-color: #E5007E;
	border-radius: 50%;
}

.section-title-content li.title-main {
	/*margin-bottom: 4px;*/
}

.section-title-content li .point-none {
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	line-height: 3px;
	font-size: 0;
	background-color: #cecece;
	border-radius: 50%;
}

.section-title-content li .point-head {
	color: #333;
	font-weight: 700;
	height: 24px;
	line-height: 24px;
}

.section-title-content li .sub-title {
	font-size: 14px;
	color: #333;
}

.section-title-content a:hover {
	color: #E5007E;
}

.section-content-right .hot .search_click span {
	position: absolute;
	left: 16px;
	top: -3px;
	width: 98px;
	height: 24px;
	background: url(../img/title_template.png) no-repeat 0 -94px;
	overflow: hidden;
	text-indent: -999em;
}

.section-content-right .hot .search_r_click {
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
}

.section-content-right .hot .search_r_click span {
	position: absolute;
	top: -3px;
	left: 0px;
	width: 98px;
	height: 24px;
	background-image: url(../img/title_template.png);
	background-repeat: no-repeat;
	background-position: 0 -124px;
	overflow: hidden;
	text-indent: -999em;
}


/*右边*/

.spec_short {
	margin-top: 20px;
}

.spec_short li {
	float: left;
	border: 1px solid #eee;
	padding: 8px 14px;
}

.section-content-right .spec_short li:hover {
	cursor: pointer;
	background: #282864;
	color: #FFFFFF;
}

.section-content-right .spec_short li a:hover {
	color: #FFFFFF;
}

.section-content-right .spec_short .specialty a {
	color: #FFFFFF;
}

.spec_short li a {
	font-size: 14px;
}

.spec_short li.grow {
	background-color: #A59BB4;
	border: 1px solid #e4e4e4;
	margin: 1px;
	text-align: center;
}

.spec_short li.grow a {
	color: #fff;
}

.spec_short li.brief {
	background-color: #554B7D;
	border: 1px solid #f5f5f5;
	margin: 1px;
	text-align: center;
}

.spec_short li.brief a {
	color: #fff;
}

.img-sp {
	position: relative;
	top: 25px;
}

.img-sp .section-sp-subtitle {
	background: #FFFFFF;
}

.section-content-right .thumbnail {
	width: 92%;
}

.section-content .section-content-right .thumbnail .caption p {
	letter-spacing: 1px;
	font-size: 14px;
}

.section-content .thumbnail-sp img {
	height: 116px;
	width: 210px;
}

.section-content .thumbnail-sp-r img {
	border: 1px solid red;
	width: 50%;
	height: 100px;
	float: left;
}

.img-effect .section-sp-subtitle-r p {
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.img-effect a {
	text-decoration: none;
}

.img-distant {
	margin-top: -10px;
}

.r-box {
	margin-top: 30px;
	margin-left: -30px;
}

.r-box .r-content p,
.r-box img {
	cursor: pointer;
}


/*.n-content ul.section-title-content li a{
	font-size: 14px;
}*/

.hot_words h4 {
	letter-spacing: 1px;
	margin-top: 24px;
	padding-top: 14px;
	border-top: 1px solid #E5E5E5;
	font-size: 16px;
	font-weight: bold;
}

.hot_words h4 i {
	font-style: normal;
	font-size: 13px;
	margin-left: 1px;
	color: #ACACAC;
	font-weight: 400;
}

.hot_words .spec_short li:nth-of-type(odd) {
	width: 210px;
	height: 76px;
}

.hot_words .spec_short li:nth-of-type(even) {
	width: 150px;
	height: 76px;
}


/*第二部分*/

.common {
	padding-left: 20px;
}

.t_content {
	margin-top: -10px;
}

.t_content .tn-sr .thumbnail-sp p:hover {
	color: #e5007e;
}

.section-content-right .hot .search_t_click span {
	position: absolute;
	top: -1px;
	left: 14px;
	width: 98px;
	height: 24px;
	background: url(../img/title_template.png) no-repeat 0 -154px;
	overflow: hidden;
	text-indent: -999em;
}

.t_content .tn-sr {
	position: relative;
	top: 30px;
}

.t_content p.science {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: #333;
	position: relative;
	left: 3px;
	right: 4px;
	top: 2px;
}

.ad-position {
	position: relative;
	top: -30px;
	left: 18px;
}

.ad-position .ad-ct {
	text-align: center;
}

.ad-position .ad-ct p {
	font-size: 14px;
}

div.img_container {
	position: relative;
	padding: 0;
}

div.img_container img {
	border-radius: 1px;
}

div.img_container .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 73%;
	box-shadow: #414140;
	background: rgba(0, 0, 0, 0.9);
	color: #FFFFFF;
	line-height: 240px;
	text-align: center;
	border-radius: 1px;
	display: none;
	transition: height 2s;
	opacity: 0.6;
	/*可以改变数值*/
}

div.img_container .sub-mask {
	display: none;
}

div.img_container .mask span {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	padding: 8px 0px;
	width: 100%;
	position: relative;
	bottom: 70px;
}

div.img_container .mask .ad-sub {
	position: relative;
	left: 30px;
}

div.img_container .mask .ad-sub span {
	position: relative;
	border: 0;
	top: -200px;
	left: -35px;
	padding: 40px 30px;
}

div.img_container .mask .ad-sub span i {
	font-style: normal;
	margin-left: -10px;
	position: relative;
	top: -2px;
}


/*第三部分*/

.ht {
	/* margin-top: -53px; */
	margin-left: -20px;
}

/*
.yx_content .amusement {
	background-image: url(../img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin-left: 12px;
	background-position: 0 0;
	width: 100%;
	cursor: pointer;
}

.yx_content .amusement h3 {
	margin-left: -22px;
	position: relative;
	top: -16px;
	font-size: 20px;
	font-weight: bolder;
	color: #ee4b4b;
	padding: 30px;
	height: 44px;
}

.yx_content .amusement h3 a {
	color: #E5007E;
	padding-top: 3px;
}

.yx_content .amusement h3 a:hover {
	color: #333;
}

.yx_content .amusement h3 em {
	font-size: 14px;
	color: #acacac;
	margin-left: 10px;
	font-weight: 400;
	font-style: normal;
}

.yx_content .amusement .more {
	margin-top: -72px;
	margin-right: 45px;
	line-height: 48px;
	color: #999;
	float: right;
	font-size: 14px;
}

.yx_content .amusement .more:hover {
	color: #E2007E;
}

.yx_content .amusement .more .index_more {
	color: #999;
}

.yx_content .amusement .more .index_more:hover {
	color: #E2007E;
}

.yx_content .amusement .more i {
	position: relative;
	color: #E2007E;
	font-style: normal;
}
*/

.section-content-right .hot .search_th_click span {
	position: absolute;
	top: -1px;
	left: 14px;
	width: 98px;
	height: 24px;
	background: url(../img/title_template.png) no-repeat 0 -184px;
	overflow: hidden;
	text-indent: -999em;
}

.ht .new-content {
	position: relative;
	top: -60px;
}

.ht .new-ds {
	padding: 4px;
}

.ht .thr-nav {
	margin-top: -55px;
	margin-right: 109px;
}

.ht .thr-nav li {
	margin-top: 12px;
	border-right: 1px solid #eee;
	height: 30px;
}

.ht .thr-nav li.none-nav {
	border: 0;
}

.ht .thr-nav li a {
	margin-top: -1px;
	//border: 1px solid red;
	padding-top: 4px;
	padding-bottom: 3px;
	color: #555;
}

.thr-nav>li>a:focus,
.thr-nav>li>a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #e5007e;
}


/*第四部分*/

.fr {
	margin-top: -10px;
	margin-left: -20px;
}

.fr .ad-t-position {
	margin-top: 44px;
}


/*第五部分*/

.fv {
	margin-top: -50px;
	margin-left: -20px;
}


/*第六部分*/

.sx {
	margin-top: -10px;
	margin-left: -20px;
}

.sx .ad-sx-position {
	margin-top: 44px;
}


/*第七部分*/

.sen {
	margin-top: -44px;
	margin-left: -20px;
}

.sen div.img_container .img-mask {
	position: absolute;
	top: 0;
	left: 10px;
	width: 95%;
	height: 100%;
	box-shadow: #414140;
	background: rgba(0, 0, 0, 0.9);
	color: #FFFFFF;
	line-height: 428px;
	text-align: center;
	border-radius: 1px;
	display: none;
	transition: height 2s;
	opacity: 0.6;
}

.sen div.img_container .img-mask span {
	font-size: 22px;
}

div.img_container .th-mask {
	width: 100%;
	height: 100%;
	line-height: 282px;
}

div.img_container .length-mask {
	width: 100%;
    height: 100%;
    line-height: 420px;
}

div.img_container .th-mask span,
div.img_container .length-mask span {
	font-size: 18px;
}

.sen div.img_container .rh-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: #414140;
	background: rgba(0, 0, 0, 0.9);
	color: #FFFFFF;
	line-height: 268px;
	text-align: center;
	border-radius: 1px;
	display: none;
	transition: height 2s;
	opacity: 0.6;
}


/*第八部分*/

.finance {
	position: relative;
	top: -18px;
	margin-left: -20px;
}


/*第九部分*/

.over {
	position: relative;
	top: -36px;
	margin-left: -26px;
}

.over .bk-img {
	margin-bottom: 40px;
	margin-left: -16px;
}

.section-stitle {
	position: relative;
	width: 95%;
	border-top: 2px solid #666;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.section-stitle h3 {
	font-size: 20px;
	font-weight: bolder;
	color: #ee4b4b;
	height: 44px;
	line-height: 44px;
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 0;
}

.section-stitle .yx_icon {
	position: absolute;
	top: -1px;
	left: 0;
	width: 113px;
	display: block;
	border-top: 4px solid #191E64;
	font-size: 0;
}

.section-stitle a {
	color: #E5007E;
	padding-top: 3px;
}

.section-stitle em {
	font-size: 14px;
	color: #acacac;
	margin-left: 10px;
	font-weight: 400;
	font-style: normal;
}

.yx_content .bk-rt {
	background-image: url(../img/bk-f1.jpg);
	background-repeat: no-repeat;
	height: 18px;
	margin-left: 12px;
	background-position: 0 0;
	width: 100%;
}

.yx_content .bk-rt h3 {
	margin-left: 6px;
	font-size: 20px;
	font-weight: bolder;
	color: #ee4b4b;
	height: 44px;
	line-height: 44px;
}

.yx_content .bk-rt h3 a {
	color: #E5007E;
	padding-top: 3px;
}

.yx_content .bk-rt h3 a:hover {
	color: #333;
}

.yx_content .bk-rt h3 em {
	font-size: 14px;
	color: #acacac;
	margin-left: 10px;
	font-weight: 400;
	font-style: normal;
}

.yx_content .bk-rrt {
	background-image: url(../img/bk-f2.jpg);
	background-repeat: no-repeat;
	height: 18px;
	margin-left: 12px;
	background-position: 0 0;
	width: 100%;
}

.yx_content .bk-rrt h3 {
	margin-left: 6px;
	font-size: 20px;
	font-weight: bolder;
	color: #ee4b4b;
	height: 44px;
	line-height: 44px;
}

.yx_content .bk-rrt h3 a {
	color: #E5007E;
	padding-top: 3px;
}

.yx_content .bk-rrt h3 a:hover {
	color: #333;
}

.yx_content .bk-rrt h3 em {
	font-size: 14px;
	color: #acacac;
	margin-left: 10px;
	font-weight: 400;
	font-style: normal;
}


/*放到公共部分css end*/


/*footer*/

.end {
	background: #F7F7F7;
}

.end .footer-cnt {
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.end .footer-cnt .f-link {
	padding-top: 10px;
}

.end .footer-cnt p a {
	color: #333;
}

.end .footer-cnt p a:hover {
	color: #E5007E;
}

.footer_end {
	margin-left: 30px;
	width: 1228px;
}

.footer_end #friend_link {
	margin-top: 8px;
	padding: 2px 20px 0 15px;
	font-size: 16px;
	font-weight: bolder;
	margin-left: 400px;
}

.footer_tab {
	padding-top: 15px;
}

.nav-tabs>li.active>a.link_a,
.nav-tabs>li.active>a.link_a:focus,
.nav-tabs>li.active>a.link_a:hover {
	color: #E2007E;
	letter-spacing: 1px;
	font-size: 15px;
}

.nav-tabs>li>a.link_a {
	color: #333;
}


/*首页正文 end*/


/*video视频页面样式 start*/


/*video index*/

.video_header {
	margin-bottom: -20px;
	background: white;
}

.video_search_header {
	margin-top: 5px;
}

.video_search_header .navbar-form .form-control {
	width: 190px;
	height: 40px;
}

.search_header .video_search_kw {
	width: 65px;
	z-index: -1;
	outline: none;
	height: 40px;
	overflow: hidden;
	background: #1a1e65;
	overflow: hidden;
	margin-left: -9px;
	margin-top: 1px;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.video_nav_content {
	width: 100%;
	background-color: #1a1e65;
}

.video_nav_content li a {
	color: #FFFFFF;
	font-size: 17px;
}

.video_nav_content li a:hover {
	color: #FFFFFF;
}

.more_video i {
	position: relative;
	top: -6px;
	color: #E5007E;
	font-style: normal;
}

.video_thumbnail {
	/*height: 180px;*/
}

.video_thumbnail img {
	width: 300px;
	height: 168.7px;
}

.video_thumbnail img:hover {
	border: 2px solid #E5007E;
}

.move .video_desc {
	color: #E5007E;
}

.video_main {
	margin-top: 20px;
	margin-bottom: 14px;
}

.video_thumbnail p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-left: 8px;
	height: 45px;
	font-size: 14px;
}

.video_box_title{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 45px;
	font-size: 14px;	
}

.add_bf {
	height: 35px;
	width: 39px;
}

.video_bf {
	position: relative;
	top: -142px;
	left: 130px;
	background: url(../img/bfbig2.png) no-repeat;
}

.video_recommend {
	margin-left: 13px;
	margin-top: -5px;
	padding-bottom: 9px;
	border-bottom: 2px solid #ddd;
	width: 1248px;
}

@media screen and (max-width: 1310px) {
	.video_recommend {
		width: 1250px;
	}
}

.video_recommend .rem {
	color: #E5007E;
	border-bottom: 3px solid #1a1e65;
	padding-bottom: 6px;
	padding-right: 5px;
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: bolder;
}

.video_recommend .more_video {
	color: #999;
	font-size: 14px;
	float: right;
	padding-right: 10px;
	margin-top: 14px;
}

.video_recommend .more_video:hover {
	color: #E5007E;
}

.video_more_thumbnail {
	width: 240px;
	margin-left: -5px;
	padding: 0 20px;
}

.video_more_thumbnail p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-left: -20px;
	height: 20px;
}

.video_thumbnail p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-left: -20px;
	height: 20px;
}

.add_bfo {
	height: 35px;
	width: 39px;
}

.video_bfo {
	position: relative;
	top: -142px;
	left: 75px;
	background: url(../img/bfbig2.png) no-repeat;
}

.video_time {
	margin-top: -5px;
	color: #333;
}

.video_time .video_icon {
	position: relative;
	top: -1px;
}

.video_time .vtimes {
	position: relative;
	font-size: 12px;
}

.content_pos {
	font-size: 12px;
	position: relative;
	/*left: 108px;*/
}

.rv_thumbnail img {
	width: 170px;
	height: 76px;
	margin-left: -1px;
}

.rv_thumbnail .video_bfo {
	position: relative;
	top: -92px;
	left: 65px;
	background: url(../img/bfbig2.png) no-repeat;
}

.rvcontent {
	margin-left: 15px;
}

.rvcontent a {
	color: #333;
	font-size: 14px;
}

.rvcontent a:hover {
	color: #ec4b4b;
}

.rvcontent .video_time {
	margin-top: 28px;
}

.rvcommon .rvcontent a:hover {
	color: #ec4b4b;
}


/*第三部分*/

.cs {
	position: relative;
	top: -200px;
}


/*three*/

.tpos {
	position: relative;
	left: -1px;
	margin-left: 36px;
}


/*第四部分*/

.wei_video {
	width: 388px;
}

.wei_video img {
	width: 388px;
	height: 230px;
}

.wei_video p {
	font-size: 15px;
}

.video_ul {
	margin-top: 100px;
	width: 356px;
	margin-left: 10px;
}

.video_dis .ds {
	position: relative;
	left: -47px;
	top: -4px;
	margin-top: 6px;
}

.wei_video .video_bfo {
	position: relative;
	top: -172px;
	left: 135px;
	background: url(../img/bfbig2.png) no-repeat;
}

.now_img {
	height: 95px;
	width: 385px;
	margin-left: 32px;
	margin-bottom: 10px;
}

.now_img:hover {
	color: #E5007E;
}

.now_img img {
	height: 85px;
	width: 190px;
	cursor: pointer;
}

.now_img .cont_img {
	width: 188px;
	float: right;
}

.now_img .video_content_title {
	font-size: 15px;
}

.now_img .cont_img .video_time {
	margin-top: 12px;
	padding-top: 22px;
}

.now_img .cont_img .video_time span {
	margin-left: -5px;
}

.now_img .cont_img .video_time span.vtimes {
	padding-left: 6px;
}

.now_img .cont_img .video_time span.vpos {
	position: relative;
	left: 38px;
}

.now_img .cont_imgt {
	width: 170px;
}

.desc_cont .video_bfo {
	position: relative;
	top: -87px;
	left: 90px;
	background: url(../img/bfbig2.png) no-repeat;
}

/* 1 */
.desc_cont .broadcate_bfo {
	position: relative;
	top: -87px;
	left: 30px;
	background: url(../img/bfbig2.png) no-repeat;
}

.cont_img a {
	color: #333;
}

.cont_img a:hover {
	color: #E5007E;
}


/*视频直播 broadcast.html*/

.brocate_player {
	width: 1248px;
	margin-left: 30px;
	margin-top: -15px;
}

.brocate_player h4 {
	color: #333;
}

.brocate_player .breadcrumb {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;
	background-color: #F6F9FA;
	border-radius: 4px;
}

.brocate_player .breadcrumb li {
	font-size: 14px;
	color: #999;
}

.brocate_player .breadcrumb img {
	width: 30px;
	margin-left: 30px;
}

.brocate_player .breadcrumb i {
	font-style: normal;
	margin-left: 5px;
	font-size: 13px;
	color: #333;
}

.brocate_player .breadcrumb i:hover {
	color: #E2007E;
}

.brocate_player .breadcrumb .breadcrumb_pub {
	font-size: 14px;
	color: #999;
	margin-left: 30px;
}

.brocate_player .breadcrumb li a {
	color: #999;
}

.brocate_player .breadcrumb li a:hover {
	color: #E2007E;
}

.brocate_player .breadcrumb>li+li::before {
	content: ">";
}

.bordercast_sp {
	width: 320px;
	height: 490px;
	margin-left: -82px;
	background: #fff;
	overflow: auto;
}

.broadcast_video {
	height: 95px;
	width: 264px;
	margin-left: 32px;
	margin-bottom: 10px;
}

.broadcast_video a {
	color: #333;
}

.broadcate_now a {
	color: #333;
	font-size: 15px;
}

.broadcate_now a:hover {
	color: #E5007E;
}

.broadcast_video a:hover {
	color: #E5007E;
}

.broadcast_video:hover {
	color: #E5007E;
}

.broadcast_video img {
	height: 85px;
	cursor: pointer;
}

.broadcast_video .cont_img {
	position: relative;
	left: 5px;
	width: 155px;
	float: right;
}


/*分享*/

.bdshare {
	float: right;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}

.bdshare a {
	position: relative;
	left: -20px;
	width: 20px;
}

.bdshare img {
	width: 20px;
}

.bdshare img:hover {
	opacity: 0.6;
}


/*end*/


/*video_detail.html*/

.video_reward {
	text-align: center;
	margin-top: 48px;
	cursor: pointer;
}

.video_reward .agree {
	padding: 10px 50px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	background: #1a1e65;
	color: #FFFFFF;
	letter-spacing: 3px;
}

.video_reward .reward {
	padding: 10px 50px;
	margin-left: 66px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	background: #1a1e65;
	color: #FFFFFF;
	letter-spacing: 3px;
}

.video_reward .agree:hover {
	background: #786e91;
}

.video_reward .reward:hover {
	background: #786e91;
}

.video_main_recommend .video_detail_recommend {
	margin-left: 13px;
	margin-top: -5px;
	padding-bottom: 9px;
	border-bottom: 2px solid #ddd;
}

.detail_img img {
	height: 115px;
	margin-left: -20px;
}

.detail_desc {
	margin-left: 40px;
}

.img_width {
	height: 95px;
	width: 100%;
	margin-left: 32px;
	margin-bottom: 10px;
}

.img_width .content_left {
	width: 100%;
	height: 115px;
	float: left;
}

.img_width .content_left .content_descx {
	position: relative;
	top: 15px;
	font-size: 17px;
}

.img_width .content_left .video_time {
	margin-top: 50px;
}

.img_width .content_left .video_time .glyphicon-user {
	position: relative;
	top: -1px;
}

.img_width .video_bfo {
	position: relative;
	top: -128px;
	left: -125px;
	background: url(../img/bfbig2.png) no-repeat;
}

.video_main_detail .rem {
	color: #e5007e;
	border-bottom: 3px solid #1a1e65;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bolder;
}

#video:hover {
	cursor: pointer;
}

.video_a {
	font-size: 15px;
}

.detail_tj a {
	color: #333;
}

.detail_tj a:hover {
	color: #E2007E;
}


/*video_channel*/

.detail_desc_two .content_left {
	margin-left: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	width: 77%;
}

.video_recommend_cast {
	margin-left: 13px;
	margin-top: -5px;
	padding-bottom: 9px;
	width: 1248px;
}

.video_channel_now a {
	color: #333;
}

.video_channel_now a:hover {
	color: #E5007E;
}

.detail_desc_two .video_time {
	position: relative;
	top: -36px;
}

.detail_desc_two .video_bfo {
	position: relative;
	top: -12px;
	left: -115px;
	background: url(../img/bfbig2.png) no-repeat;
}

.bordercast_sp_channel {
	width: 124px;
	background: #A59BB4;
}

.bordercast_sp_channel a {
	color: #666;
}

.video_channel_one .rem_channel {
	color: #555;
	font-weight: 0;
	font-size: 17px;
	padding-right: 20px;
}

.video_channel_one a:hover {
	color: #E5007E;
}

.bordercast_sp_channel .sub-title a:hover {
	color: #E5007E;
}

.hot_channel_video img {
	width: 108px;
}

.hot_channel_video .cont_img {
	position: relative;
	left: -80px;
	top: 12px;
	line-height: 30px;
}

.video_channel_trecommend {
	width: 308px;
}

.hot_channel_video .video_bfo {
	position: relative;
	top: -112px;
	left: 42px;
	background: url(../img/bfbig2.png) no-repeat;
}


/*video视频页面样式 end*/


/*member.html*/

.member .panel-body {
	padding: 0px;
	padding-bottom: 18px;
}

.member .panel-body .member_f {
	margin-top: -1px;
}

.user_admin {
	margin-top: 12px;
}


/*活动页面*/


/*.activity_div{
	margin-right: 30px;
}*/

.team_activity {
	background: url(../img/ab.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	min-height: 600px;
}

.team_h3 {
	padding-top: 2em;
}

.team_h3 i {
	margin: auto;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #E5007E;
	border-radius: 50%;
	line-height: 50px;
	color: white;
}

.team_h3 span {
	display: block;
	font-size: 18px;
	padding: .5em 0;
	border-top: 1px solid #E5007E;
	border-bottom: 1px solid #E5007E;
	width: 11%;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 10px auto;
}

.effects .wall_img {
	position: relative;
	float: left;
	margin-bottom: 30px;
}

.effects img {
	width: 298px;
	height: 170px;
}

.activity_div .activity_div_m:hover {
	box-shadow: 1px 1px 6px 0px rgba(10, 0, 1, 0.2);
}

.activity_div .caption .at_caption {
	font-size: 16px;
	font-weight: bolder;
	color: #333;
	line-height: 26px;
	letter-spacing: 1px;
}

.activity_div .caption .at_caption:hover {
	color: #E5007E;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none !important;
}

.paging_simple_numbers a {
	color: #1a1e65 !important;
}

.paging_simple_numbers .pagination>.active>a,
.paging_simple_numbers li a:focus,
.paging_simple_numbers li a:hover,
.paging_simple_numbers .pagination>.active>span,
.paging_simple_numbers li span:focus,
.paging_simple_numbers li span:hover {
	color: #fff !important;
	background-color: #786e91 !important;
	border-color: #786e91 !important;
}


/*jion报名页面*/

.qxn_jion .jion_activity ul li {
	list-style-type: none;
}

.qxn_jion .jion_activity .goods-title .gt-first {
	float: left;
	padding: 12px 80px;
}

.qxn_jion .jion_activity .goods-title .order-center {
	padding: 12px 122px;
}

.qxn_jion .jion_activity .order-course-desc {
	line-height: 24px;
}

.qxn_jion .jion_activity .order-info {
	margin-left: 180px;
}

.qxn_jion .jion_activity .order-info li {
	float: left;
	margin-right: 40px;
}

.qxn_jion .jion_activity .order-info .gd-course-desc em {
	font-style: normal;
}

.qxn_jion .jion_form {
	margin-top: 25px;
	text-align: center;
}

.qxn_jion .jion_form label {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	margin-top: 4px;
}

.qxn_jion .jion_form .jion_dt {
	margin-left: 40px;
}

.qxn_jion .jion_form .jion_tijiao {
	margin-left: 155px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.qxn_jion .jion_form .jion_tijiao button {
	background: #191D64;
	border: 1px solid #191D64;
	padding: 10px 20px;
}

.qxn_jion .jion_form .jion_tijiao button:hover {
	background: #786E91;
	border: 1px solid #786E91;
}


/*补充的样式*/

.add_style {
	text-align: center;
	cursor: pointer;
}

.add_style .add_style_div {
	width: 1258px;
	margin-left: 14px;
	letter-spacing: 2px;
}

.add_style a {
	color: #333;
}

.add_style .artilce_hovert a {
	color: #E80381;
}

.add_style .artilce_panel {
	letter-spacing: 2px;
	margin-bottom: 50px;
	border-radius: 30px;
	margin-left: 350px;
}

.add_style .artilce_panel:hover {
	background: #EEEEEE;
}


/*outdoors.html*/

.out-ul .out-a {
	background: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 0px;
}

.out-ul .out-a a {
	color: #333;
	line-height: 30px;
	font-size: 15px;
	padding-left: 10px;
}

.out-ul .out-a a:hover {
	color: #E2007D;
}

.outdoors-img {
	margin-top: 10px;
	height: 185px;
}

.out_btn {
	margin: 14px 0 0 0;
}

.out_btn a:hover {
	border: 1px solid #786E91;
	background: #786E91;
	color: #fff;
}

.outdoors-img img {
	height: 130px;
	width: 280px;
	background: #FFFFFF;
	cursor: pointer;
}

.outdoors-img .outdoors-a span {
	position: relative;
	top: 7px;
	font-size: 15px;
}

.outdoors-list .outdoors-group {
	background: #fff;
}

.cmuarticle #only .outdoors-texta {
	color: #E2007D;
	font-size: 18px;
	font-weight: 400;
	color: #333;
}

.cmuarticle #only .outdoors-texta:hover {
	color: #E2007D;
}


/*paintings.html*/

.paint-ul .paint-a a {
	border: 1px solid #FFFFFF;
	padding: 2px 8px;
	margin: 6px 2px;
	color: #1A1E65;
}

.cmutag .list-inline .paints-span a {
	color: #999;
	font-size: 14px;
	margin-left: 656px;
}

.cmutag .list-inline .paints-span a i {
	position: relative;
	top: -6px;
	color: #E5007E;
	font-style: normal;
}

.cmutag .list-inline .paints-span a:hover {
	background: #fff;
	border: 0;
	color: #E2007D;
}

.pads-text .paint-desc {
	color: #333;
	margin-left: 16px;
}

.pads-text .paint-desc:hover {
	color: #E2007D;
}


/** video channel */

.panel-module {
	width: 100%;
	border-top: 2px solid #191E64;
	background-color: #f4f5f6;
	/*margin-bottom: 16px;*/
	margin-top: 24px;
	padding: 15px 15px 15px;
	overflow: hidden;
}

.module-head {
	color: #E3007F;
	padding: 0;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
}

.panel-module .module-pic {
	overflow: hidden;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display: inline-block;
	text-align: center;
	background: #e8e8e8;
}

.article-list {
	list-style: none;
	-webkit-padding-start: 0;
	margin-bottom: 0;
}

.article-list .article-item {
	padding: 8px 0;
}

.article-list .news-pic {
	width: 108px;
	height: 72px;
	text-align: center;
	float: left;
	margin-right: 15px;
}

.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: 22px;
	max-height: 45px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.article-list .news-link {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.article-list a {
	color: #333;
}

.article-list a:hover {
	color: #E3007F;
}

.channel_hr {
	width: 90%;
	margin-left: 5px;
}

.channel-menu {
	width: 70%;
	position: absolute;
	-webkit-transform: translateZ(0);
	top: 0;
	z-index: 1000;
	background-color: #f8f8f8;
}

.channel-menu .channel-menu-title {
	background: #554B7D;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	font-weight700;
	line-height: 60px;
	margin-bottom: 5px;
}

.channel-menu ul {
	list-style: none;
	-webkit-padding-start: 0;
}

.channel-menu .channel-item {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	-webkit-transition-property: color, background-color;
	-o-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #f8f8f8;
}
.channel-menu .active{
	background: #E3007F;
	color: #FFFFFF;
	width: 100%;
}
.channel-menu li {
	font-size: 16px;
	color: #000000;
	letter-spacing: 2px;
	margin-bottom: 2px;
}
.channel-menu li a:hover {
	background: #E3007F;
	color: #FFFFFF;
}
.channel-tag-list{
}
.channel-tag-list ul{
	list-style: none;
	margin-bottom: 15px;
	height: 40px;
}
.channel-tag-list li{
	float: left;
	font-size: 18px;
	line-height: 40px;
	margin-right: 20px;
}
.channel-tag-list a{
	color: #222;
}
.channel-tag-list a:hover{
	color: #E5007E;
}
.channel-tag-list .active{
	color: #E5007E;
}
.channel-content ul{
	list-style: none;
	-webkit-padding-start: 0;
}
.channel-content li{
	border-bottom: 2px;
}
.channel-content .left-box{
	float: left;
	margin-bottom: 20px;
}
.channel-content img{
	width: 269px;
	height: 160px;
}
.channel-content img:hover {
	border: 2px solid #E5007E;
}
.channel-content .right-box{
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
}

.channel-content .title-box{
	font-weight: 700;font-size: 20px;line-height: 26px;color: #333;
}

.channel-content .bui-footer{
	margin-top: 5px;
	font-size:14px;
}

.index_video_list {
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	color: #333;
}

.index_smart_list ul {
	list-style: none;
	-webkit-padding-start: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.index_smart_list li {
	float: left;
	margin-right: 22px;
}

.index_smart_list .smart_content {
	padding-bottom: 2rem;
}

.index_smart_list .smart_title {
	margin: 0;
	padding: 0;
	font-size: 16px;
	-webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.index_smart_list .smart_summary {
	font-size: 14px;
	color: #4a4a4a;
	margin: 0;
	margin-top: 0.5rem;
	height: 80px;
	display: block;
	line-height: 20px;
}

.index_smart_list .smart_tag {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0.75rem;
	text-transform: uppercase;
	font-size: 0.875rem;
	color: #767676;
}

.index_smart_list .smart_tag_tag::before {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	border-left: 2px solid #e91802;
	height: 0.75rem;
	padding: 0;
	width: 0;
	height: 0.65625rem;
	border-left-width: 0.13125rem;
}