﻿@charset "utf-8";
/* ----------------------------------- 全局 定义 ------------------------------------ */
*
{
	margin: 0 auto;
}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
}
html, body
{
	height: 100%;
}
body
{
	text-align: center;
	color: #333;
	font: 12px/22px Microsoft YaHei, Simsun;
}
a, a:hover
{
	text-decoration: none;
}
a
{
	color: #333;
}
a:hover
{
	color:#0099ff;
}
ul, li
{
	list-style: none;
}
img
{
	vertical-align: top;
	border: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
.wrapper
{
	min-height: 100%;
	_height: 100%;
 background: url(../images/wrapper-bg.jpg) center top no-repeat;
}
.page-layout
{
	width: 1000px;
}
.clear
{
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
	content: ".";
}
/* 雪碧图 */
.nav, .nav li p a:hover, .nav li p a.active, .banner, .block01 .title, .block03 .title
{
	background: url(../images/sprite-x.png) repeat-x;
}
.block01 .title span, .mould-menu dt a b
{
	background: url(../images/sprite.png) no-repeat;
}
/*  头部 header ======================================================= */
.header
{
	height: 90px;
}
.header .logo
{
	float: left;
	margin: 11px 0 0 30px;
}
.header .lesson
{
	float: left;
	margin: 33px 0px 0 96px;
}
/*搜索框*/
.search
{
	float:right;
	width: 234px;
	height: 30px;
	margin-top: 30px;
}
.search .input
{
	float:left;
	width: 185px;
	height: 20px;
	padding: 4px 5px;
	line-height: 20px;
	border: 1px solid #cacaca;
	border-right: none;
	color: #7f8181;
}
.search .btn-sch
{
	width: 36px;
	height: 30px;
	border:0;
	background:url(../images/searchbtn.gif) no-repeat;
	cursor:pointer; float:left;
}
/*  导航 nav ======================================================= */
.nav
{
	position:relative;
	height: 54px;
	background-position: 0 0;
	z-index:7;
}
.nav li
{
	position: relative;
	float: left;
	display: inline;
}
.nav li p
{
	width:99px;
	/*margin-right: 1px;*/
    margin-right: 12px;
}
.nav li p a
{
	display: inline-block;
	width:99px;
	font-size: 14px;
	line-height: 54px;
	height: 54px;
	color: #fff;	
}
.nav li p a.active, .nav li p a:hover
{
	background-position: 0 -54px;
	color: #fff;
}
.nav li p a:link, .nav li p a:visited
{
	color: #fff;
}
.nav .menu
{
	position: absolute;
	left: 0;
	top: 54px;
	display: none;
	width:99px;
	background:#008a9d;
    filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index: 10;
}
.nav .menu span
{
	display:block;
	width:99px;
	height:27px;
	line-height:27px;
	overflow:hidden;
	border-bottom: 1px solid #157287;
}
.nav .menu span a
{
	display: block;
	font-size: 12px;
	width:99px;
	height:27px;	
}
.nav .menu span a:hover
{
    color:#fff;
	text-decoration:underline;
}
.nav .menu span a:link, .nav .menu span a:visited
{
	color: #fff;
}
/* 轮播图 banner */
.banner
{
	width:1000px;
	margin-bottom:10px;
	padding-bottom: 13px;
	background-position: 0 -255px;
}
.banner .banner-cot img
{
	width:1000px;
	height:278px;
}
.homepage .banner
{
	margin-bottom:5px;
	background-position: 0 -181px;
}
.homepage .banner-cot
{
	position:relative;
	height:352px;
	z-index:5;
}	
.homepage .banner-cot .fade-pages
{
	position: absolute;
	display: inline-block;
}
.homepage .banner-cot .fade-pages li
{
	position: relative;
	float: left;
	display: inline;
	margin: 0 0 0 7px;
	width: 14px;
	height: 14px;
	border-radius: 8px;
	background:#ff728b;
	font: 0/0 Arial;
	cursor: pointer;
}
.homepage .banner-cot .fade-pages li.active
{
	background:#fdfefe;
}
.homepage .banner-cot .fade li
{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.homepage .banner-cot .fade li img
{
	width: 1000px;
	height: 352px;
}
.homepage .banner-cot .fade-pages
{
	right: 40px;
	bottom: 25px;
}
/*  首页 container ======================================================= */
.container
{
	text-align: left;
	zoom: 1;
	padding-bottom: 20px;
}
.right-cot
{
	float: right;
	width: 740px;
	marign-bottom: 20px;
}
.right-cot .right-cot-r
{
	float:right;
	width:220px;
}
.right-cot .right-cot-l
{
	float:left;
	width:507px;
}
.left-cot
{
	float: left;
	width: 247px;
	marign-bottom: 20px;
}
.foot-cot
{
	width: 100%;
	marign-bottom: 20px;
}
/* 通用模块 block ======================================================== */
.block
{
	margin: 0 0 15px;
}
.block .title
{
	font-size:14px;
	color:#333;
	padding: 0 12px 0;
	border:1px solid #dedede;
}
.block .title .more
{
	float: right;
	font-size:12px;
	color:#666;
}
.block .title .more:hover
{
	color:#c32947;
	text-decoration:underline;
}
.block .title span
{
	padding-left:25px;
}
.block01 .title
{
	height: 30px;	
	line-height:30px;	
	background-position:0 -108px;
}
.block02 .title
{
	height: 38px;
	font-size:16px;
    line-height:38px;
	text-align:center;
    border:1px solid #c8ced0;
	background:url(../images/notice-bg.png) 0 0 repeat-x;
}
.block02 .title span
{
	padding:0;
}
.block02 .title img
{
	float:left;
	margin-top:7px;
}
.block03 .title
{
	height:43px;
	font-size:16px;
	line-height:43px;
	color:#fff;
	text-align:center;
	background-position:0 -138px;
}

.block .content
{
	padding: 5px 10px;
	border:solid #dedede;
	border-width:0 1px 1px;
}
.block .content .list li
{
	height: 23px;
	line-height: 23px;
}
.block .content .list li span
{
	float: right;
	color: #9e9e9e;
	font-family: SimSun;
}
.block .content .list li.hover span, .block .content .list li.hover a
{
	color:#0099ff;
}
.block .content .list li a
{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url("ellipsis.xml#ellipsis");
}
/* block-platform */
.block-platform li
{
	height:53px;
	line-height:53px;
	margin-bottom:4px;	
}
.block-platform li a
{
	display:block;
	height:53px;
}
.block-platform li a img
{
	float:left;
	height:36px;
	width:36px;
	padding:8px 13px 9px;
	background:#ffd672;
}
.block-platform li.hover img
{
	background:#f67990;
}
.block-platform li a span
{
	display:block;
	height:51px;
	color:#464646;
	text-align:center;
	line-height:51px;
	background:#fff9d0;
	border:1px solid #fff9d0;
	cursor:pointer;
}
.block-platform li.hover span
{
	color:#fe5a77;
	background:url(../images/plat-bg.png) 0 0 repeat-x;
	border:1px solid #ffdde2;
}
/* block-links */
.block-links .content
{
	height:461px;
}
.block-links .content ul
{
	margin:5px 0;
	height:451px;
	border-radius:8px;
	background:#f1f1f1;
}
.block-links .content li
{
	float:left;
	display:inline;
	width:95px;
	margin:19px 8px 19px 9px;
}
.block-links .content li a
{
	display:block;
	height:110px;
	text-align:center;
	line-height:20px;
	border-radius:8px;
	background:#fff;
	overflow:hidden;
	border:1px solid #d2d2d2;
}
.block-links .content li a img
{
	width:70px;
	height:60px;
	margin:5px 0 5px;
}
.block-links .content li a:hover
{
	border:1px solid #94dcd2;
}
/* block-notice */
.block02  .list li a
{
	width:190px;
}

.block-notice .content img, .block-teaching .content img
{
	width:190px;
	height:80px;
	margin:7px 5px;
}
/* block-news */
.block-news .title span
{
	background-position:0 -4px;
}
.block-news .content
{
	padding:3px 10px;
}
.block-news  .list li a
{
	width:380px;
}
/* block-info block-pics */
.block-info .title, .block-pics .title
{
	padding-left:0;
}
.block-info .title strong, .block-pics .title strong
{
	float:left;
	text-align:center;
	width:105px;
	font-weight:normal;
	cursor:pointer;
}
.block-info .title strong.active, .block-pics .title strong.active
{
	color:#fff;
	background:#26393d;
}
.block-info .list li a
{
	width:380px;
}
/* block-pics */
.block-pics .content
{
	padding:7px 9px;
}
.block-achievement .scroll
{
	height: 154px;
	padding: 20px 0 0;
}
.block-pics .content .scroll-cot
{
	position:relative;
	width:720px;
	height:147px;
	overflow:hidden;
}
.block-pics .content .scroll-cot ul
{
	position: relative;
	left: 0;
	width: 9999px;
	z-index: 1;
}
.block-pics .scroll-cot li
{
	float:left;
	display:inline;
	width:220px;
	margin:0 10px;
}
.block-pics .scroll-cot li img
{
	width:220px;
	height:147px;
}

/* block-school block-star block-student */
.block-school, .block-star, .block-student
{
	width:240px;
	float:left;
	margin-right:10px;
}
.block-school .title span
{
    background-position:0 -34px;	
} 
.block-star .title span
{
	background-position:0 -64px;
}
.block-student .title span
{
	background-position:0 -94px;
}
.block-student
{
	margin-right:0;
}
.block-school .list li a, .block-star .list li a, .block-student .list li a
{
	width:210px;
}
/* block-friendlink */
.block-friendlink li
{
	float:left;
	display:inline;
	margin:0 5px 10px 0;/*自己改的*/
	
}
.block-friendlink li.mar-0 {
margin-right: 0;

}
.block-friendlink li a img
{
	width:241px;
	height:42px;
	border:1px solid #fff;
}
.block-friendlink li a:hover img
{
	border:1px solid #e03254;
}
/* 内页 container ==================================================== */
.col-left
{
	float: left;
	width: 210px;
}
.col-right
{
	float: right;
	width: 760px;
	padding:0 7px 0 10px;
	font-size: 13px;
	line-height: 22px;
	border:1px solid #dadada;
}
.breadcrumbs
{
	font-size: 13px;
	color: #333;
	padding: 10px 0;
	margin-bottom: 10px;
}
/* cot-left */
.left-nav .title
{
	height:44px;
	padding:25px 0 21px 64px;
	color: #fff;
	text-align: left;
	background:url(../images/tit-bg.jpg) center top no-repeat;
}
.left-nav .title h2
{
	font-size:16px;
	
	font-weight:normal;
}
.left-nav .title p
{
	font-size:12px;
}
.mould-menu
{
	zoom: 1;
	text-align: left;
	padding-bottom: 220px;
	border:solid #dadada;
	border-width:0 1px 0;
	background:url(../images/menu-foot.jpg) center bottom no-repeat;
}
.mould-menu a
{
	position: relative;
	display: block;
	overflow: hidden;
}
.mould-menu a b
{
	position: absolute;
	font: 0/0 Arial;
}
.mould-menu dt
{
	border-bottom:1px solid #dadada;
}
.mould-menu dt a
{
	height: 38px;
	padding-left: 42px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	background:#f4f3f3;
}
.mould-menu dt a b
{
	top: 14px;
	left: 21px;
	width: 9px;
	height: 9px;
	background-position:0 -150px;
}
.mould-menu dt a.active, .mould-menu dt a:hover
{
	color: #333;
	background:#bef6ff;
}
.mould-menu dt a.active b, .mould-menu dt a:hover b
{
	background-position:0 -170px;
}
.mould-menu dd
{
	display: none;
	border-bottom: 1px solid #f0f5f5;
}
.mould-menu dd a
{
	height: 32px;
	padding-left: 35px;
	line-height: 32px;
	font-size: 13px;
	color: #666;
}
.mould-menu dd a.active, .mould-menu dd a:hover
{
	color: #2e52ae;
}
.mould-menu ul
{
	display: none;
}
.mould-menu li a
{
	height: 26px;
	font-family:SiMsun;
	padding-left: 55px;
	line-height: 26px;
	font-size: 12px;
	color: #777;
}
.mould-menu li a.active, .mould-menu li a:hover
{
	color: #09c2f0;
}
.mould-menu li a.active b, .mould-menu li a:hover b
{
	top: 0;
	left: 0;
	width: 2px;
	height: 30px;
	background: url(../images/ico06.gif) 0 0 no-repeat;
}
/* ----------------------------------- footer 定义 ------------------------------------ */
.footer-fixer
{
	position: relative;
	height: 108px;
}
.footer
{
	position: absolute;
	left: 0;
	width: 100%;
	height: 108px;
	margin-top: -108px;
	line-height: 24px;
	color: #000;
	background: #dbe3e8;
}
.footer .page-layout
{
	position: relative;
	padding: 18px;
}
.footer .go-top
{
	position: absolute;
	top: -25px;
	right: 100px;
}

/*自己加的*/
.mould-article-bd
{
    word-wrap:break-word;
 }
 .showlinks
 {
  cursor:pointer;    
 }
.contens
{position: absolute;
}
.mould-teachersTeam-block
{
position: relative;
}

.form table td{ padding:5px 0;}
.form table select{ width:50px;}
.form table .btn{ margin-top:10px; margin-right:12px;}
.banner-bg {
height: 278px;
background: url(../images/banner-bg.png) center -74px no-repeat;
}

/*解决纯英文或数字内容在前台展示时不换行的问题的通用样式*/
.textWrap
{
    word-break: break-all;
    word-wrap: break-word;
    display: block;
    display: -webkit-box;
}

/*一行内容过长时截断展示的通用样式（要求标签必需要有固定宽度，且只需展示一行）*/
.textClip
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* IE/Safari */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis; /* Opera */
    -moz-binding: url("ellipsis.xml#ellipsis"); /*FireFox*/
}