﻿
/*头部样式*/
	*{
		margin: 0;
		padding: 0;
             
	}
       	

	#head_box{
		width: 100%;
		height: 150px;
                background-color:#6699FF;
	}
	#header{
		width: 68%;
		height: 120px;
		margin: 0 auto;
		/*logo*/
		background-image: url(images/logo.png);
		background-size: 70% 70%;
		background-position:left center;
		background-repeat: no-repeat;
               
	}
        #yuan{
              border:5px solid #DDA0DD;
              border-radius:10px;
	}
       .daohang{
              border-radius:10px;
              background-color:#FFE4E1;
              border-bottom: 1px solid pink;
             }

/*导航栏样式*/
        #nav_box{
		position: relative;
		width: 100%;
		height: 40px;
		background-color:#4169E1;
		text-align: center;
                
		/*使下拉菜单不被遮挡*/
		z-index:999;
	}
	#nav_box a{
		text-decoration: none;
		line-height: 40px;
	   	 color:#FFFFFF ;
		font-size:15px;
	}
	#main_nav_box{
		width: 68%;
		height: auto;
		margin: 0 auto;
	}
	.nav{
		list-style-type: none;
		font-size:15px;

	}
	/*一级导航*/
	.nav>li{
		float: left;
		display: block;
	        background:#4169E1! important ;
		width: 14.28%;
		height: 40px;
		font-size:15px;
	}
	/*二级下拉导航*/
	.children{
		width: 100%;
		background-color:#4169E1;
		height: auto;
		list-style-type: none;
		display: none;
		text-align: center;
		font-size:15px;
	}




/*轮播样式*/

 #slideshow { 
	 width:68%;
	 height:320px; 
	 margin:0 auto;
	 position:relative;
}
#slideshow .ImageList:hover{
	   cursor:pointer;
}
#slideshow .ImageList {
	width:100%;
	height:320px;
	position:absolute;
	left:0px;
}
#slideshow .ImageList img {
	position:absolute; 
	display:none;
	width: 100%;
	height: 320px;
}







/*承载主要内容的div样式*/
.content{
		width: 68%;
		height:auto;
                background-color: white;
		margin: 0 auto;
                border-radius:10px;
	}

	
.news_box{
	width: 100%;
	height: auto;
	margin-top: 10px;
	/*以下两行使子div两端对齐*/
	display:flex; 
   	justify-content:space-between;
}
.news{
	
	width:49%;
	height:400px;
	background-color:#4169E1;
}
.news>div:first-child{/*box_title */
	
}
.box_title1 a{
	color: #FFFFFF;
	text-decoration: none;
	font-family:"Microsoft YaHei";
	font-weight:600;
}
.box_title2 a{
	color: #FFFFFF;
	text-decoration: none;            
	font-family:"Microsoft YaHei";
	font-weight:600;
}
.news .box_title1{
        width: 100%;
	height: 50px;
	color: #FFFFFF;
	line-height:50px;
	font-family:"Microsoft YaHei";
        //border-bottom: 1px solid #00BFFF;
	border-radius:10px;
	background-color: #6495ED;
	
}
.news .box_title2{
        width: 100%;
	height: 50px;
	color: #FFFFFF;
	line-height:50px;
	font-family:"Microsoft YaHei";
        border-radius:10px;
	background-color: #6495ED;
	
}
/*news item list*/
.news {
	overflow: hidden;/*新闻列表过多时*/
}

.news_cont .news_item {
	text-overflow:ellipsis; -o-text-overflow:ellipsis; -moz-binding:url('ellipsis.xml#ellipsis'); overflow:hidden;
	list-style:none;
}
.news_item li{
	color: #777;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	text-indent: 1em;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: #FFFFFF 2px solid;
        border-radius:10px;
	text-overflow:ellipsis; -o-text-overflow:ellipsis; -moz-binding:url('ellipsis.xml#ellipsis'); overflow:hidden;	/*超出部分省略号*/
}
.news_item li a:link{
	text-decoration: none;
	color: #777;
}
.news_item li a:visited{
	text-decoration: none;
	color: #777;
}
.news_item li a:hover{
	text-decoration:underline;
	color: #BF08F0;
}
.news_item li a:active{
	text-decoration: none;
	color: #BF08F0;
}

/*******************************************************************************************************************/

.work_box{
	width: 100%;
	height: auto;
	margin-top: 10px;
	/*以下两行使子div两端对齐*/
	display:flex; 
   	justify-content:space-between;
}
.work{
	border-radius:10px;
	width:24%;
	min-height:300px;
	background-color: white;
	overflow:hidden;
}
.work>div:first-child {/*box_title */
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	font-family:"Microsoft YaHei";
        border-radius:10px;
	line-height:50px;
	background-color:#87CEFA;
	border-bottom: 1px solid #DCDCDC;
	font-weight:600;
       
}
.work a,.active a,.info a{
	color: #000000;
        text-decoration:none;
	font-family:"Microsoft YaHei";
}
.work .box_title1{
       
}
.work .box_title2{
       
}	
.work .box_title3{
       
	/*以下背景颜色渐变*/
	 
}
.work .box_title4{
          
	/*以下背景颜色渐变*/
}
.work{
	overflow: hidden;
}
.work .cont .news_item {
	overflow: hidden;
	text-overflow: ellipsis;/*文本溢出省略号代替*/
	list-style:none;
}
.work .cont .news_item li{
	color: #777;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	white-space: nowrap;/*文本禁止换行*/
	text-indent: 1em;
	padding-top: 12px;
	padding-bottom: 12px;
        border-radius:10px;
	border-bottom: #FFFFFF 2px solid;
}

/*********************************************************/

/*.work_box1 {
								
        overflow: hidden;
								
        text-align: center;
								
        background-color: #f4f4f4;
							
}
							
.work_box1 li {
								
        float: left;
								
        padding: 5px;
								
        width: 50px;
								
        color: #666;
								
        list-style: none;
								
        border-left: 1px solid #f4f4f4;
								
        cursor: pointer;
							
}
							
.work_box1 li:hover,.selected {
								
        background-color:#ecebeb;
								
        border-left: 1px solid #ecebeb;
							
}
							
.space{
								
       border: 1px solid #f4f4f4;
								
       height: 80px;
								
       padding: 10px;
								
       overflow: hidden;
							
}

*/


















/********************************************************************************************************/
.info_box{
	width: 100%;
	height: auto;
	margin-top: 10px;
	/*以下两行使子div两端对齐*/
	display:flex; 
   	justify-content:space-between;
}
.general{
	width:32.5%;
	height:300px;
	background-color:#F5F5F5;
        overflow:hidden;
}

.general img{

}
.general_title{
	width: 100%;
	height: 50px;
	color: #000000;     
	font-size: 16px;
	border-radius:10px;
	line-height:50px;
	background-color:#87CEFA;
	border-bottom: 1px solid #DCDCDC;
	font-weight:600;
	font-family:"Microsoft YaHei";
}
.general_title a{
	color: #000000;
	font-size: 16px;
	font-family:"Microsoft YaHei";
	text-decoration:none;
	}
.general_cont{
	width:auto;
	height:300px;
	color:#777;
	line-height:40px;
	font-family:"Microsoft YaHei";
	text-indent:20px;
        border-radius:10px;
	padding:0px 20px 0px 20px;
}
.active{
	width:32.5%;
	min-height:350px;
	background-color: #f8f8f8;
	overflow:hidden;
}
.active .box_title{
	width: 100%;
	height: 50px;
	color: #00BFFF;
	font-size: 17px;
	font-family:"Microsoft YaHei";
	border-bottom: 1px solid #DCDCDC;
	border-radius:10px;
	line-height:50px;
	background-color:#87CEFA;
	font-weight:600;
}
.info{
	
	width:32.5%;
	min-height:300px;
	background-color: #f8f8f8;
	overflow:hidden;
}
.info .box_title{
	width: 100%;
	height: 50px;
	color: #00BFFF;
	font-size: 17px;
	border-radius:10px;
	line-height:50px;
	background-color:#87CEFA;
	border-bottom: 1px solid #DCDCDC;
	font-weight:600;
}

.news_item {
	overflow: hidden;
	text-overflow: ellipsis;/*文本溢出省略号代替*/
	list-style:none;
}
.news_item li{
	color: #777;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	white-space: nowrap;/*文本禁止换行*/
	text-indent: 1em;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: #FFFFFF 2px solid;
}
/*************************************************/
.othrinfo_box1{
        width:100%;
	height:50px;
	border-bottom:3px solid;
	border-bottom-color:#DCDCDC;
	

}





.title1{
       color: #000000;
	text-decoration: none;
	font-size: 17px;
	font-family:"Microsoft YaHei";
	font-weight:600;
        


}





/*************************************************/
.othrinfo_box{
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	/*以下两行使子div两端对齐*/
	display:flex; 
   	justify-content:space-between;
}
.award{
	font-family:"Microsoft YaHei";
	width:33%;
	height:150px;
        border-right:3px dotted;
	border-right-color:#DCDCDC;
	background-color:white ;
}
.alumn{
	font-family:"Microsoft YaHei";
	width:33%;
	height:150px;
        border-right:3px dotted;
	border-right-color:#DCDCDC;
	background-color:white ;
}
.stu_org{
	font-family:"Microsoft YaHei";
	width:33%;
	height:150px;
        background-color:white ;
}

.othrinfo_box span{
        height:30px;
        width:50%;
        font-size:30px;
        font-weight:600;
        font-family:"Microsoft YaHei";
        color:black;
        position:relative;
        top:30px;
        left:15px;
       
}
.othrinfo_box a{
         text-decoration: none;

}
.othrinfo_box div img{
	width:50%;
	height:120px;
        float:right;
}




/*页脚样式*/

#footer{
	width:100%;
	height:100px;
	bottom:0px;
	border-top:3px solid;
	border-top-color:#4169E1;
	background-color:#fff;
	color:#777;
	line-height:30px;
	text-align: center;
}
#footer p{
	position:relative;
	top:10px;
}







/*new*/
.main-one{
	width:5%;
	float:left;
}
.main-two{
	width:85%;
	float:left;
	text-overflow:ellipsis; -o-text-overflow:ellipsis; -moz-binding:url('ellipsis.xml#ellipsis'); overflow:hidden;	/*超出部分省略号*/
}
.main-three{
	width:10%;
	float:left;
}
