@charset "utf-8";

.inner{width: 1200px;margin: 0px auto;}
/* 头部*/
.header{
	border-bottom: 1px solid #0e85c3;
	background: url(../img/topbg.png) no-repeat center top;
}
.logo{padding: 30px 0px;}
.logo_right{margin-top: 48px;}
.logo_right a{
	font-size: 16px;
	color: #006da6;
	float: left;
	padding: 0px 25px;
	line-height: 30px;
	background: url(../img/icon1.png) no-repeat left center;
}
.logo_right .last{
	border-right: none;
	padding-right: 0px;
	
}
.fan{margin:20px auto;}
/* 搜索*/

.search{
	width: 180px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 15px;
}
.search input{
	border: none;
	outline: none;
	display: block;
	background:none;
	line-height: 30px;
	text-indent: 10px;
}
.search .inp{
	float: left;
	width: 148px;
}
.search .sub{
	width: 15px;
	height: 15px;
	float: right;
	margin-right: 5px;
	margin-top: 7px;
}
/*导航*/
/*nav*/

.nav {
	width: 100%;
	background-color:#005faf;
	/* box-shadow:0px 5px 5px #a3cadf; */
}

.nav ul>li {
	float: left;
	text-align: center;
	padding-left: 36px;
	padding-right: 21px;
	position: relative;
}


.nav ul>li>a {
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.nav li ol {
	position: absolute;
	left: 8px;
	width: 100%;
	top: 50px;
	/* margin-left: 100px; */
	z-index: 9999;
	/* min-width: 200px; */
	display: none;
	background: #006da6;
}

.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%;
	/* height: 285px; */
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -90px;
	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: 30px;
	height: 15px;
	overflow: hidden;
	color: transparent;
	font-size: 14px;
	text-align: center;
	*display: inline;
	*zoom: 1;
	background: url(../img/dot.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);
}




/* 学院新闻 */
.main1{
	margin-top: 20px;
}
.news{
	width: 790px;
}
.main_wrap .rslide li img{height: 285px;}
.news_title{
	border-bottom: 2px solid #005faf;
}
.news_title>h1{
	color: #005faf;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	/* padding-bottom: 7px; */
	text-indent: 45px;
	background: url(../img/icon1.png) no-repeat left center;
}
.news_title>a{
	font-size: 14px;
	color: #666666;
	display: block;
	line-height: 50px;
	margin-right: 5px;
	position: relative;
	z-index: 99;
}
.news_left{
	width: 380px;
	height: 335px;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
.news_left img{width: 100%;}
.cap{
	height: 50px;
	line-height: 50px;
	background-color: #005faf;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}
.news_left .centered-btns_tabs{
	bottom:55px;
	margin-left: -52px;
}
.news_left .centered-btns_tabs a{
	width:15px;
}
.news_left .rslide li{
	height: 335px;
	position: relative;
}

.news_list{width:380px;margin-top: 20px;}
.news_list ul li{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	
}
.news_list ul li a{
	font-size: 14px;
	width: 73%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 20px;
	float: left;
	background: url(../img/dot3.png) no-repeat left center;
}
.date1{
	float: right;
	font-size: 14px;
}
.news_list ul li:hover a,.news_list2 ul li:hover a{
	color: #1c70be;
}
.notice{
	width: 380px;
}
.notice .news_title h1{
	background-image: url(../img/icon2.png); 
}


/* main3 */
.main3{margin-top: 30px;/* margin-bottom: 40px; */}
.main3 .dang{
	width: 380px;
}
.main3 .news_title{
	background: url(../img/icon3.png) no-repeat left center;
}
.main3 .news_title h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.tab-hd h1{
	float: left;
	/* width: 122px; */
	cursor: pointer;
	margin-left: 14px;
	text-align: center;
	color: #fff;
	/* line-height: 55px; */
	text-indent: 0px;
	height: 50px;
	position: relative;
	z-index: 99;
	font-size: 20px;
	line-height: 50px;
	font-weight: normal;
}
.mores{
	color: #666;
	margin-top: -45px;
	position: relative;
	z-index: 999;
}

.news_title .tab-hd{
	margin-left: 30px;
}

.main3 .tab-hd .active {
	color:#005faf ;
	font-size: 20px;
}

.main3 .option{margin: 10px 5px;}
.main3 .option li{
	height: 38px;
	line-height: 38px;
}
.main3 .option li a{
	display: block;
	width: 70%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 15px;
	float: left;
	line-height: 38px;
	background: url(../img/dot3.png) no-repeat left center;
}
.tab-bd>li{display: none;}
/* .tab-bd{
	margin-top: 40px;
} */
.tab-bd .active{display: block;}
.main3 .date1{font-size: 14px;line-height: 38px;}


/* 学者风采 */
.xue{
	margin: 0px 30px;
}
.main3 .xue .news_title{
	background-image: url(../img/icon4.png);
}
/* 教学动态 */
.jiao{
	margin: 0px 0px;
}
.main3 .jiao .news_title{
	background-image: url(../img/icon03.png);
}

/* 快速链接 */
.quick{
	/* width: 380px; */
}
.main3 .quick .news_title{
	background-image: url(../img/icon5.png);
}
.main3 .quick .news_title h1{background: none;}
.quick_list{
	margin-top: 20px;
}
.quick_list ul li{
	float: left;
	margin-right:10px;
	margin-bottom: 12px;
}
.quick_list .last{
	margin-right: 10px;
}
.main_wrap{
	background: url(../img/bodybg.png) no-repeat center bottom;
}
/* 底部图片 */
.footer{
	background-color: #005faf;
	color: #FFFFFF;
	font-size: 16px;
	
}

.copy{
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 410px;
	text-align: center;
	line-height: 35px;
	width: 380px;
}
.code{
	margin-top: 30px;
}
/* 内页 */


.nav_left {
	margin-top: 30px;
	width: 260px;
	padding-bottom: 102px;
	position: relative;
	background: url(../img/bottoms.png) no-repeat center bottom ;
}
.nav_left>img{
	position: absolute;
	z-index: 0;
	left: -10px;
	top: 0px;
}
.nav_left>h2 {
	font-size: 22px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: normal;
	position: relative;
	z-index: 9;
}


.nav_left>ul>li>a {
	background-color: #eceeef;
	font-size: 17px;
	display: block;
	text-align: center;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	color: #333;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
}

.nav_left>ul>li>a:hover{
	color: #005faf;
	font-weight: bold;
}








/*右侧*/
.nav_right {
	width: 860px;
	margin-top: 30px;
}

.right_inner{/* margin: 20px 30px; */}
.right_top{
	/* background: #1c70be; */
	/* padding-bottom: 17px; */
	border-bottom: 2px solid #005faf;
}
.right_top>h3 {
	font-size: 20px;
	color: #005faf;
	height: 58px;
	line-height: 58px;
	/* font-weight: normal; */
}

.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #999999;
	margin-top: 22px;
}
.right_top>p{margin-right: 10px;}





/* 列表 */
.list>ul{margin-top: 20px;}

.list>ul li {
	height: 40px;
	line-height: 40px;
	/* transition: .5s; */
	border-bottom: 1px dotted #b0b0b0;
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../img/dot3.png) no-repeat left center;
}
.list .date1{
	color: #757575;
	float: right;
}
.list>ul li a:hover{
	color: #006DA6;
}

.list{
	margin: 0px 15px 70px 15px;
	min-height: 414px;
}
/* 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%;}
.date2{
	width: 60px;
	height: 60px;
	background-color: #006da6;
	color: #fff;
	text-align: center;
	overflow: hidden;
	bottom: 20px;
	position: absolute;
	z-index: 9;
	margin-left: 20px;
}
.date2 p{
	font-size: 20px;
	margin-top:8px;
}
.date2 div{
	font-size: 13px;
}
.pic_list .last{margin-right: 0px;}
/*内容*/
.content_title, .dp>h1 {
	
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
.content_title>h1,.content_title>h2{font-size:22px;line-height: 45px;text-align: center;}
.content_title>h2{margin: 10px 0px;}
.content_title>p {
	text-align: center;
	color: #888888;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}

.cont{margin-top: 30px;}
.cont img{display: inline-block;max-width:100%;margin:20px auto;vertical-align: middle;margin-right: 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: #0a5498;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}
.content{
	padding-bottom: 50px;
	margin: 0px 3%;
}
.dp{
	margin-bottom: 80px;
}