body {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	font-family: "微软雅黑";
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	min-width: 1200px;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

table,
tr,
td,
h3,
h5,
span,
p,
form,
input,
dl,
dd,
dt,
em,
b {
	margin: 0px;
	padding: 0px;
}

em,
img {
	border: 0px;
}

input {
	border: none;
	outline: none;
	background: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	transition: 0.5s;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.width {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.images {
	transition: all 0.8s;
	-moz-transition: width 0.8s;
	/* Firefox 4 */
	-webkit-transition: width 0.8s;
	/* Safari 和 Chrome */
	-o-transition: width 0.8s;
	/* Opera */
}

.images:hover {
	cursor: pointer;
	transition: all 0.8s;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome */
	xsjzlist -o-transform: scale(1.1);
	/* Opera */
}



/********************************************** 首页 ***********************************************/

/* top */
.top {
	width: 100%;
	height: 170px;
	background: url(../images/topbg_1.jpg) no-repeat center;
}

.topt {
	width: 100%;
	height: 120px;
}

.logo {
	margin-top: 14px;
}

.topr {
	width: 214px;
	overflow: hidden;
	margin-top: 20px;
}

.toprt {
	width: 100%;
	height: 14px;
	line-height: 14px;
	text-align: right;
	font-size: 14px;
	margin-bottom: 15px;
}

.toprt a {
	color: #adceed;
}

.toprt a:hover {
	color: #f19300;
}

.search {
	width: 100%;
	height: 30px;
	background: url(../images/searchbg_1.png) no-repeat center;
}

.searchtext {
	float: left;
	width: 165px;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
}

.searchimg {
	float: left;
	margin-top: 6px;
}

/* 导航 */
.menu {
	width: 100%;
	height: 50px;
}

.menu ul .nli {
	float: left;
	position: relative;
}

.menu ul .nli h3 {
	font-weight: normal;
}

.menu ul .nli h3 a {
	padding: 0 33px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	display: block;
}

.menu ul .nli:hover h3 a {
	background: #fff;
	color: #0a5faf;
	border-radius: 3px 3px 0 0;
}

.menu ul .on h3 a {
	background: #fff;
	color: #0a5faf;
	border-radius: 3px 3px 0 0;
}

.sub {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 0 0 3px 3px;
	z-index: 10;
	display: none;
}

.sub li {
	line-height: 40px;
	width: 100%;
	text-align: center;
}

.sub li a {
	color: #494949;
}

.sub li:hover {
	background: #e6eff7;
	border-left: 3px solid #0a5faf;
	width: 97.5%;
}

.menu ul .nli:hover .sub {
	display: block;
}


/* banner */
.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 16px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	left: 50%;
	margin-left: -39px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(../images/dian_1.png) no-repeat center;
}

.slideBox .hd ul li.on {
	background: url(../images/dian-hover_1.png) no-repeat center;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	width: 100%;
}

.slideBox .bd ul {
	width: 100%;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
}

.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}

/* 学院公告 */
.xygg {
	padding: 30px 0 40px 0;
	overflow: hidden;
}

.zytitle {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}

.zytitle h3 {
	background: url(../images/title1_1.png) no-repeat left center;
	font-size: 26px;
	color: #494949;
	padding-left: 35px;
	display: inline;
}

/* .xygg ul{padding-bottom: 10px;overflow: hidden;}
.xygg ul li{float: left;margin-bottom: 30px;width: 380px;height: 90px;border-radius: 10px;background: #f9f9f9;margin-right: 30px;cursor: pointer;}
.date{float: left;width: 90px;height: 90px;line-height: 90px;background: #e0e0e0;text-align: center;font-size: 20px;color: #494949;border-radius: 10px 0 0 10px;}*/
.xyggnr {
	float: left;
	padding: 15px 25px;
	width: 240px;
	height: 40px;
}

.xyggnr a {
	color: #494949;
	font-size: 15px;
}

/*.xygg ul li:hover .date{background: #0a5faf;color: #fff;}
.xygg ul li:hover .xyggnr a{color: #0a5faf;}*/
.last {
	margin-right: 0 !important;
}

.more {
	display: block;
	text-align: center;
}

.more a {
	font-size: 14px;
	color: #f19300;
	width: 108px;
	height: 38px;
	border: 1px solid #f19300;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 5px;
	margin: 0 auto;
}

.more a:hover {
	background: #f19300;
	color: #fff;
}

.xygg .width div {
	width: 585px;
	overflow: hidden;
	margin-right: 30px;
}

.xygg .width div+div {
	margin-right: 0 !important;
}

.ggtitle {
	padding-bottom: 25px;
	overflow: hidden;
	border-bottom: 1px solid #e8e6e6;
}

.ggtitle h3 {
	float: left;
	background: url(../images/title4_1.png) no-repeat left center;
	font-size: 26px;
	color: #494949;
	padding-left: 40px;
}

.xygg .width div+div .ggtitle h3 {
	background: url(../images/title5_1.png) no-repeat left center;
}

.xygg .width div+div+div .ggtitle h3 {
	background: url(../images/title6_1.png) no-repeat left center;
}

.ggtitle a {
	float: right;
	font-size: 12px;
	color: #999999;
	margin-top: 15px;
}

.ggtitle a:hover {
	color: #f19300;
	padding-right: 10px;
}

.xytz ul {
	padding-top: 20px;
	overflow: hidden;
}

.xytz ul li {
	overflow: hidden;
	line-height: 32px;
	background: url(../images/libg_1.png) no-repeat left center;
	padding-left: 15px;
}

.xytz ul li a {
	color: #494949;
	float: left;
	width: 85%;
}

.xytz ul li:hover a {
	color: #0A5FAF;
	padding-left: 10px;
}

.xytz ul li span {
	font-size: 14px;
	color: #494949;
	float: right;
	width: 13%;
}

.xytz ul li:hover span {
	color: #0A5FAF;
}


/* 新闻中心 */
.xwzx {
	padding: 40px 0;
	overflow: hidden;
	background: #f0f0f0;
}

.xwzx .zytitle h3 {
	background: url(../images/title2_1.png) no-repeat left center;
}

.xwzx ul {
	padding-bottom: 35px;
	overflow: hidden;
}

.xwzx ul li {
	float: left;
	overflow: hidden;
	width: 288px;
	margin-right: 16px;
	cursor: pointer;
}

.xwzxtp {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.xwzxtp img {
	width: 100%;
	height: 220px;
}

.xwzxnr {
	padding: 25px 15px 35px 15px;
	overflow: hidden;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.xwzxnr a {
	color: #494949;
	line-height: 28px;
}

.xwzxnr p {
	font-size: 14px;
	color: #0a5faf;
	background: url(../images/time_1.png) no-repeat left center;
	padding-left: 20px;
	margin-top: 20px;
}

.xwzx ul li:hover .xwzxnr a {
	color: #0a5faf;
}

.xwzx ul li:hover .xwzxnr {
	border-bottom: 2px solid #0a5faf;
	padding: 24px 15px 34px 15px;
}

/* 学术讲座 */
.xsjz {
	padding: 40px 0;
	overflow: hidden;
}

.xsjz .zytitle h3 {
	background: url(../images/title3_1.png) no-repeat left center;
}

.xsjz ul {
	padding-bottom: 40px;
	overflow: hidden;
}

.xsjz ul li {
	float: left;
	width: 338px;
	height: 180px;
	margin-right: 45px;
	border: 1px solid #e0e0e0;
	padding: 30px 15px;
	cursor: pointer;
}

.xsjz ul li a {
	color: #494949;
	display: block;
	margin-bottom: 15px;
}

.xsjz ul li p {
	font-size: 14px;
	color: #999;
	line-height: 28px;
}

.xsjz ul li:hover {
	border: 3px solid #0a5faf;
	padding: 28px 13px;
}

.xsjz ul li:hover a {
	color: #0a5faf;
}

/* 底部 */
.footer {
	overflow: hidden;
}

.footerc {
	width: 100%;
	background: #353535;
	padding: 30px 0;
	overflow: hidden;
}

.kslj {
	width: 430px;
	overflow: hidden;
}

.kslj h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.kslj ul {
	padding-top: 20px;
}

.kslj ul li {
	float: left;
	font-size: 14px;
	line-height: 28px;
	width: 33.3%;
}

.kslj ul li a {
	color: #aeaeae;
}

.kslj ul li:hover a {
	color: #f19300;
}

.adress {
	width: 430px;
	overflow: hidden;
	font-size: 14px;
	color: #aeaeae;
	line-height: 28px;
	padding-top: 40px;
	text-align: center;
}

.ewm {
	width: 140px;
	overflow: hidden;
	padding-top: 10px;
}

.ewm ul li {
	float: left;
	margin-left: 30px;
}

.ewm p {
	color: #aeaeae;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}

.bq {
	width: 100%;
	background: #282828;
	font-size: 14px;
	color: #9c9c9c;
	text-align: center;
	padding: 10px 0;
}


/********************************************** 简介页 ***********************************************/
.nybanner {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.nybanner {
	width: 100%;
	height: 300px;
}

.mainl {
	width: 230px;
	overflow: hidden;
	position: relative;
	top: -70px;
	left: 0;
	z-index: 999;
}

.mainl h3 {
	font-size: 24px;
	color: #fff;
	background: #0f63b1;
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-weight: normal;
}

.mainl ul {
	padding: 20px 0 50px 0;
	background: #f6f6f6;
}

.mainl ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.mainl ul li a {
	font-size: 18px;
	color: #444;
	display: block;
}

.mainl ul li:hover a {
	color: #fff;
	background: #7eb1e1;
}

.mainl ul li .on {
	color: #fff;
	background: #7eb1e1;
}

.mainr {
	width: 930px;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 20px;
}

.current {
	border-bottom: 1px solid #dedede;
	overflow: hidden;
	background: url(../images/home_1.png) no-repeat left center;
	color: #666;
	padding-left: 30px;
	line-height: 40px;
}

.current a {
	color: #666;
}

.current a:hover {
	color: #0f63b1;
}

.jjy {
	padding-top: 30px;
	overflow: hidden;
}

.jjy p {
	margin-bottom: 30px;
	color: #494949;
	line-height: 32px !important;
	text-indent: 32px !important;
	font-size: 16px !important;
}


/********************************************** 列表页 ***********************************************/
.list,
.xstdlist {
	padding: 10px 0 70px 0;
	overflow: hidden;
}

.list ul,
.xstdlist ul {
	overflow: hidden;
	padding-bottom: 50px;
}

.list ul li {
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px dotted #dfdfdf;
}

.list ul li a {
	color: #494949;
}

.list ul li p {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.list ul li:hover a {
	color: #0f63b1;
}

.fyl {
	display: block;
	text-align: center;
}

.xstdlist ul li {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px dashed #dedede;
}

.xstdpic {
	width: 150px;
	height: 210px;
	overflow: hidden;
}

.xstdpic img {
	width: 150px;
	height: 210px;
}

.xstdnr {
	width: 700px;
	overflow: hidden;
	padding-top: 10px;
}

.xstdnr a {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	display: block;
	margin-bottom: 15px;
}

.xstdnr p {
	margin-top: 10px;
	font-size: 16px;
	color: #494949;
	line-height: 24px;
}

.xstdmore {
	width: 90px;
	height: 30px;
	border-radius: 5px;
	display: block;
	background: #7eb1e1;
	font-size: 14px !important;
	color: #fff !important;
	text-align: center;
	line-height: 30px;
	font-weight: normal !important;
	margin-top: 15px;
}

.xstdmore:hover {
	background: #0f63b1
}



/********************************************** 内容页 ***********************************************/
.nry {
	padding: 35px 0 50px 0;
	overflow: hidden;
}

.nry h3 {
	font-size: 24px;
	color: #444;
	text-align: center;
}

.xiab {
	margin: 30px 0;
	width: 100%;
	height: 30px;
	background: #f6f6f6;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 30px;
}

.xiab span {
	margin-right: 10px;
}

.nrynr {
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	padding-bottom: 30px;
}

.nrynr p {
	font-size: 16px !important;
	text-indent: 32px !important;
	line-height: 32px !important;
}

.nrynr p img {
	display: block;
	margin: 20px auto;
}

.sxp {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	padding-top: 20px;
}

.sxp a {
	color: #666;
}

.sxp a:hover {
	color: #0f63b1;
	padding-left: 10px;
}


/********************************************** 学术讲座 ***********************************************/
.xsjzlist {
	padding-bottom: 50px;
	overflow: hidden;
}

.xsjzlist ul {
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 50px;
}

.xsjzlist ul li {
	float: left;
	overflow: hidden;
	cursor: pointer;
	width: 50%;
}

.xsjzlist ul li a {
	color: #494949;
	display: block;
	margin-bottom: 15px;
}

.xsjzlist ul li p {
	font-size: 14px;
	color: #999;
	line-height: 28px;
}

.xsjzlist ul li:hover div {
	border: 3px solid #0a5faf;
	padding: 28px 13px;
}

.xsjzlist ul li:hover a {
	color: #0a5faf;
}
