@charset "utf-8";

.inner {
	width: 1400px;
	margin: 0px auto;
}
.inner2 {
	width: 1600px;
	margin: 0px auto;
}

.demo-2{display: none;position: relative;z-index: 9999;}

/* 头部*/
.head_wrap{
	background: url(../img/topbg.png) no-repeat left top;
}
.header {
	/* background: url(../img/topbg.png) no-repeat center top; */
}

.logo {
	padding: 25px 0px;
}

.logo_right {
	margin-top: 31px;
}



.logo_right .last {
	border-right: none;
	padding-right: 0px;

}

/* 搜索*/

.search {
	width: 220px;
	height: 33px;
	background: url(../img/search.png) no-repeat left center;
	/* border: 1px solid #fff; */
	/* border-radius: 15px; */
	margin-bottom: 3px;
}

.search input {
	border: none;
	outline: none;
	display: block;
	background: none;
	line-height: 30px;
}

.search .inp {
	float: left;
	width: 185px;
	height: 33px;
	line-height: 33px;
	text-indent: 47px;
}
.search .sub{
	width: 30px;
	height:33px;
	float:left;
}


/*导航*/
/*nav*/

.nav {
	/* width: 100%; */
	/* border-top: 1px solid #d4dce5; */
	/* border-bottom: 1px solid #d4dce5; */
	/* background-color: #055325; */
	/* box-shadow:0px 5px 5px #a3cadf; */
}

.nav ul>li {
	float: left;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	/* background: url(../img/line2.png) no-repeat right center; */
}


.nav ul>li>a {
	font-size: 20px;
	color: #fff;
	height: 50px;
	/* font-weight: bold; */
	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: #0d2d70;
}

.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{width:100%;}
.banner_wrap {position: relative;margin-bottom: 40px;}

.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;
	bottom: 35px;
	right: 80px;
	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;
}



/* 学院新闻 */
.main1 {
	margin-top: 20px;
}

.main_left {
	max-width: 900px;
	width: 65%;
}
.news{min-height:440px;}
.news, .notice{width:100%;}
.notice{margin-top: 7px;}
.news_title {
	background: url(../img/titlebg.png) no-repeat left top;
	height: 46px;
}

.news_title>h1 {
	/* width: 215px; */
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	/* padding-bottom: 7px; */
	text-indent: 35px;
	margin-left: 10px;
	background: url(../img/icon1.png) no-repeat left center;
}

.news_title>a {
	font-size: 14px;
	color: #666666;
	display: block;
	line-height: 45px;
	margin-right: 5px;
	position: relative;
	z-index: 99;
}
.news_first{margin-bottom: 10px;}
.news_pic{
	width: 320px;
	height: 190px;
	overflow: hidden;
}
.news_pic img{ width: 100%;}
.news_pic_right{
   width: 61%;	
}
.news_pic_right h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
}
.news_pic_right a{display: block;}
.news_pic_right div{
	font-size: 15px;
	color: #999999;
	line-height: 35px;
}
.news_pic_right p{font-size: 14px;}
.news_pic_right p span,.about_dp p span,.about_dp p span a{
	color: #dc2930;
}

.news_list {
	width: 100%;
	margin-top: 30px;
}

.news_list ul li {
	height: 35px;
	line-height: 35px;
	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: #0061ae;
}
.main_right{width: 33%;
	max-width: 460px;
background-color: #f3f7ff;
	padding: 0px 20px;
	box-sizing: border-box;
	}
.about,.links{
	
height: 445px;
	
overflow: hidden;
}
.about .news_title,.links .news_title{
	background: none;
	height: 46px;
	border-bottom: 1px solid #1d1e72;
}
.about .news_title h1,.links .news_title h1{
	color: #0d2d70;
	line-height: 50px;
	background: url(../img/icon2.png) no-repeat left center;
}
.about .news_title a,.links .news_title a{line-height: 50px;}
.about_dp p{
	text-indent:2em;
	line-height: 24px;
}
.about_dp{margin-top:8px;}


/* 通知 */
.notice{/* margin-top: 25px; */}
.notice .news_list {margin-top: 0px;}
.notice .news_list ul li{
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dashed #dedee0;
}
.notice .news_title h1{background: url(../img/icon3.png) no-repeat left center;}
/* 专题 */
.links{height: 450px;}
.links .news_title h1{
	background: url(../img/icon4.png) no-repeat left center;
}
.links ul li{
	
margin-top: 15px;
}


/* 底部图片 */




.footer {
	background:url(../img/footerbg.png) no-repeat left top #0d2d70;
	color: #FFFFFF;
	font-size: 16px;
	padding: 25px 0px;
	line-height: 30px;
	margin-top: 38px;
}
.footer h2{
	font-size: 16px;
}
.code img{height: 105px;width: 105px;}
.code p{text-align: center;}
/* 内页 */
.neiimg>img{width: 100%;}

.nav_left {
	margin-top: 40px;
	max-width: 260px;
	width: 19%;
	position: relative;
	background-color: #eef0f5;
	/* min-height: 900px; */
	/* padding-bottom: 100px; */
}



.nav_left>h2 {
	font-size: 25px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
	/* position: relative; */
	/* z-index: 9; */
	background-color: #0d2d70;
}


.nav_left>ul>li {
	background-color: #efefef;
	text-align: center;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	color: #333;
	border-bottom: 1px solid #bebed3;
}
.nav_left>ul>li a{
	display: block;
	font-size: 16px;
	/* margin-right: 20px; */
}
.nav_left>ul>li>a:hover {
	color: #fff;
}
.nav_left>ul>li:hover{
	background-color: #cd3835;
}

.nav_left .act a{
	color: #08612d;
}
.nav_left .act{
	background-color: #cd3835;
}




/*右侧*/
.nav_right {
	max-width: 1090px;
	width: 78%;
	margin-top: 40px;
}

.right_inner {
	/* margin: 20px 30px; */
}

.right_top {
	background: url(../img/lanbg.png) no-repeat left top;
	/* padding-bottom: 17px; */
	/* border-bottom: 2px solid #0061ae; */
}

.right_top>h3 {
	font-size: 24px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	min-width: 250px;
	padding-left: 17px;
	font-weight: normal;
	/* background: url(../img/titlebg.png) no-repeat left bottom; */
}

.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}

.right_top>p {
	margin-right: 10px;
	padding-left: 24px;
	background: url(../img/di.png) no-repeat left center;
}





/* 列表 */
.list>ul {
	/* margin-top: 20px; */
}

.list>ul li {
	height: 55px;
	line-height: 55px;
	/* transition: .5s; */
	border-bottom: 1px dashed #b0b0b0;
}
.list .one_list{
	height: auto;
	min-height: 60px;
}
.list .one_list .one_zhai{
	line-height: 25px;
	text-indent: 2em;
	padding-bottom: 15px;
}
.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 55px;
	line-height: 55px;
	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: #004796;
}

.list {
	margin: 0px 0px 70px 0px;
}

/* pic */
.pic_list {
	margin-top: 25px;
	margin-bottom: 60px;
	overflow: hidden;
}
.pic1_title{
	overflow: hidden;
	margin-bottom: 30px;
	background: url(../img/line2.png) no-repeat right center;
}
.pic1_title>h2{
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	color: #192799;
	padding-right: 15px;
	float: left;
}
.pic_bottom {
	float: left;
	width: 500px;
	height: 230px;
	border: 1px solid #eae6e6;
	border-radius: 8px;
	margin-right: 75px;
	margin-bottom: 50px;
}
.pic_bottom>div{
	margin: 15px;
}

.pic1 a{display: block;}
.pic_img {
	width: 150px;
	height: 200px;
	overflow: hidden;
}

.pic_img img {
	width: 100%;
}
.pic_img_right{
	width: 280px;
	margin-right: 10px;
}
.pic_img_right>h2{
	font-size: 16px;
	font-weight: bold;
	color: #192799;
	line-height: 48px;
	border-bottom: 1px dashed #DCDCDC;
}
.pic_img_right>p{
	margin: 10px 0px;
	color: #333333;
}
.pic_img_right>div{
	color: #666666;
	line-height: 25px;
}
.pic_list .last {
	margin-right: 0px;
}

/*内容*/
.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: #cd3835;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}

.content {
	padding-bottom: 50px;
	margin: 0px 5%;
}

.dp {
	margin-bottom: 80px;
}