@charset "utf-8";

.inner {
	width: 1600px;
	margin: 0px auto;
}



/*头部*/
.header_top{
	background-color: #007cc3;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
.top_link a{
	color: #fff;
	float: left;
	display: block;
	padding: 0px 15px;
	margin-top: 12px;
	line-height: 15px;
	border-right: 1px solid #fff;
}
.header{
	background: #007cc3;
}

.logo {
	padding: 17px 0px;
}

.logo_right {
	margin-top: 36px;
	width: 380px;
	height: 50px;
	background: url(../img/search.png) no-repeat left center;
}

.logo_right .inp {
	width: 240px;
	height: 50px;
	float: left;
	margin-left: 20px;
	text-indent: 10px;
	line-height: 50px;
	border: none;
	outline: none;
	background-color: transparent;
}
input::-webkit-input-placeholder {
   	color: #fff;
}
input::-moz-input-placeholder {
		color: #fff;
}
input::-ms-input-placeholder {
		color: #fff;
}


/*导航*/
/*nav*/
.demo-2 {
	display: none;
	position: relative;
	z-index: 9999;
}

.nav {
	width: 100%;
	height: 70px;
	line-height: 70px;
}
.nav ul>li {
	float: left;
	text-align: center;
	width: 10.9%;
	position: relative;
}
.nav ul>li:hover{
	/* background-color:#074f53 ; */
}
/* .nav ul>li:hover a{
	color: #fff;
} */


.nav li a {
	font-size: 22px;
	color: #333;
}

.nav li ol {
	position: absolute;
	left: 0%;
	top: 70px;
	z-index: 9999;
	width: 100%;
	display: none;
	background: #007cc3;
}

.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;
	/* border-top: 1px solid #F3E8EC; */
}

.nav li ol li:hover a {
	font-weight: bold;
}

.nav li ol.widths li {
	width: 268px;
}

.nav li ol.widths li a {
	width: 50%;
}


/* banner */
.banner_wrap{
	position: relative;
}


.rslide li {
	position: relative;
}

.rslide li a {
	display: block;
}

.rslide li img {
	width: 100%;
}

.centered-btns_nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 40px;
	height:70px;
	margin-top: -40px;
	line-height: 200px;
	background-image: url(../img/banner_left.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.banner_wrap .prev {
	left: 0px;
}

.banner_wrap .next {
	right: 0px;
	/*left: 100%; */
	background-image: url(../img/banner_right.png);
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
	position: absolute;
	bottom: 50px;
	right: 15%;
	margin-left: -115px;
	font-size: 0;
	list-style-type: none;
	z-index: 99;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 8px;
	*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/dot2.png) no-repeat left center;
}

.centered-btns_tabs .centered-btns_here a {
	background: url(../img/dot1.png) no-repeat left center;
}
.cap{
	/* max-width: 625px; */
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding: 7px 35px;
	line-height: 35px;
	position: absolute;
	bottom: 40px;
	left: 15%;
	background: rgba(0,0,0,0.5);
}

/* 学院动态 */
.inner2{
	margin-top: 55px;
}
.news{
	width: 100%;
}

.news_title h2{
	color:#007cc3;
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom:22px;
}
.news_title h2 img{
	padding-right: 20px;
}
.news_title img{
	vertical-align: middle;
}
.more{
	color: #333333;
	line-height: 40px;
	font-size: 16px;
}
.more img{padding-left: 10px;}
.news2,.news1{
	max-width: 375px;
	width: 24%;
	margin-right: 2.07%;
}
.news1>a{
	display: block;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.news1>a img{width: 100%; transition: 1s;}
.news1>a:hover img{transform: scale(1.1,1.1); transition: 1s;}
.news1 p{
	height: 100px;
	background-color: #007cc3;
	padding: 18px;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
}
.news1 p a{
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

.news2{
	border-top: 3px solid #007cc3;
}
.news2 ul li{
	padding: 20px 0px 15px 0px;
	border-bottom: 1px solid #e9e9e9;
}
.news_img{
	width: 120px;
	height: 90px;
	overflow: hidden;
}
.news_img img{width: 100%;}
.news2 ul li h3{
	float: right;
	width: 61%;
	line-height: 29px;
	font-size: 18px;
	font-weight: normal;
}
.news2 .zhai{
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	margin-top: 13px;
}
.news3{margin-right: 0px;}










/* 学生 */
.lecture{
	max-width: 510px;
	width: 32%;
	margin-top: 50px;
}
.lecture .news_title{border-bottom: 3px solid #007cc3;}
.date3{
	width: 60px;
	height:60px ;
	text-align: center;
	float: left;
	border: 1px solid #007cc3;
}
.date3 p{
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	background-color: #007cc3;
}
.date3 div{
	font-size:12px ;
	color: #007cc3;
	line-height: 25px;
	font-weight: bold;
}
.lecture_list ul {
	margin-top: 3px;
}
.lecture_list ul li{padding:20px 0px;overflow: hidden;border-bottom: 1px solid #e9e9e9;}
.lecture_list ul li a{
	display: block;
	width: 83%;
	float: right;
	/* padding-left: 20px; */
	box-sizing: border-box;
}
.lecture_list ul li a h3{
	font-size: 18px;
	line-height: 30px;
	width: 100%;	
}
.lecture_cent{margin-left: 2.2%;}


/*页尾*/
/*友情链接*/
.link_pic{
	margin: 45px 0px;
}
.link_pic ul li{
	float: left;
	width: 15%;
	height: 100px;
	margin-right: 2%;
	max-width: 240px;
}
.link_pic ul li img{width: 100%;}
.link_pic .last{margin-right: 0px;}
.footer {
	color: #FFFFFF;
	padding: 20px 0px;
	line-height: 30px;
	background-color: #007cc3;
	text-align: center;
}






/*列表*/
.neibanner img {
	width: 100%;
}

.nav_left {
	margin-top: 30px;
	max-width: 350px;
	width: 22%;
	padding-bottom: 40px;
	box-shadow: 2px 2px 5px #dcedf7,-2px -2px 5px #dcedf7;
	
}

.nav_left>h2 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	height: 160px;
	line-height: 160px;
	color: #fff;
	background: url(../img/lanbg.png) no-repeat left top;
}


.nav_left ul{padding-bottom: 200px; background: url(../img/navlogo.png) no-repeat  center bottom;}
.nav_left ul li{
	width: 100%;
	text-indent: 25px;
	height: 70px;
	line-height: 70px;
	padding:0px 
	box-sizing: border-box;
	margin: 0px auto;
	color: #0a326a;
	
}
.nav_left ul li>a {
	font-size: 18px;
	margin:0px 10px;
	display: block;
	border-bottom: 1px solid #e0e0e0;
	background: url(../img/navdot2.png) no-repeat right center;
}
.nav_left ul li:hover{
	border-left: 3px solid #007cc3;
	background-color: #ededed;
}
.nav_left ul li:hover>a{color:#007cc3 ;text-indent: 17px;background: url(../img/navdot.png) no-repeat right center;}
.nav_left .act {
	border-left: 3px solid #007cc3;
	background-color: #ededed;

}
.nav_left .act>a{color:#007cc3 ;text-indent: 17px;background: url(../img/navdot.png) no-repeat right center;}
.sanji dd{height: 40px;line-height: 40px;padding-left: 25px;background-color: #ededed;}
.sanji dd a{font-size:16px;}
.sanji{display:none;}


/*右侧*/
.nav_right {
	width: 75%;
	max-width: 1190px;
	margin-top: 30px;
}


.right_top{
	border-bottom:  3px solid #007cc3;
	
}
.right_top>h3 {
	font-size: 24px;
	color: #007cc3;
	height: 75px;
	line-height: 75px;
	font-weight: bold;
}

.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #9d9d9d;
	margin-top: 30px;
}
.right_top>p{margin-right: 10px;padding-left: 35px;background: url(../img/di.png) no-repeat left center;}





/* 列表 */
.list>ul{margin-top: 20px;}

.list>ul li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dotted #d3d3d3 ;
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 18px;
	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: #333333;
	float: right;
	font-size: 16px;
}


.list,.piclist {
	margin-bottom: 70px;
}
/* 图片 */
.piclist ul{
	margin-top: 25px;
}
.piclist ul li{
	overflow: hidden;
	border-bottom: 1px dashed #e1e1e1;
}
.piclist ul li a{
	display: block;
	width: 70%;
	margin-left: 25px;
	float: left;
	margin-top: 20px;
}
.piclist ul li a h2{
	font-size: 20px;
	font-weight: normal;
	margin-top: 15px;
	line-height: 25px;
}
.piclist ul li a p{
	color: #666666;
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
}
.pic_left{
	width: 270px;
	height: 170px;
	overflow: hidden;
	float: left;
	margin: 20px;
}
.pic_left img{
	width: 100%;
}
.date4{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}
.piclist ul li:hover {
	border-bottom: none;
	border: 1px solid #ffa800;
	box-shadow: 4px 4px 5px #f8f5ef;
}




/*内容*/
.content_title>h1,
.dp>h1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.content_title>p {
	text-align: center;
	color: #aaaaaa;
	font-size: 16px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}
/* .content_title>p img{vertical-align: middle;} */
.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: #007cc3;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}
.content{
	padding-bottom: 50px;
}
.dp{
	margin-bottom: 80px;
}









/*列表2*/
.nav_right2{
	width: 100%;
}
.list2{margin-top: 10px;}
.list2>ul li {
	height: 45px;
	line-height: 45px;
	transition: .5s;
	border-bottom: 1px dashed #bfbfbf;
	
}

.list2>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../img/dot3.png) no-repeat left center;
}

.list2>ul li:hover {
	padding: 0px 15px;
	background: #f8f4f9;
	transition: .5s;
}

.list2 {
	margin-bottom: 50px;
}