a,a:hover{
	text-decoration:none;
	}
body, ul,li,p,a {
    margin: 0;
    padding: 0;
}
body,html{
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul li {
    list-style-type: none;
}
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}
.slides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
    height: 100%;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.slides li:after {
	position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.pagination{
	position: absolute;
	bottom: 5px;
	z-index: 99;
	display:none;
}
.pagination li{
    padding: 5px 3px;
	float: left;
}
.pagination li a{
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 10px;
    background: #000;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{
	background: red;
}


.s1 {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -250px;
  width: 500px;
  height: 300px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.s1 p {
  margin: 0;
  padding: 50px 0 20px 0;
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.s1 span {
  display: block;
  font-family: Arial;
  font-size: 25px;
  color: #666;
  text-align: center;
}

.s1 a {
  margin: 20px auto 0 auto;
  display: block;
  width: 220px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 25px;
  background: #f88371;
}

.s1 a:hover { background: #ed6f5c; }
.slides video{  width: 100%; height: 100%;object-fit: cover; }	
.wrap_logo {
    position: absolute;
    left: 8%;
    top: 56px;
    text-align: center;
    color: #fff;
    z-index: 10;
}	
	
.jxright {
    position: absolute;
    right: 8%;
    top: 56px;
    text-align: center;
    color: #fff;
    z-index: 10;
	line-height:50px;
}	

.menu_tab {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 110px;
    text-align: center;
}
	
	
	
.menu_tab .tab {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 110px;
    margin: 0 60px;
    background: rgba(41, 91, 172, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
	
.menu_tab .tab:hover {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 110px;
    margin: 0 60px;
    background: rgba(41, 91, 172, 0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}	
	
/*通知公告*/
.index_tz{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:50px;
	}
.wrap_center{
	width:1290px;
	height:auto;
	margin:0px auto;
	}	
	
.index_title{
	width:100%;
	height:auto;
	text-align:center;
	padding:50px 0px;
	}	
	
.information {
    position: relative;
    width: 100%;
    height: 250px;

}	
	
.information .info_item {
    position: relative;
    float: left;
    width: 420px;
    height: 110px;
    margin: 12px 12px 0 0;
    display: inline-block;
    background-color: #eaebeb;
}	
	
.information .info_left {
    width: 70px;
    height: 110px;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #295bac;
	float:left;
}	
	
.information .info_right {
    padding-top: 10px;
	float:right;
	width:310px;
	padding-left:15px;
	padding-right:15px;
}	
	
.information .info_right p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 5px;
	margin-top:10px;
	text-decoration:none;
}	
	
.information .info_right span{
	color: #595757;
    font-size: 15px;

	}
	
.information .info_item:nth-child(3){
	margin-right:0px;
	}	
	
.information .info_item:nth-child(6){
	margin-right:0px;
	}		
	
.tzmore {
    width: 100px;
    height: 30px;
    margin: 40px auto 0;
	 background: #295bac;
	 border-radius:20px;
	 line-height:30px;
	 float:left;
	 margin-left:585px;
	 

}	
	
.tzmore a {
    display: block;
    width: 100%;
    height: 100%;
color:#fff;
    background-size: 100% 100%;
	
	text-align:center;
}	
	

.index_jx{
	width:100%;
	height:auto;
	float:left;}


.jiaoxue_nr{
	width:1290px;
	height:590px;
	float:left;}

.jiaoxue_nrtop{
	width:1290px;
	height:300px;
	float:left;}

.jiaoxue_nrtop ul li{line-height: 40px;width: 404px;margin-right: 38px; position:relative; float:left;}
.jiaoxue_nrtop ul li:nth-child(3){
	margin-right:0px;
	}	
.jiaoxue_nrtop ul li img {
    display: block;
    height: 245px;
    width: 404px;
    overflow: hidden;
	}
	
.jiaoxue_nrtop ul li .news_meta1 {
    width: 80px;
    height: 60px;
	position:absolute;
	z-index:1;

    background: #fff;
    font-size: 22px;

    text-align: center;

}
.jiaoxue_nrtop ul li .news_meta1 .days{
    color: #0A396D;
    font-size: 30px;
    height: 30px;
    float: left;
    line-height: 30px;
    width: 80px;
}
.jiaoxue_nrtop ul li .news_meta1 .month{
   color: #0A396D;
    font-size: 16px;
    height: 30px;
    float: left;
    line-height: 30px;
    width: 80px;
}
.jx_title{
    color: #000;
    width: 404px;
    line-height: 60px;
    height: 60px;
    word-wrap: break-word;
    word-break: break-all;
    float: left;
    font-size: 18px;

}

.jx_title a{
    color: #000;
    width: 404px;
    line-height: 60px;
    height: 60px;
    word-wrap: break-word;
    word-break: break-all;
    float: left;
    font-size: 18px;
}

.jiaoxue_nrbottom{
	width:1290px;
	float:left;
	height:auto;
	margin-top:30px;
	}
.jiaoxue_nrbottom ul li {
    line-height: 40px;
    width: 404px;
	height:100px;
    border-bottom: 3px solid #295bac;
    margin-right: 38px;
	float:left;
 
}
.jiaoxue_nrbottom ul li:nth-child(3){
	margin-right:0px;}
.jioxue_nrbottomdate{
	line-height: 40px;
    font-size: 16px;
    color: #103683;
    float: left;
    width: 80px;
    height: 60px;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
    float: left;
}


.jioxue_nrbottomdate .days{
    color: #295bac;
    font-size: 30px;
    height: 30px;
    float: left;
    line-height: 30px;
    width: 80px;
}
.jioxue_nrbottomdate .month{
   color: #295bac;
    font-size: 16px;
    height: 30px;
    float: left;
    line-height: 30px;
    width: 80px;
}


.jiaoxue_nrwen{
	color: #000;
    width: 311px;
    line-height: 33px;
    height: 40px;
    float: left;
    margin-left: 10px;
    word-wrap: break-word;
    word-break: break-all;
    float: left;
    font-size: 18px;
    margin-top: 15px;}

.jiaoxue_nrwen a{

font-family: 微软雅黑;
    font-size: 18px;
    color: #000;
}

.index_shu{
	width:100%;
	height:610px;
	background:url(../images/ssbg.png) no-repeat top center;
	float:left;
	}


.index_down{
	width:100%;
	height:540px;
	float:left;
	}

.index_downbottom{
	width:100%;
	height:auto;
	float:left;
	}
.index_downbottom ul li{
 	width: 137px;
    margin-bottom: 90px;
	float:left;
	margin-right:93px;

	}
.index_downbottom ul li:nth-child(6){
	margin-right:0px;}
.index_downbottom ul li:nth-child(12){
	margin-right:0px;}		
.index_downbottom ul li a {
    display: block;
    height: 140px;
    padding-top: 20px;
    text-align: center;
}	
.index_downbottom ul li a i {
    display: block;
    width: 137px;
    height: 136px;
    margin: 0 auto 11px;
    line-height: 115px;
    font-size: 0;
	-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;
}
.index_downbottom ul li a:hover i {
    -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg);
}
.index_downbottom ul li a h5{
font-size: 22px;
    color: #4e4e4e;
    line-height: 38px;
    font-weight: bold;
}
.TXTovehid {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	
.index_kj{
	width:100%;
	height:750px;
	background:#ececec;
	float:left;}	

.index_foot{
	width:100%;
	height:222px;
	float:left;
	background:url(../images/dibg.png) no-repeat top center;}


.index_footleft{
	float:left;
	padding-top:70px;}

.index_footright{
	float:right;
	width:225px;
	padding-top:70px;
	}

.index_footright p{
	line-height:30px;
	font-size:15px;
	color:#fff;
	padding:0px;
	
	}


.num-figure {
    width: 1290px;
    height: auto;
    text-align: center;
}
.num-figure li{ list-style:none; text-align:left;}
.OEM-ico {
	width:245px;
	float:left;
	margin-bottom:40px;
	margin-right:80px;
	margin-left:100px;
}
.OEM-ico:nth-child(3) {
	margin-right:0px;
	}
	.OEM-ico:nth-child(6) {
	margin-right:0px;
	}
.num-change{padding:0;}
.bai{color:#fff; font-size:22px;}
.num_tb{
	width:91px;
	height:72px;
	float:left;
	padding-top:12px;}
.num_right{
	width:145px;
	height:89px;
	float:right;}
.timer{
	line-height:50px;
	color:#fff;
	font-size:28px;
	text-align:left;
	font-weight:bold;}
.OEM-ico a{
    text-decoration: none;
}

.num-change li:nth-child(2) {
    font-size: 20px;
    font-family: YeSans;
    color: #fff;

}


/*内页*/

.list_wrap{
	width:100%;
	height:296px;
	}

.list_center{
	width:1290px;
	height:auto;
	margin:0px auto;}
.list_logo{
	width:100%;
	height:auto;
	padding-top:20px;}		

.sub_title{
	width:100%;
	}

.sub_titlecenter{

	height:100px;
	background:url(../images/list_bt.png) no-repeat center center;
	margin:0px auto;
	position: relative;
    padding: 0 80px;
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
	}

.sub_titlecenter h2 {
    font-weight: normal;
    font-size: 40px;
    background-color: transparent;
	padding:0px;
	margin:0px;
}

.sub_titlecenter span {
    font-size: 32px;
    font-family: arial;
    margin-top: 8px;
    display: inline-block;
}


.list_diwrap{
	width:100%;
	height:auto;
	background:#f1f1f1;
	padding-bottom:50px;
	}

.list_position{
	width:100%;
	padding-top:20px;
	padding-bottom:40px;
    font-size: 14px;
    color: #00020f;
	
	}


/*学生*/

#wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}


/*学生*/

#sub_banner .banner_stu {
	color: #009fe9;
}

#wrap .stu_info {
	background: #f1f1f1;
}

#wrap .stu_info .container-fluid {
	padding: 0px;
}

#wrap .stu_info .box {
	margin-bottom: 55px;
	float: left;
	width: 380px;
}

#wrap .pubu .box .pin {
	/*min-height: 200px;
	height: auto !important;*/
}

#wrap .stu_info .box .pin {
	position: relative;
	width: 330px;
	margin: 0 auto;
	/*min-height: 412px;*/
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 10px #bfbfbf;
	-moz-box-shadow: 0 0 10px #bfbfbf;
	box-shadow: 0 0 10px #bfbfbf;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}

#wrap .stu_info .box .pin .pin_wrap {
	float: right;
	position: relative;
	width: 330px;
	height: 100%;
	top: 0;
	right: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#wrap .stu_info .box .active {
	width: 380px;
	box-shadow: none;
	background: none;
}
#wrap .stu_info .pin ul li a.on, #wrap .stu_info .active ul li a:hover {
    color: #009fe9;
    font-size: 20px;
    background: #ffffff;
}
#wrap .stu_info .box .active .pin_wrap {
	background: #009fe9;
}

#wrap .stu_info .box .active .pin_wrap:before {
	position: absolute;
	top: 5%;
	left: -22px;
	content: "";
	height: 90%;
	width: 22px;
	background: #009fe9;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	z-index: 10;
}

#wrap .stu_info .box .active .pin_wrap:after {
	position: absolute;
	top: 10%;
	left: -50px;
	content: "";
	height: 80%;
	width: 28px;
	background: #009fe9;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	z-index: 5;
}



#wrap .stu_info .pin_t {
	margin-top: 30px;
	height: 56px;
}

#wrap .stu_info .pin_t span,
#wrap .stu_info .pin_t h2 {
	display: inline-block;
	vertical-align: middle;
}

#wrap .stu_info .pin_t h2 {
	font-size: 24px;
	font-weight: normal;
	margin-left: 5px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#wrap .box .active .pin_t h2 {
	color: #fff;
}

#wrap .stu_info .pin_t span {
	position: relative;
	width: 53px;
	height: 53px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#wrap .stu_info .pin_t span img {
	width: 100%;
	height: 100%;
}

#wrap .stu_info .pin ul {
	padding: 24px 0;
}

#wrap .stu_info .pin ul li {
	height: 36px;
	line-height: 36px;
}

#wrap .stu_info .pin ul li a {
	position: relative;
	font-size: 16px;
	color: #666666;
	display: block;
}

#wrap .stu_info .active ul li a:hover {
	color: #009FE9;
	font-size: 20px;
	background: #ffffff;
}

#wrap .stu_info .active ul li a:hover:after {
	content: "";
	position: absolute;
	right: -12px;
	top: 0;
	width: 12px;
	height: 100%;
	background: #fff;
}

#wrap .box .active ul li a {
	color: #fff;
}

#wrap .stu_info_t {
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-top: 50px;
}

#wrap .stu_info_t a {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #949495;
	padding-right: 40px;
	background: url(../images/icon/stu_info_arr.png) right center no-repeat;
}

#wrap .stu_info_t span {
	position: absolute;
	left: 0;
	font-size: 24px;
	color: #009fe9;
}

#wrap .stu_info_t span:after {
	content: "";
	position: absolute;
	width: 46px;
	height: 2px;
	background-color: #009fe9;
	left: 0;
	bottom: -2px;
}

#wrap .stu_info_con {
	margin-top: 10px;
	height: 200px;
	padding-bottom: 60px;
}

#wrap .stu_info_con li {
	float: left;
	width: 390px;
	height: 90px;
	position: relative;
	background-color: #f1f5f8;
	margin-top: 15px;
	margin-left: 15px;
}

#wrap .stu_info_con li.ml0 {
	margin-left: 0;
}

#wrap .stu_info_con li a {
	position: relative;
	color: #000;
}

#wrap .stu_info_con li .stu_left {
	float: left;
	width: 76px;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background-color: #009fe9;
}

#wrap .stu_info_con li .stu_right {
	float: left;
	margin: 14px 0 0 18px;
}

#wrap .stu_info_con li .stu_right p {
	font-size: 16px;
	padding-right: 16px;
	width: 280px;
}

#wrap .stu_info_con li .stu_right span {
	font-size: 12px;
	display: inline-block;
	margin-top: 5px;
}

#wrap .left_menu {
	width: 380px;
	float:left;
	
}
.tab_left {
	width: 380px;
	float: left;
}
#wrap .left_menu li {
	padding: 18px 0 18px 20px;
	border-bottom: 2px solid #ececec;
}

#wrap .left_menu li:nth-child(1) {
	border-top: 2px solid #ececec;
}

#wrap .left_menu li img,
#wrap .left_menu li a {
	display: inline-block;
	vertical-align: middle;
}

#wrap .left_menu li a {
	font-size: 20px;
	color: #333;
	margin-left: 5px;
}

.main_con {
    width: 850px;
    float: right;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.main_con h1 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    color: #292929;
    background: #fff;
    height: 160px;
    line-height: 160px;
}


.main_con .item {
    height: 80px;
    background-color: #009fe9;
    color: #fff;
    padding-left: 24px;
    line-height: 80px;
}
.main_con .item img{
    display: inline-block;
    vertical-align: middle;
	float:left;
	padding-top:10px;
}
.main_con .item h2 {
    font-weight: normal;
    color: #fff;
    font-size: 28px;
    margin-left: 10px;}


.main_con .list {
    padding: 20px 30px;
    background: #fff;
    margin: 16px auto 60px;
    border-bottom: 4px solid #009fe9;
}

.main_con .list p {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: justify;
    text-indent: 2em;
}












/*学生结束*/


/*校友*/
.xiao_diwrap{
	width:100%;
	height:auto;
	background:#fff;
	padding-bottom:50px;
	}

/*校友服务*/

#sub_banner .banner_alu {
	color: #ffbc1c;
}

#wrap .alu_info {
	background: #fff;
}
.float_l{
	float:left;}
.float_r{
	float:right;}
#wrap .alumnus .alumnus_item {
	position: relative;
	padding-top: 1px;
	width: 620px;
	height: 236px;
	margin: 60px 0;
	margin-top:0px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 40px #cebb6;
	-moz-box-shadow: 0 0 40px #cebbb6;
	box-shadow: 0 0 40px #cebbb6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 6;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#wrap .alumnus .alumnus_item:hover {
	background: #ffbc1c;
}

#wrap .alumnus .alumnus_item:hover:before {
	position: absolute;
	bottom: -16px;
	left: 5%;
	height: 16px;
	background: #ffbc1c;
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 90%;
	content: "";
	border-radius: 0 0 8px 8px;
	z-index: 3;
}

#wrap .alumnus .alumnus_item:hover:after {
	position: absolute;
	bottom: -36px;
	left: 10%;
	height: 20px;
	background: #ffbc1c;
	width: 80%;
	content: "";
	border-radius: 0 0 8px 8px;
	z-index: 1;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#wrap .alumnus .alumnus_item:hover p {
	color: #fff;
}

#wrap .alumnus .alumnus_item a {
	display: block;
	width: 100%;
	height: 100%;
}

#wrap .alumnus .alumnus_item span {
	display: block;
	margin: 40px auto 20px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
}

#wrap .alumnus .alumnus_item p {
	padding: 0 20px 20px;
	text-align: center;
	font-size: 30px;
	color: #333;
	background: url("../images/icon/icon_new_arr.png") bottom center no-repeat;
}

#wrap .alumnus .alumnus_item img {
	display: inline-block;
	vertical-align: middle;
}


/*内容*/

.neirong {
    padding: 30px  60px;
    background-color: #fff;
	padding-bottom:40px;
}

.neirong h2{
	width:100%;
	line-height:50px;
	text-align:center;
	font-size: 30px;
    color: #9B0000;
    font-weight: normal;
    margin-top: 10px;
	margin-bottom:20px;
    text-align: center;
}

.neirong h3{
	width:100%;
	line-height:30px;
	text-align:center;
	font-size: 15px;
    color: #888;
    font-weight: normal;
    text-align: center;
}


.neirong p{
	color:#333;
	padding:0px;
	margin:0px;
	width:100%;
	margin-top: 5px;
    font-size: 18px;
    color: #666;
    text-align: justify;
    line-height: 32px;
    text-indent: 2em;
	}

.more{
	position:absolute;
	right:10px;
	top:150px;
	color:#fff;
	font-size:16px;
	}
	
.more a{

	color:#fff;
	font-size:16px;
	}	
	
	
/*教师*/


#wrap .tea_info .box .h200 {
	height: 200px;
	min-height: auto;
}

#wrap .tea_info .box .h290 {
	height: 290px;
	min-height: auto;
}

#wrap .tea_info .box .h545 {
	height: 545px;
	min-height: auto;
}

#wrap .tea_info .box .active {}

#wrap .tea_info .pin_t span {
	background-color: #88ce01;
}

#wrap .tea_info .active ul li a:hover {
	color: #88ce01;
	font-size: 20px;
	background: #ffffff;
}

#wrap .tea_info .box .active .pin_wrap:before,
#wrap .tea_info .box .active .pin_wrap:after,
#wrap .tea_info .box .active .pin_wrap {
	background: #88ce01;
}	
	
	
	
#wrap .alumnus_info .box .active .pin_wrap,
#wrap .alumnus_info .box .active .pin_wrap:before,
#wrap .alumnus_info .box .active .pin_wrap:after {
	background: #ffbc1c;
}	
	
	
#wrap .alumnus_info .pin ul li a.on, #wrap .alumnus_info .active ul li a:hover {
    color: #ffbc1c;
    font-size: 20px;
    background: #ffffff;
}	
/*通知公告*/

.notice {
	position: relative;
	width: 100%;
}

.notice .notice_tab {
	width: 100%;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	float: left;
}

.notice .notice_tab li {
	height: 26px;
	line-height: 26px;
	float: left;
	width: 200px;
	text-align: center;
	border-left: 1px solid #949495;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
}

.notice .notice_tab li.first {
	border-left: none;
	border-left: 1px solid #949495;
}

.notice .notice_tab li a {
	color: #949495;
	font-size: 18px;
}

.notice .notice_tab li a.active,
.notice .notice_tab li a:hover {
	color: #9b0000;
}

.notice .notice_list {
	width: 100%;
	padding-bottom: 40px;
	float:left;
}

.notice .notice_item:hover {
	background: #fbfbfb;
}

.notice .notice_box {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
	padding: 60px 0;
}

.notice .notice_box span,
.notice .notice_box a {
	display: inline-block;
	vertical-align: top;
}

.notice .notice_box span {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	width: 160px;
}

.notice .notice_box a {
	width: 960px;
	font-size: 30px;
	color: #333;
	margin-left: 56px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.notice .notice_box a.active,
.notice .notice_box a:hover {
	color: #9b0000;
}	
	