/**ppt**/
.slide_x {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background: #FFF;
}

.slide_x .box {
	overflow: hidden;
	position: relative;
}

.slide_x .list {
	overflow: hidden;
	width: 99999px;
}

.slide_x .list li {
	float: left;
	position: relative;
}

.slide_x .list img {
	vertical-align: top;
}

.slide_x .btn {
	position: absolute;
	bottom: 44px;
	left: 50%;
	margin-left: -50px;
}

.slide_x .btn li {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	background: #fff;
	opacity: 0.8;
}

.slide_x .btn .selected {
	background: #1AA4CA;
}
/**ppt end**/
#section01 {
	margin-top: 20px;
}

.indexLeft {
	width: 56%;
	min-height: 300px;
}

.indexRight {
	width: 40%;
	min-height: 300px;
}

.indexTopline {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 3px #0583cd solid;
	margin-bottom: 30px;
}

#index_stu_blog_list {
	width: 100%;
	height: 380px;
	background: url(../images/section02_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 20px 0;
}

#index_stu_blog_list .main:first-child {
	height: 40px;
	line-height: 40px;
}

.indexTopline span:first-child, #index_stu_blog_list .main span:first-child
	{
	float: left;
	font-size: 18px;
	color: #0472b3;
	font-weight: bold;
	margin-right: 5px;
}

.indexTopline span:nth-child(2), #index_stu_blog_list .main span:nth-child(2)
	{
	float: left;
	font-size: 12px;
	font-style: italic;
	color: gray;
	margin-top: 5px;
}

.indexTopline span:last-child, #index_stu_blog_list .main span:nth-child(3)
	{
	float: right;
	font-size: 14px;
	font-style: italic;
	margin-top: 4px;
}

#section01 .indexLeft img {
	float: left;
	width: 250px;
	margin-right: 10px;
}

#section01 .indexLeft ul {
	height: 120px;
}

#section01 .indexLeft ul:nth-child(2) {
	height: 170px;
	overflow: hidden;
}

.indexLeft li p:nth-child(2) { /**title**/
	white-space: nowrap;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.indexLeft #defaultPic{
	margin-bottom:43px;
}
.indexLeft ul li a {
	font-weight: bold;
}

.indexLeft ul:nth-child(2) li p:nth-child(2) a {
	font-size: 18px;
}

.indexLeft li p:nth-child(3), .indexLeft li p:nth-child(4) {
	/**content**/
	font-size: 14px;
	color: gray;
	line-height: 1.5em;
	margin-top: 10px;
	overflow: hidden;
	text-align: justify;
	text-indent: 2em;
	text-justify: inter-ideograph;
}

.indexLeft li p:nth-child(3) span {
	float: right;
	font-size: 10px;
	margin-top: 5px;
}
/**日历**/
.indexLeft li div:first-child {
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #fff;
	background: #0583cd;
	margin-right: 10px;
	margin-bottom :43px;
}

/**日**/
.indexLeft li div span:first-child {
	width: 66px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	margin: auto;
	border-bottom: 1px #999 solid;
}

/**yyyy-MM-dd**/
.indexLeft li div span:nth-child(2) {
	display: block;
	width: 100%;
	font-size: 12px;
}

.indexLeft li p:nth-child(2) {
	font-weight: normal;
}

.indexRight ul {
	margin-bottom: 8px;
}

.indexRight ul li:first-child {
	font-weight: bold;
}

.indexRight ul li:first-child span:last-child {
	font-weight: normal;
}

.indexRight ul li {
	padding-bottom: 40px;
}

.indexRight ul li span:first-child {
	width: 85%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.indexRight ul li span:nth-child(2) {
	width: 15%;
	float: right;
	font-size: 12px;
	text-align: right;
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
}

.indexRight ul li span:nth-child(2):after {
	clear: both;
}

#index_stu_blog_list .main:nth-child(2) {
	height: 40px;
	line-height: 40px;
}

#index_stu_blog_list .main:nth-child(2) ul, #section04 ul {
	width: 100%;
	margin: auto;
	display: flex;
}

#index_stu_blog_list .main:nth-child(2) ul li { //
	flex: 1; /**宽度相等**/
	width: 33.33%;
	position: relative;
	background: #fff;
	height: 260px;
	padding: 30px 16px 25px;
	font-size: 16px;
	overflow: hidden;
}

#index_stu_blog_list .main:nth-child(2) ul li div:first-child {
	float: left; //
	width: 130px;
	width: 30%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #0472b3;
}

#index_stu_blog_list .main:nth-child(2) ul li div:first-child img {
	width: 100%;
	max-height: 172px;
}

#index_stu_blog_list .main:nth-child(2) ul li div:nth-child(2) {
	float: right; //
	width: 220px;
	width: 70%;
	padding-left: 10px;
}

#index_stu_blog_list .main:nth-child(2) ul li div:nth-child(2) p {
	line-height: 2.35;
	white-space: nowrap;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#section03 {
	margin-top: 10px;
}

#section03 img {
	float: left;
	width: 184px;
	margin-right: 10px;
}

#section03 li {
	height: 140px;
	overflow: hidden;
	margin-bottom: 40px;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#section03 li:nth-child(2) a, #section03 li:nth-child(3) a {
	font-size: 16px;
}

#section03 .indexRight li {
	height: 41px;
	margin: 0;
}

#box4 {
	margin-top: 20px;
}

#section04 {
	width: 100%;
	height: 500px;
	background: url(../images/section04_bg.jpg) no-repeat scroll top center;
	padding: 20px 0;
}

#section04 .indexTopline {
	border-bottom: 0;
}

#section04 ul li {
	/**teacherlist**/
	position: relative;
	width: 25%;
	height: 260px;
	padding: 16px;
	text-align: center;
}

#section04 ul li img {
	width: 220px;
	height: 220px;
	border-radius: 120px;
}

#section04 ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#section04 ul li a:nth-child(2) {
	font-weight: bold;
	margin-top: 10px;
}

#section04 ul li p {
	font-size: 14px;
	margin: 10px 0 40px;
}

#index_stu_blog_list button, #section04 button {
	width: 30px;
	height: 30px;
	border: 1px #c0c0c0 solid;
	border-radius: 30px;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

#index_stu_blog_list button:hover, #section04 button:hover {
	background: #ff80ff;
}

#noticePopup {
	width: 320px;
	height: 210px;
	padding: 5px 10px;
	border: 2px #006ddb solid;
	background: #fff url(../images/speaker.png) left top no-repeat;
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
}

#noticePopup p:first-child {
	text-align: right;
	padding-bottom: 10px;
}

#noticePopup p:first-child span {
	colof: red;
	font-weight: bold;
	cursor: pointer;
}

#noticePopup p:last-child {
	text-indent: 2em;
}

#noticePopup .popupmore a {
	color: #000;
}

#noticePopup .popupmore a:hover {
	color: #ff0000;
}