@charset "utf-8";
body{min-width: 1600px;}
.inner {
	width: 1300px;
	margin: 0px auto;
}


/* 头部*/
.header {
	background: url(../img/topbg.png) no-repeat center top;
}

.logo {
	padding: 25px 0px;
}

.logo_right {
	margin-top: 54px;
	color: #fff;
}
.top_link a{
	color: #fff;
	font-size: 16px;
	padding: 0px 15px;
	margin-top: 9px;
	display: inline-block;
}


.logo_right .last {
	border-right: none;
	padding-right: 0px;

}

/* 搜索*/

.search {
	margin-left: 20px;
	width: 160px;
	height: 32px;
	background: url(../img/search.png) no-repeat left center;
	/* border: 1px solid #fff; */
	/* border-radius: 15px; */
}

.search input {
	border: none;
	outline: none;
	display: block;
	background: none;
	line-height: 30px;
}

.search .inp {
	float: left;
	width: 125px;
	height: 32px;
	text-indent: 40px;
}

.search .sub {
	width: 30px;
	height: 32px;
	background-color: none;
	float: right;
	/* margin-right: 5px; */
	/* margin-top: 7px; */
}

/*导航*/
/*nav*/

.nav {
	width: 100%;
	/* margin-top: 13px; */
}

.nav ul>li {
	float: left;
	text-align: center;
	padding-left: 58px;
	padding-right: 58px;
	position: relative;
}


.nav ul>li>a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	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: #0a56b7;
}

.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开始**/

.banner_wrap {

	position: relative;
}

.rslide li {
	position: relative;
}

.rslide li a {
	display: block;
}

.rslide li img {
	width: 100%;
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
	position: absolute;
	left: 50%;
	bottom: 20px;
	font-size: 0;
	list-style-type: none;
	z-index: 99;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 3px;
	*display: inline;
	*zoom: 1;
}

.centered-btns_tabs a {
	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;
}

.centered-btns_tabs .centered-btns_here a {
	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;
}

/* .banner_wrap .prev {
	background-image: url(../img/bannerleft.png);
	left: 0px;

}

.banner_wrap .next {
	right: 0px;
	background-image: url(../img/bannerright.png);
} */
.caper{
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding-left: 60px;
	line-height: 50px;
}


.main_wrap{margin-top: 25px;}
/* 学院新闻 */
.main1 {
	margin-top: 20px;
}

.news_left {
	width: 855px;
}

.news_title {
	border-bottom: 2px solid #0f51aa;
	margin-bottom: 20px;
}

.news_title>h1 {
	/* width: 150px; */
	color: #0b5bc6;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 5px;
	/* padding-bottom: 7px; */
	/* text-indent: 25px; */
	/* background: url(../img/titlebg.png) no-repeat left center; */
}
.news_title>h1 span{
	font-size: 16px;
	color: #82a2cd;
	padding-left: 5px;
}
.news_title>a {
	font-size: 14px;
	color: #666666;
	
	line-height: 55px;
}

.news_pic,.news_list{
	width: 410px;
	height: 260px;
	position: relative;
}

.news_left img {
	width: 100%;
}

.cap {
	height: 40px;

	background: url(../img/capbg.png) no-repeat left bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	color: #FFFFFF;
	padding: 0px 15px;
	box-sizing: border-box;

}

.cap h3 {
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.news_left .centered-btns_tabs {
	bottom: 5px;
	left: initial;
	right: 10px;
	
}

.news_left .centered-btns_tabs a {
	width: 15px;
}

.news_left .rslide li {
	height: 260px;
	position: relative;
}



.news_list ul li {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}

.news_list ul li a {
	font-size: 16px;
	width: 73%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 20px;
	float: left;
	background: url(../img/dot.png) no-repeat left center;
}

.date1 {
	float: right;
	font-size: 16px;
}

.news_list ul li:hover a{
	color: #1070d7;
}
.mores{
	color: #666666;
	float: right;
	font-size: 15px;
	margin-top: -44px;
	position: relative;
	z-index: 999;
}
.notice{
	width: 410px;
}

/* 服务指南 */
.service {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: 35px;
	background: url(../img/fwznbg.png) no-repeat left top;
}
.service ul{
	margin-left: 140px;
	margin-top: 35px;
}
.service ul li{
	float: left;
	margin-left: 60px;
	text-align: center;
}
.service ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
}
.service ul li p{
	margin-top: 8px;
}
.teachers{
	margin-left: 35px;
}

.fast ul li{
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.fast ul li a{
	display: block;
}
.fast ul li a img{width: 100%;}






/* 底部图片 */
/* 友情链接 */

.links{margin: 0px 0px 25px 0px;}
.links a{
	color: #fff;
	padding-right: 15px;
}

.footer {
	background: url(../img/footerbg.png) no-repeat center top;
	color: #FFFFFF;
	font-size: 16px;	
	padding: 22px 0px;
	line-height: 30px;
	margin-top: 50px;
}

.code ul li{
	float: left;
	text-align: center;
	margin-left: 40px;
	color: #99b4de;
	line-height: 30px;
	font-size: 14px;
}
.code ul li img{width: 105px;height: 105px;}

/* 内页 */
.neiimg>img{width: 100%;}

.nav_left {
	/* margin-top: 30px; */
	width: 238px;
	position: relative;
	background-color: #f6faff;
	padding-bottom: 60px;
	border: 1px solid #dadbdb;
}



.nav_left>h2 {
	font-size: 25px;
	/* text-align: center; */
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	/* font-weight: normal; */
	
	background-color: #0b5ac6;
}


.nav_left>ul>li {
	background-color: #f2f9ff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	color: #333;
	border-bottom: 1px solid #dcdcdc;
}
.nav_left>ul>li a{
	display: block;
	font-size: 16px;
	/* margin-right: 20px; */
}
.nav_left>ul>li>a:hover {
	font-size: bold;
}
.nav_left>ul>li:hover{
	background-color: #c3d7f3;
}





/*右侧*/
.nav_right {
	width: 1000px;
	margin-top: 5px;
}

.right_inner {
	/* margin: 20px 30px; */
}

.right_top {
	/* background: #1c70be; */
	/* padding-bottom: 17px; */
	border-bottom: 1px solid #0069d9;
}

.right_top>h3 {
	font-size: 22px;
	color: #0b5bc6;
	height: 70px;
	line-height:80px;
	font-weight: normal;
	min-width: 250px;
}

.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #888888;
	margin-top: 35px;
}

.right_top>p {
	margin-right: 10px;
}





/* 列表 */
.list>ul {
	margin-top: 10px;
}

.list>ul li {
	height: 45px;
	line-height: 45px;
	/* transition: .5s; */
	border-bottom: 1px dashed #b0b0b0;
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../img/dot.png) no-repeat left center;
}

.list .date1 {
	color: #757575;
	float: right;
}

.list>ul li a:hover {
	color: #1070d7;
}

.list {
	margin: 0px 0px 70px 0px;
}

/* pic */

/*内容*/
.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.content_title>p {
	text-align: center;
	color: #888888;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}

.cont {
	margin-top: 30px;
}


.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: #1070d7;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}

.content {
	padding-bottom: 50px;
	margin: 0px 5%;
}

.dp {
	margin-bottom: 80px;
}

.ling{
	margin-top: 30px;
}
.ling1{
	width: 560px;
	height: 225px;
	border: 1px solid #d6cece;
	border-radius: 10px;
	margin-left: 20px;
	margin-bottom: 35px;
}
.ling_pic{
	width: 150px;
	height: 200px;
	overflow: hidden;
	margin: 15px;
}
.ling_pic img{width: 100%;}
.ling1 a{display: block;}
.ling_right{
	width: 360px;
	margin-top: 15px;
}
.ling_right h2{
	font-size: 20px;
	font-weight: bold;
	color: #0b5ac6;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #DADBDB;
}
.ling_right p{
	font-size: 14px;
	color: #333333;
	line-height: 35px;
	margin-top: 8px;
}
.ling_right div{
	color: #666666;
	margin-top: 3px;
}