/*banner*/
.flexslider {
	position: relative;
	width: 100%;
	height: 480px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 85px;
	height: 163px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	position: absolute;
	top: 40%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	background: #000000 url("../img/you.png") no-repeat center center;
	opacity: 0.35;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	background: #000000 url("../img/zuo.png") no-repeat center center;
	opacity: 0.35;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover
{
	background: #000000 url("../img/you.png") no-repeat center center;
	opacity: 0.35;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev:hover{
	background: #000000 url("../img/zuo.png") no-repeat center center;
	opacity: 0.35;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url("../img/dot.png") no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 482px;
	display: block;
}
.slides li a .h3_1
{
	position: absolute;
    bottom: 32%;
    left: 22%;
    font-size: 35px;
    letter-spacing: 4px;
    color: #ffffff;
}

.slides li a>.h3_2
{
    position: absolute;
    bottom: 20%;
    left: 17%;
    font-size: 35px;
    letter-spacing: 4px;
    color: #ffffff;
}
/*内容*/
/*小轮播·新闻动态*/
/*小轮播*/
.about:after
{
	content: "";
	display: block;
	clear: both;
}
.about
{
	margin-top: 35px;
}
.about_Carousel
{
	float: left;
	width: 48%
}
.about_Carousel .swiper-container {
  width: 100%;
  height: 376px;
  color: #fff;
}
.about_Carousel .pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 10px;
}
.about_Carousel .swiper-slide .title {
  font-size: 42px;
  margin-bottom: 0;
  line-height: 45px;
  position: relative;
}
.about_Carousel .swiper-slide .title a img
{
	width: 100%;
	height: 373px;
}
.about_Carousel .swiper-slide .title a p
{
	width: 100%;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #e4e4e4;
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,.4);
	background: rgb(0,0,0)\0;
/*	opacity:0.5;
	filter: alpha(opacity=50);*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70)

}

.about_Carousel .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.about_Carousel .swiper-visible-switch
{
  background: #aaa;
}
.about_Carousel .swiper-active-switch
{
  background: #fff;
}


/*新闻动态*/
/*新闻标题*/
.about_New
{
	float: right;
	width: 48%;
}
.new_tit:after
{
	content: "";
	display: block;
	clear: both;
}
.new_tit
{
	height: 42px;
	border-bottom:1px solid #cfcfcf;
}
.new_tit h3
{
    font-size: 24px;
    letter-spacing: 0px;
    color: #000000;
    padding-bottom: 9px;
    border-bottom: 2px solid #008170;
}
.new_tit span a img
{
	vertical-align: baseline;
}
.new_tit span a
{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #9d9d9d;
}
.news
{
	padding: 0 10px 16px 10px;
	border-bottom: 1px dotted #b2b2b2;
}
.news p
{
	margin: 10px 0 0 0;
       overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.news p a
{
	font-size: 21px;
	font-weight: bold;
	color: #008170;
}
.news span
{
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #d0d0d0;
}
.newscont
{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	max-height: 41px;
}
.newscont a
{
	font-size: 12px!important;
	font-weight: normal!important;
	line-height: 20px!important;
	color: #9d9d9d!important;

}
.newscont a:after{
    content: "..."; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}
.newscont a:hover
{
	color: #008170!important;
}
/*新闻列表*/
.newList
{
	padding: 0 0 0 10px;
	margin-top: 10px;
}
.newList ul li:after
{
	content: "";
	display: block;
	clear: both;
}
.newList ul li
{
	background: url("../img/dian.png") no-repeat left center;
	padding-bottom: 2px;
}
.newList ul li:hover a
{
	color: #008170;
}
.newList ul li span
{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #bcbcbc;
}
.newList ul li a
{
	display: block;
	width: 85%;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #3a3a3a;
	padding-left: 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*人才培养·学生工作*/
/*人才培养*/
.cultivate
{
	margin-top: 50px;
}
.cultivate:after
{
	content: "";
	display: block;
	clear: both;
}
.talents
{
	width: 48%;
}
/*学生工作*/
.student
{
	width: 48%;
}
.notice-title,.notice-title1,.notice-title2,.notice-title3
{
	position: relative;
	line-height: 35px;
	margin-left: 40px;
}
.notice-title .title a
{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #2f2f2f;
	margin-left: 30px;
}
.notice-title1 .title1 a
{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #2f2f2f;
	margin-left: 30px;
}
.notice-title2 .title2 a
{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #2f2f2f;
	margin-left: 30px;
}
.notice-title3 .title3 a
{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #2f2f2f;
	margin-left: 30px;
}
.on
{
	color: #00857b!important;
}
.xie
{
	position: absolute;
    left: 115px;
    top: 10px;
}
.tab-list
{
	position: relative;
}
.tab-list1
{
	position: relative;
}
.tab-list2
{
	position: relative;
}
.tab-list3
{
	position: relative;
}
.tab-list:after
{
	content: "";
	display: block;
	clear: both;
}
.tab-list1:after
{
	content: "";
	display: block;
	clear: both;
}
.tab-list2:after
{
	content: "";
	display: block;
	clear: both;
}
.tab-list3:after
{
	content: "";
	display: block;
	clear: both;
}

.more
{
    position: absolute;
    top: -65px;
    right: 0px;
    font-size: 14px;
	color: #969696;
}
.more img
{
	vertical-align: baseline;
	margin-left: 5px;
}
/*tab切换内容*/
.notice-list:after
{
	content: "";
	display: block;
	clear: both;
}
.notice-list1:after
{
	content: "";
	display: block;
	clear: both;
}
.notice-list2:after
{
	content: "";
	display: block;
	clear: both;
}
.notice-list3:after
{
	content: "";
	display: block;
	clear: both;
}
.notice-list
{
	margin-top: 30px;
}
.notice-list1
{
	margin-top: 30px;
}
.notice-list2
{
	margin-top: 30px;
}
.notice-list3
{
	margin-top: 30px;
}
.texts
{
	width: 57%;
}
.texts ul li
{
	background: url("../img/dian.png") no-repeat left center;
}
.texts ul li:hover a
{
	color: #008170;
}
.texts ul li span
{
	font-size: 12px;
	line-height: 38px;
	color: #a4a4a4;
}
.texts ul li a
{
	font-size: 14px;
	line-height: 38px;
	color: #3a3a3a;
	padding-left: 10px;
}
/*快速通道*/
.kstd{margin-top:16px;background-color: #f2fafe;padding: 15px 0px;}
.kstd .kstd_fl{width:69px;height:68px;}
.kstd .kstd_fr{width:1077px;margin-left:14px;}
.kstd .kstd_fr li{float:left;width:179.5px;text-align:center;margin-top:6px;}
.kstd .kstd_fr li img{width:28px;height:27px;}
.kstd .kstd_fr li p{line-height:32px;}






