﻿@charset "utf-8";
*{margin:0;padding:0}
img{border:none;outline:none;}
a{color:#424242; text-decoration:none;outline:none; cursor:pointer}
li{ list-style:none}
input,button{border:none;outline:none;cursor:pointer}
body {font-family:"Microsoft YaHei", Arial， Helvetica， sans-serif; font-size:12px;
}
#layoout{
	width:1440px;
	margin:0 auto
}
#header{
	width:1440px;
	height:140px;
	margin: 0 auto
}
#header_show{
	width:100%;
	height:62px;
	background:url(../images/show_header_bg.png) repeat;
	margin: 0 auto;
	display:none;
	position:fixed;  
    left:0px;  
    top:0px;
	z-index:9999
}
#search{
	width:1440px;
	margin: 0 auto;
	height:40px;
	clear:both
}
#hotnews {
	width:1440px;
	margin: 0 auto;
	height:30px;
	clear:both
}
#banner{
	width:100%;
	height:500px;
	clear:both
}
#functionbtn{
	width:1440px;
	margin: 0 auto;
	height:140px;
	clear:both
}
#medical{
	clear:both;
	width:1440px;
	margin: 0 auto;
	height:500px
}
#health{
	width:1440px;
	margin: 0 auto;
	height:380px;
	clear:both
}
#sorting{
	width:1440px;
	height:400px;
	clear:both;
	margin:50px auto 0 auto;
}
#lecturer{
	width:1440px;
	margin: 0 auto;
	height:670px;
	clear:both
}
#map{
	clear:both;
	width:1440px;
	min-width:1440px;
	margin:0 auto;
	height:110px
}
#footer{
	width:100%;
	height:160px;
	background:#00bfa5;
	margin:0 auto;
	clear:both
}
#quick{
	width:52px;
	height:275px
}
/*课程页面*/
#course{
	clear:both;
	width:1440px;
	margin:0 auto 140px auto
}
/*课程列表*/
#courseList{
	width:1440px;
	margin:20px auto
}
/*学术前沿*/
#academic_banner{
	clear:both;
	width:100%;
	height:500px;
	margin:25px auto 30px auto
}
#academicList{
	width:1440px;
	height:auto;
	min-height:600px;
	margin:0 auto
}
/*文章详情*/
#articleDetails{
	width:1440px;
	height:auto;
	min-height:1200px;
	margin:0 auto
}
#articleDetails_share{
	width:50px;
	height:220px
}
#articleDetails_top{
	width:50px;
	height:220px
}