@charset "utf-8";
/* 悬停图片放大 */
.img-scale { display: block; overflow: hidden; }
.img-scale img { width: 100%; height: auto; min-height: 100%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.img-scale:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.title { font-size: 16px; line-height: 28px; color: #000000; text-align: left; }
.info { font-size: 13px; line-height: 25px; color: #999999; text-align: left; }
html, body { max-width: 1920px; min-width: 1420px; margin: 0 auto; }
.container { width: 1400px; margin: 0 auto; }

/*通用*/
.section { padding: 20px 0; }
.column { margin: 0 0 28px; }
.column a { float: right; font-size: 13px; line-height: 60px; color: #8b0018; text-align: left; }
.column h3 { display: inline-block; *display: inline; *zoom: 1; font-size: 21px; line-height: 57px; color: #000000; text-align: left; font-weight: 500; border-bottom: 3px solid #8b0018; }

/* 顶部 */
.head-layer1 { position: relative; max-height: 983px; overflow: hidden; }/*通用max-height: 683px*/
.head-layer1 .bd a { display: block; }
.head-layer1 .bd img { width: 100%; vertical-align: top; }
.head-layer1 .hd { position: absolute; top: auto; right: 48%; bottom: 35px; left: auto; z-index: 999; }
.head-layer1 .hd li { display: inline-block; *display: inline; *zoom: 1; width: 15px; height: 15px; margin: 0 8px; font-size: 0; background: #fff; border: 2px solid #8b0018; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; cursor: pointer; }
.head-layer1 .hd li.on { background: #8b0018; }
.head-layer1.decoration { max-height: 400px; overflow: hidden; }
.head-layer1.decoration img { width: 100%; vertical-align: top; }

.head-layer2 { height: 200px; padding: 24px 0 0; position: fixed; top: 0; right: 0; bottom: auto; left: 0; z-index: 1000; background-image: url("../images/headBg.png"); background-repeat: repeat-x; background-position: 0 0; background-color: transparent; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.head-layer2 .logo img { height: 70px; }
.head-layer2 .head-layer2-fr { margin: -10px 0 0; text-align: right; }
.head-layer2 .head-layer2-fr .top-links { display: inline-block; *display: inline; *zoom: 1; height: 15px; margin-right: 10px; vertical-align: middle; }
.head-layer2 .head-layer2-fr .top-links a { margin: 0 8px; padding-right: 21px; vertical-align: top; font-size: 13px; line-height: 15px; color: #fff; text-align: center; border-right: 1px solid #8a9096; }
.head-layer2 .head-layer2-fr .search { display: inline-block; *display: inline; *zoom: 1; }
.head-layer2 .head-layer2-fr .search input { vertical-align: top; width: 0px; height: 24px; padding: 0 0px; font-size: 13px; line-height: 22px; color: #fff; text-align: left; background-color: transparent; border-radius: 22px; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.head-layer2 .head-layer2-fr .search button { vertical-align: top; width: 24px; height: 24px; cursor: pointer; background-image: url("../images/iconSearch.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; }
.head-layer2 .head-layer2-fr .search button[type="submit"] { display: none; }
.head-layer2 .head-layer2-fr .search:hover input { width: 150px; padding: 0 12px; border: 1px solid #fff; }
.head-layer2 .head-layer2-fr .search:hover button[type="submit"] { display: inline-block; *display: inline; *zoom: 1; }
.head-layer2 .head-layer2-fr .search:hover button[type="button"] { display: none; }
.head-layer2 .head-layer2-fr .nav { margin: 18px 0 0;  }
.head-layer2 .head-layer2-fr .nav > li {  text-align: center; display: inline-block; *display: inline; *zoom: 1; height: 45px; position: relative; }
.head-layer2 .head-layer2-fr .nav > li > a { display: block; padding: 0 20px 0 20px; font-size: 16px; line-height: 36px; color: #fff; text-align: center;  background-position: 90% 50%; background-color: transparent; font-weight: 500; }

/*background-image: url("../images/iconJianTou.png"); background-repeat: no-repeat; */

.head-layer2 .head-layer2-fr .nav > li > ul { position: absolute; top: 40px; right: auto; bottom: auto; left: 50%; z-index: -1; width: 0; text-align: center; border-top: 0px solid #8b0018; background: #fff; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; -webkit-box-shadow: 0px 2px 5px 0px #bbb; -moz-box-shadow: 0px 2px 5px 0px #bbb; -o-box-shadow: 0px 2px 5px 0px #bbb; box-shadow: 0px 2px 5px 0px #bbb; }
.head-layer2 .head-layer2-fr .nav > li > ul a { display: block; height: 50px; font-size: 14px; line-height: 50px; color: #666; text-align: center; border-bottom: 1px solid #d7d7d7; overflow: hidden; }
.head-layer2 .head-layer2-fr .nav > li > ul a:hover { color: #8b0018; border-color: #8b0018; background-color: #eee; }
.head-layer2 .head-layer2-fr .nav > li:hover > ul { width: 100%; left: 0; z-index: 1000; opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); }
.head-layer2.scroll { height: 90px; padding: 10px 0 0; background: #8b0018; -webkit-box-shadow: 0px 0px 6px 2px #666666; -moz-box-shadow: 0px 0px 6px 2px #666666; -o-box-shadow: 0px 0px 6px 2px #666666; box-shadow: 0px 0px 6px 2px #666666; }
.head-layer2.scroll .logo { padding: 6px 0 0; }
.head-layer2.scroll .head-layer2-fr { margin: 0; }

/* 底部 */
.footer { height:150px ;display: flex; padding: 15px 0;  background-color:#8b0018; }
.footer .footer-l { width: 45%;padding: 0 0px; float: right;}
.footer .footer-l p { font-size: 14px; line-height: 20px; color: #fff;  text-align: center;}
.footer .footer-l-l { width: 550px;padding: 0 0px; float: right; text-align: center;}
.footer .footer-r { width: 45%; text-align: center ;padding:8px 0;}
.footer .footer-r p { font-size: 14px; line-height: 40px; color: #fff; text-align: center; }

/* 底部二维码图 */
.image-c {float: center;   list-style-type: none; /* 移除列表的标记 */  padding: 0; /* 移除默认的内边距 */  margin: 0; /* 移除默认的外边距 */  display: flex; /* 使用flexbox布局 */}
.image-c li { flex: 1; /* 让所有图片具有相等的空间 */  text-align: center; /* 图片居中 */}
.image-c img { width: 100px;  height: auto; text-align: center; display: inline-block;/* 图片作为块级元素显示 */}

/* 首页 */
/* 学院新闻 */
.xyxw ul { font-size: 0; margin: 0 -14px; }
.xyxw ul li { display: inline-block; *display: inline; *zoom: 1; width: 25%; padding: 0 14px; }
.xyxw ul li a { height: 367px; position: relative; -webkit-box-shadow: 0px 0px 7px 0px #ddd; -moz-box-shadow: 0px 0px 7px 0px #ddd; -o-box-shadow: 0px 0px 7px 0px #ddd; box-shadow: 0px 0px 7px 0px #ddd; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.xyxw ul li a .img-frame { width: 100%; height: 203px; overflow: hidden; }
.xyxw ul li a .title { margin: 36px 0 0; padding: 0 16px; }
.xyxw ul li a .info { margin: 5px 0 0; padding: 0 16px; }
.xyxw ul li a .date { width: 60px; height: 60px; padding: 4px 0 0; background: #8b0018; position: absolute; top: auto; right: auto; bottom: 140px; left: 30px; z-index: 2; }
.xyxw ul li a .date p { font-size: 12px; line-height: normal; color: #fff; text-align: center; }
.xyxw ul li a .date p:first-child { font-size: 24px; }
.xyxw ul li a:hover { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); background: #f6f6f6; }
.xyxw ul li a:hover .title { color: #8b0018; }
.xyxw ul li a:hover .info { color: #000000; }
.xyxw.column {  }

/* 学院动态 + 通知公告 */
.xydt, .tzgg, .xszx, .xsyd { margin: 15px 0 0; width: 675px; }
.xydt .column, .tzgg .column, .xszx .column, .xsyd .column { margin-bottom: 18px; }

.list span { display: inline-block; *display: inline; *zoom: 1; margin-right: 18px; padding-right: 18px; font-size: 16px; line-height: 15px; color: #8b0018; text-align: left; font-family: Arial; border-right: 1px solid #aaaaaa; }
.list a { font-size: 16px; line-height: 50px; color: #000000; text-align: left; }
.list li { -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.list li:hover { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); }
.list li:hover a { color: #8b0018; }

/* 科教成果 */
.sect-layer2 { height: 514px; margin: 25px 0 0; padding: 22px 0 0; background-image: url("../images/sectionBg1.jpg"); background-repeat: repeat; background-position: 0 0; background-color: transparent; }
.sect-layer2 .column a, .sect-layer2 .column h3 { color: #fff; border-color: #fff; }
.sect-layer2 ul { font-size: 0; margin: 0 -14px; }
.sect-layer2 ul li { display: inline-block; *display: inline; *zoom: 1; width: 20%; padding: 0 14px; }
.sect-layer2 ul li a { height: 342px; padding: 12px 7px 0; background: #fff; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.sect-layer2 ul li a .img-frame { height: 155px; overflow: hidden; }
.sect-layer2 ul li a .title { margin: 14px 0; padding: 0 4px; }
.sect-layer2 ul li a .info { padding: 0 4px; color: #000000; }
.sect-layer2 ul li:hover a { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); background: #f6f6f6; }
.sect-layer2 ul li:hover .title { color: #8b0018; }

/* 学术资讯 */
.sect-layer3 li:hover a { -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -o-transform: translateX(10px); transform: translateX(10px); border-color: #8b0018; }
.sect-layer3 li:hover a .title { color: #8b0018; }
.sect-layer3 li:hover a .info { color: #000000; }

.xszx ul li a { display: block; padding: 27px 0 30px; border-top: 1px solid #ebebeb; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.xszx ul li .text { margin: -6px 0 0; width: 585px; }
.xszx ul li .text .info { line-height: 22px; color: #666; }
.xszx ul li .date { width: 70px; font-size: 13px; line-height: 40px; color: #8b0018; text-align: center; background: #f0f0f0; }
.xszx ul li .date p:first-child { font-size: 24px; color: #fff; background: #8b0018; }
.xszx ul li:first-child a { border: none; padding-top: 10px; }

/* 学生园地 */
.xsyd ul li a { padding: 22px 0 15px; border-top: 1px solid #ebebeb; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.xsyd ul li .text { width: 510px; }
.xsyd ul li .text .info { line-height: 23px; color: #666; }
.xsyd ul li .text .date { font-size: 13px; line-height: 24px; color: #8b0018; text-align: left; font-family: Arial; }
.xsyd ul li .img-frame { width: 142px; height: 90px; overflow: hidden; }
.xsyd ul li:first-child a { padding-top: 8px; border: none; }

/* 列表页 */
.sidebar { width: 290px; padding: 20px 0 0; }
.sidebar h1 { font-size: 26px; line-height: 70px; color: #fff; text-align: center; background: #8b0018; }
.sidebar > ul { padding: 20px 15px 50px; background: #f9f9f9; }
.sidebar > ul > li { position: relative; border-left: 2px solid transparent; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.sidebar > ul > li > a { display: block; font-size: 18px; line-height: 45px; color: #333; text-align: left; text-indent: 12px; border-bottom: 1px dashed #eee; }
.sidebar > ul > li > a:hover { color: #8b0018; }
.sidebar > ul > li > i { position: absolute; top: 0; right: -5px; bottom: auto; left: auto; z-index: 1; width: 45px; height: 45px; cursor: pointer;  no-repeat; background-position: 50% 50%; background-color: transparent; }
.sidebar > ul > li > ul { padding: 0 0 20px 25px; }
.sidebar > ul > li > ul a { font-size: 15px; line-height: 22px; color: #333; text-align: left; display:block;padding:10px 0;}
.sidebar > ul > li > ul a:hover { color: #8b0018; }
.sidebar > ul > li.cur { border-color: #8b0018; background: #fff; }
.sidebar > ul > li.cur > i { display: block; }
.sidebar > ul > li.cur > a { color: #8b0018; font-weight: 500; border: none; }

.main-region { width: 1060px; }
.main-region .column { margin-bottom: 15px; border-bottom: 1px solid #eee; }
.main-region .column h3 { border: none; }
.main-region .place { padding: 0 0 0 20px; font-size: 14px; line-height: normal; color: #666; text-align: left; background-image: url("../images/homeicon.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; }
.main-region .place a { float: none; color: #666; }
.main-region .place a:hover { color: #8b0018; }

.list2 li .info { line-height: 22px; }
.list2 li a { display: block; padding: 15px 0 20px; border-bottom: 1px dashed #dedede; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.list2 li a:hover { background: #f9f9f9; -webkit-box-shadow: 0px 0px 16px 0px #bbb; -moz-box-shadow: 0px 0px 16px 0px #bbb; -o-box-shadow: 0px 0px 16px 0px #bbb; box-shadow: 0px 0px 16px 0px #bbb; -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list2 li a:hover .title { color: #8b0018; }
.list2 li a:hover .info { color: #222; }
.list2 .text { width: calc(100% - 140px); }
.list2 .date { width: 100px; padding: 0 20px 0 0; font-size: 15px; line-height: normal; color: #8b0018; text-align: center; font-family: Arial; position: relative; }
.list2 .date p:first-child { font-size: 32px; line-height: 50px; }
.list2 .date i { position: absolute; top: 5px; right: 0; bottom: auto; left: auto; z-index: 1; width: 1px; height: 90%; background: #8b0018; }

/* 内容页 */
.articles h1 { padding: 18px 20px 0; font-size: 25px; line-height: 40px; color: #000; text-align: center; }
.articles .sub { margin: 20px 0 0; background: #f9f9f9; font-size: 14px; line-height: 40px; color: #666; text-align: center; }
.articles .content { padding: 30px 0 40px; border-bottom: 1px solid #ddd; }
.articles .content p { font-size: 16px; line-height: 38px; color: #000; text-align: left; text-indent: 38px; }
.articles .content img, .articles .content table, .articles .content iframe, .articles .content video { max-width: 100%; }
.articles .con-page { padding: 20px 0 30px; }
.articles .con-page a { display: block; font-size: 15px; line-height: 40px; color: #555; text-align: left; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.articles .con-page a span { color: #8b0018; font-weight: 500; }
.articles .con-page a:hover { color: #8b0018; -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); }

/* 师资页 */
.teach-list ul { font-size: 0; }
.teach-list ul li { display: inline-block; *display: inline; *zoom: 1; width: 14.28%; margin-top: 20px; padding: 0 10px; }
.teach-list ul li a { display: block; font-size: 16px; line-height: 42px; color: #000; text-align: center;}
.teach-list ul li a:hover { color: #8b0018; border-color: #8b0018; }

#page-list {font-family: Arial; text-align: center; margin: 30px 0 50px;}
#page-list .p_pages a,#page-list span{font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d{padding: 8px 10px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#page-list .p_pages .p_no_d, #page-list a:hover{background: #8b0018; font-weight: 500; color: #fff; border-color: #8b0018;}
#page-list .p_t{ padding: 0 25px 0 0; color: #777;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #aaa;}
/*# sourceMappingURL=style.css.map */

#vsb_content table{width:80%;margin:0 auto;}
#vsb_content table td{padding:10px !important;}
#vsb_content table p{text-indent:0;line-height: 20px;}

/* 版权信息 */
.copyRight{
	height:50px;
	line-height:50px;
	background-color:#7d0018;
	}	
.copyRight .ban{
	width:1400px;
	text-align:center;
	margin:0 auto;
	font-size:14px;
	color:#bebebe;
	}	
.copyRight .ban img{
	vertical-align:middle;
	}	

/* 图片轮转 

    * {
        margin: 0;
        padding: 0;
    }

    li {
        list-style: none;
    }*/
/* 图片轮转 */
#tu { margin: 15px 0 0; width: 675px;margin-bottom: 18px; }
#wrap { position: relative; width: 680px;height: 500px;margin: 50px auto;overflow: hidden;}
#wrap .pic {position: absolute;top: 0;left: 0;height: 100%;width: 1000%;    }
.pic li { float: left;    }
.pic li img {vertical-align: top;width: 680px;height: 500px;}
.tab { position: absolute; bottom: 20px; left: 50%;; margin-left: -100px;width: 150px;height: 30px;padding-left: 10px;background; rgba(0, 0, 0, .2); border-radius: 15px;transition: .5s;transform: scale(.8);}
.tab:hover {background: rgba(0, 0, 0, .5);transform: scale(1.2);}
.tab li { width: 20px;height: 20px; float: left;background: #fff; border-radius: 50%;margin: 5px 10px 0 0; opacity: .35; cursor: pointer; }
.tab li.on {position: absolute; top:0; background: #8b0018; opacity: 1; z-index: 99;    }
#wrap>div {position: absolute; top: 50%;margin-top: -30px;width: 30px;height: 60px;background: rgba(0, 0, 0, .2);text-align: center;font-size: 18px;line-height: 60px;color: #fff;cursor: pointer;}
#wrap>div:hover {background: rgba(0, 0, 0, .5);}
.next {right: 0;}

	text-align: center;
	font-size: 16px;
}

/* 列表单行*/
.body_zszx{
	width: 1200px;
	min-height:600px;
	margin:25px auto;
}

.zc_nav{
	width:230px;
	position:relative;
}
.ej_nav_lmmc{
	width:200px;
	height:70px;
	font-size: 24px;
	line-height:70px;
	color: #fff;
	padding-left: 30px;
	background-color: #e18226;
}
.ej_nav_lmmc>span{
	padding-left: 15px;
	font-size: 14px;
	color: #99b6d6;
}






.nav1{
	width:230px;
    background-color: #f1f1f1;
    padding-bottom: 20px;
}



.yc_nr{
	width: 930px;
	height: auto;
}

.lm_dqwz{
	line-height:46px;
	}
	
.lm_dqwz hr{
	border:1px solid #e18226;
    position:relative;
	top:23px;
	}	
.lm_dqwz_mc{
	font-size: 30px;
	color: #494949;
	height:45px;
	line-height:45px;
	padding-right:40px;
}
.lm_dqwz_dqwz{
	padding-left:25px;
	background:url(../images/qdf.png) no-repeat left center;
	line-height:45px;
	font-size:14px;
	color:#818181;
}

.lm_dqwz_dqwz a{
	line-height:45px;
    color:#818181;
    padding: 0 3px;
    height:14px !important;
}

.dpzw_list{
	width: 910px;
	height: auto; 
	margin:0 auto;

}
.dpzw_list li{
	padding-left:25px;
	height:52px;
	line-height: 52px;
	border-bottom: 1px dashed #e5e5e5;
	background: url(../images/gzdt.png) no-repeat left center;
	font-size: 16px;
}
.dpzw_list li a{
	display: inline-block;
	width: 750px;
	float: left;
	font-size: 16px;
}
.dpzw_list li a:hover{
	color: #e18226;
}
.dpzw_list li span{
	float: right;
	color: #999;
}
.fyt{
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
}
