
/* 改版网站公共样式2014.12.17*/
	a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td,tdvideo, tt, u, ul, var {
	margin:0;
	padding:0;
	font-family:"Arial","Microsoft YaHei","微软雅黑","宋体";
}
ul,ol,li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#09f;
}
.clear {
	clear:both;
}
img {
	border:none;
}
a,input {
	outline: none;
}
body {
	font-size:12px;
}
/*背景渐变*/
	.gradient_bg {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.gradient_all {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.img_to_big {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/*旋转180度*/
	.img_rotation {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9*/
	-moz-transform: rotate(180deg);
	/* Firefox*/
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform: rotate(180deg);
	/* Opera*/
}
.loading {
	width:150px;
	margin:0 auto;
	overflow: hidden;
	/*background:url(/global/images/loading.gif) no-repeat center;*/
	height:100%;
}
/*头部样式*/
	.global_top {
	background: #3bb0ff;
	width: 100%;
	min-width:1200px;
	display: inline-block;
	font-family: 'Microsoft YaHei';
	z-index:10;
	_padding-top:10px;
	height:65px;
}
.global_top_user {
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
}
.global_top ul {
	width: 1200px;
	margin: 0 auto;
}
.global_top .top_logo {
	float: left;
}
.top_logo_list {
	padding-top:8px;
}
.global_top .avatar {
	position: relative;
	float: right;
	margin-top: 8px;
	width: 90px;
	margin-right:-35px;
	z-index:4;
}
.global_top .avatar .m1 {
	border: 2px solid #fff;
	border-radius: 25px;
	position: relative;
	z-index: 5;
	height: 45px;
}
.global_top .avatar .m2 {
	position: absolute;
	left: 20px;
	top: 0;
}
.global_top .name {
	float: right;
	font-size: 16px;
	color: #fff;
	line-height: 65px;
	height: 50px;
	padding-top:15px;
	line-height:22px;
	position:relative;
	z-index:9;
}
.global_top .name a {
	display:inline-block;
	color: #fff;
}
.global_top .name .s1 {
	font-size:12px;
}
.global_top .name i {
	background: url(img/name_ioc.png) no-repeat;
	width: 13px;
	height: 8px;
	display: inline-block;
	margin-left: 10px;
	_margin-bottom:-12px;
}
.global_top .name .member_div {
	position:absolute;
	top:55px;
	right:0;
	line-height:35px;
	font-size:12px;
	width:112px;
	text-align:center;
	border:1px solid #c1d0d7;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow:0 2px 6px rgba(0,0,0,0.175);
	border-radius:5px;
	background:#fff;
	overflow:hidden;
	display:none;
	z-index:9;
}
.global_top .name .member_div a {
	display:block;
	color:#666666;
}
.global_top .name .member_div a:hover {
	background:#eaf0f5;
}
.global_top .app_down,.global_top .reg_gift {
	width:42px;
	background:url(img/phone.png) no-repeat 13px 4px;
	height:35px;
	float:right;
	text-align:center;
	margin-top:14px;
	font-size:16px;
}
.global_top .reg_gift {
	display:none;
	background: url(img/n_gift.png) no-repeat #ffef83 13px 4px;
	margin-right:0;
}
.global_top .app_down a,.global_top .reg_gift a {
	text-indent:-9999px;
	display:block;
	padding-left: 22px;
	width:28px;
	color: #555555;
	font-family:microsoft yahei;
}
.global_top .reg_gift a {
	color:#ff6600;
}
.global_top .reg {
	margin-left:10px;
}
.global_top .reg, .global_top .login {
	width: 87px;
	height: 100%;
	float: right;
	line-height: 65px;
	text-align: center;
	font-size:20px;
}
.login_regis a,.login_regis span {
	float:left;
	padding:0 5px;
	color: #fff;
	display: block;
	font-size:20px;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.login_regis .mynameon:hover {
	text-decoration:underline;
	background:none;
}
.login_regis #PnlLogOnStatus1 a {
	font-size:16px;
}
.login_regis #PnlLogOnStatus1 .mynameon {
	max-width:98px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.login_regis a:hover {
	color:#ccc;
}
.login_regis {
	float:right;
	height:65px;
	line-height:65px;
	position:relative;
}
div.login_regis {
	line-height:50px;
}
.global_nav {
	margin:0 auto;
	background:url(img/n_nav_bg.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod="scale",src='img/n_nav_bg.png');
	height:82px;
	box-shadow:0px 1px 2px rgba(0,0,0,.2);
	box-shadow:1px 0px 1px rgba(0, 0, 0, 0.3);
	width:100%;
	min-width:1200px;
	_padding-top:20px;
	position:relative;
	z-index:8;
}
.global_nav .nav_list {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.global_nav .nav_list ul {
	float:left;
	width:auto;
}
.global_nav .nav_list li {
	font-size:20px;
	line-height:82px;
	margin-right:50px;
	float:left;
	position:relative;
}
.global_nav .nav_list li a {
	color:#888;
	display: inline-block;
	_display: inline;
	height:100%;
	font-size:16px;
	width:100%;
	position:relative;
	z-index:11;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.global_nav .nav_list li i {
	font-style:normal;
	font-size:20px;
	padding-bottom:10px;
	display:inline;
	background:none;
}
.global_nav .nav_list li i.now {
	color:#333;
}
.global_nav .nav_list li a:hover i {
	color:#333;
}
.global_nav .nav_list li.more {
	font-family: 'Microsoft YaHei';
	color:#888;
	border:1px solid #ccc;
	height:36px;
	margin-top:22px;
	line-height:36px;
	background:url(img/list_ioc.png) no-repeat 9px 9px #fff;
	font-size:16px;
	padding:0;
	position:relative;
	padding-left:35px;
	padding-right:15px;
	cursor:pointer;
}
.global_nav li.more .s1 ,.list_nav.more .s1 {
	position:absolute;
	display:inline-block;
	bottom:-1px;
	left:0;
	z-index:9;
	width:70px;
	height:1px;
	background:#fff;
	display:none;
	_overflow:hidden;
}
.global_nav .more_div,.list_nav .more_div {
	display:none;
	position: absolute;
	font-size: 16px;
	width:101px;
	border: 1px solid #ccc;
	top: 33px;
	left: -1px;
	background: #fff;
	z-index:5;
}
.global_nav .more_div a,.list_nav .more_div a {
	line-height:40px;
	text-align:center;
}
.global_nav .more_div a:hover,list_nav .more_div a:hover {
	background:#eaf0f5;
	color:#288ce6;
}
.search {
	float:right;
	margin-top:22px;
	position:relative;
}
li.search {
	margin-top:14px;
}
.search input {
	float:left;
}
.search_text {
	width:150px;
	height: 38px;
	line-height: 38px;
	/*border:1px solid #ccc;*/
	border-right:none;
	/*padding:10px 5px;*/
	/*height:20px;*/
	color:#888;
	font-size:14px;
	outline:none;
	text-indent: 10px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
}
.search_lick {
	display:none;
	background: #fff;
	position: absolute;
	left: 0;
	top: 38px;
	width: 297px;
	border: 1px solid #c1d0d7;
	border: 1px solid rgba(0,0,0,0.1);
}
.search_lick dl {
	display: block;
}
.search_lick dd {
	width: 276px;
	float: left;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	padding: 11px 10px 10px 11px;
	color: #333;
	cursor: pointer;
}
.global_nav .my_class {
	display:inline-block;
	width:87px;
	height:23px;
	padding-top:11px;
	float:right;
	border:2px solid #ff8800;
	margin-top:22px;
	background:#fff;
	color:#ff8800;
	padding-left:10px;
	font-size:14px;
	line-height:15px;
	margin-left:10px;
}
.global_nav .my_class i {
	display:inline-block;
	background:url(img/n_all_img.png) no-repeat;
	width:12px;
	height:15px;
	margin-right:5px;
	vertical-align:middle;
	margin-top:-3px;
	background-position:-120px 0;
}
.global_nav .my_class:hover {
	color:#fff;
	background:#ff8800;
}
.global_nav .my_class:hover i {
	background-position:-140px 0;
}
/*导航栏样式*/
	.nav_htc li {
	height:82px;
	_display:inline;
}
.nav_htc li a {
	text-align:center;
}
/*.nav li a:hover,.nav li a:active {
	color:#2e2d33;
	text-decoration:none;
	display:block;
}*/
	.nav_htc li a:hover,.nav_htc li a:active {
	color:#333333;
}
#global_slide {
	display:block;
	position:absolute;
	z-index:10;
	border-bottom: 3px solid #288ce6;
	color:#333333;
	height:3px;
	top:56px;
	width:40px;
}
/*搜索*/
	.n_leftxiale {
	display:none;
}
#fieldOption {
	display:none;
}
.gaibansearch2 input {
	height:35px;
	width: 250px;
	border: 1px solid #ccc;
	border-right: none;
	padding: 8px 5px;
	line-height: 18px;
	height: 20px;
	font-size: 14px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.input_sub {
	background:url(img/search_btn.png) no-repeat;
	text-indent:-99999px;
	width:38px;
	height:38px;
	border:none;
	border-radius:0 3px 3px 0;
	cursor:pointer;
}
/*岗位下拉分类*/
	.category_v3 {
	font-family:microsoft yahei;
	background:#3f88ca;
	position:absolute;
	width:1200px;
	left:50%;
	margin-left:-590px;
	top:65px;
	z-index:9;
	border-radius:5px;
	box-shadow:rgba(0,0,0,0.4) 0 0 5px;
	display:none;
}
.category_v3 .ic {
	border-width: 8px;
	border-color: transparent transparent #3f88ca transparent;
	border-style: dashed dashed solid dashed;
	position:absolute;
	left:282px;
	top:-15px;
	z-index:10;
	display:inline-block;
}
.category_v3 ul {
	margin:auto;
	font-size:12px;
	padding:0;
	overflow:hidden;
	line-height:32px;
	height:438px;
	padding:5px 0px 0 0;
}
.category_v3 li {
	position:relative;
	padding:0 20px;
	white-space:nowrap;
	margin-top:6px;
	display: inline-block;
	float:left;
	overflow:hidden;
	border-bottom:1px dotted #66a0d5;
	padding-bottom:5px;
	width:1140px;
}
.category_v3 li:last-child {
	border-bottom:none;
}
.category_v3 .all_cat {
	cursor:pointer;
}
.category_v3 li h3 {
	font-size:15px;
	font-weight: bold;
	color: #fff;
	float:left;
	width:70px;
}
.category_v3 li h3 a {
	font-size:15px;
	font-weight: bold;
	color: #fff;
	padding:0;
}
.category_v3 .m_cat_img {
	vertical-align:middle;
	margin-top:-2px;
	margin-left:10px;
}
.category_v3 .c_desc {
	float:right;
	width:1070px;
}
.category_v3 span a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding:0 12px;
	word-break: break-all;
	word-wrap: break-word;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.category_v3 span a:hover {
	text-decoration:underline;
}
.category_v3 .all_p {
	width:55px;
	display:inline-block;
}
.category_v3 span {
	float:left;
}
/*岗位下拉分类结束*/
	/*底部导航*/
	.bottom_nav {
	clear:both;
	background:#18a1fd;
	height:240px;
	position:relative;
	font-family:'Microsoft YaHei';
	min-width:1200px;
}
.left_logo {
	position:absolute;
	left:50%;
	margin-left:-580px;
	top:50px;
}
.bottom_about {
	position:absolute;
	left:50%;
	margin-left:-380px;
	top:50px;
}
.bottom_about dl {
	float:left;
	width:134px;
	color: #fff;
	font-size: 12px;
}
.bottom_about dl.dl_03 {
	width:230px;
}
.bottom_about dl.dl_03 dt {
	margin-left:10px;
}
.bottom_about dl.dl_03 dd {
	margin-bottom:20px;
}
.bottom_about dl.dl_03 img {
	margin:0 10px;
}
.bottom_about dt {
	color: #fff;
	margin-bottom: 15px;
	width: 100%;
	float: left;
	font-size: 16px;
}
.bottom_about dt a {
	line-height: 16px;
	color: #fff;
}
.bottom_about dd {
	width:100%;
	float:left;
	color:#fff;
	font-size:14px;
}
.bottom_about .spe_dd {
	padding-left:10px;
}
.bottom_about dd a {
	line-height: 30px;
	font-size: 12px;
	color: #fff;
}
.bottom_about dd a:hover {
	color:orange;
}
.bottom_contact {
	position: absolute;
	right: 53%;
	margin-right: -590px;
	top: 50px;
}
.bottom_contact a {
	display:block;
	background:#fff;
	border-radius:5px;
	width:197px;
	height:51px;
}
.bottom_contact a:hover img {
	opacity: .7;
	-webkit-transition: all .2s ease-in;
}
.bottom_contact dl {
	float:right;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:16px;
	margin:0 8px;
}
.bottom_contact dl dd {
	margin-top: 10px;
}
.bottom_contact ul {
	float: right;
	margin-right: 24px;
}
.bottom_contact ul li {
	margin-bottom: 16px;
}
.bottom_contact li img:hover {
	opacity: .8;
	-webkit-transition: all .2s ease-in;
}
/*底部版权*/
	.footer {
	font-family:'Microsoft YaHei';
	background:#0088e3;
	padding:12px 0 10px;
	text-align:center;
	color:#fff;
	font-size:12px;
	min-width:1200px;
	width:100%;
	clear:both;
}
.footer .certification {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.footer .certification img {
	padding: 0 5px;
	height:36px;
	float:right;
}
.footer .phone {
	vertical-align:middle;
	margin-top:-3px;
	margin-right:5px;
}
.certification em {
	float:left;
	font-style:normal;
	display:inline-block;
	padding-top:12px;
}
.certification span {
	float:right;
}
.footer a {
	color:#cccccc;
}
.footer a:hover {
	text-decoration:underline;
}
/*视频列表新头部*/
.list_nav {
	float: left;
	height: 65px;
	line-height: 65px;
	position: relative;
}
.list_nav:hover ul{
	display: block;
}
.list_nav a {
	color:#fff;
	font-size:17px;
	padding: 0 14px;
}
.list_nav ul{
    width: 120px;
    position: absolute;
    left: 50%;
    top: 65px;
    margin-left: -60px;
    z-index: 99999;
    text-align: center;
    background: #3BB0FF;
    border-radius: 0px 0px 10px 10px;
    display: none;
}
.list_nav ul li {
    width: auto;
    height: 40px;
    line-height: 30px;
    overflow: hidden;
}
.list_nav ul li a{
	padding: 0px 5px;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_nav ul li a:hover{
	color: orange;
}
.list_nav_home {
	padding-left:14px;
}
.list_nav.more {
	position:relative;
	background: url(img/list_ioc.png) no-repeat 8px 8px #fff;
	color:#888;
	font-size: 14px;
	border:1px solid #ddd;
	height: 33px;
	line-height: 33px;
	margin-top: 15px;
	padding-left: 35px;
	width: 34px;
	cursor:pointer;
}
.list_nav .more_div a:link, .list_nav .more_div a:visited {
	color:#888;
	font-size:16px;
}
/*网站首页头部修改*/
	.list_nav.sea {
	/*width: 300px;*/
	margin-top:14px;
	padding-left:28px;
}
.list_nav.sea input {
	float:left;
}
.excit01 div ul {
	display:none;
	position:absolute;
	right:0;
	top:50px;
	background:url(img/user_cir.png) no-repeat 110px 4px;
	box-shadow:1px 1px 1px rgba(0,0,0,0.1);
	width:142px;
	z-index:40;
	padding-top:16px;
}
.excit01 div ul li {
	clear:both;
	padding:0 16px;
	border-bottom:1px solid #ddd;
	background:#fff;
	overflow:hidden;
}
.excit01 div ul a {
	color:#333;
	font-size:14px !important;
	line-height:34px;
}
.excit01 div ul a.namer {
	display:block;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.excit01 div ul a:hover {
	color:#288ce6;
}
.excit01 div img {
	display:block;
	margin-top:15px;
}
/*视频列表搜索修改*/
	.list_search .search .search_text {
	width:490px;
	border:1px solid #f80;
}
.list_search {
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding:50px 0;
}
.list_search .search {
	width:542px;
	margin:0 auto;
	display:block;
	float:none;
	overflow:hidden;
}
.hot_search {
	width:534px;
	margin:0 auto;
	padding:10px 0 0 0;
	color:#888
}
.hot_search a:link,.hot_search a:visited {
	color:#333;
	padding:0 10px;
	font-size:12px;
}
/*右侧浮动样式*/
	.fd_float {
	width: 52px;
	height: 250px;
	right: 0;
	bottom: 200px;
	z-index: 999;
	position: absolute;
	position: fixed;
	_position: absolute;
	_top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollBootom)+135+'px');
}
.fd_float2 {
	left:29px;
	position:fixed;
	top:70%;
}
.fd_float a {
	display: block;
	width: 52px;
	margin-bottom: 6px;
	position: relative;
	height:57px;
	background:url(img/css_sprite2.png);
}
.fd_float .fd_qq {
	background-position: 0 -60px;
}
.fd_float .fd_car {
	background-position: 0 -240px;
}
.fd_float .fd_shop {
	background-position: 0 -120px;
}
.fd_float .fd_totop {
	background-position: 0 -180px;
	height: 43px;
	overflow: hidden;
}
.fd_float .fd_date {
	background-position: 0 64px;
}
.fd_app:hover {
	background-position: -60px 0px;
}
.fd_qq:hover {
	background-position:-60px -60px;
}
.fd_car:hover {
	background-position:-60px -240px;
}
#doyoo_panel a:hover {
	background-position:-60px -240px;
}
.fd_shop:hover {
	background-position: -60px -120px;
}
.fd_totop:hover {
	background-position:-60px -180px;
}
.fd_float .fd_date:hover {
	background-position: -60px 64px;
}
.fd_float a.fd_totop {
	display:none;
}
.fd_float a span {
	display:block;
}
.fd_float .fd_ck {
	position:absolute;
	right:56px;
	top:0;
	overflow:hidden;
	display:none;
	width:240px;
}
#doyoo_panel a {
	background-position:0 -240px;
	height:57px !important;
	width:52px !important;
	diaplay:block;
}
#doyoo_panel {
	height:63px !important;
	background:none !important;
}
/*首页吸附导航*/
	.top_bar {
	position:fixed;
	top:0;
	z-index:100000;
	height:50px;
	line-height:50px;
	width:100%;
	background:#288ce6;
	border-bottom:1px solid #1272c8;
	box-shadow:0 0 3px #999;
	display:none;
}
.top_bar.appear {
	display:block;
}
.top_bar ul {
	width:1200px;
	margin:0 auto;
}
.top_bar ul li {
	float:left;
	padding-left:40px;
}
.top_bar ul li a {
	font-size:14px;
	color:#fff;
}
.index_title {
	margin-top:55px;
}
.cat_tag_div ul li.index_ad {
	height:auto;
	marin-top:30px;
}
/*首页广告*/
	.index_ad {
	width:100%;
	background:#065496;
	margin-top:50px;
	text-align:center;
}
/*各系统班固定底部*/
	.btm_div {
	z-index:2;
	background:rgba(0,0,0,0.85);
	bottom:0;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	overflow:hidden;
	line-height:60px;
	position:fixed;
	text-align:center;
	width:100%;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	_position: absolute;
	background:rgba(0,0,0,.85);
	*background: #222;
	/* For IE 8*/
	-ms-filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
	/* For IE 5.5 - 7*/
	filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
}
.btm_div .btn_bm {
	float:right;
	text-decoration:none;
	background:#980000;
	color:#fff;
	font-size:30px;
	line-height:50px;
	font-weight:bold;
	padding:0 20px;
	line-heihgt:56px;
	margin-top:4px;
}
.btn_zx span {
	background:#1d94cb;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	padding:8px 15px
}
.btm_div div {
	font-family: microsoft yahei;
	margin: auto;
	padding-top: 10px;
	width: 1000px;
}
.btm_div em {
	color: #fff;
	float: left;
	font-family: microsoft yahei;
	font-size: 40px;
	font-style:normal;
}
.btm_div em span {
	color: #fff000;
	font-weight: bold;
}
.btm_div span a {
	color:#fff;
}
.btm_div span a:hover {
	color:#fff;
	cursor:default;
}
.btn_zx {
	padding-left:10px
}
.btm_div i {
	color:#bbb;
	font-size: 20px;
	padding-left: 8px;
	text-decoration: line-through;
	font-weight:100;
}
.btm_div .service {
	color: #fff;
	float:right;
	font-size:20px;
	line-height:89px;
	padding-right:20px;
}
.weixin_pay {
	width:200px;
	float:left;
}



#photos,#photos li{
	float: left;
	margin-left: 20px;
}

#photos li img,#photos li a{
	display: block;
	float: left;
}
#photos li a{
	margin-left: 10px;
    margin-top: 30px;
}
.user_pingLun_message_xx,.xingji_pinglun{
	height: 20px;
	padding-bottom: 20px;
}
.user_pingLun_message_xx span,.xingji_pinglun span{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.xingji_pinglun{
	float: left;
}
.xingji_pinglun span{
	background-image: url(/public/ysw/images/icon_star.png);
}
.user_pingLun_message_xx{
	width: 100%;
}
.user_pingLun_message_xx span{
	background-image: url(/public/ysw/images/icon_star.png);
}




.user_pingLunKuang{
	width: 100%;
	margin-bottom: 50px;
}
.user_PL_txt{
	border: 1px solid #c1c1c1;
    border-radius: 10px;
    padding: 20px;
    width: 1158px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    margin: 10px 0px;
    outline: none;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}
.user_PL_btn{
	width: 100%;
}
.user_PL_btn input[type=button]{
	padding: 6px 20px;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
    border: none;
    float: right;
}
.quedingPL{
	background-color: #f63;
}
.quedingQX{
	background-color: #999;
}
.select-file{
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    outline: 0px;
    letter-spacing: 2px;
    margin-left: 20px;
    float: left;
}
.pinglun_picture{
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 20px;
}
.pinglun_picture img{
	display: block;
	width: 100%;
	height: 100%;
}
.user_pingLun{
	width: 100%;
}
.user_pingLun li{
	height: auto!important;
    height: 150px;
    min-height: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.user_pingLun_photo{
	float: left;
	width:200px;
}
.user_pingLun_photo_pic{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0px auto;
	background-image: url(/public/ysw/images/facepic.jpg);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.user_pingLun_photo_txt{
	padding-top: 10px;
	font-size: 16px;
	width: 80%;
	text-align: center;
	margin: 0px auto;
}
.user_pingLun_message{
	width: 995px;
	float: right;
}

.user_pingLun_message_txt{
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 20px;
}
.user_pingLun_message_pic{
	margin-bottom: 20px;
}
.user_pingLun_message_pic img{
	display: inline-block;
	width: 90px;
	height: 90px;
	padding: 5px;
	border: 1px solid #cdcdcd;
	margin-right: 10px;
}
.user_pingLun_message_xg span{
	color: #999;
	font-size: 16px;
	margin-right: 50px;
}





#ceshiaa{
	display: block;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: orange;
	color: #fff;
	font-size:  14px;
	margin: 0px auto 20px;
	border-radius: 5px;
}





/*网课、面授弹出框*/
.mianshou_PL_box{
	margin-bottom: 20px;
}
.className,.classMoney,#zmoney,#shouhuoDZ{
	margin-left: 10px;
	color: orangered;
}
.money_yue{
	display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0px auto;
    background-color: orange;
}
.kechengxuanxiang{
	width:15px;
	height:15px;
	display: block;
	float: left;
}
.kechengtxt{
	float: left;
	margin-left: 10px;
	line-height: 25px;
}
.kechengtxt span,.jiage{
	margin-left: 10px;
	color: orangered;
}
.kecheng_zongjia{
	padding: 0px 20px 15px 20px;
	font-size: 14px;
    text-align: left;
    color: #000;
    letter-spacing: 2px;
}
#zmoney{
	font-size: 16px;
	font-weight: bold;
}





/*面授视频播放*/
.mianshou_video_EWM_con{
	width: 280px;
    height: 327px;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -140px;
}
.mianshou_video_EWM_con p{
	text-align: center;
    font-size: 12px;
    color: #007FFF;
    padding-top: 20px;
}
.mianshou_video_box,.mianshou_video_EWM{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	z-index: 999999999999;
	display: none;
}
.mianshouClose,.erweimaClose{
	margin-right: 20px;
}
.mianshou_video_C{
	width: 1000px;
	margin: 50px auto 0px;
}
.mianshou_video_head{
	margin-left: -1px;
    width: 100%;
    height: 50px;
    background-color: #f63;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    padding: 0px 20px;
}





/*网课标题*/
.course-index-title{
    padding: 0px 10px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.course-index-title span{
    font-size: 24px;
    color: #13072a;
}
.course-index-title a{
    float: right;
    color: #999;
}
.course-index-title a:hover{
    color: orangered;
}