            /*主体*/
	        .sech-box{
	        	line-height: 50px;
	        	height: 50px;	        	
	        	width: 100%;
	        }
	        .sech-box .left{
	        	width: 60%;
	        	float: left;
	        }
	        .sech-box .left img{
	        	width:40px;
	        	height: 40px;
	        	vertical-align: middle;
	        	margin-right: 15px;
	        }
	        .sech-box .right{
	        	float: right;	
	        	width:300px; 
	        	position: relative; 
	        	text-align: right;     	
	        }
	        .sech-box .right input{
	        	width:200px;
	            line-height:40px;
	            height:40px;
	            padding: 0 10px;
	            border:1px solid #ccc;
	            border-radius:5px ;
	        }
	        .sech-box .right .icoback{
	        	position: absolute;
	        	right: 10px;
	        	top: 12px;
	        	width: 25px;
	        	height: 25px;
	        	cursor: pointer;
	        }
	        .row-box{
	        	overflow: hidden;
	        	margin-bottom: 25px;
	        }
	        .row-box .leftbox{
	        	margin-right:10px;
	        	width: 580px;
	        	float: left;
	        }
	        .row-box .title-box{
	        	overflow: hidden;
	        	border-bottom:1px solid #ccc;
	        	padding: 10px 0;
	        }
	        .row-box .title-box h2{
	        	height: 35px;
	        	line-height: 35px;
	        	color: #003256;
	        	font-weight: bold;
	        	font-size:20px;
	        	float: left;
	        }	        
	        .row-box .title-box h2 p{
	        	color:#8c8c8c;
	        	display: inline-block;
	        	margin-left:16px;
	        	font-size: 18px;
	        }
	        .row-box .title-box .plus-link{
	        	float: right;	        	
	        	height: 35px;
   				line-height: 35px;
	        }
	        .row-box .title-box .plus-link a{
	        	color: #8c8c8c;
        	    vertical-align: -1px;
    			display: inline-block;
    			font-size: 12px;
	        }
	        .row-box .title-box .plus-link:hover a{
	        	color: #333;
	        	transition: all 0.3s ease-out 0s;
	        }
	        .row-box .leftbox .info-cont{
	        	position: relative;
	        	margin-top: 20px;
	        	overflow: hidden;
	        }
	        .row-box .leftbox .info-cont .left{
	        	position: relative;
	        	margin-right:35px;
	        	width: 272px;
	        	float: left;
	        	padding-left:70px;
	        	box-sizing: border-box;
	        }
	        .row-box .leftbox .info-cont .left h4{
	        	font-weight: bold;
	        	text-align: justify;
	        	line-height:25px;
	        	font-size: 16px;
	        }
	        .row-box .leftbox .info-cont .left p{
	        	text-align: justify;
	        	color: #666;
	        	font-size: 12px;
	        	line-height:20px;
	        }
	        .row-box .leftbox .info-cont .left .plus-link{
	        	width: 50px;
	        	height:30px;
	        	line-height:30px;
	        	cursor: pointer;
	        }
	        .row-box .leftbox .info-cont .left .plus-link:hover a{
	        	color: #003256;
	        	transition: all 0.3s ease-out 0s;
	        }
	        .row-box .leftbox .info-cont .left .plus-link .ico{
	        	width: 15px;
	        	height: 15px;
	        	vertical-align: -2px;
	        	margin-right: 5px;
	        }
	        .row-box .leftbox .info-cont .left .date{
	        	width:60px;
	        	height:60px;
	        	text-align: center;
	        	color: #fff;
	        	position: absolute;
	        	left: 0;
	        	top: 0;
	        	padding: 5px;
	        	box-sizing: border-box;
	        }
	        .row-box .leftbox .info-cont .left .date h5{
	        	font-size:20px;
	        	font-weight:500;
	        }
	        .backa36100{
	        	background: #a36100;
	        }
	        .back1896ef{
	        	background: #1896ef;
	        }
	        .row-box .leftbox .info-cont .left.right{
	        	margin-right:0px;
	        	padding-left: 0px;
	        }
	        .row-box .rightbox{
	        	float: right;
	        	width:580px;
	        	overflow: hidden;
	        }
	        .row-box .rightbox .box1{
	        	float: left;
	        	margin-right:40px;
	        	width: 270px;
	        }
	        .row-box .rightbox .box1.box2{
	        	margin-right: 0;
	        }
	        .row-box .rightbox .box1 .list-box{
	        	
	        }
	        .row-box .rightbox .box1 .list-box li{
	        	height:40px;
	        	line-height:40px;
	        	border-bottom:1px solid #ccc;
	        }
	        .row-box .rightbox .box1 .list-box li a i{
	        	overflow: hidden;
				text-overflow:ellipsis;
				white-space: nowrap;
				width: 200px;
				display:inline-block;
	        }
	        .row-box .rightbox .box1 .list-box li a span{
	        	font-size: 12px;
	        	vertical-align: 16px;
    			display: inline-block;
    			color: #999;
	        }
	        .row-box .rightbox .box1 .list-box li a:hover span{
	        	color: #333;
	        	transition: all 0.3s ease-out 0s;
	        }
	        /*视频*/
	    	.m-video{
				position:fixed;
				left: 50%;
				top: 50%;
				margin-left:-480px;
				margin-top: -200px;
				z-index: 99999;
				display: none;
			}
			.m-video-mark{
				position:fixed;
				width: 100%;
				height: 100%;
				background:rgba(0,0,0,0.6);
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;
				z-index: 10001;
				display: none;
			}
			.close-video{
				position: absolute;
				right: 0;
				top: -32px;
				height: 25px;
				width: 25px;
				overflow: hidden;
			}
			.close-video img{
				width: 100%;
				height: 100%;
			}
			/*视频end*/
			/*学校简介*/
			.row-box .leftbox .mgdiv{
				overflow: hidden;
				margin-top: 20px;
			}
			.row-box .leftbox .mgdiv .mg{
				width: 230px;
				float: left;
				height: 160px;
			}
			.row-box .leftbox .mgdiv .txt{
				width: 315px;
				text-align: justify;
				float: right;
				color: #666;
				line-height:10px;
				line-height: 25px;
			}
			/*学校简介end*/
			/*学校风景轮播图*/
			.carousel-school{
			  margin-top: 20px;
			}
			.carousel-school  img{
				width: 180px;
				height: 160px;
				margin: 0 5px;
			}
			/*学校风景轮播图 end*/
			.bannerimg{
				width: 100%;
			}
			/*党建*/
			.news-list{
				width: 100%;
				margin-top: 20px;
			}
			/*党建 end*/
			.news-list li{
				padding: 0  10px;
				line-height:30px;
				height:30px;
				transition: all 0.3s ease-out 0s;
			}
			.news-list li .titles{
				font-size: 16px;
				font-weight: 500;
				float: left;
				width: 410px;
				overflow: hidden;
				text-overflow:ellipsis;
				white-space: nowrap;
				transition: all 0.3s ease-out 0s;
			}
			.news-list li:hover a span{
				text-decoration:underline;
				transition: all 0.3s ease-out 0s;
			}
			.news-list li .date{
				font-size: 14px;
				font-weight: 500;
				color: #999;
				float: right;
				transition: all 0.3s ease-out 0s;
			}
           	/*主体 end*/
           	/*学校荣誉*/
			.honor-school{
			  margin-top: 20px;
			}
			.honor-school  img{
				width:228px;
				height:170px;
				margin: 0 5px;
			}
			/*学校风景轮播图 end*/
			/*尾部页脚*/
			.footerbox{
				width: 100%;
				min-width:1200px;
				margin-top:40px;
			}
			.footerbox .conts{
				width: 100%;
				background: url(../img/bottombananer_02.jpg)center center;
				background-repeat: no-repeat;
				background-size:cover;
				height: 187px;
			}
			.footerbox .conts .footcont{
				width: 1200px;
				margin:0 auto;
				position: relative;
				text-align: center;
			}
			.footerbox .conts .footcont .logos{
				margin-top: 68px;
			}
			.footerbox .conts .footcont .ewm{
				display: inline-block;
				margin-top: 52px;
   				margin-left: 20px;
   				width: 100px;
   				height: 100px;
   				text-align: center;
   				background: #fff;
   				vertical-align: middle;
			}
			.footerbox .conts .footcont .ewm img{
				width: 95%;
				height: 95%;
				margin-top: 2px;
				text-align: center;
			}
			.footerbox .bottomtxt{
				background: #2b2828;
				padding: 10px 0;
			}
			.footerbox .bottomtxt h4{
				width: 1200px;
				margin: 0 auto;
				text-align: center;
				color: #fff;
				line-height: 25px;
				height: 25px;
				font-size: 12px;
			}   
			/*尾部页脚 end*/