@charset "utf-8";

/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #f16624;
}

em {
	font-style: normal;
}

ul,
li {
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.wrap {
	width: 1400px;
	margin: 0 auto;
}


/*清除浮动*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.clearfloat {
	zoom: 1
}


/**头部**/
.header {
	width: 100%;
	height: 580px;
	position: relative;
}
.top {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	
}
.top_text {
	width: 188px;
	position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.top_text li {
	margin-right: 13px;
}

.top_text a {
	color: #fff;
	font-size: 14px;
	line-height: 50px;
}


/*搜索框*/
 /**
.top_search {
   position: absolute;
    top: -1px;
}**/

.search_img {
	position: relative;
	display: block;
	margin-top: 18px;
}

a.search_img:hover .search {
	display: block;
}

.search {
	width: 250px;
	height: 30px;
	display: none;
	position: absolute;
	top:30px;
	right: -30px;
	z-index: 3;
	background-color:rgb(6, 54, 81)!important;;
	filter: Alpha(opacity=80);
	background:#063651;
	text-align: left;
	padding: 10px 10px;
}

.search input {
	vertical-align: top;
}

.search .text {
	width: 180px;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background: #e8e8e8;
	color: #333333;
}

.search .sub {
	width: 45px;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	font-size: 12px;
	background:#063651;
	color:#fff;
	cursor:pointer;
}


/**logo**/

.logo {
	position: absolute;
	top:36px;
	left: 50%;
	margin-left: -65px;
	z-index: 3;
}

.logo img {
	width: 90px;
	height:90px;
}
.logo_txt {
	    position: absolute;
    top: 150px;
    left: 50%;
    z-index: 1;
    margin-left: -230px;
}
.logo_txt2 {
	    position: absolute;
    top: 150px;
    left: 50%;
    z-index: 1;
    margin-left: -466px;
}
.logo_txt img {
	width: 462px;
	height:65px;
}

/*焦点图*/

.slideBox {
	width: 100%;
	height:580px;
	overflow: hidden;
	position: relative;
}


.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width:100%;
	height: 580px;
	display: block;
}

.slideBox .prev {
	cursor:pointer;
	position: absolute;
	top: 50%;
	left: 30px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(../images/prev.png) no-repeat center;
}
.slideBox .next {
	cursor:pointer;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(../images/next.png) no-repeat center;
}

/*导航*/

.nav {
	width: 100%;
	height: 60px;
	background:#d1725d;
	border-radius: 5px;
	position: absolute;
    top: 50px;
	z-index: 2;
}

.nav ul {
	width: 100%;
	height: 60px;
}

.navleve1 {
	position: relative;
}

.on1 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 60px;
	text-align: center;
	padding: 0 15px;
}

.navleve1:hover .on1 {
	color: #fff;
}

.navleve1:hover ul {
	display: block;
}

.nav_2 {
	position: absolute;
	z-index: 99;
	display: none;
}

.nav2_bg {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
}

.navleve1_2 {
	background: #f85c14;
	text-align: center;
	width: 200px;
	border-bottom: 2px solid #fff;
}

.navleve1_2 a {
	display: block;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
}

.navleve1_2:hover,.cur a {
	background-color: #d1725d;
}


/**第一部分**/

.row{
	width: 100%;
    height: 480px;
	margin-top: 40px;
	background: #fcfcfc;
}
/**学院新闻**/
.title {
	background: url(../images/news_title_bg_01.jpg) no-repeat;
    height: 68px;
    line-height: 68px;
}
.title a {
	background: url(../images/title_icon_01.png) no-repeat 18px center;
	padding-left: 60px;
	font-size:26px;
	color: #fff;
	font-weight: bold;
}

.more {
	line-height: 68px;
}

.more a {
	background: none;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


.text_bottom {
	margin-top: 28px;
}
/* 点击切换 */

.picScroll {
	width: 1080px;
}

.picList {
	overflow: hidden;
	zoom: 1;
}
.picList li {
	_display: inline;
	overflow: hidden;
	width: 342px;
	height: 376px;
	margin-right: 27px;
	position: relative;
}
.tupian img {
  display: block;
  width: 380px;
  height:214px;
  margin: 0 auto;
}
.tit {
	width:282px;
	height: 127px;
	padding: 30px 30px 38px;
	background: #fff;
 
}
.date {
	padding-left: 18px;
	display: block;
	font-size: 12px;
	color: #888;
	margin-bottom: 15px;
	background: url(../images/date_icon_01.png) no-repeat 0 center;
}

.tit p {
	margin-top: 10px;
	font-size: 14px;
	color: #888;
	line-height: 22px;
}
.tit a {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 22px;
}
.hotnews {
	width: 285px;
	height: 337px;
}
.News {
	width: 460px;
}

.list_news {
	width: 100%;
	height: auto;

}

.one {
	width: 100%;
	height: 140px;
	margin-bottom: 46px;
}
.day {
	display:inline-block;
	width: 63px;
	height: 63px;
	background: #063651;
	text-align: center;
	color: #fff;
}
.ri {
	display: block;
	line-height: 44px;
	font-size: 24px;
}
.yue {
	display: block;
	width: 63px;
	height: 30px;
	line-height: 10px;
	font-size: 12px;
	font-weight: normal;
}
.news_text {
    width: 206px;
    height: 140px;
	line-height: 22px;
}
.news_text a {
	font-size: 16px;
	color: #333;
}
.news_text p{
	margin-top: 26px;
font-size:14px;
color:#888;
}

/**第二部分**/

.row2 {
	width: 100%;
	height: 470px;
	margin-top: 46px;
}
/**学院通知**/
.xytz {
	width: 680px;
}
.xytz .title {
	background: url(../images/news_title_bg_02.jpg) no-repeat;
}
.xytz .title a {
	background: url(../images/title_icon_02.png) no-repeat 18px center;
}
.xytz .more a {
	background: none;
}
.two {
	width: 100%;
	height: 57px;
	margin-bottom: 46px;
}
.daytime {
	display:inline-block;
	width: 70px;
	height: 57px;
	background: url(../images/datebg01.png) no-repeat center;
	text-align: center;
	color: #063651;
}
.sun {
	display: block;
	line-height: 34px;
	font-size: 24px;
	
}
.year {
	display: block;
	width: 70px;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.daytime:hover{
	color:#f16624;
	background: url(../images/datebg.png) no-repeat center !important;

}

.xytz .list_news {
    margin-top: 20px;
}
.news_txt {
	width: 595px;
	line-height: 74px;
	padding-left: 5px;
	border-bottom: 1px dashed #d4d4d4;
}
.news_txt a {
font-size: 16px;
color: #444;
}
/**学术活动**/

.xshd {
	width: 680px;
}
.xshd .title {
	background: url(../images/news_title_bg_02.jpg) no-repeat;
}
.xshd .title a {
	background: url(../images/title_icon_03.png) no-repeat 18px center;
}
.xshd .more a {
	background: none;
}
.news_box {
	margin-top: 22px;
	height:330px;
	}

.news_box ul {
	width: 100%;
	zoom: 1;
}

.box {
	width: 336px;
	height: 161px;
	margin-right: 8px;
	margin-bottom: 8px;
	background: url(../images/news_bg.png) no-repeat center;
}

.box a {
	margin: 20px 75px 12px 15px;
	display: block;
	font-size: 16px;
	color: #444;
	line-height: 22px;
height: 44px;
}
.box p {
	margin-left: 15px;
	font-size: 14px;
	color: #888;
	line-height: 22px;
	padding-left: 20px;
}
.box :nth-child(2n) {
		background: url(../images/small_icon_01.jpg) no-repeat left center;
}
.box :nth-child(3n) {
		background: url(../images/small_icon_02.jpg) no-repeat left center;
}
.box :nth-child(4n) {
		background: url(../images/small_icon_03.jpg) no-repeat left center;
}
/**第三部分**/
.row3 {
	width: 100%;
	height: 425px;
	background: #fcfcfc;
padding-top: 60px;
}
/**学工园地**/
.xgyd {
	width: 437px;
	margin-right: 72px;
}
.xgyd .title {
	background: url(../images/news_title_bg_04.jpg) no-repeat;
}
.xgyd .title a {
	background: url(../images/title_icon_04.png) no-repeat 18px center;
}
.xgyd .more a {
	background: none;
}

.list{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.frist {
	width: 100%;
	height: 106px;
}

.pic {
	width: 152px;
	height: 86px;
}
.pic img {
	width: 152px;
	height: 86px;
}
.txt {
	width: 272px;
}
.txt a {
font-size: 16px;
color: #444;
	line-height: 22px;
}
.txt .date {
	margin-top: 22px;
}
.three {
	padding-left: 20px;
	line-height: 38px;
	background: url(../images/news_list_icon_01.png) no-repeat 5px center;
}
.three a {
font-size: 16px;
color: #444;
}
.moon {
	font-size: 13px;
	color: #a3a3a3;
}

/**招生就业**/
.zsjy {
	width: 480px;
	margin-right: 72px;
}

.zsjy .title {
	background: url(../images/news_title_bg_04.jpg) no-repeat;
}
.zsjy .title a {
	background: url(../images/title_icon_04.png) no-repeat 18px center;
}
.zsjy .more a {
	background: none;
}
/**学院新媒体**/

.xyxmt {
	width: 224px;
	height: 372px;
	background: #f4f4f4;
}
.subjet {
position: relative;
}
.top_img {
	position: absolute;
	top:-42px;
	right: 0;
	width: 54px;
	height: 230px;
	background: url(../images/jiaobg.png) no-repeat bottom;
}
.top_img a {
	display: block;
	background: #c74444;
	padding: 17px 18px 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.bottom_img {
	margin-top: 200px;
}
.bottom_img img {
	display: block;
}
/**图片**/

.picscroll_box {
	width: 100%;
	height: 300px;
	margin: 20px auto 0;
}

.toup {
	width: 51px;
	height: 50px;
}

.toup img {
	width: 51px;
	height: 50px;
	display: block;
	margin-left: 10px;
	margin-top: 178px;
    position: relative;
    z-index: 10;
}

.weixin a {
	font-size: 12px;
	color: #333;
}

.picScroll-left {
	width: 1400px;
	overflow: hidden;
	position: relative;
	height: 220px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin-right: 32px;
	float: left;
	_display: inline;
	overflow: hidden;
}

.picture {
	width: 230px;
	height: 220px;
	text-align: center;
	font-size: 16px;
	color: #444;
	line-height: 22px;

}

.pict {
	padding: 5px;
	position: relative;
}

.pict img {
	width: 230px;
	height: 150px;
	display: block;
}

/**底部**/

.footer {
	width: 100%;
	height: 233px;
	margin-top: 24px;
	background: #254151;
	padding-top: 47px;
}
.linke_txt {
	font-size: 18px;
	
}
.linke_txt a {
	color: #fff;
}
.linke {
	color: #c6cacd;
	font-size: 12px;
}
.linke ul {
	margin-top: 32px;
}
.linke ul li {
	margin-right: 33px;
    margin-bottom: 20px;
    width: 190px;
	padding-left: 10px;
	background: url(../images/footer_icon_01.png) no-repeat left center;
}
.linke ul li a{
	color: #fff;
}
.copy {
	padding-top: 100px;
	margin-left: 26px;
	text-align: center;
}

.copy p {
	color: #dcdfe1;
	font-size: 13px;
	line-height: 30px;
}



/**content内容页**/



/**当前位置**/
.dqwz_title img {
	width:14px;
	height:14px;
	margin-top: 12px;
}
.dqwz {
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 12px;
}
.dqwz a {
	color: #888;
	padding: 0 8px;
}

/**content内容页**/
.content_cnt {
	margin-top: 50px;
}
.contents {
	width:100%;
	min-height:1012px;
	
}
/*左侧导航*/
.list_left {
	width: 280px;
	height:1224px;
	background: #f5f5f5;
}
.lanmu_name {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	padding-left:53px;
	color: #fff;
	background: url(../images/list_lanmu_03.jpg) no-repeat left center;
}
/**二级导航**/

.lanmu_list {
	width:280px;
}

.lanmu_list .accordion li {
	width:230px;
	height:100%;
	font-size: 16px;
	cursor: pointer;
	line-height:59px;
	padding-left: 50px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	background:url(../images/list_aside_cion_01.png) no-repeat 220px center;
}
.lanmu_list .accordion li a{
	display: block;
	height: 100%;
	color: #333;
}

.lanmu_list .accordion li.on{
	background:url(../images/list_aside_cion_02.png) no-repeat 220px center;
}
.lanmu_list .accordion li.on a{
	color: #063651;

}
.lanmu_piclist {
	width: 140px;
	margin: 30px auto;
	text-align: center;
}
.lanmu_piclist .accordion li{
	margin-bottom: 24px;
	
}
.lanmu_piclist .accordion li img{
	width: 140px;
	height: 90px;
	margin-bottom: 10px;
	
}
.lanmu_piclist .accordion li .link a {
	display: block;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 18px;
}
/*右侧开始*/
.list_right {
	width: 1060px;
}
.box-2 .list_title {
	height: 40px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #063651;
	line-height: 36px;
	border-bottom: 1px solid #f2f2f2;
}
.box-2 .list_title .lanmu {
	display:inline-block;
	padding:0 6px;
	height:40px;
	border-bottom:2px solid #063651;
	
}


/*非结构化内容*/

.page_con {
	min-height:500px;
	margin: 0px auto;
	font-size: 17px;
	line-height: 32px !important;
	color: #333;
	padding-top:42px;
}
.page_con .page_tit {
	font-size: 24px;
	text-align: center;
	line-height: 150%;
	padding-bottom:20px;
	color:#333;
	font-weight: bold;
}
.page_con .fbt {
	font-size: 16px;
	color: #444;
	text-align: center;
	line-height: 150%;
	padding: 0 0 20px;
	font-weight: normal;
}
.page_con .page_date {
	font-size: 14px;
	color: #808080;
	text-align: center;
	line-height: 150%;
	padding: 0px 0 20px;
	font-weight: normal;
}
.page_con .zhengwen {
	padding:20px 18px;
	border-top: 1px dashed #dbdbdb;
}
.page_con .zhengwen p {
	text-indent: 2em;
}
.page_con .zhengwen img {
	max-width: 800px;
	height:auto;
	display:block;
	margin:37px auto;
}
.page-con .zhengwen table tr td p, .box-2 .zhengwen table tr td span p {
	text-indent: 0;
}
/*结构化内容*/

.box-2 p.indent0 {
	text-indent: 0;
}
.box-2 p.photo {
	text-align: center;
}
.box-2 p.photo img {
	padding: 15px 8px;
}
/*附件*/

.attach {
	padding: 10px 0 20px;
	width: 780px;
	margin: 0 auto;
}
.attach .att_title {
	color: #2649a1;
	font-weight: bold;
}
.attach p {
	line-height: 150%;
	padding: 5px 0;
}
.attach p a {
	color: #2649a1;
}
/*上一条、下一条*/

.other_title {
	border-top:1px solid #e6e6e6;
	padding: 20px 0 0 30px;
	width: 900px;
	margin: 0 auto;
}
.other_title span {
	color: #2649a1;
}
.other_title a {
	color: #333;
	display: block;
	line-height: 180%;
	padding: 5px 0;
}
.other_title a:hover {
	color: #00558f;
}
/**列表内容页**/
.list_right_01 {
	width: 1132px;
}

.list_right_01 .list {
	margin-top:10px;
}

.list_right_01 .list li {
	background: url(../images/list_icon.png) no-repeat left center;
	line-height: 52px;
	border-bottom:1px dashed #e4e4e4;
}
.list_right_01 .list li a {
	padding-left: 16px;
	font-size: 14px;
	color: #333;
}
.list_right_01 .list li a:hover {
	color: #063651;
}
.list_right_01 .list li .time {
	color: #999;
	font-size: 12px;
}
/**btn**/
.btn {
	width:500px;
	height:20px;
	margin:20px auto;
}
.btn button {
	height:20px;
	margin-right:5px;
	color:#d6d5da;;
	border:1px solid #b3d6f4;
	background-color:#fff;
	cursor:pointer;
}
.btn button:nth-of-type(3){
	color:#13000c;
}
.btn button:nth-of-type(4){
	color:#13000c;
}
.btn button:nth-of-type(5){
	background-color#FCC;
}
.btn input {
	width:46px;
	height:20px;
	border:1px solid #a9a9a9;
	margin-right:2px;
}