@charset "utf-8";

/* CSS Document */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#main {
	width: 100%;
	overflow: hidden;
}

.banner_wrap {
	max-width: 1200px;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
}

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider .til_slides {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	background: url(/jiguan/images/banner_bg.png) repeat;
	font-weight: bold;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	padding-left: 10px;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides>li a {
	display: block;
}

.flexslider .slides>li.clone {
	position: relative
}

.flexslider .slides img {
	width: 100%;
	display: block;
	height: 100%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff;
	position: relative;
	zoom: 1;
	overflow: hidden;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 48px;
	margin: -50px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-indent: -999em
}

.flex-direction-nav .flex-prev {
	left: -50px;
	background: url(/jiguan/images/lf.png) no-repeat center center;
}

.flex-direction-nav .flex-next {
	right: -50px;
	background: url(/jiguan/images/rt.png) no-repeat center center;
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 0px;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 0px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	background: #ddd
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

/* Control Nav */
.flex-control-nav {
	width: auto;
	position: absolute;
	bottom: 2px;
	*bottom: 13px;
	right: 8px;
	text-align: center;
	z-index: 889;
}

.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: #fff;
	width: 8px;
	height: 8px;
	display: block;
	border: 2px solid #fff;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 8px;
}

.flex-control-paging li a:hover {
	background: url(/jiguan/images/flex_hover.png) no-repeat center;
}

.flex-control-paging li a.flex-active {
	background: url(/jiguan/images/flex_hover.png) no-repeat center;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.content {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}

.mode01 {
	max-width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.mode01 .lf {
	width: 26.9%;
	float: left;
	overflow: hidden;
	margin-right: 2.5%;
}

.mode01 .md {
	width: 44.4%;
	float: left;
	overflow: hidden;
	margin-right: 2.5%;
	margin-top: 40px;
}

.mode01 .rt {
	width: 23.58%;
	float: right;
	overflow: hidden;
}

.articleList01 {
	overflow: hidden;
}

.title01 {
	border-bottom: 1px solid #831f10;
	padding-bottom: 10px;
	position: relative;
}

.title01 h2 {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	position: relative;
}

.title01 i {
	width: 14px;
	height: 8px;
	display: block;
	background: url(/jiguan/images/title01_bg.png) no-repeat;
	position: absolute;
	bottom: -9px;
	left: 29px;
}

.title01 .more {
	float: right;
	position: absolute;
	right: 0px;
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

.title01 .more a {
	display: block;
	color: #831f10;
	font-size: 0.8em;
}

.title01 .more a:hover {
	color: #d97713;
}

/*学院新闻*/
.NewsList {
	margin-top: 20px;
}

.NewsList li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.NewsList .specialTItle {
	overflow: hidden;
}

.NewsList .specialTItle .leftDate {
	float: left;
	width: 20%;
	text-align: center;
	border: 1px solid #ddd;
}

.NewsList .specialTItle .leftDate strong {
	display: block;
	background: #91200d;
	color: #fff;
}

.NewsList .specialTItle .leftDate i {
	display: block;
	font-style: normal;
	font-size: 13px;
}

.NewsList .specialTItle a {
	float: right;
	width: 75%;
	font-size: 14px;
	max-height: 40px;
}

/*通知公告*/
.NoticeList {
	margin-top: 20px;
}

.NoticeList li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 9px;
}

.NoticeList .specialTItle {
	overflow: hidden;
}

.NoticeList .specialTItle .leftDate {
	float: left;
	width: 20%;
}

.NoticeList .specialTItle .leftDate strong {
	display: block;
	color: #91200d;
}

.NoticeList .specialTItle a {
	float: right;
	width: 75%;
	font-size: 14px;
	max-height: 20px;
}


.mode02 {
	max-width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}

.mode02 .lf {
	width: 48.5%;
	float: left;
	overflow: hidden;
}

.mode02 .rt {
	width: 48.5%;
	float: right;
	overflow: hidden;
}

.articleList02 {
	margin-top: 20px;
	overflow: hidden;
}

.articleTop02 {
	width: 40.3%;
	float: left;
	overflow: hidden;
}

.topImg02 {}

.articleCon02 {
	/*width:56.7%;float:right;*/
	overflow: hidden;
	padding-left: 15px;
}

.articleCon02 h2 a {
	display: block;
	font-size: 1em;
	font-weight: normal;
	max-height: 44px;
	overflow: hidden;
}

.articleCon02 .TimeDate {
	display: block;
	font-size: 0.8em;
	color: #888;
	margin: 10px 0;
}

.articleCon02 p {
	font-size: 0.8em;
	color: #555;
}

.contentList02 {
	margin-top: 10px;
	overflow: hidden;
}

.contentList02 li {
	margin: 10px 0;
	padding-left: 20px;
	background: url(/jiguan/images/content_li.png) no-repeat left 6px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.contentList02 li .RightDate {
	float: right;
	font-size: 14px;
	color: #888;
	margin-top: 5px;
}

.contentList02 li a {
	font-size: 14px;
}

.mode03 {
	max-width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}

.mode03 .lf {
	width: 48.5%;
	float: left;
	overflow: hidden;
}

.mode03 .rt {
	width: 48.5%;
	float: right;
	overflow: hidden;
}

.mode04 {
	max-width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}

.linksList {
	overflow: hidden;
}

.title02 {
	border-bottom: 2px solid #831f10;
	padding-bottom: 10px;
	position: relative;
}

.title02 h2 {
	color: #333;
	width: 100px;
	font-size: 1.2em;
	font-weight: normal;
	position: relative;
}

.title02 .more {
	float: right;
	position: absolute;
	right: 0px;
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

.title02 .more a {
	display: block;
	color: #831f10;
	font-size: 0.8em;
}

.title02 .more a:hover {
	color: #d97713;
}

.linksList ul {
	overflow: hidden;
	margin-top: 20px;
}

.linksList ul li {
	float: left;
	margin-right: 2%;
	font-size: 0.9em;
	line-height: 30px;
}

.linksList ul li.NoMargin {
	margin-right: 0;
}

@media screen and (max-width:1200px) {


	.list01 li {
		width: 25%;
	}

	.content {
		width: 100%;
		margin: 30px auto;
	}

	.mode01, .mode02, .mode03, .mode04, .mode05 {
		width: 98%;
		margin: 0 auto;
	}

}

@media screen and (max-width:1000px) {
	.mode01 {
		width: 100%;
		margin: 0 auto;
	}

	.mode02, .mode03, .mode04, .mode05 {
		width: 98%;
		margin: 0 auto;
	}

	.mode03 {
		margin-top: 20px;
	}

	.mode01 .lf {
		width: 98%;
		margin: 0 auto 20px;
		float: none;
	}

	.mode01 .md {
		width: 100%;
		margin: 0 auto 20px;
		float: none;
	}

	.mode01 .rt {
		width: 98%;
		margin: 0 auto 20px;
		float: none;
	}

	.mode02 .lf {
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}

	.mode02 .rt {
		width: 100%;
	}

	.mode03 .lf {
		width: 100%;
		margin-right: 1%;
		margin-bottom: 20px;
	}

	.mode03 .rt {
		width: 100%;
	}

	.NewsList .specialTItle .leftDate {
		width: 7%;
	}

	.NewsList .specialTItle a {
		width: 91%;
	}

	.NoticeList .specialTItle .leftDate {
		width: 7%;
	}

	.NoticeList .specialTItle a {
		width: 91%;
	}

	.articleTop02 {
		width: 26.3%;
	}
}

@media screen and (max-width: 800px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0px;
	}

	.flex-direction-nav a {
		top: 65%;
	}

	.title01 h2 {
		font-size: 1em;
	}

	.articleTop02 {
		width: 32.3%;
	}

	/*.articleCon02{width:65.7%;}*/
	.title02 h2 {
		font-size: 1em;
	}


}

@media screen and (max-width:640px) {
	.mode03 .lf {
		width: 100%;
	}

	.mode03 .md {
		width: 100%;
	}

	.NewsList .specialTItle .leftDate {
		width: 9%;
	}

	.NewsList .specialTItle a {
		width: 87%;
	}

	.NoticeList .specialTItle .leftDate {
		width: 9%;
	}

	.NoticeList .specialTItle a {
		width: 87%;
	}

	.content {
		margin: 15px auto;
	}

	.flexslider .til_slides {
		display: none;
	}

	.articleCon02 h2 a {
		font-size: 0.9em;
	}

	.articleTop02 {
		width: 100%;
		margin: 0 auto;
	}

	.articleCon02 {
		width: 100%;
		padding-left: 0;
	}

	.topImg02 {
		text-align: center;
		margin-bottom: 10px;
	}

	.contentList02 li a {
		font-size: 12px;
	}

	.contentList02 li .RightDate {
		font-size: 12px;
		display: block;
		float: none;
	}

	.contentList02 li {
		background: url(/jiguan/images/content_li.png) no-repeat left 21px;
	}

	.linksList ul li {
		font-size: 0.8em;
	}

	.articleCon02 p {
		font-size: 0.7em;
	}

}

@media screen and (max-width:480px) {

	.NewsList .specialTItle .leftDate {
		width: 15%;
	}

	.NewsList .specialTItle a {
		width: 81%;
	}

	.NoticeList .specialTItle .leftDate {
		width: 15%;
	}

	.NoticeList .specialTItle a {
		width: 85%;
	}

	.topImg02 img {
		width: 100%;
	}

	.linksList ul li {
		width: 100%;
		margin-right: 0;
	}
}


@media screen

/*and (min-width:320px)*/
and (max-width:360px) {}