@charset "utf-8";
/* CSS Document */

/* css reset */

    /* 清除内外边距 */
    body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
    dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
    pre, /* text formatting elements 文本格式元素 */
    fieldset, legend, button, input, textarea, /* form elements 表单元素 */
    th, td { /* table elements 表格元素 */
        margin: 0;
        padding: 0;
		border: 0px;
    }
    
    /* 设置默认字体 */
    body,
    button, input, select, textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
             "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
             SimSun, sans-serif;
	font-size: 14px;
	color:#333;
	/* [disabled]outline:none; */
    }
	button, input, select, textarea{ outline:none;}
    html {line-height: 1; }
    address, cite, em, var,i { font-style: normal; } /* 将斜体扶正 */
    
    h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
    h2 { font-size: 16px; }
    h3 { font-size: 14px; }
    h4, h5, h6 { font-size: 100%; }
    
    /* 重置列表元素 */
    ul, ol, li { list-style: none; }
    
    /* 重置文本格式元素 */
    a { text-decoration: none;color:#333; cursor:pointer;}
    a:hover { text-decoration:none; color:#4691ee; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
	
	/* 重置图片元素 */	
    img {border: 0px;vertical-align:middle;-ms-interpolation-mode: bicubic;}
	
.bx_fl, .fl {float: left;}
.bx_fr, .fr {float: right;}
.container{width:1200px; margin:0 auto;}
.clear{ clear:both;}
.c10{height:10px;width:100%;}
.c20{height:20px;width:100%;}
.c30{height:30px;width:100%;}
.dis{display:block;margin:0px;padding:0;}
.undis{display:none;margin:0px;padding:0;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0}
.hot .item .img img, .hot .item .pic img{
	width:100%; height:100%;
	overflow-x: hidden;
    overflow-y: hidden;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.hot .item .img img:hover, .hot .item .pic img:hover{
	transform: scale(1.2, 1.2);
	
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
	}
	


div.box-sizing{
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-o-box-sizing:border-box;
}


	 
/*top*/
.top{width:100%; height:30px;}
.top > div{width:100%; height:30px;} 
.top > div.gray{background-color:#333333;}
.top > div > .body{width:1200px; margin:0 auto;}
.top > div > .body > .right{height:30px; line-height: 30px; font-size: 12px; color: #FFFFFF;}
.top > div > .body > .right a{color:#FFFFFF;}
.top > div > .body > .right a:hover{color:#4691ee;}

/*
.top > div{width:20%; float:left; height:3px;} 
.top > div.yellow{ background-color:#ffb400;}
.top > div.red{ background-color:#ef3838;}
.top > div.blue{ background-color:#1e8dff;}*/


/*head*/
.header{width:100%; box-sizing:border-box; background-color:#fff;} /*border-bottom:1px solid #cfcfcf;*/
/*.header .logo{display:inline-block; float:left; width:230px; height:32px; margin-top:24px; background-image:url(../images/tubiao.png); background-position:-286px -10px;}*/
.header .header-l{display:inline-block; float:left; margin:20px 0;  font-size: 24px; font-weight: bold; color: #333333;}
.header .header-l .logo{height:60px; vertical-align: middle;}
.rel{position:relative;}
.header-jf{position:absolute; top:8px; right:0;}
.header-rss{position:absolute; top:29px; right:0;}
.header-tag{position:absolute; top:50px; right:0;}
.header-jf .jf-btn, .header-rss .rss-btn, .header-tag .tag-btn{width:36px; height:16px; line-height:16px; display:inline-block; background-color:#24a5ff; border:1px solid #24a5ff; font-size:12px; color:#fff; text-align:center; border-top-left-radius:9px; -moz-border-top-left-radius:9px; -o-border-top-left-radius:9px; -webkit-border-top-left-radius:9px; border-bottom-left-radius:9px; -moz-border-bottom-left-radius:9px; -o-border-bottom-left-radius:9px; -webkit-border-bottom-left-radius:9px;}
.header-rss .rss-btn{background-color:#ff9000; border:1px solid #ff9000;}
.header-tag .tag-btn{background-color:#a500b9; border:1px solid #a500b9;}
.header-jf .jf-btn:hover{background-color:#fff; color:#24a5ff;}
.header-rss .rss-btn:hover{background-color:#fff; color:#ff9000;}
.header-tag .tag-btn:hover{background-color:#fff; color:#a500b9;}

/*nav*/
.nav-c{background-color: #ffffff; border-top: 1px solid #eee;}
.nav-c .nav{float:left; width: 100%;}
.nav-c .nav > .menu li{float:left; line-height:32px; margin-right:50px; padding: 15px 0;    position: relative;}
.nav-c .nav > .menu li a{font-size:16px; cursor:pointer; color:#999; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;}
.nav-c .nav > .menu li a:hover{color:#4691ee; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;}
/*.nav-c .nav > .menu li:hover,*/
.nav-c .nav > .menu li.on{
	padding-top: 10px;
	border-top: 5px solid #4691ee;
	-webkit-box-sizing:border-box; /* Safari */  
	-moz-box-sizing:border-box; /* Firefox */  
	box-sizing:border-box; 
}
.nav-c .nav > .menu li.on a{color:#4691ee; }
.nav-c .nav > .menu li.more{ position:relative; margin-right:0;}
.nav-c .nav > .menu li.more:before{content:''; position:absolute; right:-20px; top:28px; display:inline-block; width:12px; height:7px; background-image:url(../images/tubiao.png); background-repeat:no-repeat; background-position:-10px -69px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.nav-c .nav > .menu li.more:hover:before{background-position:-10px -86px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.nav-c .nav > .menu li > .menu-child{
	display:none; background: #fff; 
	/*filter:alpha(opacity=90);*/ 
	/*background:rgba(255,255,255,0.9);*/ 
	background: #F6F8F9;
	position:absolute; width:120px; z-index:9999; 
	/*left:-20px;*/
	left:0px;
}
.nav-c .nav > .menu li > .menu-child li{float:none; margin-right:0; padding: 5px 0; line-height:20px; text-indent:20px;}
/*.nav-c .nav > .menu li.more:hover > .menu-child{ display:block;}*/
.nav-c .nav > .menu li:hover > .menu-child{ display:block;}


/*search*/
.header-r{float:right; padding-top:26px;} 
.header-r .search{float:left; width:400px; box-sizing:border-box; border:1px solid #ddd; border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px;} 
.header-r .search .searchCon{float:left; width:290px; background:none; text-indent:5px; outline:none; font-size:16px; box-sizing:border-box; padding: 11px 6px;}
.header-r .search .searchMenu{float:right; width:100px; outline:none; cursor:pointer; color: #fff; font-size: 18px; background-color: #044dbc; padding: 10px 0;}   /**background:url(../images/tubiao.png) -102px -40px no-repeat;*/

.header-r .login{float:left; line-height:30px; margin-left:20px; color:#979797; font-size:12px;}
.header-r .login a{color:#444; font-size:16px;}
.header-r .login a:hover{text-decoration:underline;}


/*新闻样式开始*/

/*main-parent*/
.main-parent{width: 100%; background-color: #f6f8f9;}

/*main*/
.main{
	padding: 20px 0 ; 
	/*border-bottom:5px solid #ef3838;*/ 
	position:relative;
}
.w860{width:860px; float:left;}


/*footer*/
.footer{width:100%; background:#4d4d4d; padding: 30px 0;}
.footer .footer-link{line-height:54px; border-bottom:1px solid #3a3a3a; text-align:center;}
.footer .footer-link a{margin-left:66px; color:#fff; font-size:14px;}
.footer .footer-link a:hover{ text-decoration:underline;}
.footer .copyright{
	line-height:24px; color:#aeaeae; font-size:12px; text-align:center; padding:15px 0; 
	/*border-top:1px solid #5f5f5f;*/
}


/*right-fixed*/
.right-fixed{position:fixed; right:0px; bottom:150px;}
.right-fixed li{width:50px; height:50px; background-color:#cacaca; margin-bottom:1px; cursor:pointer; position:relative;}
.right-fixed .app, .right-fixed .weixin, .right-fixed .wap, .app-logo, .weixin-logo{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .app:hove, .right-fixed .weixin:hover, .right-fixed .wap:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .back-top{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .back-top:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .app{background-position:-10px -170px;}
.right-fixed .weixin{background-position:-65px -170px;}
.right-fixed .wap{background-position:-120px -170px;}
.right-fixed .back-top{display:none; background-position:-175px -170px;}
.right-fixed .app:hover{background-position:-10px -114px;}
.right-fixed .weixin:hover{background-position:-65px -114px;}
.right-fixed .wap:hover{background-position:-120px -114px;}
.right-fixed .back-top:hover{background-position:-175px -114px;}
.app-logo, .weixin-logo, .wap-logo{width:162px; display:none; position:absolute; bottom:0; left:-162px; border:1px solid #ccc; box-sizing:border-box;}
.app-logo{height:180px; background-position:-180px -229px;}
.weixin-logo{height:200px; background-position:-10px -229px;}
.right-fixed .app:hover .app-logo{display:block;}
.right-fixed .weixin:hover .weixin-logo{display:block;}
.right-fixed .wap:hover .wap-logo{display:block;}


/**
 * page
 */
.page-large{margin:40px 0 20px; text-align:center;}
.page-large a{min-width:34px; height:34px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:34px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-large a.on{border:1px solid #044dbc; background:#044dbc; color:#fff;}
.page-large a.none{border:none;}
.page-large .Num:hover{border:1px solid #044dbc; color:#044dbc;}
.page-large .on:hover{border:1px solid #044dbc; color:#fff;}

.page-large .prev-page{background:url(../images/small-prev-page.png) center center no-repeat;}
.page-large .next-page{background:url(../images/small-next-page.png) center center no-repeat;}
.page-large .prev-page:hover{border:1px solid #044dbc; background:url(../images/small-prev-page-on.png) center center no-repeat #044dbc;}
.page-large .next-page:hover{border:1px solid #044dbc; background:url(../images/small-next-page-on.png) center center no-repeat #044dbc;}





/**
 * home
 */
.home-left{float:left; width: 280px; margin: 0px; padding: 0px;}
.home-right{float:right; width: 900px; margin: 0px; padding: 0px;}

.home-left-1{float:left; width: 380px; margin: 0px; padding: 0px;}
.home-right-1{float:right; width: 800px; margin: 0px; padding: 0px;}


.custom-pannel-calendar{width: 100%; background-color: #FFFFFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.custom-pannel-calendar .header{width: 100%; padding: 20px;}
.custom-pannel-calendar .header .title{width: 340px; text-align: center; font-size: 18px; color: #333333;}
.custom-pannel-calendar .body{width: 100%; padding: 10px 0px 20px 0px;  text-align: center;}


.left-nav{
	width: 100%; background-color: #FFFFFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.left-nav div{
	width: 100%; padding:15px 20px 15px 25px; font-size: 16px; color: #555555;
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-o-box-sizing:border-box;
}
.left-nav div.active, .left-nav div:hover{
	padding-left: 20px; border-left: 5px solid #4691ee; color: #4691ee;
}
.left-nav div.active > a {color: #4691ee;}
.left-nav div > span {color: red;}



/**
 * right
 */

.right-body{
	width: 100%; padding: 20px; background-color: #FFFFFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-o-box-sizing:border-box;
}
.right-body .position{
	position: relative; width: 100%; font-size: 16px; color: #333333;
}
.right-body .position .p-back-btn{
	position: absolute; top: -5px; right: 0px; padding: 3px 6px; background-color: #4691ee; color: #ffffff; font-size: 14px; cursor: pointer;
	border: 1px solid #4691ee; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px;
}


.right-body .search{
	width: 100%; font-size: 16px; color: #333333;
}
/*.header-r{float:right; padding-top:26px;}*/ 
.right-body .search{float:left; width:100%; box-sizing:border-box; border:1px solid #dddddd; border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px;} 
.right-body .search .searchCon{float:left; width:90%; background:none; text-indent:5px; outline:none; font-size:14px; box-sizing:border-box; padding: 11px 6px;}
.right-body .search .searchBtn{float:right; width:10%; outline:none; cursor:pointer; color: #ffffff; font-size: 16px; background-color: #044dbc; padding: 10px 0;}   /**background:url(../images/tubiao.png) -102px -40px no-repeat;*/

.right-body .item-list{margin-top: 20px;}
.right-body .item-list .item{
 	float: left; width: 100%; padding: 20px 0; border-top: 1px dashed #DDDDDD;
}
/*.right-body .item-list .item:hover{
 	background-color: #EEEEEE;
}*/



/**
 * 宣讲会、双选会
 */
.right-body .item-list .item .i-left{float: left; width:60px;}
.right-body .item-list .item .i-left img{float: left; width: 60px; height: 60px; border: 1px solid #dddddd; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px;}
.right-body .item-list .item .i-left div{float: left; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 20px; color: #4691ee; border: 1px solid #dddddd; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px;}
.right-body .item-list .item .i-center{float: left; width:500px; margin-left: 20px;}
.right-body .item-list .item .i-center .ic-title{font-size: 16px; color: #333333; padding: 5px 0; cursor: pointer;}
.right-body .item-list .item .i-center .ic-sub{font-size: 14px; color: #999999; padding: 5px 0; line-height:24px;}
.right-body .item-list .item .i-right{float: right; width:150px; font-size: 14px; color: #999999;}
.right-body .item-list .item .i-right .ir-time{text-align: right; padding: 5px 0;}
.right-body .item-list .item .i-right .ir-sub{text-align: right; padding: 5px 0; margin-top: 10px;}
.right-body .item-list .item .i-right .ir-sub span{color: #4691ee;}
.right-body .item-list .item-bottom{
 	float: left; width: 100%; padding: 20px 0; border-top: 1px dashed #DDDDDD; font-size: 14px; color: #999999; text-align: center;
}
.right-body .item-list .item-bottom .ib-sub,
.right-body .item-list .item-bottom .pre,
.right-body .item-list .item-bottom .next{
	display: inline-block; padding: 6px 10px; border: 1px solid #DDDDDD; margin-left: 15px; cursor: pointer;
}
.right-body .item-list .item-bottom .ib-sub.active{
/**	border: 1px solid #4691ee; color: #4691ee;*/
	border: 1px solid #044dbc;
    background: #044dbc;
    color: #fff;
}
.right-body .item-list .loading{text-align: center; padding: 20px 0;}
.right-body .item-list .nodata{text-align: center; padding: 20px 0;}

.right-body .header{padding-top: 20px; margin-top: 20px; border-bottom: 1px solid #dddddd;}
.right-body .header .title{font-size: 18px; font-weight: 600; color: #333333;}
.right-body .header .sub-head{font-size: 14px; color: #dddddd; text-align: right; padding: 10px 0 15px 0;}
.right-body .content-body .c-title{font-size: 16px; font-weight: 600; color: #333333; padding: 30px 0; text-align: center;}
.right-body .content-body .c-body{font-size: 14px; padding: 0px 20px 20px 20px; line-height: 24px; word-wrap: break-word; word-break: break-all; letter-spacing: 1px;}
.right-body .content-body .c-body div.mark{font-size: 14px; font-weight: 600; color: #333333; margin: 20px 0;}

.right-body .content-body .c-body .position-list ul{
	float: left; width: 100%;
}
.right-body .content-body .c-body .position-list ul li{
	float: left; border-bottom: 1px dashed #dddddd;ft; width: 50%; padding: 10px 15px;
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-o-box-sizing:border-box;
}
.right-body .content-body .c-body .position-list ul.p-header{
	border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; color: #333333; font-weight: 600;
}
.right-body .content-body .c-body .position-list ul.p-item{
	border-top: 1px dashed #dddddd;
}
.right-body .content-body .c-body .position-list ul.p-item:first-child{
	border-top: none;
}


.right-body .content-body .c-body .company-list .company-nav{
	float: left; background-color: #f6f8f9; padding:15px 10px 0px 10px; width:100%;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
.right-body .content-body .c-body .company-list .company-nav .nav-item{
	float: left; background-color: #f6f8f9; padding: 10px 15px; margin-left:5px; font-weight:bold; cursor:pointer;
}
.right-body .content-body .c-body .company-list .company-nav .nav-item.active,
.right-body .content-body .c-body .company-list .company-nav .nav-item:hover{
	background-color: #ffffff; color:#4691ee;
}
.right-body .content-body .c-body .company-list ul{
	float: left; width: 100%;
}
.right-body .content-body .c-body .company-list ul li{
	float: left; border-bottom: 1px dashed #dddddd; padding: 10px 15px;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
.right-body .content-body .c-body .company-list ul.p-header{
	border-bottom: 1px solid #dddddd; color: #333333; font-weight: 600;  /**border-top: 1px solid #dddddd;*/
}
.right-body .content-body .c-body .company-list ul.p-item{
	border-top: 1px dashed #dddddd;
}
.right-body .content-body .c-body .company-list ul.p-item:first-child{
	border-top: none;
}


/**
 * 职位信息列表
 */
.right-body .item-p-list{margin-top: 20px;}
.right-body .item-p-list .item{
 	float: left; width: 100%; padding: 20px 0; border-top: 1px dashed #DDDDDD;
}
.right-body .item-p-list .item .i-left{float: left; width:60px;}
.right-body .item-p-list .item .i-left img{float: left; width: 60px; height: 60px; border: 1px solid #dddddd; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px;}
.right-body .item-p-list .item .i-left div{float: left; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 20px; color: #4691ee; border: 1px solid #dddddd; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px;}
.right-body .item-p-list .item .i-center{float: left; width:400px; margin-left: 20px;}
.right-body .item-p-list .item .i-center .ic-title{font-size: 16px; color: #333333; padding: 5px 0; cursor: pointer;}
.right-body .item-p-list .item .i-center .ic-sub{font-size: 14px; color: #999999; padding: 5px 0; margin-top: 10px;}
.right-body .item-p-list .item .i-right{float: right; width:250px; font-size: 14px; color: #999999;}
.right-body .item-p-list .item .i-right .ir-time{text-align: right; padding: 5px 0;}
.right-body .item-p-list .item .i-right .ir-sub{text-align: right; padding: 5px 0; margin-top: 10px;}
.right-body .item-p-list .item .i-right .ir-sub span{color: #4691ee;}
.right-body .item-p-list .item-bottom{
 	float: left; width: 100%; padding: 20px 0; border-top: 1px dashed #DDDDDD; font-size: 14px; color: #999999; text-align: center;
}
.right-body .item-p-list .item-bottom .ib-sub,
.right-body .item-p-list .item-bottom .pre,
.right-body .item-p-list .item-bottom .next{
	display: inline-block; padding: 6px 10px; border: 1px solid #DDDDDD; margin-left: 15px; cursor: pointer;
}
.right-body .item-p-list .item-bottom .ib-sub.active{
	border: 1px solid #4691ee; color: #4691ee;
}
.right-body .item-p-list .loading{text-align: center; padding: 20px 0;}
.right-body .item-p-list .nodata{text-align: center; padding: 20px 0;}





/**
 * 新闻类
 */
.right-body .item-list .item .n-text{float: left; width: 80%;}
.right-body .item-list .item .n-text a{
	position:relative; padding-left: 15px;
}
.right-body .item-list .item .n-text a > span{
	color: red;
}
/*.right-body .item-list .item .n-text a:before{
	content:''; position:absolute; top: 40%; left: 0; width: 4px; height: 4px; background: #999999;
	-webkit-border-radius:2px; -o-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
}*/
.right-body .item-list .item .n-time{float: left; width: 20%; text-align: right;}




/**
 * 详情
 */
.right-body .content-body{width: 100%;}
.right-body .content-body .content-assist{
	width: 100%; font-size: 12px; color: #999999;
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-o-box-sizing:border-box;
}
.right-body .content-body .content-assist .content-share{float: right; margin-right: 15px; position: relative; width: 80px; text-align: right; color: #666666;}
.right-body .content-body .content-assist .content-share .content-share-list{
	display: none; 
	position: absolute; right: -30px; top: 20px; width: 80px; background: #FFFFFF; border: 1px solid #cccccc;  padding: 5px 0; z-index: 99999;
	-webkit-border-radius:3px; -o-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.right-body .content-body .content-assist .content-share .content-share-list:before{
	position: absolute; content: ''; top: -8px; left: 40%; width: 0; height: 0;
	border-bottom: 8px solid #cccccc; border-left: 8px solid transparent; border-right: 8px solid transparent;
}
.right-body .content-body .content-assist .content-share .content-share-list:after{
	position: absolute; content: ''; top: -6px; left: 40%; width: 0; height: 0;
	border-bottom: 6px solid #ffffff; border-left: 8px solid transparent; border-right: 8px solid transparent;
}
.right-body .content-body .content-assist .content-share .content-share-list li{padding: 8px 0; text-align: center;}
.right-body .content-body .content-assist .content-share .content-share-list li:hover{color: #4691ee;}
.right-body .content-body .content-assist .content-share .content-share-list li a{background:none;}
.right-body .content-body .content-assist .content-share:hover .content-share-list{display: block;}
.right-body .content-body .content-txt{
	width: 100%; font-size: 16px; line-height: 30px;
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-o-box-sizing:border-box;
}
/**
.right-body .content-body .content-txt img{
	width: 100%;
}
*/
.right-body .content-body .content-download{width: 100%;}
.right-body .content-body .content-download .d-header{font-size: 16px; color: #666666; border-bottom: 1px solid #cccccc; padding: 15px;}
.right-body .content-body .content-download .d-item{font-size: 14px; color: #666666; border-bottom: 1px dashed #cccccc; padding: 15px; margin: 0 15px;}



/**
 * 图库样式开始
 */
.tssj{}
.tssj .tssjNav{margin:0 14px; width:130px; height:44px; background-image:url(../images/tubiao.png); background-position:-436px -66px;}
.tssjList{
	margin-top:8px;
}
.tssjList .tssjItem{
	float:left; width:330px; padding:15px; height:260px; overflow:hidden; margin-left:50px; position:relative;
}
.tssjList .tssjItem .tssjImg{width:330px; height:200px; display:block;}
.tssjList .tssjItem .tssjImg img{width:100%; height:100%;}
.tssjList .tssjItem h1{margin-top:14px;}
.tssjList .tssjItem h1 a{color:#1f1f1f; font-weight:normal;}
.tssjList .tssjItem p{margin-top:14px; color:#aeaeae; font-size:12px;}
.biankuang{width: 3px;height: 3px;position: absolute;z-index: 99;border-radius:10px;}
.biankuang_1{height: 3px;top: -6px;left:0px;border-left: 3px solid #4691ee;}  /** #ef3838 **/
.biankuang_2 {width: 0px;bottom:-3px;left: 0px;border-top: 3px solid #4691ee;}
.biankuang_3{height: 0px;bottom:0px;right:0px;border-right: 3px solid #4691ee;}
.biankuang_4{width:0px;top:-3px;right:0px;border-bottom: 3px solid #4691ee;}




/**
 * 视频
 */
.tssj .jcspNav{margin:0; background-image:url(../images/tubiao.png); background-repeat:no-repeat; background-position:-436px -126px;}
.jcspList{margin-top:16px;}
.jcspList .tssjItem{padding:0; margin-left:75px; width:350px; margin-bottom:30px; position:relative;}
.jcspList .tssjItem .tssjImg{width:100%; height:200px; position:relative;}
.jcspList .tssjItem .tssjImg:before{position:absolute; width:350px; height:200px; content:''; background:#000;  fliter: alpha(opacity=30); background:rgba(0,0,0,.3); display:none; top:0; left:0; z-index:1;}
.jcspList .tssjItem #caseBlanche{display:none;}
.jcspList .tssjItem:hover #caseBlanche, .jcspList .tssjItem:hover .tssjImg:before{display:block;}
.jcspList .tssjItem #load{height:62px;width:62px;position:absolute;top:70px;left:145px; background:url(../images/video-load.png) center center no-repeat; z-index:2;}
.jcspList .tssjItem #test{height:8px;width:8px;position:absolute;background-color:#fff;border-radius:50%;top:0px;left:10px; z-index:2;}
.jcspList .tssjItem #rond {height:60px;width:60px;border:1px solid #fff;border-radius:50%;position:absolute;top:70px;left:145px;animation:rond 2s infinite;-webkit-animation:rond 2s infinite; z-index:2;}
@keyframes rond {
  0% {transform:rotate(0deg);}
  100% {transform:rotate(360deg);}
}
@-webkit-keyframes rond {
  0% {-webkit-transform:rotate(0deg);}
  100% {-webkit-transform:rotate(360deg);}
}


/**
* 
**/
.student-page{background-color: #ffffff;}
.student-page .info-grid{font-size:14px;table-layout:fixed;width:100%; border-collapse: collapse; border-spacing: 0;}
.student-page .info-grid .grid-title{background-color:#f5f5f5;border-style:solid;border-color:#ddd;border-width:1px 1px 0;font-size:18px;padding:25px 0}
.student-page .info-grid .grid-title .gt-text{display:inline-block;vertical-align:middle}
.student-page .info-grid .pub-combox{width:100px;text-align:left}
.student-page .info-grid .grid-thead{background-color:#f5f5f5}
.student-page .info-grid .grid-cell{border:1px solid #ddd}
.student-page .info-grid .grid-cell-inner{display:block;padding:10px 15px;}


.text-left{text-align: left!important;}
.text-center{text-align: center!important;}
.text-right{text-align: right!important;}



/**
 * label
 */
.label-success{background-color: #DDF4EF; color: #56C9AF; font-size: 12px; display: inline-block; padding: 5px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.label-primary{background-color: #DBDFFF; color: #4B60FE; font-size: 12px; display: inline-block; padding: 5px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.label-danger{background-color: #FFDEDB; color: #FE584C; font-size: 12px; display: inline-block; padding: 5px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.label-warn{background-color: #FEF0D1; color: #FBB41B; font-size: 12px; display: inline-block; padding: 5px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.label-info{background-color: #DDF4EF; color: #56C9AF; font-size: 12px; display: inline-block; padding: 5px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.label-default{background-color: #B6C2C9; color: #ffffff; font-size: 12px; display: inline-block; padding: 5px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}



/**
 * color
 */

.color-11{color: #56C9AF;}
.color-12{color: #4c61fe;}
.color-14{color: #FD5951;}
.color-3{color: #333333;}
.color-6{color: #666666;}
.color-9{color: #999999;}
.color-c{color: #cccccc;}


.hide{display: none;}
.range-handle{cursor: pointer;}


/**
 * margin
 */
.m-0{margin: 0px;}
.m-5{margin: 5px;}
.m-10{margin: 10px;}
.m-15{margin: 15px;}
.m-20{margin: 20px;}
.m-25{margin: 25px;}
.m-30{margin: 30px;}

.m-t-0{margin-top: 0px;}
.m-t-5{margin-top: 5px;}
.m-t-10{margin-top: 10px;}
.m-t-15{margin-top: 15px;}
.m-t-20{margin-top: 20px;}
.m-t-25{margin-top: 25px;}
.m-t-30{margin-top: 30px;}

.m-r-0{margin-right: 0px;}
.m-r-5{margin-right: 5px;}
.m-r-10{margin-right: 10px;}
.m-r-15{margin-right: 15px;}
.m-r-20{margin-right: 20px;}
.m-r-25{margin-right: 25px;}
.m-r-30{margin-right: 30px;}

.m-b-0{margin-bottom: 0px;}
.m-b-5{margin-bottom: 5px;}
.m-b-10{margin-bottom: 10px;}
.m-b-15{margin-bottom: 15px;}
.m-b-20{margin-bottom: 20px;}
.m-b-25{margin-bottom: 25px;}
.m-b-30{margin-bottom: 30px;}

.m-l-0{margin-left: 0px;}
.m-l-5{margin-left: 5px;}
.m-l-10{margin-left: 10px;}
.m-l-15{margin-left: 15px;}
.m-l-20{margin-left: 20px;}
.m-l-25{margin-left: 25px;}
.m-l-30{margin-left: 30px;}


/**
 * padding
 */

.p-0{padding: 0px;}
.p-5{padding: 5px;}
.p-10{padding: 10px;}
.p-15{padding: 15px;}
.p-20{padding: 20px;}
.p-25{padding: 25px;}
.p-30{padding: 30px;}

.p-t-0{padding-top: 0px;}
.p-t-5{padding-top: 5px;}
.p-t-10{padding-top: 10px;}
.p-t-15{padding-top: 15px;}
.p-t-20{padding-top: 20px;}
.p-t-25{padding-top: 25px;}
.p-t-30{padding-top: 30px;}

.p-r-0{padding-right: 0px;}
.p-r-5{padding-right: 5px;}
.p-r-10{padding-right: 10px;}
.p-r-15{padding-right: 15px;}
.p-r-20{padding-right: 20px;}
.p-r-25{padding-right: 25px;}
.p-r-30{padding-right: 30px;}

.p-b-0{padding-bottom: 0px;}
.p-b-5{padding-bottom: 5px;}
.p-b-10{padding-bottom: 10px;}
.p-b-15{padding-bottom: 15px;}
.p-b-20{padding-bottom: 20px;}
.p-b-25{padding-bottom: 25px;}
.p-b-30{padding-bottom: 30px;}

.p-l-0{padding-left: 0px;}
.p-l-5{padding-left: 5px;}
.p-l-10{padding-left: 10px;}
.p-l-15{padding-left: 15px;}
.p-l-20{padding-left: 20px;}
.p-l-25{padding-left: 25px;}
.p-l-30{padding-left: 30px;}


.w-p-100{ width:100%!important}
.w-p-80{ width:80%!important}
.w-p-60{ width:60%!important}
.w-p-50{ width:50%!important}
.w-p-30{ width:30%!important}
.w-p-20{ width:20%!important}
.w-p-10{ width:10%!important}
.box-sizing{
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
