@charset "utf-8";
blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;}
body,html,input{font-size:12px;font-family:"微软雅黑","Microsoft Yahei";}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
li,ul{list-style:none;}
a:link,a:visited{text-decoration:none;}
img{border:none;}
/*公用*/
.container{
	width: 902px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.clearfix {}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: "";
	width: 0;
	height: 0;
}
.tar{text-align: right;}
.pb26{padding-bottom: 26px;}
/*头部*/
.head_top{
	max-width: 100%;
	min-width: 1200px;
	height: 35px;
	background-color: #023759;
}
.head_link a{
	color: #fff;
	padding-right: 15px;
	line-height: 35px;
	display: inline-block;
}
.head_link a img{
	vertical-align: middle;
}
.head{
	background: url(/images/head_bg.jpg) no-repeat center;
	max-width: 100%;
	min-width: 1200px;
	height:140px;
	background-size:cover; 
}

/*banner轮播*/
.banner{
	max-width: 100%;
	min-width: 1200px;
}
.banner .banner_font{
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	bottom: 78px;
	left: 20%;
	color: #FFFFFF;
}
.flexslider {
        margin: 0px auto 0px;
        position: relative;
        width: 100%;
        height: 345px;
        overflow: hidden;
        zoom: 1;
    }
    
    .flexslider .slides li {
        width: 100%;
        height: 100%;
    }
    
    .flex-direction-nav a {
        width: 70px;
        height: 70px;
        line-height: 99em;
        overflow: hidden;
        margin: -35px 0 0;
        display: block;
        background: url(/images/ad_ctr.png) no-repeat;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
        border-radius: 35px;
    }
    
    .flex-direction-nav .flex-next {
        background-position: 0 -70px;
        right: 0;
    }
    
    .flex-direction-nav .flex-prev {
        left: 0;
    }
    
    .flexslider:hover .flex-next {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-prev {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }
    
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 30px;
        text-align: right;
        padding-right: 220px;
    }
    
    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    
    .flex-control-paging li a {
        background: url(/images/dot.png) no-repeat 0 -20px;
        display: block;
        height: 20px;
        overflow: hidden;
        text-indent: -99em;
        width: 20px;
        cursor: pointer;
    }
    
    .flex-control-paging li a.flex-active,
    .flex-control-paging li.active a {
        background-position: 0 0;
    }
    
    .flexslider .slides a img {
        display: block;
		width: 100%;
		height: 345px;
    }
/*栏目*/
.main{
	max-width: 100%;
	min-width: 1200px;
	background-color: #e3e3e3;
}
.main .main_top{
	padding-top: 46px;
}
.title{
	width: 100%;
	position: relative;
}
.title .title_font{
	font-size: 20px;
	color: #2f2f2f;
	display: inline-block;
}
.title .more{
	font-size: 12px;
	color: #2f2f2f;
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.content{
	padding-top: 13px;
	padding-bottom: 15px;
}
.content p > a{
	line-height: 22px;	
	color: #2f2f2f;
}
.news_pic{
	position: relative;
	margin-bottom: 26px;
	padding-top: 10px;
}
.news_pic .pic{
	display: block;
	position: absolute;
	bottom: 20px;
	padding-left:10px ;
	padding-right:10px ;
}
.news_pic .pic a{
	color: #FFFFFF;
	font-size: 14px;
	
}
.info{
	background: url(/images/info_bg.jpg) no-repeat center;
	width: 100%;
	height: 400px;
	padding:20px 24px;
}
.info .date{
	border: 2px solid #FFFFFF;
}
.info .date .day{
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	background-color: #979b9e;
}
.info .date .year{
	color: #2f2f2f;
	text-align: center;
	padding: 5px;
}
.info .new_title{
	padding-left:15px ;
}
.info .new_title a{
	color: #2F2F2F;
	line-height: 22px;
}
/*教师风采*/
.jiaoshi{
	padding:24px 0 ;
}
.jiaoshi img{
	padding-right: 8px;
	display: inline-block;
}
.jiaoshi img:last-child{
	padding-right: 0px;
}
/*常用链接*/
.link{
	padding: 30px 0;
}
.link a{
	font-size: 14px;
	color: #2F2F2F;
	padding: 5px 7px;
	line-height: 22px;
}
/*专题链接*/
.zhuanti{
	padding: 15px 0;
}
.zhuanti .zhuanti_img{
	padding: 24px 0 35px 0;
}
.zhuanti .zhuanti_img a{
	padding-right: 8px;
}
.zhuanti .zhuanti_img a:last-child{
	padding-right: 0px;
}

/*列表页banner图*/
.list_banner{
	max-width: 100%;
    min-width: 1200px;
	height: 275px;
	background: url(/images/list_banner.jpg) no-repeat center;
	background-size: cover
}
/*列表页内容*/
.list_main{
	max-width: 100%;
	min-width: 1200px;
	background-color: #e3e3e3;
	padding-bottom: 20px;
	padding-top: 20px;
}
.main_left{
	width: 210px;
	float: left;
}
.main_right{
	width: 692px;
	float: left;
}
.lanmu{
	width: 100%;
	min-height: 811px;
	background: #FFFFFF;
}
.lanmu li{
	font-size: 14px;
	line-height: 45px;
	background-color: #ffffff;
	padding-left: 20px;
	border-bottom: 1px solid #c8c8c8;
}
.lanmu li:hover {
	background-color: #e3e3e3;
}
.lanmu li > a{
	color: #323232;
} 
.lanmu .title1{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 60px;
	background-color: #023759;
	padding-left: 20px;
}
.lanmu .title2{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 60px;
	background-color: #015d99;
	padding-left: 20px;
}
.article{
	width: 100%;
	height: auto;
	padding-left: 30px;
	padding-top: 35px;
	min-height: 811px;
}
.article .title3{
	color: #323232;
	font-size: 18px;
}
.article .weizhi{
	text-align: right;
}
.article .weizhi a{
	color: #323232;
}
.article .neirong{
	color: #323232;
	font-size: 14px;
	text-indent: 2em;
	line-height: 30px;
}

#style p{
	background:#e3e3e3 !important;}
#style span{
	background:#e3e3e3 !important;}
#style div{
	background:#e3e3e3 !important;}
#style img{
	background:#e3e3e3 !important;}
#style strong{
background:#e3e3e3 !important;}








		/*头部开始*/
		
		body {
			background: #e3e3e3;
			font-family: "微软雅黑";
		}
		
		.top1 {
			width: 100%;
			background: #023759;
			height: 35px;
		}
		
		.top1 .top2 {
			width: 901px;
			margin: 0 auto;
		}
		
		.top1 .top1-left {
			float: left;
			color: white;
			line-height: 35px;
		}
		
		.top1 .top1-right {
			float: right;
			color: white;
			line-height: 35px;
		}
		.top_link > a{
			color:#fff;
			font-size:12px;
			padding-left:15px;
display:inline-block;
			}
		/*最顶部结束*/
		
		.logo {
			width: 100%;
			height: 142px;
			background: url(/img/topbanner.jpg);
			background-size: 100%;
		}
		
		.logo .logo-center {
			width: 901px;
			margin: 0 auto;
		}
		
		.logo .logo-left {
			height: 100px;
			padding: 10px 0px;
			line-height: 70px;
			float: left;
		}
		
		.logo .logo-left img {
			width: 480px;
			height: 120px;
		}
		
		.logo .logo-right {
			float: right;
			height: 100px;
			padding-bottom: 80px;
		}
		
		.logo .logo-right img {
			width: ;
			height: 120px;
		}
		/*logo区域结束*/
		
		.nav {
			height: 42px;
			background: #015d99;
			width: 100%;
		}
		
		.nav .nav-cnter {
			width: 901px;
			margin: 0 auto;
		}
		/*导航结束*/
		/*头部结束*/
		/*版权开始*/
		
		.banquan-top {
			width: 100%;
			background: #015D99;
			height: 10px;
			clear: both;
		}
		
		.banquan-container {
			width: 100%;
			height: 111px;
			background: #023759;
		}
		
		.banquan {
			width: 901px;
			height: 111px;
			margin: 0 auto;
		}
		.banquan div{
			color:#fff;
			font-size:12px;
			padding-bottom:6px;
			}
		/*版权结束*/
		
		
		
		/*分页样式*/
span.PrevDisabled{
	height:20px !important;
	line-height:20px !important;
	padding:0 4px !important;
}	
span.NextDisabled{
	height:20px !important;
	line-height:20px !important;
	padding:0 4px !important;
}
a.Prev{
	height:20px !important;
	line-height:20px !important;
	padding:0 4px !important;
}	
a.Next{
	height:20px !important;
	line-height:20px !important;
	padding:0 4px !important;
}

