body {
	background: #f1f1f1!important;
}
#header {
	height: 55px;
}
#header .l-width {
	position: relative;
}
#header .logo {
	margin-top: 12px;
}
#header .nav {
	font-size: 14px;
}
#header .nav li {
	margin: 0 12px;
}
#header .nav li a {
	padding: 17px 3px 16px;
}
#header .nav li.current a {
	padding-bottom: 13px;
	border-bottom: 3px solid #ff4f02;
}
#header .head-right {
	float: right;
	padding: 18px 0 16px;
}
#header .head-right li {
	float: left;
	color: #9b9b9b;
}
#header .head-right li:not(:last-child):after {
	display: inline-block;
	width: 20px;
	text-align: center;
	content: "|";
}
#header .head-right li a {
	position: relative;
	color: inherit;
	line-height: 21px;
}
#header .head-right li a:first-child + a:last-child:before {
	display: inline-block;
	width: 10px;
	text-align: center;
	content: "/";
}
#header .head-right .icons a:before {
	position: absolute;
	left: 5px;
	bottom: -27px;
	border-bottom: 7px solid rgba(226, 226, 226, 0.5);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all .3s;
	-webkit-transition: all .3s;
}

#header .head-right li a i {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	background: url(../images/icon-head.png) no-repeat 0 -15px;
	vertical-align: middle;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#header .head-right li a .icon-h1 {
	
}
#header .head-right li a .icon-h2 {
	background-position: -15px -15px;
}
#header .head-right li a .icon-h3 {
	background-position: -30px -15px;
}
#header .head-right li a.active .icon-h1 {
	background-position: 0 0;
}
#header .head-right li a.active .icon-h2 {
	background-position: -15px 0;
}
#header .head-right li a.active .icon-h3 {
	background-position: -30px 0;
}
#header .head-right .icons a.active:before {
	bottom: -20px;
	opacity: 1;
	filter:alpha(opacity=100);
}
#header .header-search {
	position: absolute;
	right: 0;
	bottom: -65px;
	width: 400px;
	height: 65px;
	padding: 13px 13px;
	background: hsla(0,0%,100%,.8) ;
	box-shadow: 0 3px 8px rgba(0,0,0,.2);
	z-index: 10;
}

#header .header-search .search-box {
	height: 39px;
}
#header .header-search .layui-form-select, #header .header-search .layui-form-select input[type="text"] {
	width: 115px;
}
#header .header-search .layui-form-select {
	float: left;
	display: inline-block;
}
#header .header-search .layui-input {
	width: 220px;
}
#header .user-name {
	position: relative;
}
#header .user-name > span {
    position: relative;
    color: inherit;
    line-height: 21px;
    font-weight: bold;
    color: #497ED7;
}
#header .user-name > span:after {
	position: relative;
	top: -2px;
	display: inline-block;
    margin-left: 5px;
    border-top: 4px solid #497ED7;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
}
#header .user-name:hover  .user-sub {
	display: block;
}
#header .user-sub {
	display: none;
    position: absolute;
    right: -30px;
    top: 20px;
    padding: 5px 0;
    z-index: 999;
    width: 160px;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
       -webkit-animation-name: layui-upbit;
    animation-name: layui-upbit;
}
#header .user-sub li {
	float: none;
}
#header .user-sub li:after {
	display: none!important;
}
#header .user-sub li a {
	display: block;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}
#header .user-sub li a:hover {
    background-color: #f2f2f2;
}
.index-show {
	min-width: 1200px;
	height: 345px;
}
.index-show .show1 {

	height: 345px;
	background: url(../images/index-pic2.jpg) no-repeat center;
	background-size: cover;
}
.index-show .show1 .content {
	position: relative;
	width: 1160px;
	height: 345px;
	margin: 0 auto;
}
.index-show .total {
	position: absolute;
	right: 50px;
	top: 70px;
	width: 530px;
	height: 40px;
	font-size: 20px;
	color: #79777e;
	padding-right: 30px;
	line-height: 30px;
	text-align: center;
	background: url(../images/index-show-p2.png) no-repeat center bottom;
}
.index-show .total span, .index-show .sj-move li span {
	display: inline-block;
	width: 140px;
	padding: 0 10px;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-show .total .n1, .index-show .sj-move li .n1 {
	width: 150px;
}
.index-show .total .title {
	text-align: center;
	width: 200px;
} 
.index-show .sj-move li .title {
	width: 200px;
	text-align: left;
}
.index-show .total strong {
	color: #c97342;
	font-weight: bold;
}
.index-show .sj-move {
	position: absolute;
	right: 50px;
	top: 105px;
	width: 530px;
	height: 200px;
}
.index-show .sj-move:hover li {
	animation-play-state:paused;
}
.index-show .sj-move li {font-size: 20px;color: #5a585e;line-height: 40px;text-align: center; background: transparent!important; border: 0!important}
/*.index-show .show1 h1 {
	position: absolute;
	left: 45px;
	top: 85px;
	font-size: 40px;
	line-height: 46px;
	color: #333;
	-webkit-animation: m-drop1 .6s ease;
	animation: m-drop1 .6s ease;

}
.index-show .show1 p {
	position: absolute;
	top: 140px;
	left: 45px;
	font-size: 18px;
	color: #666;
	line-height: 24px;
	-webkit-animation: m-drop2 1s ease;
	animation: m-drop2 1s ease;
}
.index-show .show1 p span {
	color: #ff4f02;
}
.index-show .show1 .sp {
	position: absolute;
	left: 45px;
	bottom: 90px;
	-webkit-animation: m-raise 2s ease;
	animation: m-raise 2s ease;
}
.index-show .show1 dl {
	float: left;
	width: 265px;
	height: 55px;
	padding-left: 60px;
	background: url(../images/index-pic-icon1.png) no-repeat;
}
.index-show .show1 dt {
	font-size: 19px;
	color: #333;
	line-height: 29px;
}
.index-show .show1 dd {
	font-size: 14px;
	line-height: 24px;
}

.index-show .show2 {

	height: 345px;
	background: url(../images/index-pic1.jpg) no-repeat center;
	background-size: cover;
}
.index-show .show2 .content {
	position: relative;
	width: 1160px;
	height: 345px;
	margin: 0 auto;
	z-index: 1
}
.index-show .show2 h1 {
	position: absolute;
	left: 45px;
	top: 85px;
	font-size: 40px;
	line-height: 46px;
	color: #fff;
	-webkit-animation: m-drop1 .6s ease;
	animation: m-drop1 .6s ease;

}
.index-show .show2 p {
	position: absolute;
	top: 140px;
	left: 45px;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	-webkit-animation: m-drop2 1s ease;
	animation: m-drop2 1s ease;
}
.index-show .show2 p span {
	color: #fff;
}
.index-show .show2 .sp {
	position: absolute;
	left: 45px;
	bottom: 90px;
	-webkit-animation: m-raise 2s ease;
	animation: m-raise 2s ease;
}
.index-show .show2 dl {
	float: left;
	width: 265px;
	height: 55px;
	padding-left: 60px;
	background: url(../images/index-pic-icon1.png) no-repeat;
}
.index-show .show2 dt {
	font-size: 19px;
	color: #fff;
	line-height: 29px;
}
.index-show .show2 dd {
	font-size: 14px;
	line-height: 24px;
	color: #fff
}*/


.index-class {
	margin: 0 0 25px;
}

.index-class .class-sel {
	height: 67px;
	text-align: center;
	background: #497ed7;
}
.index-class .class-sel:after {
	position: absolute;
	left: 0;
	right: 0;
	height: 67px;
	margin-top: -68px;
	background: #497ed7;
	z-index: -1;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	content: "";
}
.index-class .class-sel ul {
	height: auto;
}
.index-class .class-sel li {
	padding: 0;
	line-height: 20px;
}
.index-class .class-sel li a {
	display: inline-block;
	width: 120px;
	height: 67px;
	padding: 8px 0;
	color: #fff;
}

.index-class .class-sel li a:hover, .index-class .class-sel .layui-this {
	background-color: hsla(0,0%,100%,.2)
}
.index-class .class-sel li i {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/icon-class10.png) no-repeat;
}
.index-class .class-sel li .icon-c1 {
	
}
.index-class .class-sel li .icon-c2 {
	background-position: -32px 0; 	
}
.index-class .class-sel li .icon-c3 {
	background-position: -32px 0; 	
}
.index-class .class-sel li .icon-c4 {
	background-position: -64px 0; 	
}
.index-class .class-sel li .icon-c5 {
	background-position: -96px 0; 	
}
.index-class .class-sel li .icon-c6 {
	background-position: -128px 0; 	
}
.index-class .class-sel li .icon-c7 {
	background-position: -160px 0; 	
}
.index-class .class-sel li .icon-c8 {
	background-position: -192px 0; 	
}
.index-class .class-sel li .icon-c9 {
	background-position: -224px 0; 	
}
.index-class .class-sel li .icon-c10 {
	background-position: -287px 0; 	
}
.index-class .class-sel .layui-tab-title .layui-this:after {
	display: none;
}
.index-class .class-content {
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	height: auto;
}
.index-class .class-list ul:before, .index-class .class-list ul:after {
	display: table;
	content: "";
}
.index-class .class-list ul:after {
	clear: both;
}
.index-class .class-list li {
	position: relative;
	float: left;
	width: 190px;
	height: 50px;
	padding: 14px 20px;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-class .class-list li.hot:after {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 18px;
	height: 17px;
	background: url(../images/icon-hot.gif) no-repeat;
	content: "";
}
.index-class .class-list a {
	font-size: 14px;
	color: #333;
}

.index-content:before, .index-content:after {
	display: table;
	content: "";
}
.index-content:after {
	clear: both;
}
.main-part {
	float: left;
	width: 900px;
}
.m-box {
	margin-bottom: 15px;
}
.m-box .box-title {
	position: relative;
	height: 55px;
	margin-bottom: 8px;
	padding: 8px 15px 0;
	line-height: 46px;
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
}
.m-box .box-title h2 {
	display: inline-block;
	position: relative;
	font-size: 18px;
 	line-height: 46px;
 	padding: 0 10px;
 	border-bottom: 1px solid #ff4311
}
.m-box .box-title h2:after {
 	position: absolute;
 	left: 50%;
 	bottom: -4px;
 	margin-left: -4px;
 	border-top: 4px solid #ff4311;
 	border-left: 4px solid transparent;
 	border-right: 4px solid transparent;
 	content: "";
}
.m-box .box-title .more {
	position: absolute;
	right: 15px;
	top: 12px;
	padding: 7px 0;
}
.m-box .box-title .more a {
	display: inline-block;
	width: 85px;
	height: 26px;

	color: #79a5ee;
	line-height: 24px;
	text-align: center;
	border: 1px solid #aedaff;
	border-radius: 13px;
}
.m-box .box-content {
	height: 380px;
	background: #fff;
}

.s-box {
	padding: 12px ;
	margin-bottom: 15px;
	background: #fff;
}
.s-box .box-title {
	position: relative;
	height: 43px;
	margin-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
}
.s-box .box-title h2 {
	display: inline-block;
	padding: 0 2px;
	font-size: 18px;
	line-height: 39px;
	border-bottom: 3px solid #276dc0;
}
.s-box .box-title .more {
	position: absolute;
	top: 5px;
	right: 15px;
	padding: 7px 0;
    width: 24px;
}
.s-box .box-title .more a {
	color: #666666;
}
.card-list:before, .card-list:after {
	display: table;
	content: "";
}
.card-list:after {
	clear: both;
}
.card-list .card {
	overflow: hidden;
	position: relative;
	float: left;
	width: 145px;
	height: 380px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.card-list .card:before {
	position: absolute;
	left: -2px;
	top: 0;
	bottom: 0;
	border-left: 3px solid #e5e5e5;
	content: "";
	transition: all .3s;
	-webkit-transition: all .3s;
}
.card-list .card:hover, .card-list .card.active {
	width: 610px;
}
.card-list .card:hover:before, .card-list .card.active:before {
	left: 0;
	border-left: 3px solid #79a5ee!important;
}
.card-list .card:hover .card-intro h3, .card-list .card.active .card-intro h3 {
	color: #79a5ee!important
}

.card-list .card:hover .card-content, .card-list .card.active .card-content {
	left: 145px;
	opacity: 1;
	filter:alpha(opacity=100);
}
.card-list .card:hover .card-content:before, .card-list .card.active  .card-content:before {
	left: 0;
	opacity: 1;
	filter:alpha(opacity=100);
}

.card-list .card .card-intro {
	float: left;
	overflow: hidden;
	position: relative;	
	width: 145px;
	height: 380px;
	padding: 35px 40px;
	text-align: center;
}
.card-list .card .card-intro:after {
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 90px;
	height: 90px;
	margin-left: -45px;
	background: url(../images/index-st-bg.png) no-repeat;
	content: "";
}
.card-list .card:nth-child(2) .card-intro:after {
	background-position: -90px 0;
}
.card-list .card:nth-child(3) .card-intro:after {
	background-position: -180px 0;
}	
.card-list.data-sjk .card .card-intro:after {
	width: 100px;
	height: 100px;
	bottom: 25px;
	margin-left: -50px;
	background-image: url(../images/index-sj-bg.png);
}
.card-list.data-sjk .card:nth-child(2) .card-intro:after {
	background-position: -100px 0;
}
.card-list.data-sjk .card:nth-child(3) .card-intro:after {
	background-position: -200px 0;
}	

.card-list .card .card-intro h3 {
	float: left;
	width: 26px;
	margin: 0 5px;
	font-size: 24px;
	line-height: 26px;
	vertical-align: top;
}
.card-list .card .card-intro p {
	float: left;
	width: 14px;
	margin: 0 5px;
	line-height: 14px;
	color: #7f7f7f;
	vertical-align: top;
}


.card-list .card .card-content {
	position: absolute;
	left: 150px;
	width: 465px;
	padding: 20px;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all .5s;
	-webkit-transition: all .5s;
}
.card-list .card .card-content:before {
	position: absolute;
	left: -5px;
	top: 37px;
	width: 12px;
	height: 280px;
	border: 1px solid #79a5ee;
	border-right: 0;
	content: "";
	opacity: 0;
		filter:alpha(opacity=0);
	transition: all .5s;
	-webkit-transition: all .5s;
}
.card-list .card .card-content .mult-list dl {
	position: relative;
	height: 56px;
	padding: 6px 80px 6px 0;
}
.card-list .card .card-content .mult-list dt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 22px;
}
.card-list .card .card-content .mult-list dt .type {
	position: relative;
	top: -1px;
	margin-right: 3px;
	font-size: 14px;
	color: #1e70d9;
}
.card-list .card .card-content .mult-list dt .type:before {
	display: inline-block;
	content: "[";
}
.card-list .card .card-content .mult-list dt .type:after {
	display: inline-block;
	content: "]";
}
.card-list .card .card-content .mult-list dt a {
	color: #131313;
}
.card-list .card .card-content .mult-list dd {
	color: #6d6d6e;
	line-height: 18px;
}
.card-list .card .card-content .mult-list .info span {
	margin-right: 20px
}
.card-list .card .card-content .mult-list .op {
	position: absolute;
	right: 0;
	top: 15px;
}

.card-list .card .card-content .mult-list .layui-btn {
	width: 70px;
	height: 25px;
	padding: 0;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	background: #f97b5b;
}
.card-list .card .zx-intro, .card-list .card .sj-intro {
	padding-left: 28px;
	padding-right: 0;
}
.card-list .card .zx-intro p, .card-list .card .sj-intro p {
	margin: 0 1px;
}
.card-list .card .zx-content, .card-list .card .sj-content {
	position: relative;
	height: 380px;
	background: url(../images/st-pic.gif) no-repeat;
}
.card-list .card .zx-content:before, .card-list .card .sj-content:before {
	display: none;
}
.card-list .card .zx-content a, .card-list .card .sj-content a {
	position: absolute;
	right: 50px;
	top: 85px;
	width: 31px;
	height: 144px;
	padding: 34px 5px;
	font-size: 14px;
	text-align: center;
	color: #497ed7;
	background: #fff;
	border: 1px solid #497ed7;
	border-radius: 5px;
}
.card-list .card .sj-intro {
	padding-left: 25px;
}
.card-list .card .sj-content {
	background-image: url(../images/sj-pic.gif)
}

.bullet {
	margin: 0 0 15px 0;
	padding: 0;
}
.bullet .box-title {
	height: 36px;
	margin-bottom: 0;
	padding: 0;
	line-height: 36px;
	background: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #ee491f;
}
.bullet .box-title h2 {
	float: left;
	font-size: 13px;
	line-height: 35px;
	border: 0;
}
.bullet .box-title h2:before {
	display: inline-block;
	margin: 0 6px;
	border-left: 6px solid #ee491f;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
}
.bullet .box-title .bullet-sel {
	float: right;
	width: 190px;
	height: 35px;
}
.bullet .box-title .bullet-sel li {
	line-height: 35px;
	width: 90px;
	height: 35px;
}
.bullet .box-title .bullet-sel .layui-this {
	color: #ee491f;
	background: #fff;
}
.bullet .box-title .bullet-sel .layui-this a {
	color: inherit;
}
.bullet .box-title .bullet-sel .layui-this:after {
	top: -1px;
	height: 36px;
	border-top-color: #ee491f;
}
.bullet .box-content {
	padding: 5px 10px;
}
.bullet-list dl {
	position: relative;
	padding: 29px 0 5px;
}
.bullet-list dl:not(:last-child) {
	border-bottom: 1px dotted #dddddd;
}
.bullet-list dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	color: #333;
	line-height: 24px;
}
.bullet-list dt a {
	color: inherit;
}
.bullet-list dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #808080;
	line-height: 24px;
}
.bullet-list dd.time {
	position: absolute;
	top: 5px;
	left: 0;
} 
.bullet-list dd.time .date {
	color: #ee491f;	
}
.hot-list {
	padding-top: 3px;
}
.hot-list .headline {
	position: relative;
	height: 70px;
	margin-bottom: 8px;
	padding: 8px 5px 8px 110px;
	background: url(../images/hot-pic.jpg) no-repeat #fbfbfb;;
}
.hot-list .headline dt {
	overflow: hidden;
	padding: 5px 0;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-list .headline dt a {
	color: #525252;
}
.hot-list .headline dd {
	color: #969696;
}
.hot-list li {
		overflow: hidden;
		height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 5px 5px 0;
	line-height: 20px;
}
.hot-list li:before {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 3px 4px;
	background: #a7abb0;
	content: "";
}

.hot-list li a:hover {
	color: #537dca;
}
.newest-list li {
	position: relative;
	height: 32px;
	margin-bottom: 5px;
	padding: 0 5px 0 10px;
	line-height: 25px;
	border: 1px solid #f5f5f5;
	padding-left: 20px; /*--ȴ�����	--*/
}
.newest-list li:before {
	position: absolute;
	left: 9px;
	top: 13px;
	width: 3px;
	height: 3px;
	background: #e6e7e7;
	content: "";
	z-index: 1;
}
.newest-list li:after {
	position: absolute;
	left: 1px;
	top: 6px;
	width: 16px;
	height: 16px;
	background: url(../images/icon-file.png) no-repeat center #fff;
	border: 1px solid #d8d8d8;
	border-radius: 100%;
	content: "";
	z-index: 2;
	transform: scale(0);
	transition: all .3s;
	-webkit-transition: all .3s;
}
.newest-list li:hover:after {
	transform: scale(1);
}
.newest-list li .class {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 81px;
	padding: 0px 15px 0 10px;
	color: #a0a0a0;
	vertical-align: middle;
}
.newest-list li .class:before {
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	border-left: 1px solid #f5f5f5;
	content: "";
}
.newest-list li .class:after {
	position: absolute;
	left: 82px;
	top: 10px;
	bottom: 10px;
	border-left: 1px solid #f5f5f5;
	content: "";
}
.newest-list li a {
	display: inline-block;
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 160px;
	color: #333;
	vertical-align: middle;
	width: 235px; /*--ȥ�����		--*/
}

.right-part {
	float: right;
	width: 290px;
}
.right-part .s-box {
	height: 443px;
}
.board-part {
	clear: both;
	margin: 0 -5px;
}
.board-part .s-box {
	float: left;
	width: 293px;
	height: 380px;
	margin: 0 5px 15px;
}
.board-part .update {
	float: right;
	width: 290px;
}
.simple-list li {
	font-size: 14px;
}
.cal-list li, .upd-list li {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 85px 5px 0;
	line-height: 24px;
}
.cal-list li {
	padding-left: 20px;
}
.cal-list .class, .upd-list .class {
	position: relative;
	padding-right: 5px;
}
.cal-list .class:after, .upd-list .class:after {
	display: inherit;
	padding-left: 5px;
	border-right: 1px solid #ccc;
	content: "";
}
.cal-list .time, .upd-list .time {
	position: absolute;
	right: 0;
	color: #999;
}
.outline .list-head {
	line-height: 16px;
	border: 1px solid #f5f5f5;
	padding: 5px 10px 5px 10px;
	color: #ff433b;
	background: #f5f5f5;
}
.outline .list-head span {
	display: inline-block;
}
.outline .list-head span.hs1 {
	width: 189px;
}
.out-list li {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 35px;
	margin-bottom: -1px;
	padding: 5px 85px 5px 10px;
	line-height: 23px;
	border: 1px solid #f5f5f5;
}
.out-list .time {
	position: absolute;
	right: 10px;
	color: #ff433b;
}
.stu-list li {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 4px 0px 4px 20px;
	line-height: 25px;
	border-bottom: 1px dashed #e1e1e1;
}
.stu-list li:last-child {
	border-bottom: 0;
}
.stu-list li:hover {
	background: #f6f6f6;
}
.cal-list li:before, .stu-list li:before {
    position: absolute;
    left: 9px;
    top: 15px;
    width: 3px;
    height: 3px;
    background: #B3B3B3;
    content: "";
    z-index: 1;
}
.cal-list li, .upd-list li, .stu-list li {
	height: 34px;
}


/*.stu-list li:nth-child(1):before {
	content: "1";
}
.stu-list li:nth-child(2):before {
	content: "2";
}
.stu-list li:nth-child(3):before {
	content: "3";
}
.stu-list li:nth-child(4):before {
	content: "4";
}
.stu-list li:nth-child(5):before {
	content: "5";
}
.stu-list li:nth-child(6):before {
	content: "6";
}
.stu-list li:nth-child(7):before {
	content: "7";
}
.stu-list li:nth-child(8):before {
	content: "8";
}
.stu-list li:nth-child(9):before {
	content: "9";
}
.stu-list li:nth-child(10):before {
	content: "10";
}
.stu-list li:nth-child(11):before {
	content: "11";
}
.stu-list li:nth-child(12):before {
	content: "12";
}*/

/*--postgraduate-index--*/
.postgraduate .index-show {
	position: relative;
	height: 464px;
	background-position: center bottom;
	background-image: url(../images/index-pic-postgraduate.jpg);
	background-size: cover;
}
.postgraduate .index-show .class-list:before, .postgraduate .index-show .class-list:after {
	display: table;
	content: "";
}
.postgraduate .index-show .class-list:after {
	clear: both;
}
.postgraduate .index-show .class-list {
	position: absolute;
	left: 50%;
	top: 65px;
	width: 1100px;
	margin-left: -550px;
	padding-right: 330px;
}
.postgraduate .index-show .class-list:after {
	position: absolute;
	top: -37px;
	right: -26px;
	width: 386px;
	height: 412px;
	background: url(../images/index-pic-postgraduate-s.png) no-repeat;
	content: "";
}

.postgraduate .index-show .class-list li {
	position: relative;
	float: left;
	width: 180px;
	height: 80px;
	margin: 0 5px 5px 0;

	
}
.postgraduate .index-show .class-list li:nth-child(7), .postgraduate .index-show .class-list li:nth-child(10) {
	margin-right: 100px;
}
.postgraduate .index-show .class-list li:hover .a, .postgraduate .index-show .class-list li.active .a {
	background: hsla(0, 0%, 98%, 0)
}
.postgraduate .index-show .class-list li:hover .b, .postgraduate .index-show .class-list li.active .b {
	opacity: 1;
	filter:alpha(opacity=100);
}
.postgraduate .index-show .class-list li:hover .a:after, .postgraduate .index-show .class-list li.active .a:after {
	transform: scale(1);
}
.postgraduate .index-show .class-list li .a {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 80px;
	padding: 27px 0 27px 75px; 
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	background: #fff;
	background: hsla(0, 0%, 98%, 1);
	opacity: 1;
	filter:alpha(opacity=100);
	    transition: all .3s;
    -webkit-transition: all .3s;
}
.postgraduate .index-show .class-list li .a:before {
	position: absolute;
	top: 28px;
	left: 50px;
	width: 21px;
	height: 21px;
	background: url(../images/class-list-icon.png) no-repeat;
	content: "";
}
.postgraduate .index-show .class-list li .a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 80px;
	background: #547bdc;
	transform: scale(0);
	content: "";
	    transition: all .3s;
    -webkit-transition: all .3s;
}
.postgraduate .index-show .class-list li .b {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 80px;
	padding: 13px 20px;
	opacity: 0;
		filter:alpha(opacity=0);
	z-index: 1;
	    transition: all .3s;
    -webkit-transition: all .3s;
}
.postgraduate .index-show .class-list li .b a {
	float: left;
	width: 66px;
	height: 23px;
	margin: 2px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background: #eef2fc;
}
.postgraduate .index-show .class-list li .b a:hover {
	color: #fff;
	background: #ee7442;
	opacity: 1;
		filter:alpha(opacity=100);
}
.postgraduate .index-show .class-list .data-show {
	position: absolute;
	right: 365px;
	bottom: 5px;
	width: 180px;
	height: 165px;
	padding: 15px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/class-list-bg.png) center;
}
.postgraduate .index-show .class-list .data-show p {
	line-height: 33px;
}
.postgraduate .index-show .class-list .data-show a {
	font-size: 18px;
	color: #ee7442;
	font-weight: bold;
}
.postgraduate .index-show + .part {
	padding-top: 20px;
	background: #fff;
}
.postgraduate .data-show {
	height: 98px;
}
.postgraduate .data-show ul {
	margin: 0 -6px;
}
.postgraduate .data-show li {
	float: left;
	width: 291px;
	height: 98px;
	margin: 0 6px;
	padding: 29px 0;
	text-align: center;
	font-size: 16px;
	line-height: 37px;
	background: #e5eaf9;
}
.postgraduate .data-show li i {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	background: url(../images/icon-data-show.png) no-repeat;
	vertical-align: middle;
}
.postgraduate .data-show li .icon-ds1 {
	
}
.postgraduate .data-show li .icon-ds2 {
	background-position: -40px 0;	
}
.postgraduate .data-show li .icon-ds3 {
	background-position: 0 -40px;	
}
.postgraduate .data-show li .icon-ds4 {
	background-position: -40px -40px;	
}
.postgraduate .data-show li a {
	font-size: 22px;
}
.p-box {
	margin-bottom: 20px;
	padding-bottom: 25px;

}
.p-box .box-title {
	height: 30px;
	margin: 47px 0 40px;
}
.p-box .box-title h2 {
	float: left;
	margin-right: 20px;
	padding: 0 7px;
	font-size: 24px;
	line-height: 30px;
}
.p-box .box-title h2 span {
	color: #497ed7;
}
.p-box .box-title .class-sel {
	float: left;
}
.p-box .box-title .class-sel li {
	float: left;	
}
.p-box .box-title .class-sel li a {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 130px;
	height: 30px;
	margin: 0 5px;
	padding: 0 7px;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	background: #e0e0e0;
}
.p-box .box-title .class-sel li.active a {
	color: #fff;
	background: #5576dc;
}
.p-box .box-content {
	padding: 20px 25px;
	background: #fff;
}
.p-box .box-content:before, .p-box .box-content:after {
	display: table;
	content: "";
}
.p-box .box-content:after {
	clear: both;
}
.rmkc {
	margin-bottom: 0;
}
.rmkc .box-content {
	padding: 0;
	background: transparent;
}
.rmkc .pic-list {
	margin: 0 -10px;
}
.rmkc .pic-list dl {
	position: relative;
	float: left;
	width: 224px;
	height: 200px;
	margin: 0 10px 20px;
	padding: 141px 10px 0;
	background: #fff;
	border: 1px solid #e1e1e1;
}
.rmkc .pic-list dt {
	overflow: hidden;

	height: 49px;
	padding: 5px 0;
	font-size: 15px;
	line-height: 20px;
}
.rmkc .pic-list dt a {
	color: #333;
}
.rmkc .pic-list dd {
	color: #666666;
	line-height: 20px;
}
.rmkc .pic-list dd.pic {
	position: absolute;
	left: 0;
	top: 0;
}
.rmkc .pic-list dd.pic img {
	width: 222px;
	height: 136px;
} 
.rmkc .pic-list dd.info span {
	float: left;
}
.rmkc .pic-list dd.info span.info-right {
	float: right;
}
.xxbj {
	padding-bottom: 0;
}
.xxbj .simple-list li {
	float: left;
	width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 36px;
	padding: 7px 30px 7px 0;
	font-size: 14px;
	line-height: 20px;
}
.xxbj .simple-list li .type {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #a6a6a6;
	text-transform: uppercase;
}
.xxbj .simple-list li .type i {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 15px;
	height: 18px;
	margin-right: 3px;
	background: url(../images/icon-bj-type.png) no-repeat;
	content: "";
}
.xxbj .simple-list li .type i.icon-pdf {
	
}
.xxbj .simple-list li .type i.icon-ppt {
	background-position: -15px 0;
}
.xxbj .simple-list li a {
	color: #666666;
}



.gxky .mult-list dl, .xxbj .mult-list dl, .resource .mult-list dl {
	position: relative;
	float: left;
	width: 50%;
	height: 75px;
	margin: 0;
	padding: 14px 50px 14px 60px;
	color: #757575;
	border: 0;
}
.gxky .mult-list dl i, .xxbj .mult-list dl i, .resource .mult-list dl i {
	top: 11px;
	font-size: 46px;
	margin-right: 2px;
}
.gxky .mult-list dt, .xxbj .mult-list dt, .resource .mult-list dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.gxky .mult-list dt a, .xxbj .mult-list dt a, .resource .mult-list dt a {
	color: #333;
}
.gxky .mult-list dt span, .xxbj .mult-list dt span, .resource .mult-list dt span {
	position: relative;
	top: -2px;
	margin-left: 5px;
}
.gxky .mult-list dd, .xxbj .mult-list dd, .resource .mult-list dd {
	line-height: 22px;
}
.gxky .mult-list dd span, .xxbj .mult-list dd span, .resource .mult-list dd span {
	margin-right: 12px;
}
.gxky .mult-list .pic, .xxbj .mult-list .pic, .resource .mult-list .pic  {
	position: absolute;
	left: 0px;
	top: 16px;
	width: 46px;
	height: 46px;

}
.gxky .mult-list .pic .icon-s100 {
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url(../images/icon-s100-2.png) -46px 0 no-repeat;
}

/*--course-index--*/
.course .index-show {
	position: relative;
	height: 750px;
	background: url(../images/index-pic-course.jpg) center bottom;
	background-size: cover;
}
.course .class-list {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1200px;
	height: 600px;
	margin-left: -600px;
	margin-top: -280px;
}

.course .class-list .class {
	position: relative;
	float: left;
	width: 199px;
	height: 299px;
	margin-right: 1px;
	margin-bottom: 1px;
	background: #fff;
}
.course .class-list .class-intro {
	overflow: hidden;
	position: relative;
	height: 299px;
	padding: 130px 10px 20px;
	text-align: center;
}
.course .class-list .class-intro:before {
	position: absolute;
}
.course .class-list .class-intro dt {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 30px;
}
.course .class-list .class-intro dd {
	color: #666666;
}
.course .class-list .class-intro dd.pic {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	padding: 20px;
	border: 1px solid #d3d3d3;
	border-radius: 100%;
}
.course .class-list .class-intro dd.pic i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/icon-course-index.png) no-repeat;
}
.course .class-list .class-intro dd.pic .icon-c2 {

	background-position: -240px 0;
}
.course .class-list .class-intro dd.pic .icon-c3 {
	background-position: -440px 0;
}
.course .class-list .class-intro dd.pic .icon-c4 {
	background-position: -120px 0;
}
.course .class-list .class-intro dd.pic .icon-c5 {

	background-position: -360px 0;
}
.course .class-list .class-intro dd.pic .icon-c6 {
	background-position: -200px 0;
}
.course .class-list .class-intro dd.pic .icon-c7 {
	background-position: -120px 0;
}
.course .class-list .class-intro dd.pic .icon-c8 {

	background-position: -80px 0;
}
.course .class-list .class-intro dd.pic .icon-c9 {
	background-position: -320px 0;
}
.course .class-list .class-intro dd.pic .icon-c10 {
	background-position: -400px 0;
}
.course .class-list .class-intro dd.pic .icon-c11 {
	background-position: -160px 0;
}
.course .class-list .class-intro dd.pic .icon-c12 {
	background-position: -280px 0;
}
.course .class-list .class-intro dd.count {
	position: relative;
	display: inline-block;
	line-height: 28px;
	font-size: 14px;
}

.course .class-list .class-intro dd.count:before {
	position: absolute;
	top: -4px;
	left: -5px;
	right: -5px;
	border-top: 1px solid #b5b5b6;
	content: "";
}
.course .class-list .class-intro dd.count span {
	margin: 0px 8px;
}
.course .class-list .class-intro dd.more {
	position: absolute;
	left: 50%;
	bottom: 17px;
	width: 150px;
	margin-left: -75px;
}
.course .class-list .class-intro dd.more a {
	height: 25px;
	margin: 5px;
	padding: 0 10px;
	line-height: 23px;
	font-size: 14px;
	color: #333;
	background: transparent;
	border: 1px solid #B5B5B6;
	border-radius: 12px;
}
.course .class-list .class:hover .class-intro dd.more a {
	color: #fff;
	border: 1px solid #fff;
}
.course .class-list .sub-list {
	position: absolute;
	left: 250px;
	top: 0;
	width: 399px;
	height: 299px;
	padding: 30px;
	background: #fff;
	z-index: -1;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.course .class-list .class:nth-child(6n+5) .sub-list, .course .class-list .class:nth-child(6n+6) .sub-list {
	left: auto;
	right: 250px;
}

.course .class-list .sub-list:before, .course .class-list .sub-list:after {
	display: table;
	content: "";
}
.course .class-list .sub-list:after {
	clear: both;
}
.course .class-list .sub-list:before {
	position: absolute;
	border-right: 18px solid #fff;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	left: -18px;
	top: 50%;
	margin-top: -11px;
	content: "";
}
.course .class-list .class:nth-child(6n+5) .sub-list:before, .course .class-list .class:nth-child(6n+6) .sub-list:before {
	border-right: 0;
	border-left: 18px solid #fff;
	left: auto;
	right: -18px;
}
.course .class-list .sub-list li {
	float: left;
	position: relative;
	overflow: hidden;
	width: 159px;
	height: 39px;
	margin: 5px;
}
.course .class-list .sub-list li:hover span.back {
	opacity: 1;
	filter:alpha(opacity=100);
	z-index: 1;
}
.course .class-list .sub-list li span {
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 16px;
	padding: 0 10px;
	line-height: 36px;
	text-align: center;
	background: #fff;
	border: 1px solid #dbdbda;
	border-radius: 20px;
}
.course .class-list .sub-list li span.back {
	opacity: 0;
		filter:alpha(opacity=0);
	background: #f5713e;
	border-color: #f5713e;
	z-index: -1;
}
.course .class-list .sub-list li span.back:before {
	position: absolute;
	left: 50%;
	width: 12px;
	margin-left: -6px;
	color: #fff;
	content: "|"
}
.course .class-list .sub-list li span.back a {
	color: #fff;
	margin: 0 6px;
}
.course .class-list .class:hover .sub-list {
	left: 200px;
	opacity: 1;
	z-index: 1;
}
.course .class-list .class:nth-child(6n+5):hover .sub-list, .course .class-list .class:nth-child(6n+6):hover .sub-list {
	left: auto;
	right: 200px;
}


.course .class-list .class:hover {
	background: #2c8ce5;
}
.course .class-list .class:hover .class-intro dt, .course .class-list .class:hover .class-intro dd.count {
	color: #fff;
}
.course .class-list .class:hover .class-intro dd.pic {
	background: #fff;
	border-color: #fff;
}
.course .class-list .class:hover .class-intro dd.more {
	display: block;
}

.course .class-list .class:hover .class-intro dd.pic .icon-c1 {
	background-position: 0 -40px;
}
.course .class-list .class:hover .class-intro dd.pic .icon-c2 {

	background-position: -240px -40px;
}
.course .class-list .class:hover .class-intro dd.pic .icon-c3 {
	background-position: -440px -40px;
}
.course .class-list .class:hover .class-intro dd.pic .icon-c4 {
	background-position: -120px -40px;
}
.course .class-list .class:hover .class-intro dd.pic .icon-c5 {

	background-position: -360px -40px;
}
.course .class-list .class:hover .class-intro dd.pic .icon-c6 {
	background-position: -200px -40px;
}
.course .class-list .class:hover .class-intro dd.pic .icon-c7 {
	background-position: -120px -40px;
}
.course .class-list .class:hover .class-intro dd.pic .icon-c8 {

	background-position: -80px -40px;
}
.course .class-list .class:hover .class-intro dd.pic .icon-c9 {
	background-position: -320px -40px;
}
.course .class-list .class:hover .class-intro dd.pic .icon-c10 {
	background-position: -400px -40px;
}
.course .class-list .class:hover .class-intro dd.pic .icon-c11 {
	background-position: -160px -40px;
}
.course .class-list .class:hover .class-intro dd.pic .icon-c12 {
	background-position: -280px -40px;
}

/*--resource-index--*/

.resource .index-show {
	height: 280px;
	background: url(../images/resource-index-bg.jpg) no-repeat center top;
	background-size: cover;
}
.resource .index-show .resource-intro {
	width: 1200px;
	margin: 0 auto;
	padding: 45px;
}
.resource .index-show h1 {
	margin-bottom: 25px;
	font-size: 30px;
	line-height: 36px;
	color: #434343;
}

.resource .index-show p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #838383;
}
.resource .index-show .layui-btn {
	font-size: 16px;
	background: #f36629;
}
.resource .index-show .index-pic {
	position: absolute;
	top: 10px;
	right: 85px;
}
.resource .mult-list dl {
	margin: 0;
	padding: 14px 20px 14px 40px;
	border-bottom: 1px dotted #ededed;
}
.resource .mult-list .pic .icon-st {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/icon-ti.png) no-repeat;
}
.resource .mult-list .pic .icon-sj {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/icon-sj.png) no-repeat;
}
.resource .pic .type {
	display: inline-block;
	width: 20px;
	margin-right: 0;
	letter-spacing: -1px;
	text-align: center;
}
.resource .pic i {
	font-size: 25px;
}

.resource .zjtk .type {
	top: 0;
	color: #e45c40;
	margin-left: 0
}
.resource .zjtk .type:before {
	display: inline-block;
	content: "[";
}
.resource .zjtk .type:after {
	display: inline-block;
	margin-right: 5px;
	content: "]";
}
.resource .p-box .box-content {
	min-height: 265px;
}

.resource .no-data {
	height: 225px;
	padding: 80px 200px;
	line-height: 245px;
	background: url(../images/resource-index-no-data.png) no-repeat 145px 85px;
}
.resource .no-data p {
	font-size: 16px;
	line-height: 26px;
	color: #b3b3b3;
}

/*帮助页*/		
.help-box {
	position: relative;
	margin: 20px 0;
	background: #ffffff;
}
.help-guid {
	position: fixed;
	margin-top: 35px;
	width: 270px;
}
.help-guid:after {
	position: absolute;
	top: 23px;
	right: 25px;
	bottom: 23px;
	border-right: 2px solid #aaaaaa;
	content: "";
}
.help-guid dt, .help-guid dd {
	position: relative;
	padding-left: 45px;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	cursor: pointer;
	z-index: 1;
}
.help-guid dt:before {
	position: absolute;
	top: 12px;
	right: 19px;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #aaaaaa;
	border-radius: 100%;
	content: "";
	z-index: 2;
}
.help-guid dt a, .help-guid dd a {
	display: block;
	color: inherit;
}

.help-guid dd {
	font-weight: lighter
}
.help-guid dd:before {
	position: absolute;
	top: 14px;
	right: 20px;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 2px solid #aaaaaa;
	border-radius: 100%;
	content: "";
	z-index: 2;
}
.help-guid dd span {
	margin-right: 3px;
	font-style: italic;
}
.help-guid .show-this {
	color: #fff;
	font-weight: bold;
	background: #497ed7;
}

.help-guid .show-this:before {
	background: transparent;
	border-color: #fff;
}
.help-guid .show-this:after {
	position: absolute;
	top: 0;
	right: -20px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #497ed7;
	border-width: 20px 10px;
	content: "";
}

.help-main {
	margin-left: 280px;
	padding: 30px 50px;
}
.help-title {
	font-size: 30px;
	color: #cacaca;
	line-height: 50px;
}
.help-title .icon-help {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background: url(../images/icon-help.png) no-repeat;
	vertical-align: middle;
}
.help-content h1:first-child {
	margin-top: 0;
}
.help-content h1 {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 56px;
}
.help-content h1:before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 16px;
	height: 36px;
	margin-right: 15px;
	background: #497ed7;
	vertical-align: middle;
	content: "";
}
.help-content h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.help-content h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
}
.help-content h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
}
.help-content p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 40px;
}
.help-content li {
	font-size: 17px;
	line-height: 40px;
}
.help-content ol li {
	position: relative;
	padding-left: 25px;
}
.help-content ol {
	margin-bottom: 20px;
}
.help-content ol li:before {
	position: absolute;
	left: 0;
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: "\e605";
}
.help-content .help-pic {
	text-align: center;
}
.help-content .help-pic img {
	max-width: 90%;
	margin: 20px;
	box-shadow: 0 0 50px rgba(0,0,0,.1);
}

#canvas{
 	width:100%;
 	height:345px;
 	overflow: hidden;
 	position:absolute;
 	top:0;
 	left:0;          			
}





/*--����css--*/
.funnyNewsTicker{width:100%; overflow:hidden; height:440px; position:relative; padding:0 5px; box-sizing:border-box; margin:0 auto;}
.funnyNewsTicker>ul>li{display:none; width:100%; height:100px; background: transparent; position:absolute;  overflow:hidden}


.funnyNewsTicker .fnt-top0{-ms-transform: scale(0.80); -webkit-transform: scale(0.85); transform: scale(0.85); opacity:0; 	filter:alpha(opacity=0); top:0; z-index:1; display:block;}
.funnyNewsTicker .fnt-top1{-ms-transform: scale(0.87); -webkit-transform: scale(0.9); transform: scale(0.9); opacity:0.4; 	filter:alpha(opacity=40); top:20px; z-index:2; display:block;}
.funnyNewsTicker .fnt-top2{-ms-transform: scale(0.95); -webkit-transform: scale(0.95); transform: scale(0.95); opacity:0.7; 	filter:alpha(opacity=70); top:50px; z-index:3; display:block;}
.funnyNewsTicker .fnt-active{-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); opacity:1; top:80px; 	filter:alpha(opacity=100); z-index:10; display:block;}
.funnyNewsTicker .fnt-bottom2{-ms-transform: scale(0.95); -webkit-transform: scale(0.95); transform: scale(0.95,); opacity:0.7; 	filter:alpha(opacity=70);	filter:alpha(opacity=100); top:110px; z-index:6; display:block;}
.funnyNewsTicker .fnt-bottom1{-ms-transform: scale(0.87); -webkit-transform: scale(0.90); transform: scale(0.90); opacity:0.4; 	filter:alpha(opacity=40); top:140px; z-index:5; display:block;}
.funnyNewsTicker .fnt-bottom0{-ms-transform: scale(0.80); -webkit-transform: scale(0.85); transform: scale(0.85); opacity:0; 	filter:alpha(opacity=0); top:160px; z-index:4; display:block;}

.fnt-easing2{transition:.25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}
.fnt-easing li{transition:.5s ease-out; -moz-transition:.5s ease-out; -webkit-transition:.5s ease-out;}
.fnt-radius li{-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.fnt-radius2 li{-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.fnt-shadow li{-webkit-box-shadow: 0px 0px 10px 0px rgba(100,100,100,0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(100,100,100,0.3); box-shadow: 0px 0px 10px 0px rgba(100,100,100,0.3);}
.fnt-shadow-big{-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important; -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;}

.calendar .cal-list .time {
    overflow: hidden;
    width: 78px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*--animation--*/
@-webkit-keyframes m-drop1 {
  from {
  	 transform:translate3d(0,-60px,0);
    opacity: .3;
    	filter:alpha(opacity=30);
  } 
  to {
  	transform:translate3d(0,0,0)
    opacity: 1;
    	filter:alpha(opacity=100);
  }
}

@keyframes m-drop1 {
  from {
  	 transform:translate3d(0,-60px,0);
    opacity: .3;
  } 
  to {
  	transform:translate3d(0,0,0)
    opacity: 1;
  }
}
@-webkit-keyframes m-drop2 {
	0% {
  	 transform:translate3d(0,-60px,0);
    opacity: .0;
  } 
  20% {
  	 transform:translate3d(0,-60px,0);
    opacity: .0;
  } 
  100% {
  	transform:translate3d(0,0,0)
    opacity: 1;
  }
}

@keyframes m-drop2 {
	0% {
  	 transform:translate3d(0,-60px,0);
    opacity: .0;
  } 
  20% {
  	 transform:translate3d(0,-60px,0);
    opacity: .0;
  } 
  100% {
  	transform:translate3d(0,0,0)
    opacity: 1;
  }
}

@-webkit-keyframes m-raise {
  0% {
  	 transform:translate3d(0,60px,0);
    opacity: .0;
  }
  50% {
  	 transform:translate3d(0,60px,0);
    opacity: .0;
  } 
  100% {
  	transform:translate3d(0,0,0)
    opacity: 1;
  }
}

@keyframes m-raise {
  0% {
  	 transform:translate3d(0,60px,0);
    opacity: .0;
  } 
  50% {
  	 transform:translate3d(0,60px,0);
    opacity: .0;
  }
  100% {
  	transform:translate3d(0,0,0)
    opacity: 1;
  }
}


@keyframes sj-move {
  0%, 100% {
  	color: #59dab3;
  	 transform:translate(0,0) scale(1,1);
  	opacity: 1;
  	transform:;
  	background: rgba(0,0,0,0);
  } 
  1.2% {
	background: rgba(0,0,0,0);
   color: #fff;
   opacity: 0; 
  }
  3% {
   color: #fff;
  	 transform:translate(0,-220px) scale(.8,.8);
  	opacity: 0; 

  }
  50% {
  color: #fff;
  	transform:translate(0,0) scale(.6,.6);
  	opacity: 0;

  }
  97% {
  color: #fff;
  	transform:translate(0,220px)  scale(.8,.8);
  	opacity: 0;

  }
    98.8% {
	background: rgba(0,0,0,0);
   color: #fff;
   opacity: 0; 
  
}