* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "arial";
}


/*头部*/
body{
	overflow-x: hidden;
}
.header {
	width: 100%;
	color: white;
}

.header-top {
	line-height: 35px;
	background: #ececec;
}

.header-top a {
	margin-left: 10px;
	color: #7c7c7c;
	text-decoration: none;
}

.header-logo {
	padding: 18px 0 0 0;
	background: #002147;
}

.header-logo img {
	width: 65%;
	/*height: 50%;*/
}


/*头部背景*/


/*列表*/

.nav-top ul li {
	float: left;
}

.nav-top ul li a {
	color: #000000;
	display: block;
	padding: 5px 10px;
	font-size: 14px;
}

.navbar-collapse.in {
	overflow: hidden;
}


/*搜索框*/

.seach {
	display: block;
	width: 240px !important;
	float: right;
	text-align: right;
	margin-right: 80px;
}

.seach .form-control {
	background: white !important;
	height: 80px;
}

.seach button {
	width: 26px;
	background: none;
	border: none;
	background: url(../images/search.png) no-repeat;
	background-position: 0px 4px;
}

.seach button:hover {
	border: none;
	background: url(../images/search.png) no-repeat;
	background-position: 0px 4px;
}

.seach .form-control {
	border: none;
	height: 38px;
	margin-left: -5px;
	border-radius: 0px !important;
	color: white !important;
	background: #001733 !important;
	font-size: 14px;
	
}

.seach input:-moz-placeholder,
textarea:-moz-placeholder {
	color: white;
}

.seach input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: white;
}

.seach input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: white;
}
.seach .banben{
	margin-top: -20px;
}
.seach .crStyle{
	margin-right: 8px;
	margin-bottom: 4px;
}
.seach .crStyle a{
	color: #FFFFFF;
    transition: all .3s ease;
}
.seach .crStyle a:hover{
    color: #EC3C1B !important;
}
.top_bg {
	
	background-size: cover 100%;
	height: 76px;
	background-position: right;
	margin-top: 18px;
}


/*新闻轮播*/

.news-lunbo {
	overflow: hidden;
}

.out {
	min-height: 293px;
	position: relative;
	background: white;
}

.out-img {
	height: 283px;
	overflow: hidden;
}

.img img {
	height: 303px;
}

.img a {
	display: block;
	color: #5e5e5e !important;
}

.news-ti {
	font-size: 14px;
	width: 65%;
}

.img li {
	position: absolute;
	width: 100% !important;
	top: 0px;
	right: 0px;
	display: none
}

.out-img img {
	width: 100%;
}

.out .num {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 0px;
	text-align: center;
	overflow: hidden;
}

.num li {
	width: 20px;
	height: 20px;
	background: #666666;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	font-size: 16px;
	/*	border-radius:50%;*/
	margin-right: 10px;
	cursor: pointer;
}

.out .btn {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	display: none;
	cursor: pointer;
}

.out .num li.active-1 {
	color: white;
	background: #09263d;
}

.out:hover .btn {
	display: block
}


/*内容*/
.newsAndNotice{
	width: 1500px;
	height: 540px;
	background: #f3f1ec;
}
.newsAndNotice .news{
	height: 540px;
	padding: 40px 30px;
}
.newsAndNotice .notice{
	height: 540px;
	padding: 40px 0px;
	padding-right:30px;
	
}
.newsAndNotice .news li{
	float: left;
	margin-right:20px ;
	max-height: 240px;
	max-width: 333px;
}
.newsAndNotice .news .news-box{
	width: 335px;
	height: 430px;
	margin-top: 20px;
	border: solid 1px #f3f1ec;
}
.newsAndNotice .news .news-box:hover{
	border: dashed 1px #a0a0a0;
}
.newsAndNotice .news .news-box img{
	width: 100%;
	max-height: 240px;
}
.newsAndNotice .notice .notice-box{
	display: inline-block;
	margin-top: -16px;
	float: right;
	width: 300px;
}
.newsAndNotice .notice .noticebox{
	width: 360px;
	height: 130px;
	display: block;
	margin-top: 20px;
}
.newsAndNotice .notice .noticebox:hover{
	border-bottom: 1px dashed #002147;
}
.newsAndNotice .notice .data-box{
	width: 44px;
	height: 42px;
	background: #002147;
	float: left;
}
.newsAndNotice .notice .data-box .day{
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}
.newsAndNotice .notice .data-box .mon{
	text-align: center;
	color: #FFFFFF;
}
.content h3{
	font-weight: bold;
	display: inline;
	
}
.content .notice .notice-box .date{
	line-height: none;
	display: block;
	margin-top: -15px;
}
.content h4{
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
	height: 38px;
	/*color: #000000;*/
}
.content p{
	line-height: 26px;
	font-size: 14px;
	color: #000000;
	word-break:break-word;
    overflow: hidden;
}
.content .date{
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
	color: #878787;
	position: absolute;
	
}
.content .newsdate{
	bottom: 30px;
}
.newsAndNotice .shu{
	margin-left: 6px;
	margin-bottom: 2px;
	display: inline-block;
	width: 1px;
	height: 14px;
	border-right: 1px solid #b2b2b1;
}
.more{
	float: right;
	font-weight: bold;
	color: #b2b2b1;
	margin-top: 4px;
	margin-right: 20px;
}

.content .ftitle{
	position: relative;
	display: inline-block;
	font-size: 12px;
	color:#b2b2b1 ;
	left: 2px;
	bottom: 4px;
}

/*第二块*/
.events{
	width: 1500px;
	height: 468px;
	background: #e0ded9;
	/*padding: 40px 30px;*/
	padding: 40px 0 40px 30px;
}
.events .events-box{
	width: 276px;
	height: 360px;
	margin-top: 20px;
}
.events .events-box:hover{
	border-bottom: 1px solid #002147;
}
.events .events-box img{
	width: 100%;
	max-height: 184px;
	height: 100%;
}
.events li{
	float: left;
	max-width: 276px;
	max-height: 380px;
}
.events li:nth-last-child(n+2){
	margin-right:15px ;
}
.events p{
	line-height: 20px;
	font-size: 14px;
	color: #000000;
}
/*第三块*/
.life{
	width: 1500px;
	height: 440px;
	background: #f3f1ec;
	padding: 40px 0 40px 30px;
}
.life .life-box{
	width: 337px;
	height: 300px;
	margin-top: 20px;
	background: #eae9dd;
}
.life .life-box:hover{
	background: #002147;
	color: #FFFFFF;
}
.life .life-box img{
	width: 100%;
	max-height: 222px;
}
.life li{
	float: left;
	max-height: 300px;
	max-width: 337px;
}
.life li:nth-last-child(n+2){
	margin-right:30px ;
}
	
/*footer*/
footer{
	width: 100%;
	background: #002147;
	color: white;
	text-align: center;
	padding-top: 20px;
}
footer div{
	margin-top: 20px;
}
footer .about{
	width: 100%;
	margin-top: -38px;
	
}
footer .about a{
	color: white;
}
footer .about a:hover{
	color: #3679c6;
}

.about h4{
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}
.about ul li{
	margin-top: 5px;
	border-bottom: 1px dashed  white;
	padding-bottom: 5px;
}
footer .col-sm-6{
	padding-top: 55px;
	border-left: 1px solid white;
	padding-bottom: 85px;
}
footer a{
	color: red;
}
.foot{
	padding: 15px;
	background: #001733;

}



/*内容页面*/

.arpage{
	width: calc(100% - 40px);
	bottom: 0;
	margin: 20px 15px;
}
.upArtice{
	display: block;
	overflow: hidden;
}
.upArtice li{
	float: left;
	width: 49%;
}
.upArtice li a span{
		font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #7a7a7a;
}
.upArtice li a{
	display: block;
font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #0061a9;
}
.upArtice li:nth-child(2){
	margin-left: 2%;
}
.upArtice li:nth-child(2) a{
	text-align: left;
}
.aboutTop{
		border-bottom: 1px solid #dedede;
		margin-top: 15px;
}
.aboutTop h5{
	color: #010101;
	font-size:18px ;
	font-weight: bold;
	width: 85px;
	border-bottom: 2px solid #146aaf;
	margin: 0;
	padding: 10px 0; 
	letter-spacing: 3px;
}
.aboutList ul li a{
display: block;
width: 75%;
font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #787878;
}
.aboutList ul{
	padding: 12px 0;
}
.aboutList ul li a span{
	padding-left: 2px;
}
.aboutList ul li a:hover{
	color: #146aaf;
}
.aboutTime{
	float: right;
	color:#848484 ;
	margin-top: -25px;
}
.list_con {
	margin-top: 45px;
}

@media (max-width:993px) {
	.list_con {
		margin-top: 0px;
	}
}

.con-pan {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.allcontent {
	border: 1px solid #dbdbdb;
	min-height: 500px;
	position: relative;
}

.content-txt {
	margin-bottom: 20px;
}

.content-txt a {
	color: #5e5e5e;
}

.artice_title {
	float: left;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #5e5e5e;
}

.content-top {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #f8f8fa;
	color: #5e5e5e;
	padding: 0px 25px;
	text-align: right;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	line-height: 53px;
}

.con-abs {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #7e7e7e;
	margin-bottom: 16px;
}
.con-abs span:hover{
	color: #0c4983;
	cursor: pointer;
}
.ContentText p{
	margin-bottom: 18px;
}
.ContentText img{
	width: 95%;
}
.ContentText{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 2px;
	color: #7e7e7e;
	text-indent: 2em;
	padding: 0px 20px;
}
.ftxt{
		font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 2px;
	color: #7e7e7e;
}
.con-title {
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	color: #7e7e7e;
	font-size: 20px;
	padding-top: 31px;
	padding-bottom: 25px;
}

.content-atice {
	min-height: 250px;
	padding: 0 20px;
	position: relative;
	text-align: justify;
}
.con_tit{
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 22px;
}
.fenxiang{
	text-align: right;
	margin:28px 0;
}
/*学校列表*/

.school-con-list .life-box{
	width: 300px;
	height: 275px;
	margin-top: 20px;
	background: #f6f6f6;
	border-bottom: 1px solid #457081;
}
.school-con-list .life-box h4{
	padding: 15px 20px;
	line-height:30px;
}
.school-con-list .life-box:hover{
	background: #002147;
	color: #FFFFFF;
}
.school-con-list .life-box img{
	width: 100%;
	max-height: 160px;
}

.school-con-list ul li {
	overflow: hidden;
	float: left;
	margin-left: 18px;
}

.school-con-list ul li a {
	display: inline-block;
	margin: 0 15px;
	overflow: hidden;
}
/*列表*/

.con-list ul li {
	overflow: hidden;
}

.con-list ul li a {
	display: block;
	/*padding: 25px 0;*/
	margin: 0 15px;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
	color: #737373;
}
.con-list .pdd{
	padding: 25px 0;
}
.list_img {
	width: 182px;
	height: 121px;
	float: left;
	position: relative;
}

.list_img img {
	width: 100%;
	max-height: 100%;
}
@media (min-width:993px) {
	#special ul li:nth-child(2) {
		margin-left: 17px;
	}
	#special ul li:nth-child(3) {
		margin-left: 17px;
	}
	#special ul li:nth-child(4) {
		float: right;
	}
	
	.list_img::after {
		content: "";
		position: absolute;
		width: 182px;
		height: 128px;
		top: 0;
		left: 0;
		box-shadow: 0 0 0 #000000 inset;
		transition: all .36s ease;
	}
	.con-list ul li a:hover .list_img::after {
		box-shadow: 0 0 20px #0061a9 inset;
		
	}
	.con-list ul li a:hover .l_box h1,
	.con-list ul li a:hover .list_time {
		color: #0061a9;
	}
}

.lunbo .dotList {
	display: none;
}

@media (max-width:768px) {
	.lunbo .container {
		width: 100%;
		padding: 0;
	}
	#lun2 .carousel-control {
		display: none;
	}
	.lunbo .dotList {
		display: block;
	}
}

.row {
	margin: 0 -15px;
}

.content .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
	background: none;
}

.content .nav>li:nth-child(3)>a {
	margin-left: 8px;
}

.content .nav>li>a {
	color: #0263aa;
	font-size: 16px;
	padding: 5px 0;
	border: none;
	margin-top: 5px;
}

.content .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #0263a9;
}

.nav>li>a:hover {
	border: none;
}

.content .nav>li>a:focus,
.nav>li>a:hover {
	background: none;
}

.content .nav-tabs {
	border-bottom: 1px solid #77c7f8;
}

.content .nav-tabs>li.active>a {
	border-bottom: 2px solid #0263a9;
}

.topIcon {
	width: 35px;
	height: 35px;
	background: url(../images/icon.png) no-repeat;
	margin-top: 5px;
	margin-left: 5px;
}

.newsIcon {
	background-position: -210px -95px;
}

.newIcon {
	background-position: -140px -95px;
}

.videoIcon {
	background-position: -175px -95px;
}

.enrollIcon {
	background-position: -105px -95px;
}

.specialIcon {
	width: 85px;
	background-position: -138px 10px;
}

.liveIcon {
	background-position: -68px -95px;
}

.andMeIcon {
	background-position: -235px 5px;
}

.viewIcon {
	background-position: -30px -95px;
}

.trainIcon {
	background-position: 3px -95px;
}

.z_list {
	padding-right: 0 !important;
}

.t_list {
	padding-top: 14px;
	padding-right: 18px;
}

.t_list li a {
	display: block;
	padding: 5px 0;
	color: #515151;
	position: relative;
	overflow: hidden;
}

.t_list li a p {
	margin: 0;
}

.t_list li a::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-left: 1px dashed #515151;
	border-bottom: 1px dashed #515151;
	left: 0px;
	top: 10px;
	transform: rotate(-135deg);
	transition: all .36s ease;
}

.t_list li a:hover {
	color: #0263aa;
}

.t_list li a:hover::after {
	border-left: 1px dashed #0062a9;
	border-bottom: 1px dashed #0062a9;
	left: 5px;
}

.t_title {
	width: 75%;
	float: left;
	padding-left: 22px;
}

@media only screen and (max-width: 1360px) and (min-width: 993px) {
	.t_title {
		width: 70%;
	}
	.alink{
		display: none;
	}
	.fotcen{
		width:75%;
	}
}

.t_time {
	float: right;
}

#video {
	padding: 5px;
	border: 1px solid #c7c7c7;
	margin-top: 8px;
	padding-bottom: 0px;
}

#live {
	margin-top: 8px;
	padding: 5px;
	border: 1px solid #c7c7c7;
	background: white;
	line-height: 230px;
}

#live img {
	width: 100%;
}

#andMe .t_list li .t_title {
	width: 100%;
}

#view .slide,
#trainCon .slide {
	padding-top: 10px;
}

#view img,
#trainCon img {
	width: 100%;
	height: 243px;
}

.n_list {
	padding-top: 0;
}

#video .more a,
#live .more a {
	margin-top: -48px;
	margin-right: 0px;
}

#train ul li a::after {
	display: none;
}

#train ul li a {
	display: block;
	padding: 12px 0;
}

.traImg {
	width: 162px;
	height: 100px;
	float: left;
	overflow: hidden;
}

.traImg img {
	width: 162px;
	height: 100px;
	transition: all .36s ease;
}

.traTitle {
	font-size: 16px;
	color: #0c4983;
	padding-left: 15px;
	font-weight: #0c4983;
}

.traabs {
	padding: 18px 0px 18px 15px;
	line-height: 24px;
	height: 60px;
}

#train ul li:first-child a {
	border-bottom: 1px dashed #cecece;
}

#train ul li a:hover img {
	transform: scale(1.15);
}



/*屏幕小于768px*/

.list_box {
	float: right;
	width: calc(100% - 183px);
}

@media (max-width:768px) {
	.list_con {
		padding: 0;
	}
	.con-list ul li a {
		margin: 0 5px;
	}
	.list_img {
		float: none;
		width: 100%;
		height: auto;
	}
	.list_box {
		width: 100%;
	}
	.aboutLink {
		display: none;
	}
}
	@media (min-width: 1380px) {
		.bg1 {
		padding: 0px 30px;
		width: 1360px;
	}
	.lunbo {
		width: 480px;
		height: 303px;
		padding: 0;
	}
	.news1 {
		width: 480px;
		padding: 0;
		height: 303px;
		margin-left: 11px;
		overflow: hidden;
	}
	.news0{
		width: 480px;
		padding: 0;
		height: 303px;
		margin-left: 15px;
		overflow: hidden;
	}

	.view1 {
		width: 480px;
		height: 303px;
		padding: 0;
		margin-left: 15px;
		overflow: hidden;
	}
	.view2 {
		width: 480px;
		height: 303px;
		padding: 0;
		margin-left: 11px;
		overflow: hidden;
	}
	.bg2 {
		background: #f4f4f4 !important;
	}
	.bg {
		padding: 5px 0;
		background: #f4f4f4 !important;
	}
	.fotlog {
		width: 364px !important;
		padding: 0;
	}
	.fotcen {
		width: 638px !important;
		margin-left: 37px;
		padding: 0;
	}
	.alink {
		width: 242px;
			margin-left: 20px;
	}
			.llbox {
		width: 651px;
		margin-left: 20px;
	}
			.ltime {
		width: 120px;
		float: right;
		margin-top: -105px;
	}
	.ltime p {
		height: 36px;
		font-family: courier;
		font-size: 36px !important;
		color: #737373;
	}
	.ltime b {
		font-size: 26px !important;
		float: right;
	}
	.daohang .nav-justified li:nth-child(1) .list-inline {
		padding-left: 20px;
	}
	
	.daohang .nav-justified li:nth-child(2) .list-inline {
		padding-left: 153px;
	}
	
	.daohang .nav-justified li:nth-child(3) .list-inline {
		padding-left: 286px;
	}
	
	.daohang .nav-justified li:nth-child(4) .list-inline {
		padding-left: 419px;
	}
	
	.daohang .nav-justified li:nth-child(5) .list-inline {
		padding-left: 552px;
	}
	
	.daohang .nav-justified li:nth-child(7) .list-inline {
		text-align: right;
	}
	
	.daohang .nav-justified li:nth-child(8) .list-inline {
		padding-left: 951px;
	}
	
	.daohang .nav-justified li:nth-child(9) .list-inline,
	.daohang .nav-justified li:nth-child(10) .list-inline {
		text-align: right;
	}

		.cont {
		width: 1084px;
		padding-right: 0;
	}
	.fastnav {
		width: 245px;
		padding: 0;
	}
}

.l_box{
	margin-left: 20px;
}
.l_box h1 {
	font-size: 24px;
	color: #737373;
	margin-top: 10px;
}

.l_box p {
	height: 40px;
	font-size: 14px;
	margin-top: 20px;
}

.list_time p {
	font-family: courier;
	font-size: 20px;
	text-align: right;
}

.list_time b {
	float: right;
}


/*左侧导航*/

.entxt {
	font-size: 18px;
	margin-left: -20px;
}

.left-nav {
	padding-left: 0 !important;
	padding-right: 0 !important;
	border: 1px solid #dbdbdb;
}

.panel {
	margin-bottom: 0;
}

.panel-heading {
	background: #0061a9 !important;
	color: white !important;
}

.left-nav header {
	background: #0061a9;
	color: white !important;
	padding: 20px 0 10px 0;
	padding-left: 53px;
}

.left-nav header h3 {
	font-size: 30px;
	margin: 0;
	letter-spacing: 6px;
}

.left-nav li a {
	display: block;
	padding: 10px;
	font-size: 20px;
	padding: 20px;
	border-bottom: 1px dashed #dbdbdb;
	padding-left: 35px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #7a7a7a;
}

.left-nav li:last-child a {
	border: none;
}

.panel-title a {
	color: white !important;
	text-align: left !important;
	display: block;
}

.left-nav .active {
	color: #0061a9 !important;
}

.jia {
	font-feature-settings: "Glyphicons Halflings";
	color: white;
	font-size: 25px !important;
	font-weight: bold;
	float: right;
	margin-top: -8px;
}


/*分页*/

.mianConTwo ul li {
	float: left;
}

.mianConTwo ul.myPagination {
	display: inline-block;
	margin: 20px 0px 15px 0px;
}

.mianConTwo ul.myPagination li {
	display: inline;
	cursor: pointer;
}

.mianConTwo ul.myPagination li a {
	color: #bababa;
	float: left;
	padding: 5px 16px;
	margin: 0 3px;
	text-decoration: none;
	border-bottom: 1px solid #bababa;
}

.mianConTwo ul.myPagination li a.active {
	background-color: #0061a9;
	color: white;
}

.mianConTwo ul.myPagination li a:hover:not(.active) {
	color: #000;
	background-color: #ddd;
}

.contentNews {
	background: #0076af;
	/* background: #d54248; */
	padding: 10px;
	color: #fff;
	text-align: center;
	/*padding-left: 30px;*/
}

.contentNews p {
	margin: 0 auto;
}

@media (min-width: 992px) {
	.conThisConFirst ul li {
		letter-spacing: 10px !important;
		line-height: 50px !important;
	}
	.conThisConFirst ul li a {
		font-size: 15px !important;
		/*padding-left: 48px !important;*/
		font-weight: 600 !important;
	}
	.contentNews {
		/*padding-left: 48px !important;*/
	}
	.major_img>img {
		height: 110px;
	}
}

.myPointLeft a {
	color: #585858;
	border-right: 1px solid #bababa;
	border-bottom: none !important;
}

.myPointRight a {
	color: #585858;
	border-left: 1px solid #bababa;
	border-bottom: none !important;
}

@media (max-width: 992px) {
	.left-nav li a {
		padding: 8px !important;
		font-size: 18px !important;
		text-align: center;
	}
	.mainContent {
		margin-top: 45px;
	}
	.newsCenter {
		height: 80px;
		padding-top: 10px;
	}
	.newsCenter h2 {
		font-size: 20px;
	}
	.newsCenter h3 {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.mianConTwo ul.myPagination li a {
		padding: 3px 8px;
		margin: 0 2px;
	}
}
@media (max-width: 1500px) {
	.container{width: 100%;}
	.newsAndNotice .news .news-box{
		width: 100%;
	}	
	.events .events-box{
		width: 100%;
		border: 1px solid #e0ded9;
	}
	.life .life-box{
		width: 100%;
		border: 1px solid #f3f1ec;
	}
	.newsAndNotice{
		width: 100% !important;
	}
	.events{
		width: 100% !important;
	}
	.life{
		width: 100% !important;
	}
}
@media (max-width: 993px) {
	.displaySet{
		display: none;
	}
	.container{width: 100%;}
	.notice{
		display: none;
	}
	.newsAndNotice .news li{
		
		width:100%;
	}
	.news img{
		height:60%;
	}
	.news-box h4{
		height: 60px;
		overflow-y: scroll;
	}
	.news-box p{
		height: 70px;
	    overflow-y: scroll;
	}
	
	.events-box h4{
		height: 60px;
		overflow-y: scroll;
	}
	.events-box p{
	    height: 80px;
	    overflow-y: scroll;
	    
	}
	.events ul li{
		width:100%;
	}
	.events img{
		height: 70%;
	}
	.events .events-box {
	     width: 100%; 
	     border: 1px solid #FFFFFF;
	}
	.life .life-box{
		border: 1px solid #FFFFFF;
	}
	.news-box{
		border: 1px solid #FFFFFF;
	}
	.life ul li{
		width:100%;
	}
	.life img{
		height: 80%;
	}
	.newsAndNotice{
		background: #FFFFFF;
	}
	.newsAndNotice .news {
	   margin: 0 auto;
	    background: #FFFFFF;
	}
	.events{	
                margin-left:-15px;
		background: #FFFFFF;
	}
	.events .eventsinline{
		margin: 0 auto;
	}
	.life{
                margin-left:-15px;
		background: #FFFFFF;
	}
	.life .lifeinline{
		margin: 0 auto;
	}

}

@media (max-width: 512px) {
		.life-box h4{
		height: 60px;
		overflow-y: scroll;
	}
}
/*左侧导航*/

.panel-body {
	padding: 0 !important;
}

