.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px
}

.container01,
.container01,
.container03,
.container04,
.container05,
.container06,
.container07,
.container08,
.n-container01,
.n-container03,
.n-container04 {
	margin: 0 auto;
}

.slow img:hover {
	transform: scale(1.05);
}

/*图片放大*/
.slow img {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*缓慢效果*/
h5 a,
.more a {
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

/*缓慢效果*/
slow01 {
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

/*缓慢效果*/
.slow02 {
	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.shadow {
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";
	/* For IE 8 */
	filter:
		progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');
	/* For IE 5.5 - 7 */
	-moz-box-shadow: 1px 1px 10px #999999;
	/* for firefox */
	-webkit-box-shadow: 1px 1px 10px #999999;
	/* for safari or chrome */
	box-shadow: 1px 1px 10px #999999;
	/* for opera or ie9 */
}

.radius {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.opacity {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1
}

/*透明代码*/
.overfloat-dot {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

/*文本超出 小圆点显示*/
.overfloat-dot-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.overfloat-dot-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.overfloat-dot-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.overfloat-dot-5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.overfloat-dot-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.overfloat-dot-7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/
/*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/
/*透明背景*/


.container01 {
	background: #fcf9f2 url(../image/container01_bg_web.png) right bottom no-repeat;
	padding: 3.75rem 0 5.625rem;
	overflow: hidden
}

.w1200 {
	max-width: 1400px;
	margin: 0 auto;
}

.title001 {
	background: url(../image/tittle01_bg.png) center no-repeat;
	line-height: 7.625rem;
	position: relative;
	margin-bottom: 2rem;
	background-size: auto 100% !important
}

.title001 h3 {
	font-size: 2.375rem;
	color: #4c4c4c;
	font-weight: bold;
	text-align: center;
	position: relative
}

.title001 h3:before {
	content: "";
	position: absolute;
	bottom: 0em;
	top: 1.5em;
	width: 3.5rem;
	height: 2px;
	background: #9a0000;
	left: 50%;
	transform: translateX(-50%);
}

.title001 .more00 {
	position: absolute;
	top: 0;
	right: 0
}

.title001 .more00 a {
	display: inline-block;
	background: url(../image/more00_bg.png) right center no-repeat;
	width: 82px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #666666;
	transition: .5s;
}

.container01 {
	background: #fcf9f2 url(../image/container01_bg_web.png) right bottom no-repeat;
	padding: 3.75rem 0 5.625rem;
	overflow: hidden
}

.list_box1 {}

.list_box1 li {
	float: left;
	width: 33.333333%;
	padding: 0 1.5rem
}

.list_box1 li a {
	display: block;
	position: relative;
	transition: .5s;
	padding: 2rem;
	border: #f3f3f3 1px solid;
	border-top: #9a0000 2px solid;
	background: #fff
}

.list_box1 li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: .5s
}

.list_box1 li a .img,
.list_box1 li a .img img {
	overflow: hidden;
	width: 100%;
	height: 18.875rem;
	border: 1px solid #c5c4c4;
}

.list_box1 li a .con {
	position: relative;
	z-index: 1
}

.list_box1 li a .con h5 {
	font-size: 1rem;
	color: #333333;
	line-height: 1.25rem;
	margin: 1rem 0 1rem;
	transition: .5s;
	font-weight: bold;
}

.list_box1 li a .con .time {
	width: 5rem;
	line-height: 2.875rem;
	font-size: 1.25rem;
	color: #9a0000;
	font-weight: bold;
	position: relative;
	transition: .5s
}

.list_box1 li a .con .time:before {
	content: "";
	position: absolute;
	width: 1.25rem;
	height: 2px;
	background: #9a0000;
	right: 2rem;
	bottom: 0
}

.list_box1 li a .con .con1 {
	width: calc(100% - 5rem)
}

.list_box1 li a .con .con1 h6 {
	font-size: 12px;
	color: #666666;
	line-height: 1.375rem;
	padding-left: 1.5rem;
	transition: .5s
}

.list_box1 li a .con .con1 h6.h61 {
	background: url(../image/container01_icon1.png) left center no-repeat
}

.list_box1 li a .con .con1 h6.h62 {
	background: url(../image/container01_icon2.png) left center no-repeat
}

.list_box1 li a .con .con1 h6.h63 {
	background: url(../image/container01_icon3.png) left center no-repeat
}



.list_box2 {}

.list_box2 li {
	float: left;
	width: 50%;
	padding: 0 1.25rem
}

.list_box2 li a {
	display: block;
	position: relative;
	transition: .5s;
	padding: 2rem;
	border: #f3f3f3 1px solid;
	border-top: #9a0000 2px solid;
	background: #fff
}

.list_box2 li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: .5s
}

.list_box2 li a .img,
.list_box2 li a .img img {
	overflow: hidden;
	width: 100%;
	height: 18.875rem;
	border: 1px solid #c5c4c4;
}

.list_box2 li a .con {
	position: relative;
	z-index: 1
}

.list_box2 li a .con h5 {
	font-size: 1rem;
	color: #333333;
	line-height: 1.25rem;
	margin: 1rem 0 1rem;
	transition: .5s;
	font-weight: bold;
}

.list_box2 li a .con .time {
	width: 5rem;
	line-height: 2.875rem;
	font-size: 1.25rem;
	color: #9a0000;
	font-weight: bold;
	position: relative;
	transition: .5s
}

.list_box2 li a .con .time:before {
	content: "";
	position: absolute;
	width: 1.25rem;
	height: 2px;
	background: #9a0000;
	right: 2rem;
	bottom: 0
}

.list_box2 li a .con .con1 {
	width: calc(100% - 5rem)
}

.list_box2 li a .con .con1 h6 {
	font-size: 12px;
	color: #666666;
	line-height: 1.375rem;
	padding-left: 1.5rem;
	transition: .5s
}

.list_box2 li a .con .con1 h6.h61 {
	background: url(../image/container01_icon1.png) left center no-repeat
}

.list_box2 li a .con .con1 h6.h62 {
	background: url(../image/container01_icon2.png) left center no-repeat
}

.list_box2 li a .con .con1 h6.h63 {
	background: url(../image/container01_icon3.png) left center no-repeat
}

.container02 {
	padding: 4rem 0 3.75rem;
	overflow: hidden
}

.container02 .title001 {
	margin-bottom: 2.5rem;
	background: url(../image/tittle01_bg1.png) center no-repeat
}

.container02 .left {
	width: 47rem;
}

.list_box3 li a {
	display: block;
	transition: .5s
}

.list_box3 li a .img,
.list_box3 li a .img img {
	width: 100%;
	height: 31.25rem;
	overflow: hidden;
}

.list_box3 li a .con {
	padding: 1.625rem 0 0
}

.list_box3 li a .con .time {
	background: url(../image/list_box3_bg.png) center no-repeat;
	background-size: 100% 100%;
	width: 5.625rem;
	height: 4.1875rem;
}

.list_box3 li a .con .time h3 {
	font-size: 2rem;
	color: #fff;
	font-weight: bold
}

.list_box3 li a .con .time h6 {
	font-size: 12px;
	color: #fff;
	margin: .375rem 0 0
}

.list_box3 li a .con .con_r {
	width: calc(100% - 5.625rem);
	padding: .25rem 0 0 1.5rem
}

.list_box3 li a .con .con_r h5 {
	font-size: 1.125rem;
	color: #333333;
	font-weight: bold;
	transition: .5s;
	line-height: 1.25rem;
}

.list_box3 li a .con .con_r p {
	font-size: 12px;
	line-height: 1.375rem;
	height: 2.75rem;
	color: #808080;
	margin: .5rem 0 0;
}

.list_box3 .miso-arrow {
	width: 2.5rem;
	height: 4.375rem;
	background-size: 100% 100% !important;
	margin-top: -3rem
}

.list_box3 .miso-arrow.miso-prev {
	background: url(../image/left011.png) center no-repeat;
}

.list_box3 .miso-arrow.miso-next {
	background: url(../image/right011.png) center no-repeat;
}

/*Slider 开始*/
.miso-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.miso-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.miso-list:focus {
	outline: none;
}

.miso-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.miso-slider .miso-track,
.miso-slider .miso-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.miso-track {
	position: relative;
	left: 0;
	top: 0;
	display: inline-block;
	zoom: 1;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

.miso-track:before,
.miso-track:after {
	display: table;
	content: '';
}

.miso-track:after {
	clear: both;
}

.miso-loading .miso-track {
	visibility: hidden;
}

.miso-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	-moz-user-select: text;
	-khtml-user-select: text;
	user-select: text;
}

[dir='rtl'] .miso-slide {
	float: right;
}

.miso-slide img {
	display: block;
}

.miso-slide.miso-loading img {
	display: none;
}

.miso-slide.dragging img {
	pointer-events: none;
}

.miso-initialized .miso-slide {
	display: block;
}

.miso-loading .miso-slide {
	visibility: hidden;
}

.miso-vertical .miso-slide {
	display: block;
	height: auto;
}

.miso-arrow.miso-hidden {
	display: none;
}

.miso-loading .miso-list {
	background: #fff;
}

.miso-prev,
.miso-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before {
	opacity: 1;
}

.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before {
	opacity: .25;
}

.miso-prev:before,
.miso-next:before {
	font-size: 2rem;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: bold;
	cursor: pointer
}

.miso-prev {
	left: 0px;
}

[dir='rtl'] .miso-prev {
	right: 0px;
	left: auto;
}

.miso-prev:before {
	content: '';
	font-family: simsun;
}

[dir='rtl'] .miso-prev:before {
	content: '';
	font-family: simsun;
}

.miso-next {
	right: 0px;
}

[dir='rtl'] .miso-next {
	right: auto;
	left: 0px;
}

.miso-next:before {
	content: '';
	font-family: simsun;
}

[dir='rtl'] .miso-next:before {
	content: '';
	font-family: simsun;
}

/* Dots */
.miso-dots {
	position: absolute;
	bottom: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.miso-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

.miso-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.miso-dots li button:focus {
	outline: none;
}

.miso-dots li.miso-active a {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

/* Arrows */
.miso-prev,
.miso-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
	top: 50%;
	z-index: 1;
}

.miso-prev {
	left: 0
}



.miso-next {
	right: 0
}

.miso-lightbox .miso-prev:before,
.miso-lightbox .miso-next:before {
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	font-family: "simsun"
}

.miso-lightbox .miso-prev:before {
	content: '<';
}

.miso-lightbox .miso-next:before {
	content: '>';
}

/*Slider 结束*/





.left-width {
	width: 50.77%;
	position: relative;
	height: 840px;
}

.title {
	font-size: 36px;
	line-height: 36px;
	margin: 60px 0 40px 0;
	color: #9a0404;
	padding-left: 55px;
	background: url(../image/title01.png) left center no-repeat;
}

.title a {
	float: right;
	font-size: 17px;
	color: #9a0404;
	padding-left: 40px;
	background: url(../image/more.png) left center no-repeat;
	margin-top: 5px;
}

.news-box {
	padding-left: 80px;
	position: relative;
}

.news-date {
	color: #666;
	position: absolute;
	left: 35px;
	top: 50px;
	font-family: "Mongolian Baiti";
	line-height: 20px;
	border: 1px solid #9a0404;
	text-align: center;
}

.news-date b {
	background: #9a0404;
	color: #fff;
	height: 30px;
	display: inline-block;
}

.news-date span {
	font-size: 18px;
	color: #9a0404;
}

.news-tt a {
	font-size: 18px;
	color: #9a0404;
}

.news-tt {
	margin: 15px 0 5px 0;
}

.news-p {
	color: #666;
	text-align: justify;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.news-list li {
	position: relative;
	padding-right: 60px;
	line-height: 40px;
}

.news-list li a {
	font-size: 16px;
	color: #333;
	padding-left: 20px;
	background: url(../image/li1.png) left center no-repeat;
}

.news-list li span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	color: #666;
}

.news-list {
	border-top: solid 1px #d6d7db;
	margin-top: 22px;
	padding-top: 20px;
}

.right-width {
	width: 42.7%;
	position: relative;
}

.right-width .title {
	background: url(../image/title02.png) left center no-repeat;
}

.notice-list-tt a {
	font-size: 16px;
	color: #000;
}

.notice-list-tt {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.notice-list {
	background: #fff;
	margin: 80px 20px 0 0;
	padding: 35px;
}

.notice-list li {
	border-bottom: dashed 1px #336699;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 42px;
	padding-left: 112px;
	padding-right: 35px;
}

.notice-list li .news-date {
	left: 0;
	top: 0px;
	line-height: 30px;
}

.notice-list li .news-date:before {
	display: block;
	content: "";


}

.right-width:before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 155px;
	left: 150px;
	bottom: 0;
	background: #9a0404;
	z-index: -1;
}

.left-width:before {
	display: block;
	content: "";
	position: absolute;
	right: -205px;
	top: 155px;
	left: 0px;
	bottom: 0;
	background: #f7f5f3;
	z-index: -1;
}

.notice-list li:last-child {
	border: none;
	margin: 0;
}

.right-column-box{width:860px;}
.right-column-box .right-column-menu{width:auto;margin-top:35px;}
.right-column-box .right-column-menu a{color:#323232;}
.right-column-box .right-column-menu li{height:50px;line-height:50px;font-size:18px;float:left;margin-right:0px;cursor:pointer;background:#eeeeee;}
.right-column-box .right-column-menu li .block{width:30px;height:100%;float:left;}
.right-column-box .right-column-menu li .text{float:left;width:auto;}
/*.right-column-box .right-column-menu .last{margin-right:0px;}*/
.right-column-box .right-column-menu .on{color:#fafafa;background:#084e96;}
.right-column-box .right-column-content{width:100%;line-height:28px;font-size:14px;color:#323232;margin-top:40px;text-align:left;}


/*院系简介*/
/*现任领导*/
.page-main-box .right-main-box .right-main .xrld{width:630px;overflow:hidden;}
.page-main-box .right-main-box .right-main .xrld ul{width:666px;}
.page-main-box .right-main-box .right-main .xrld ul li{width:100%;height:180px;margin-top:30px;}
.page-main-box .right-main-box .right-main .xrld ul li .img{width:150px;height:180px;float:left;}
.page-main-box .right-main-box .right-main .xrld ul li .desc{width:480px;height:180px;float:left;text-indent:30px;color:#0a0a0a;background:#eeeeee;text-align:left;}
.page-main-box .right-main-box .right-main .xrld ul li .desc div{width:100%;}
.page-main-box .right-main-box .right-main .xrld ul li .desc .name{font-size:22px;line-height:22px;margin-top:32px;color:#335b8d;}
.page-main-box .right-main-box .right-main .xrld ul li .desc .position{font-size:18px;margin-top:20px;line-height:18px;}
.page-main-box .right-main-box .right-main .xrld ul li .desc .work{font-size:16px;margin-top:14px;line-height:30px;width:100%;height:148px;}
.page-main-box .right-main-box .right-main .xrld ul li .desc .work-title{float:left;width:114px;}
.page-main-box .right-main-box .right-main .xrld ul li .desc .work-desc{float:left;width:334px;text-indent:0px;max-height:30px;overflow: hidden;}
/*历任领导*/
.page-main-box .right-main-box .right-main .lrld{width:860px;margin-top:35px;}
.page-main-box .right-main-box .right-main .lrld .float-part{width:429px;height:608px;float:left;margin-right:1px;}
.page-main-box .right-main-box .right-main .lrld .float-part ul{width:100%;height:100%;}
.page-main-box .right-main-box .right-main .lrld .float-part ul li{float:left;height:50px;line-height:50px;font-size:16px;}
.page-main-box .right-main-box .right-main .lrld .float-part ul .head1{width:428px;}
.page-main-box .right-main-box .right-main .lrld .float-part ul .name{width:180px;margin-right:1px;margin-top:1px;}
.page-main-box .right-main-box .right-main .lrld .float-part ul .time{width:247px;margin-top:1px;}
.page-main-box .right-main-box .right-main .lrld .float-part ul .head-color{color:#ffffff;background:#a1964a;}
.page-main-box .right-main-box .right-main .lrld .float-part ul .tr-color{background:#e6ebed;}