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: 1230px;
	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: 160px !important;
	background: url(../images/topbg.jpg) no-repeat;
	background-size: 100%;
}

.topt {
	width: 100%;
	height: 160px;
}

.logo {
	margin-top: 20px;
	width: 80%;
}

.topr {
	width: 214px;
	overflow: hidden;
	margin-top: 35px;
}

.toprt {
	width: 100%;
	height: 14px;
	line-height: 14px;
	text-align: right;
	font-size: 14px;
	margin-bottom: 15px;
}

.toprt a {
	color: #fff;
}

.toprt a:hover {
	color: #f19300;
}

.search {
	width: 100%;
	height: 30px;
	background: url(../images/searchbg.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  {
	display: flex;
	justify-content: space-between;
}
.menu ul .nli {
	float: left;
	position: relative;
}
.menu ul .nli:before {
	display: block;
	content: "";
	width: 1px;
	height: 15px;
	background: #84a9cc;
	position: absolute;
	left: -3.5px;
	top: 18px;
}
.menu ul .nli.on:before{
	display: none;
}
.menu ul .nli h3 {
	font-weight: normal;
}

.menu ul .nli h3 a {
	padding: 0 14px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	display: block;
	/* font-weight: 600; */
}

.menu ul .nli:hover h3 a {
	background: #fff;
	color: #0a5faf;
	border-radius: 3px 3px 0 0;
}

.menu ul .on h3 a {
	background: #0a5faf;
	color: #fff;
	border-radius: 3px 3px 0 0;

}

.sub {
	position: absolute;
	top: 50px;
	left: -10px;
	width: 120%;
	background: #0a5faf;
	border-radius: 0 0 3px 3px;
	z-index: 100;
	display: none;
}

.sub li {
	line-height: 40px;
	width: 100%;
	text-align: center;
}

.sub li a {
	color: #fff;
}

.sub li:hover {
	background: #e6eff7;
	border-left: 3px solid #fff;
	width: 97.5%;
}
.sub li:hover a{
color:#0a5faf ;
}

.menu ul .nli:hover .sub {
	display: block;
}
.xinz_1{
	width: 100% !important;
	padding: 0;
	height: 67px;
}
.xinz_1 img{
	width: 100%;
	margin-top: -12px;
}
.xinz_2{
	width: 100% !important;
	padding: 0;
	height: 67px;
}
.xinz_2 img{
	width: 100%;
	height: 100%;

}
.xinz_3{
	width: 100% !important;
	padding: 0;
	height: 67px;
}
.xinz_3 img{
	width: 100%;
	/* height: 100%; */
	margin-top: -60px;
}
.xinz_4{
	width: 100% !important;
	padding: 0;
	height: 67px;
}
.xinz_4 img{
	width: 100%;
	height: 100%;
}



/* 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.png) no-repeat center;
}

.slideBox .hd ul li.on {
	background: url(../images/dian-hover.png) no-repeat center;
}

.slideBox .bd {
	position: relative;
	height: 250px;
	z-index: 0;
	width: 100%;
}

/* .slideBox .bd ul {
	width: 100% !important;
} */
/* .slideBox .bd ul{
	width: 500% !important;
	height: 250px;
} */
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100% !important;
	height: 250px;
	padding-left: 0;
	background: transparent;
}
.slideBox .bd li a{
	width: 100%;
}

.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}

/* 学院公告 */
.xygg {
	padding: 30px 0 10px 0;
	overflow: hidden;
}

.zytitle {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}

.zytitle h3 {
	/* background: url(../images/title1.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: 580px;
	overflow: hidden;
	margin-right: 40px;
	line-height: 50px;

}

.xygg .width div+div {
	margin-right: 0 !important;
}

.ggtitle {
	overflow: hidden;
	/* background: #e8f0f9; */
	padding: 5px 0;
		border-bottom: 1px solid #0a5faf;
}

.ggtitle h3 {
	float: left;
	/* background: url(../images/title4.png) no-repeat left center; */
	font-size: 24px;
	color: #0a5faf;
	/* padding-left: 40px; */
	/* margin-left: 15px; */
}

/* .xygg .width div+div .ggtitle h3 {
	background: url(../images/title5_11.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: #000000;
	margin-top: 20px;
}
.ggtitle h3>img{
	    float: left;
	    margin-right: 16px;
	    margin-top: 10px;
}
.ggtitle a:hover {
	color: #f19300;
	padding-right: 10px;
}

.xytz ul {
	/* padding-top: 20px; */
	overflow: hidden;
}

.xytz ul li {
	overflow: hidden;
	line-height: 52px;
	line-height: 44px;
	background: url(../images/libg.png) no-repeat left center;
	padding-left: 22px;
	font-size: 20px;
}

.xytz ul li a {
	color: #333;
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xytz ul li:hover a {
	color: #0A5FAF;
	padding-left: 10px;
}

.xytz ul li span {
	font-size: 14px;
	color: #999;
	float: right;
	width: 16%;
}

.xytz ul li:hover span {
	color: #0A5FAF;
}
.xytz .notice_g li{
	/* padding-left: 0; */
	border-bottom: 1px dashed #eee;
	/* line-height: 58px; */
	/* background: transparent; */
}
.xytz .notice_g li a{
	float: left;
}
.xytz .notice_g li span{
	float: left;
	text-align: center;
}
.xytz .notice_g li span p:nth-child(1){
	font-size: 48px;
}
.xytz .notice_g li span p:nth-child(2){
	font-size: 16px;
	line-height: 24px;
}
/* 新闻中心 */
.xwzx {
	padding: 40px 0;
	overflow: hidden;
	background: #f0f0f0;
}

.xwzx .zytitle h3 {
	/* background: url(../images/title2.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.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.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;
}
.ksrk{
	color: #0a5faf !important;
}
.xksrk{
	width: 400px !important;
	float: right;
}
.xksrk li{
	/* background: #53abd4 !important; */
	/* margin-bottom: 5px; */
}
.xxhhd{
	width: 750px !important;
}
/* 底部 */
.footer {
	overflow: hidden;
}

.footerc {
	width: 100%;
	background: #0a5faf;
	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: #fff;
	text-decoration: underline;
}

.kslj ul li:hover a {
	color: #f19300;
}

.adress {
	width: 430px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	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: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}

.bq {
	width: 100%;
	background: #014c94;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}


/********************************************** 简介页 ***********************************************/
.banner{
	padding-top: 20px;
	height: 250px;
}
.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: 1000px;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 20px;
}

.current {
	border-bottom: 1px solid #dedede;
	overflow: hidden;
	background: url(../images/home.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;
}
/* 
.tpxw{
	background: url(../images/title2_11.png) no-repeat left center !important;
}
.tzgg{
	background: url(../images/title4_11.png) no-repeat left center !important;
}
.xykx{
	background: url(../images/title2_11.png) no-repeat left center !important;
}
.jxtz{
	background: url(../images/title3_11.png) no-repeat left center !important;
}
.xsgz{
	background: url(../images/title5_11.png) no-repeat left center !important;
}
.ksrkz{
	background: url(../images/title6_11.png) no-repeat left center !important;
}
 */
