table tr td{border:0px;}
.search-form{position:fixed;top:100px;left:0;right:0;bottom:0;background:rgba(241,241,241,1);-webkit-animation:fade-zoom-in .3s forwards;-o-animation:fade-zoom-in .3s forwards;animation:fade-zoom-in .3s forwards;display:none;z-index:100;-webkit-backface-visibility:hidden;overflow:hidden;}
.search-form .search-form-inner{max-width:640px;padding:0 20px;margin:auto;position:absolute;width:100%;left:0;right:0;height:285px;top:100px;bottom:0;}
.search-form-inner p{margin-top:10px;color:#a0a0a0;text-align:center;font-size:20px;}
.search-form.is-visible{display:block;}
.search-form .search-form-box{position:relative;margin-bottom:40px;}
.search-form input{background:#fff;display:inline-block;line-height:58px;height:58px;color:#949494;font-size:15px;border-radius:3px;padding:0 20px;width:100%;border:1px solid #e2e2e2;text-align:left;-webkit-appearance:none;}
.search-form button{background:#000;display:inline-block;line-height:58px;height:58px;width:100px;color:#fff;font-size:15px;padding:0 25px;margin:0;border-radius:0 3px 3px 0;position:absolute;right:0;top:0;}
.search-form input::-webkit-input-placeholder{color:#949494;}
.search-form input:-moz-placeholder{color:#949494;}
.search-form input::-moz-placeholder{color:#949494;}
.search-form input:-ms-input-placeholder{color:#949494;}
.search-commend{position:relative;}
.search-commend h4{position:relative;font-size:16px;margin:0 0 20px;}
.search-commend ul li{display:inline-block;margin-bottom:10px;margin-right:10px;}
.search-commend ul li a{display:inline-block;line-height:1;padding:10px 20px;border:1px solid #e2e2e2;border-radius:2px;color:#949494;}
.search-commend ul li a:hover{color:#273746;border-color:#273746;}
.close-search,
.close-weixin{display:block;position:absolute;top:10%;right:10%;width:80px;height:80px;cursor:pointer;background:rgba(241,241,241,1);}
.close-search .close-nav{display:block;position:absolute;top:10px;left:10px;width:50px;height:50px;cursor:pointer;background:rgba(241,241,241,1);}
.close-top .close-bottom,
.close-top .close-top{position:absolute;left:9px;background:#333;width:60px;height:1px;transition:.3s;}
.close-search .close-bottom,
.close-search .close-top,
.close-weixin .close-bottom,
.close-weixin .close-top{width:45px;left:16px;}
.close-search .close-top,
.close-weixin .close-top{top:34px;}
.close-search .close-bottom,
.close-weixin .close-bottom{bottom:34px;}
.close-search:hover .close-top,
.close-weixin:hover .close-top{-webkit-transform:translate(0,5px) rotate(225deg);transform:translate(0,5px) rotate(45deg);}
.close-search:hover .close-bottom,
.close-weixin:hover .close-bottom{-webkit-transform:translate(0,-5px) rotate(135deg);transform:translate(0,-5px) rotate(315deg);}
.img-padding{padding: 5px;}
.mainContent{
	margin-top: 100px;} 

.glyphicon-white{
  color:white;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 12px;}

.glyphicon-lg{
	font-size: 40px;
	display: block;}

.iconMatrix{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.iconMatrix .row{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.iconMatrix .menu_bg_icon{
	display: block;
	float: left;}

.iconMatrix .menu_bg_text a{
	font-size: 16px;
	display: block;
	float: left;
	margin-left: 10px;
	height: 20px;
	color: rgba(20,62,99,1);
	font-weight: 700;}

.iconMatrix .menu_bg_text p{
	font-size: 12px;
	display: block;
	float: left;
	margin-left: 10px;
	height: 20px;
	word-wrap: auto;
	width: 68%;
	line-height: 12px;
	padding-top: 2px;
        text-overflow:ellipsis;}

@media (max-width: 768px){
	.glyphicon-lg{
		font-size: 12px;
		display: none;}

	.iconMatrix .menu_bg_text a{
		font-size: 12px;
		display: block;
		float: left;
		margin-left: 2px;
		height: 20px;
		color: rgba(20,62,99,1);
		font-weight: 700;
		width: 18%;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;}

	.iconMatrix .menu_bg_text p{
		font-size: 9px;
		display: none;
		float: left;
		margin-left: 10px;
		height: 20px;
		width: 22%;}
}

.schoolNews{
	display: block;
  	width:100%;
  	height:600px;
  	/*min-width:1000px;*/
  	z-index:-10;
 	zoom: 1;
  	background-color: #fff;
  	background-repeat: no-repeat;
  	background-size: cover;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
  	background-position: center 0;
	background-image: url(../images/school_bg.jpg);}

.schoolNews .schoolNewsMask{
	display: block;
  	width:100%;
  	height:600px;
  	z-index:-9;
  	background-color: rgba(167,167,167,0.6);}

.newsTitle{
	display: block;
	text-align: center;
	font-size: 18px;
	width: 100%;
	color: rgba(102,102,102,1);}

.lhr{
	width: 30%;
	height: 1px;
	background-color: rgba(167,167,167,1);
	display: block;
	margin-top: 58px;
	position: absolute;
	float: left;
	margin-left: 15%;}

.rhr{
	display: block;
	float: right;
	margin-right: 15%;
	margin-top: -58px;
	width: 30%;
	height: 1px;
	background-color: rgba(167,167,167,1);}

.newsTitle .ct{
	display: block;
	padding-top: 28px;}

.newsTitle .et{
	display: block;
	padding-top: 12px;
	padding-bottom: 20px;
	height: 60px;
	overflow: hidden;
	white-space: nowrap;}

.newsContent{
	width: 95%;
	height: 470px;
	background-color: rgba(20,62,99,0.8);
	margin: auto;
	padding: auto;}

.pic_news{
	width:45%;
	float:left;
	padding-right:0%;
	padding-top:50px;
	padding-left: 30px;}

.pic_news p{
	background-color:rgba(20,62,99,1);
	height:44px;
	line-height:44px;
	text-align:center;
	font-size: 14px;
	font-weight: 700;}

.txt_news{
	width:55%;
	float:right;
	padding-top:30px;
	padding-left:10px;}

@media (max-width: 768px){
	.pic_news{
		width:30%;
		float:left;
		padding-right:2%;
		padding-top:50px;
		padding-left: 30px;
		display: none;}

	.txt_news{
		width:100%;
		float:right;
		padding-top:30px;
		padding-left:10px;
		padding-right:25px;}
}

ul.news_list1{
	padding-top:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}
ul.news_list1 li{
	line-height:28px;}

ul.news_list1 li a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;}

.moreRight{
	width:62px;
	height:21px;
	display:block;
	background-color:#efefef;
	text-align:center;
	line-height:21px;
	float:right;
	font-size:12px;
	margin-right:10%;
	margin-top:15px;}

.hotTopic{
	display: block;
  	width:100%;
  	height:600px;
  	/*min-width: 1000px;*/
  	z-index:-10;
 	zoom: 1;
  	background-color: rgba(241,241,241,1);
  	background-repeat: no-repeat;
  	background-size: cover;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
  	background-position: center 0;}

.leftTopic{
	margin-left: 8%;
	float: left;
	background-color: #fff;
	height: 430px;
	width: 92%;
	z-index: 90;
	position:absolute;
	margin-top: 10px;
	text-align: center;}

.centerTopic{
	background-color: rgba(61,133,198,1);
	box-shadow: 0 10px 7px 0px rgba(0,0,0,0.3);
	height: 470px;
	margin-top: -10px;
	width: 100%;
	z-index: 99;
	position:absolute;}

.rightTopic{
	margin-right: 8%;
	float: right;
	background-color: #fff;
	height: 430px;
	width: 92%;
	z-index: 90;
	margin-top: 10px;}

@media (max-width: 768px){
 .hotTopic{
	display: block;
  	width:100%;
  	height:1330px;
  	/*min-width: 1000px;*/
  	z-index:-10;
 	zoom: 1;
  	background-color: rgba(241,241,241,1);
  	background-repeat: no-repeat;
  	background-size: cover;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
  	background-position: center 0;
}

.leftTopic{
       display:block;
        background-color: #fff;
	float: left;
	height: 430px;
	width: 100%;
       margin:0px;
      }

	.centerTopic{
		background-color: rgba(61,133,198,1);
		height: 470px;
		width: 100%;
                display:block;
                float:left;
                margin-top:430px;
}

	.rightTopic{
        display:block;
	float: left;
	background-color: #fff;
	height: 430px;
	width: 100%;
        margin-top:900px;
        }
}

.hotTopic .tct{
	text-align: center;
	display: block;
	padding-top: 20px;
	font-size: 16px;
	font-weight: 550;
	margin-left: -20px;}

.hotTopic .tet{
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-left: -20px;
	line-height: 30px;}

.hotTopic .wtct{
	text-align: center;
	display: block;
	padding-top: 40px;
	font-size: 16px;
	font-weight: 550;
	color: #fff;}

.hotTopic .wtet{
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-bottom: 20px;
	color: #fff;}

.notices{
	display: block;
	width: 88%;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 20px;}

ul.notices li{
	line-height:28px;
	text-align: left;}

ul.notices li a{
	font-size: 14px;
	font-weight: 400;}

.leftTopicContent{
	margin: auto;
	padding: auto;
	text-align: center;}

.moreBtn{
	display: block;
	margin: auto;
	padding: auto;
	text-align: center;
	width: 100%;}

.moreCenter{
	width:62px;
	height:21px;
	background-color:orange;
	text-align:center;
	line-height:21px;
	font-size:12px;
	margin-right: 3%;
	border-radius: 15px;
	color: #fff;
	margin-top: 10px;
	width: 60px;
	display: block;
	margin-left: 42%;}

.topics{
	display: block;
	width: 95%;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 20px;}

@media (max-width: 768px){
	.topics{
		display: block;
		width: 88%;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-left: 20px;}
}

ul.topics li{
	line-height:28px;
	text-align: left;}

ul.topics li a{
	font-size: 14px;
	font-weight: 400;
	color: #fff;}

.teacherList{
	display: inline-block;
  	width:100%;
  	height:380px;
  	/*min-width: 1000px;*/
  	z-index:-10;
 	zoom: 1;
  	background-color: rgba(255,255,255,1);
  	background-repeat: no-repeat;
  	background-size: cover;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
  	background-position: center 0;}

.swiper-container {
      width: 90%;
      height: 260px;}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(74,134,232,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;}

.swiper-slide-pic{
	width: 100%;
	background-color: rgba(102,102,102,1);
	height: 230px;
	max-height: 230px;
	margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;}

.swiper-slide-pic-img{
	width: 71%;
	text-align: center;
	display: block;
	-moz-box-shadow: 10px 10px 5px #888888; /* 鑰佺殑 firefox */
	box-shadow: 5px 5px 70px 30px #888888 inset;}

.swiper-slide-name-die{
	text-align: center;
	color: #000;
	padding: 3px 10px;
	height: 30px;
	font-size: 16px;
	font-weight: 700;
	border: 2px solid;}

.swiper-slide-name{
	text-align: center;
	color: #fff;
	padding: 5px 10px;
	height: 30px;
	font-size: 16px;
	font-weight: 700;}

.swiper-slide-briefintro{
	text-align: left;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	height: 120px;
	overflow:hidden;
	text-overflow:ellipsis;}

.commonLinks{
	width: 90%;
	margin: auto;
	padding: auto;
	overflow:hidden;
	text-overflow:ellipsis;}

.commonLinksTitle{
	font-size: 16px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;}

.commonLinksList li{
	display: block;
	float: left;
	padding-right: 2.5%;
	padding-bottom: 10px;}

.footer_bg{
	display: block;
	background-color:#2c3e50;
	height:80px;}

.footer{
	width: 90%;
	color:#eee;
	font-size:12px;
	margin: auto;
	padding: auto;}
.footer .left{ line-height:24px; padding-top:15px; float: left;}
.footer .right{ line-height:20px; padding-top:15px; float: right;}
.footer a{ color:#FFF;}
.footer .s_line{
	padding: 10px;}

@media (max-width: 768px){
	.footer .right{ display: none;}
}

.main_box{
	padding-top:130px;
	padding-bottom: 30px;
	background-color: #fff;
	background-repeat: no-repeat;
  	background-size: cover;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
  	background-position: center 0;
  	font-size: 14px;}
.main_box .left{padding-right:26px;}
.left_nav{
	background: rgba(255,255,255,0.5);}
.left_nav h3{ height:45px; background-color:#2c3e50; margin:0; padding:0; line-height:45px; padding-left:18px; color:#FFF; padding-left:18px; font-size:16px;}
.left_nav ul{
	background-image: url(../images/main_bg.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
  	background-position: center 0;
  	height: 100%;}
.left_nav ul li{height:44px; line-height:44px;padding-left:18px; border:0px solid #dddddd; background: rgba(255,255,255,0.5);overflow:hidden;}
.left_nav ul li:hover,.left_nav ul li.current{ background-color:#eeeeee;}

/* right */
.title_box{ height:45px; line-height:45px; background:url(../images/line_bg2.jpg) left top repeat-x;overflow:hidden;}
.title_box span{ float:right;overflow:hidden;}
.title_box h2{ height:45px; line-height:45px;  margin:0; padding:0; font-size:24px; background:url(../images/h1_bg.jpg) left bottom no-repeat;overflow:hidden;}
.title_box span .red{ color:#b8272a;}
.right{}
.right .news_list{ padding-top:10px;}
.right .news_list li{ height:56px; line-height:56px; border-bottom:1px solid #eeeeee; background:url(../images/icon2.jpg) 4px center no-repeat; padding-left:33px;overflow:hidden;}
.right .news_list li span{ float:right; color:#999999; font-size:12px; font-family:Verdana, Geneva, sans-serif;}
.right h1{ height:40px; font-size:22px; color:#b8272a; text-align:center; margin:30px 0 0 0;}
.right .time{ height:38px; line-height:38px; text-align:center; font-size:12px; color:#666666; border-bottom:1px solid #e5e5e5;}
.right .content{ padding:35px 0; line-height:180%;}
.right .content table,tr,td{border:1px solid;}

/*user list*/
.userList{display:block; width:100%; height:auto;}
.userList li{display:block;width:46%;float:left;padding:5px;border: 1px solid #ccc;margin:2%;height:auto;border-radius:10px;min-height: 115px;max-height:115px;overflow:hidden;}
.bestUserPhoto{display:block;width:20%;float:left;padding:5px;text-align:center;}
.bestUserName-die{display:block;width:20%;float:left;padding:1px;margin:4px;text-align:center;font-size: 14px;font-weight: 700;border: 1px solid;}
.bestUserName{display:block;width:20%;float:left;padding:5px;text-align:center;font-size: 16px;font-weight: 700;}
@media (max-width: 768px){
	.bestUserPhoto{display:block;width:50%;float:left;padding:5px;text-align:center;}
	.bestUserName{
		display:block;width:50%;float:left;padding:5px;text-align:center;font-size: 16px;font-weight: 700
	;}
	.bestUserIntroduction{display:block;width:50%;float:left;height:40px;overflow: hidden;}
}
.userMore{display: block;float:right;vertical-align: text-bottom;margin-top:-25px;width: 100%;text-align: right;}
/*page Css*/
.page{display:inline-block; width:100%; height:auto;padding:28px 0; text-align:center; clear:both;}
.page a,.page strong{ display:inline-block; border:1px solid #ddd; height:28px; padding:0 10px; line-height:28px; text-align:center; color:#999; background:#fff; margin:0 2px;}
.page strong{ background-color:#b8272a; color:#FFF;}
.page a:hover,.page .hover{border-color:#ddd; color:#FFF; background:rgba(20, 62, 98, 1); text-decoration:none;}