@charset "utf-8";
@import url(../font/stylesheet.css);
@import url(../font/font.css);
.inner{width: 1400px;margin: 0px auto;}
.lecturelist li{
	position: relative;
}
.slick-slide img{height:464px;}
/* 头部*/
.header{
	background: #00204c;
}
.logo{padding: 30px 0px;}
.logo_right{margin-top: 35px;}
.top_link a{
	font-size: 12px;
	color: #fff;
	float: left;
	line-height: 15px;
	margin-top: 4px;
	padding: 0px 10px;
	border-right:1px solid #fff;
}
.logo_right .last{
	border-right: none;
	padding-right: 0px;
	
}

/* 搜索*/
.search {
	padding-left: 40px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

.search input {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.1);
	height: 28px;
	line-height: 28px;
	color: #fff;
	border-radius: 14px;
	margin-top: -20px;
	width: 0px;
	text-indent: 10px;
	opacity: 0;
}

.search i.active {
	position: absolute;
	right: 0px;
	top: 0px;
	/* border: 1px solid #4d6382; */
	/* border-radius: 50%; */
}

.search button {
	display: none;
}

.search.active input {
	width: 150px;
	opacity: 1;
}

.search.active i.active {
	position: absolute;
	right: 25px;
	top: 0px;
}

.icon-search:before {
	color: #fff;
}

.search.active i.active:before {
	content: '\ea1f';
}

/*导航*/
/*nav*/
.demo-2 {
	display: none;
	position: relative;
	z-index: 9999;
}

.nav {
	width: 100%;
	/* background-color:#02864f; */
}

.nav ul>li {
	float: left;
	
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}


.nav ul>li>a {
	font-size: 18px;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.nav li ol {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50px;
	/* margin-left: 100px; */
	z-index: 9999;
	/* min-width: 200px; */
	display: none;
	background: #00204c;
}

.nav li ol li {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.nav li ol li a {
	display: block;
	width: 96%;
	font-size: 14px;
	margin: 0px 2%;
	color: #fff;
}

.nav li ol li:hover a {
	font-weight: bold;
}

.nav li ol.widths li {
	width: 268px;
}

.nav li ol.widths li a {
	width: 50%;
}
.nav ul>li:hover ol{
	display: block;
	z-index: 999;
}




/* banner */
/**主页banner开始**/
.slick-arrow{display:none !important;}
.banner_wrap{
	margin-top: 10px;
	position: relative;
}
.rslide li {
	position: relative;
}

.rslide li a {
	display: block;
}

.rslide li img {
	width: 100%;
}

.centered-btns_nav:active {
	opacity: 1;
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -50px;
	font-size: 0;
	list-style-type: none;
	z-index: 99;
}

.slick-dots li {
	display: inline-block;
	margin: 0 8px;
	*display: inline;
	*zoom: 1;
}

.slick-dots button {
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	color: transparent;
	font-size: 14px;
	text-align: center;
	*display: inline;
	*zoom: 1;
	background: url(../img/dot2.png) no-repeat left center;
}

.slick-dots .slick-active button {
	background: url(../img/dot1.png) no-repeat left center;
}


.centered-btns_nav {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 2;
	width: 32px;
	height: 70px;
	overflow: hidden;
	color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}
.banner_wrap .prev {
	background-image: url();
	left: 40px;
	
}

.banner_wrap .next {
	right: 40px;
	background-image: url();
}

.banner_wrap .caps{
	padding: 15px 20px;
	position: absolute;
	bottom: 25px;
	font-size: 20px;
	color: #fff;
	left: 25%;
	background: rgba(0,104,61,.6);
}


/* 学院新闻 */
.main1{
	margin-top: 40px;
}
.news{
	max-width: 900px;
	width: 65%;
}
.news_title{
	border-bottom:2px solid #00204c ;
}
.news_title>h1{
	color: #052249;
	font-size: 25px;
	line-height: 40px;
}
.news_title a{
	color: #596d87;
	margin-top: 15px;
}
.news_list,.notice_list{margin-top:15px;overflow: hidden;}
.news_list ul{
	max-width: 435px;
	width: 50%;
}

.news_list ul li a,.notice_list ul li a{
	float: left;
	overflow: hidden;
	line-height: 45px;
	height: 45px;
	width: 78%;
	box-sizing: border-box;
	padding-left: 15px;
	background: url(../img/dot.png) no-repeat left center;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.date1{float: right;line-height: 45px;font-size: 16px; color: #666666;}

/* 通知公告 */
.notice{
	max-width: 465px;
	width: 33%;
}
.notice_img{margin-top: 10px;}
.notice_img,.notice_img img{
	width: 100%;
}

.notice_list ul li a{
	padding-left: 0px;
	background: none;
}

/* 页尾 */
.footer{
	border-top: 7px solid #7a0b0b;
	background-color: #002147;
	margin-top: 50px;
}
.dilogo,.dilink,.addr{
	width: 31%;
	margin: 25px 0px;
}
.dilink,.addr{
	margin: 35px 0px;
}
.dilink a,.addr p{
	color: #fff;
	display: block;
	line-height: 35px;
	font-size: 16px;
	
}
.addr{
	width: 38%;
}

/* 内页 */
/*列表*/
.ban img {
	width: 100%;
}

.nav_left {
	margin-top: 30px;
	max-width: 270px;
	width: 21%;
	border: 1px solid #00204c;
	padding-bottom: 10px;
	background-color: #00204c;
}

.nav_left>h2 {
	font-size: 20px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	background: #00204c;
}

.left_navimg img {
	width: 100%;
}


.nav_left ul li a {
	font-size: 16px;
	display: block;
	width: 100%;
	padding-left: 30px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #00204c;
}



.nav_left .act a {
	color: #184e99;
}

.nav_left ul li:hover a,.list ul li:hover a,.news_list ul li a:hover,.notice_list ul li a:hover {
	color: #184e99;
}




/*右侧*/
.nav_right {
	width: 78%;
	max-width: 1080px;
	margin-top: 30px;
}

.right_top {
	border-bottom: 1px solid #00204c;
}

.right_top>h3 {
	font-size: 18px;
	color: #00204c;
	height: 60px;
	font-weight: bold;
	line-height: 60px;
	border-bottom: 2px solid #00204c;
	/* background: url() no-repeat center bottom; */
}

.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #858585;
	margin-top: 23px;
}

.right_bottom {
	margin-top: 20px;
}




.list{margin-top: 10px;}

.list>ul li {
	height: 45px;
	line-height: 45px;
	transition: .5s;
	font-size: 16px;
	border-bottom: 1px dashed #bfbfbf;
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../img/dot.png) no-repeat left center;
}

.list>ul li:hover {
	padding: 0px 15px;
	/* background: #f8f4f9; */
	transition: .5s;
}

.list {
	margin-bottom: 50px;
}
.date2{
	float: right;
}

/*内容*/
.content{margin-top:20px;}
.content>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.content>p {
	text-align: center;
	color: #ccc;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 25px;
}

.content>p>span {
	display: inline-block;
	padding-left: 20px;
	margin-left: 10px;
}


.cont p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

.fen {
	background: #eeeeee;
	height: 45px;
	margin: 20px 0px;
	overflow: hidden;
}

.fen  .popup_renren{background-position: 1px -208px;}
.fen .popup_tqq {
    background-position: 1px -260px;}
.ye {
	margin-top: 40px
}

.ye p {
	color: #747474;
	margin: 15px 0px;
	font-size: 16px;
}

.ye p a {
	color: #747474;
	font-size: 16px;
}

.ye p a:hover {
	color: #184e99;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}

/* pic */
.pic_list{
	margin-top: 25px;
	margin-bottom: 60px;
	overflow: hidden;
}
.pic_list ul li{
	float: left;
	max-width: 300px;
	width: 32%;
	margin-right: 3%;
	background-color: #eaf0f4;
	position: relative;
	margin-bottom: 30px;
}
.pic_list ul li h2{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
}
.img_wrap{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.img_wrap img{width: 100%;}

.pic_list .last{margin-right: 0px;}