@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #565656;
	-webkit-text-size-adjust: none;
	background: #fff url(../images/bg.png) repeat-x;
	min-width: 1200px;
}
ul, h2, h3, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
input {
	outline: none;
}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	font-size: 14px;
	color: #565656;
	text-decoration: none;
}
a:hover {
	color: #0071bc;
}
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
.fc, .fc a {
	color: #e70010;
}
.hidden {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*头部*/
#header {
	width: 100%;
	position: relative;
	z-index: 9999; background:#0071bc url(../images/text.jpg) no-repeat center top;

}
#top1 {
	width: 100%;
	height: 26px;
	line-height: 26px;
	background: #3b3b3b;
}
#top1 p {
	width: 1000px;
	height: 26px;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
	color: #bfbfbf;
}
#top1 p a {
	font-size: 12px;
	color: #bfbfbf;
}
#top1 p span {
	position: absolute;
	top: 0;
	right: 0;
}
#top2 {
	width: 1400px;

	height: 150px;
	margin: 0 auto;
	position: relative;
}
#top2 #logo {
	float: left;
	padding: 27px 0 0 10px;
}
#top2 .serach {
	position: absolute;
	top: 40px;
	right: 0;
	width: 210px;


}
#top2 .serach .input {
	position: absolute;
	top: 2px;
	left: 10px;
	width: 110px;
	height: 22px;
	border: none;
	background: none;
	line-height: 22px;
	color: #fff;
	font-size: 12px;
	font-family: "宋体";
}
#top2 .serach .search-btn {
	position: absolute;
	top: 4px;
	right: 10px;
	width: 16px;
	height: 17px;
	border: none;
	cursor: pointer;
}
#nav {
	width: 100%;
	position: relative;
	height: 50px;
	padding-top: 2px;
	border-top:3px solid #1187d6
}
#nav ul {
	width: 1400px;
	margin: 0 auto;
	height: 42px;
}
#nav li {
	float: left;
	width: 130px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	margin-left: 10px;

}
#nav li.li2 {
	margin: 0;
}
#nav li a {
	font-size: 16px;
	height: 42px;
	font-weight: bold;
	display: block;
	position: relative;
	color: #fff;
}
#nav li a:hover, #nav li.active, #nav li.active a {
	background: #f3f7e7;
	color: #0071bc;
}
#nav li:hover {
	background: #f3f7e7;
}
#nav li:hover .a {
	display: block;
}
#nav li .a {
	position: absolute;
	top: 42px;
	left: -1px;
	width: 376px;
	padding: 20px 0 20px 13px;
	display: none;
	border:1px solid #0071bc;
	border-top:none;
	background: url(../images/bg.png);
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
#nav li .a dt {
	width: 152px;
	height: 86px;
	overflow: hidden;
	float: left;
}
#nav li .a dd {
	width: 206px;
	float: right;
}
#nav li .a dd a {
	height: 30px;
	line-height: 30px;
	display: block;
	background: url(../images/ico2.png) no-repeat 6px 12px;
	text-indent: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	float: left;
}
/* 单个图片幻灯片盒子 - 公用类 */
.slideBox {
	width: 100%;
	height: 430px;
	position: relative;
	overflow: hidden;
}
.slideBox .hd {
	height:8px;
	overflow: hidden;
	right: 0;
	bottom:16px;
	width: 100%;
	position: absolute;
	z-index: 9999;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	height: 15px;
	padding: 0 0 0 656px;
	margin: 0 auto;
	width: 344px;
}
.slideBox .hd li {
	width: 8px;
	height: 8px;
	float: left;
	text-indent: -9999px;
	background: url(../images/dian.png) no-repeat;
	cursor: pointer;
	margin-right:8px;
}
.slideBox .hd li.on {
	background: url(../images/dian2.png) no-repeat;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	width: 100%;
	height: 430px;
}
.slideBox .bd li {
	width: 100%;
	text-indent: -9999px;
	height: 430px;
	position:relative;
}
.slideBox .bd li .li_text{
	position:absolute;
	bottom:0;
	right:0;
	height:78px;
	width:100%;
	text-indent:0;
}
.slideBox .bd li .li_text .text{
	width:378px;
	height:78px;
	padding:0 0 0 622px;
	margin:0 auto; 
}
.slideBox .bd li .li_text .text p{
	width:378px;
	height:78px;
	background:url(../images/bg.png);
	float:right;
	position:relative;
}
.slideBox .bd li .li_text p strong{
	position:absolute;
	top:0;
	left:0;
	height:30px;
	line-height:30px;
	background:#0071bc;
	text-indent:28px;
	width:378px;
	font-weight:normal;
	font-size:15px;
	color:#fff1ba;
	overflow:hidden;
}
.slideBox .bd li .li_text p span{
	position:absolute;
	bottom:11px;
	right:12px;
	width:60px;
	height:22px;
	line-height:22px;
	background:#0071bc;
	text-align:center;
}
.slideBox .bd li .li_text p span a{
	font-size:12px;
	color:#fff;
}
/*底部*/
.bottsum {
	background: #eeeeee;
	height:auto;overflow:hidden;
}
.bottsum ul {
	width: 1000px;
	margin: 0 auto;
	height:auto;overflow:hidden;

	line-height: 50px;
}
.bottsum li {
	float: left;
}
.bottsum li img {
	position: relative;
	width: 28px;
	height: 28px;
	top: 10px;
	margin-right: 6px;
}
.bottsum li a {
	padding-left: 30px;
}
.bottsum li.li2 a {
	padding-left: 18px;
}
#footer {
	background: #0071bc;
	color: #fff;
	height: 170px; width:100%; float:left;
}
#footer .footsum {
	width: 1000px;
	height: 118px;
	margin: 0 auto;
}
#footer .footsum .footext {

	padding: 50px 0 0 20px;

}
#footer .footsum p {
	line-height: 24px;
	color: #f4ffd1;
	font-size: 14px;
}
#footer .footsum p a {
	color: #f4ffd1;
	font-size: 12px;
}
#footer .footsum .f_logo {
	padding-top: 45px;
	float: left;
}
#footer .footsum .foot_dl {
	width: 100px;
	padding-top: 16px;
	float: right;
}
#footer .footsum .foot_dl dt {
	width: 100px;
	height: 120px;
	padding-top: 5px;
	background: #fff;
	text-align: center;
}
#footer .footsum .foot_dl dt img {
	width: 90px;
	height: 90px;
	overflow: hidden;
}
#footer .footsum .foot_dl dt span {
	height: 21px;
	line-height: 21px;
	display: block;
	overflow: hidden;
	color: #0071bc;
	font-size: 12px;
}
/*学院新闻*/
.index_content1 {
	width: 1400px;
	margin: 30px auto 0 auto;
}
.index_sum1 {
	width: 850px;
	float: left;
}
.index_sum1 h1,.index_sum2 h1 {
	height: 20px;
	font-size: 22px;
	color:#e25d0f;
	line-height: 18px; float:left;
	border-left: 2px solid #e25d0f;
	padding-left: 7px;
}

.index_sum1 .more a,.index_sum2 .more a,.index_sum3 .con .more a{float:right; margin-right:7px; line-height:20px;}


.index_sum1 dl {
	width: 326px;
	height: 243px;
	float: left;
}
.index_sum1 dt {
	width: 310px;
	height: 163px;
	padding-left: 3px;
	overflow: hidden;
	margin-bottom: 8px;
}
.index_sum1 dd {
	width: 300px;
	padding-left: 5px;
	height: 56px;
	line-height: 28px;
	overflow: hidden;
}
.index_sum1 dd span {
	color: #999;
	font-size: 12px;
	display: inline-block;
	padding-left: 25px;
	background: url(../images/ico.png) no-repeat 5px center;
}
.index_sum1_ul {
	width: 820px;
	clear: both;
        margin-top:40px;border:1px solid #e25d0f; padding:10px;
}
.index_sum1_ul li {
	height: 40px;
	line-height: 40px;
       background:url(../images/line.png) no-repeat left center; padding-left:10px;
	position: relative;
	padding-right: 50px;

}
.index_sum1_ul li a{ font-size:16px;}
.index_sum1_ul li strong {
	position: absolute;
	top: 0;
	left: 0;
	width: 81px;
	text-indent: 0;
	height: 42px;
	text-align: center;
	font-weight: normal;
	background: url(../images/span.png) no-repeat center 11px;
}
.index_sum1_ul li strong a {
	font-size: 12px;
}
.index_sum1_ul li span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #999;
}




/*学院公告*/
.index_sum2 {
	width: 530px;
	float: right;
}
.index_sum2 h2 {
	height: 40px;
	text-indent: -9999px;
	background: url(../images/tit2.png) no-repeat;
}
.index_sum2 li {
	padding-left: 66px;
	position: relative;
	height: 50px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 25.5px;
	font-size: 13px;
	border-bottom: 1px solid #c9c9c9;
}
.index_sum2 li a {
	font-size: 16px;
}
.index_sum2_ul{ clear:both;padding-top:1px;}



.index_sum2 li .li_time {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/time.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	text-align: center;
	line-height: 26px;
	color: #565656;
}
.index_sum2 li .li_time strong {
	display: block;
	font-weight: normal;
	color: #fff;
}
/*专题网站*/
.index_content2 {
	width: 100%;
	margin-top: 26px;
}
.index_content2 h3 {
	width: 1000px;
	text-indent: -9999px;
	margin: 0 auto;
	height: 53px;
	background: url(../images/tit3.png) no-repeat;
}
.index_sum3 {
	width: 100%;
	background: #e9f6ff;
	height: 320px;
	padding-top: 35px;
}
.index_sum3 .con {
	width: 1400px;
	margin: 0 auto;
	height: 266px;
}
.index_sum3 .con .xwl{ width:690px; float:left;}
.index_sum3 .con .xwr{ width:690px; float:right;}

.index_sum3 .con .index_sum1_ul{width:660px;}


.index_sum3 .con h1{
  height: 20px;
	font-size: 22px;
	color: #25a0f1;
	line-height: 18px; float:left;
	border-left: 2px solid #25a0f1;
	padding-left: 7px;


}
.index_sum3 .con .xwr h1{ color:#86cd5c;border-left: 2px solid #86cd5c; }



.index_sum4 {
	width: 1400px;
	height: 185px;
	margin: 49px auto 0 auto;
}
.index_sum4 dl {
	width:232px;
	height: 87px;
	float: left;
	overflow: hidden;
}
.index_sum4 dl.dl2 {
	width: 232px;
}
.index_sum4 dt {
	width: 232px;
	text-align:center;
	position: relative;
	height: 60px;
	line-height: 60px;
}
.index_sum4 dt a {
	font-size: 16px;
	color: #fff;
}
.index_sum4 dt img {
	position: absolute;
	top: 14px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	left: 35px;
	text-indent: 0;
}
.index_sum4 dt.bg1 {
	background: #611c3d;
}
.index_sum4 dt.bg2 {
	background: #1eabc1;
}
.index_sum4 dt.bg3 {
	background: #f4c603;
}
.index_sum4 dt.bg4 {
	background: #045290;
}
.index_sum4 dt.bg5 {
	background: #021b5d;
}
.index_sum4 dt.bg6 {
	background: #759661;
}
.index_sum4 dt.bg7 {
	background: #c578a7;
}
.index_sum4 dt.bg8 {
	background: #669586;
}
.index_sum4 dt.bg9 {
	background: #611c3d;
}
.index_sum4 dt.bg10 {
	background: #1eabc1;
}
.index_sum4 dt.bg11 {
	background: #f4c603;
}
.index_sum4 dt.bg12 {
	background: #045290;
}


.wid1000{width:1400px; margin:0 auto;}	
.local{width:100%; height:70px; background:#eee; border-bottom:1px solid #0071bc;}
.local h3{font-size:24px; line-height:70px; float:left; color:#01b553;}
.dqwz{font-size:14px; color:#666; font-size:14px; line-height:70px; float:left;}
.dqwz a{color:#666; padding:0 6px;}
.ny-content{width:100%; background:#f2f4f9; padding:30px 0;}
.left{background:#fafbfd; width:340px; padding-bottom:100px;}
.lmcc{width:300px; height:80px; background:#0071bc; padding-left:40px; color:#fff; font-size:24px; line-height:80px;}
.left-list li a{width:200px; padding:10px 0;  line-height:35px; padding-left:40px; display:block; float:left; border-bottom:1px solid #eff1f4; color:#333; font-size:15px;}
.left-list li a:hover,.left-current{border-left:3px solid #0071bc !important; padding-left:40px !important; width:197px !important; background:#fff!important; color:#0071bc !important;}
.right{background:#fafbfd; width:1000px; padding:20px;min-height:500px;}
.list{width:1000px; padding:20px 0;}
.right h3{display:block; float:left; border-bottom:2px solid #0071bc; font-size:24px; width:100%; line-height:58px; font-weight:normal; color:#0071bc ;}
.list li{width:1000px; height:36px; line-height:36px;}
.list li a{display:block; float:left; font-size:16px; color:#333; width:620px;}
.list li i{display:block; float:right; text-align:right; font-size:12px; color:#666; width:80px; font-style:normal;}
.clear{clear:both;}

.w1000{width:1000px; margin:0 auto;}
.content-title,.content-con{width: 1000px;padding:15px 0;}
.content-title h4,.jj-title{width:100%; font-weight:bold; line-height:30px; font-size:20px; color:#333; display:block; float:left; text-align:center; margin-bottom:10px;}
.content-title i{width:100%; line-height:20px; font-size:12px; color:#666; font-style:normal; display:block; float:left; text-align:center;}
.sxt{width:700px; padding:15px 0; border-top:1px dashed #bbb; margin-top:20px;}
.sxt p{display:block; float:left; color:#333; font-size:14px; line-height:30px; width:100%;}
.sxt p a{color:#333;}
.content-con p,.jj-con p,.jj p{display:block; width:100%; text-align:justify; margin-bottom:15px; line-height:30px !important; color:#333; text-indent:2em; color:#000; font-size:16px !important;}
.content-con {color:#000000}
.content{width: 1000px;padding-top:20px;}

.jj,.pic{padding:25px 0; width:700px;}
.pic-tx{width:145px; height:145px; margin-right:30px;}
.pic-txt{width:525px;}
.pic-txt h5{display:block; width:100%; height:20px; line-height:20px; font-size:16px; color:#333;}
.pic-txt p{display:block; width:100%; margin-top:10px; line-height:30px; height:120px; overflow:hidden; font-size:14px; color:#333;}
.pic li{width:100%; border-bottom:1px dashed #ccc; padding-bottom:25px; margin-bottom:25px;}
.pic-tx img{width:145px; height:145px;}
