reset and clearfix
---------------------------*/
html{
color:#000;background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td

{
margin:0;padding:0;

}

table{

border-collapse:collapse;border-spacing:0;

}
fieldset,img{
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;font-weight:normal;
}
li{
list-style:none;
}
caption,th{
text-align:left;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;font-weight:normal;
}
q:before,q:after{
content:'';
}
abbr,acronym{
border:0;font-variant:normal;
}
sup{
vertical-align:text-top;
}
sub{
vertical-align:text-bottom;
}
input,textarea,select{
font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{
*font-size:100%;
}
legend{
color:#000;
}
a{
text-decoration:none;
}
.clearfix:after,.wrapper:after,.home_box:after {
visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;
}

.clearfix,.wrapper,.home_box{
*zoom:1;
}
*{
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;
}
body{
font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,

/*PingFang SC,*/

Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; font-size: 14px;
}
/*清除 iPhone Safari 按钮默认样式*/

input[type="submit"],input[type="reset"],input[type="button"],button,select,textarea {
-webkit-appearance: none;
}
/*common style
---------------------------*/
body{min-width: 1240px; background: #fff;}
.noborder{
	border:none !important;
}

.right {
    float: right ;
}

.left {
    float: left;
}

.mobile_only{
	display: none;
}
.pc_only{
	display: block;
}

.text_right{text-align:right;}
.text_left{text-align: left;}

/*页码相关css=============================================*/

.edu_pager{
	float:left;
	/*margin:20px 0 0;*/
	width:100%;
	padding: 20px 0;
 
}
.edu_pager p,.edu_pager span,.edu_pager a{
	color: #666;
	font-size: 12px;
	line-height: 30px;
}	
.edu_pager_bar{
	float:right;
	border:1px solid #dedede;
	height:32px;
	line-height:32px;
	border-radius:5px;
	background:#f9f9f9;
	overflow: hidden;
}
.edu_pager_bar a{
	padding:0 11px;
	height:32px;
	border-right:1px solid #dedede;
	float:left;
}
.edu_pager_bar a.checkd{
	background:#fff;
	color:#de0011;
}
.edu_pager_bar a:hover{
	text-decoration:none;
	color:#1796ad;
}
.edu_pager_bar a.pager_btn{
	padding:0 9px;
}
.goto{
	float:left;
	line-height:34px;
	margin:0 0 0 8px;
}
.goto_text{
	float:left;
	border:1px solid #dedede;
	height:32px;
	width:24px;
	padding:0 3px;
}
.goto_link{
	float:left;
	border:1px solid #dedede;
	height:32px;
	line-height:32px;
	border-radius:0 5px 5px 0;
	background:#f9f9f9;
	border-left:none;
	padding:0 8px;
}
.goto_link:hover{
	text-decoration:none;
	color:#26cc64;
}

/*页码相关css-END=============================================*/


 

.wrapper{
	width: 1220px;
	margin: 0 auto;
}

.wrapper_side{
	width: 285px;
	float: left;
	padding-top: 10px;
	margin-right: 20px;
}
.wrapper_right{
	width: 895px;
	float: right;
	padding-top: 20px;
}

.wrapper_home{
	width: 1220px;
	padding-top: 10px;
}

.wrapper_content{
	width: 1220px;
}


.mobile{
	display: none;
}

/*导航相关 css=============================*/

.nav{
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	background: #9f0109;
}

.nav input{
	float: right;
	height: 34px;
	width: 220px;
	border-radius: 6px;
	/*background: #fff;*/
	color: #666;
	border: none;
	padding-left: 40px;
	background: #fff url(../img2020/icon.png) no-repeat 10px -260px;
	margin-top: 10px;
	line-height: 34px;
	font-size: 14px;
}

.nav ul{
	float: left;
}

.nav ul li{
	float: left;
	position: relative;
	padding: 0 20px;
}
.nav ul li:first-child{
	padding-left: 0;
}

.nav ul li a{
	padding: 0;
	color: #f1ddb0;
	height: 56px;
	display: block;
	font-size: 16px;
}

.nav .nav_container{
		background: url(../images/header_bg.png) no-repeat 715px -95px;
}

.nav ul li a:hover{
	border-bottom: solid #f1ddb0 4px;
}
.nav ul li a.current{
	border-bottom: solid #f1ddb0 4px;
	font-weight: bold;
}

.nav ul li a.nav_home{
	padding-left: 33px;
	background: url(../img2020/icon.png) no-repeat 0 16px;
}

.nav ul li ul{
	position: absolute;
	background: #f1ddb0;
	/* padding-bottom: 10px; */
	min-width: 100%;
	display: none;
	z-index: 99;
}

.nav ul li:hover ul{
	display: block;
}

.nav ul li ul li{
	float: none;
	line-height: 30px;
	font-size:14px;
}
.nav ul li ul li a{
	height: auto;
	white-space : nowrap;
}

.nav ul li ul li,.nav ul li ul li:first-child{
	float: none;
	line-height: 30px;
	font-size:14px;
	padding: 5px 15px;
}

.nav ul li ul li:hover{
	background:#d4ab52;
}
.nav ul li ul li a{
	height: auto;
	white-space : nowrap;
	color:#5b3f00;
}

.nav ul li ul li a:hover{
	font-weight: normal;
}


/*导航相关 css-END=========================*/

.header {
	height: 100px;
	background: #c9151e;
}

.header .wrapper{
	background: url(../images/header_bg.png) no-repeat 715px 5px;
	height: 100px;
}

.header .wrapper .right a{
	color: #fff;
	padding: 0 15px;
	display: block;
	float: right;
	height: 14px;
	line-height: 14px;
	border-right: solid #fff 1px;
}

.header .wrapper .right a:first-child{
	border:none;
	padding-right: 0;
}


.header .wrapper .right{
	padding-top: 15px;
}

.header .wrapper .right div{
	padding-bottom: 15px;
}

.header input{
	line-height: 36px;
	height: 36px;
	border-radius: 6px;
	background: #f1ddb0 url(../img2020/icon.png) no-repeat 10px -260px;
	border:none;
	width: 230px;
	text-indent: 40px;
	color: #af8d41;
	outline: none;
}

.header input::-webkit-input-placeholder{
	color:#af8d41;
}

.header h1{
display: inline;
}

.header h1 img{
	margin-top: 20px;
}

.header img.phone_num{
	float: right;
	margin-top: 20px;
} 

/*banner=====================*/


.banner,.swiper-container{
	width: 100%;
	height: 400px;
	background: #c9151e;
}

.swiper-slide{
	text-align: center;
	position: relative;
 }

 .swiper-slide img{
 	position: absolute;
 margin-left: -1250px;
  left: 50%;
 }

/*banner-END==================*/
 

/*页脚========================*/
.footer{
	background: #c9161f url(../images/footer_bg.png) no-repeat center bottom;
	margin-top: 30px;
	padding: 18px 0;
	color: #fff;
	padding-bottom: 20px;
}

.footer .left img{
	margin-bottom: 10px;
	width: 340px;
}

.footer p{
	line-height: 26px;
	display: block;
}

.footer .right span{
	width: 18px;
	height: 18px;
	background: url(../img2020/icon.png) 8px -202px;
	padding-left: 24px;
	padding-right: 5px;
}

 .footer .right p,.footer .right img{
 	float: right;

 }

 .footer .right p{
 	padding-right: 10px;
 	margin-top: 78px;
 }

/*页脚-END==================*/



.home_box{
 
	background: #fff;
	width: 100%;
	box-shadow: 0px 3px 7.52px 0.48px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	/*margin-top: 0px;*/
	padding: 10px;
	/*padding-top: 10px;*/
}	

.col_box{padding: 10px; float: left;
}

.col-1-12{width:8.3333%; }
.col-2-12{width:16.6667%; }
.col-5-12{width: 41.6667%;}
.col-6-12{width: 50%;}
.col-3-12{width: 25%;}
.col-4-12{width: 33.3333%;}
.col-8-12{width: 66.6667%;}
.col-9-12{width: 75%;}
.col-12-12{width: 100%;}

.home_box .title{
 padding: 0 10px ;
}

.full_page_box{
	margin-top: 20px;
}

.page_title{
	padding: 20px 0 0 10px;
}

.home_box .title span,.page_title span{
	display: block;
	float: left;
 font-weight: bold;
 	font-size: 18px;
	color:#333;
	}

.home_box .title span,.page_title span,.home_box .title em,.home_box .title a{
	line-height: 40px;
	height: 40px;
	display: block;
	float: left;

}

.home_box .title em{
	padding-left: 10px;
	color: #0957a7;
}

.home_box .title a,.home_box a.more{
	float: right;
	color: #666;
	padding-right:14px;
	background: url(../img2020/menu_btn.png) no-repeat -35px -335px;
	line-height: 40px;
}

.home_box .icon_title{
	
}

.home_box .icon_title b{
	height: 41px;
	width: 41px;
	background: #edb114 url(../img2020/item_img.png) no-repeat 0 -419px;
	display: block;
	position: absolute;
	top: -10px;
	left: 10px;
}

.home_box .icon_title b.xyhd{
	background-position: -41px -419px;
}

.home_box .icon_title span{
	padding-left: 61px;
}

.home_box .content{
	padding: 10px;
}

h2.title{
	color: #c9151e;
	font-size: 22px;
	font-weight: bold;
	*zoom:1;
	line-height: 47px;
	padding: 10px 0;
}

h2.title:after{
	clear: both;
	visibility: hidden;display: block;font-size: 0;content: " ";
}

h2.white_title{
	color: #fff;
}

h2.title span{
	height: 47px;
	width: 47px;
	background: url(../img2020/icon.png) no-repeat 0 -61px;
	display: block;
	float: left;
	margin-right: 20px;
}


h2.title span.h2_notice{
	background-position: -49px -61px;
}
h2.title span.h2_guide{
	background-position: -97px -61px;
}
h2.title span.h2_news{
	background-position: -147px -61px;
}

h2.border_title{
	border-bottom: solid #c9151e 4px;
}

h2.border_title_y{
	border-bottom: solid #f1ddb0 4px;
}

h2.title a{
	float: right;
	font-size: 16px;
	color: #666;
	padding-right: 20px;
	font-weight: normal;
	background: url(../img2020/icon.png) no-repeat 40px -128px;
}

/*链接和公告================*/
.red_bg{
	background: #fafafa url(../img2020/red_bg.png) no-repeat center top;
	height: 482px;
}
/*链接和公告-END================*/

/*相关链接==============*/
.links{
	padding-right: 10px;
	padding-top: 10px;
}

.links li{
	float: left;
	width: 100%;
}
.links li a{
	font-size: 18px;
	color: #fff;
	line-height: 65px;
	float: left;
}

.links li a img{
	margin-top: 10px;
	padding-right: 15px;
	float: left;
}

.links li{
	height: 65px;
	border-bottom: solid #fff 2px;
}
.links li:last-child{
	border:none;
}
/*相关链接-END=============*/

/*通知公告=========================*/

.notice_container{
	background: #fafafa;
	height: 482px;
	padding-left: 10px;
	padding-right: 0;
}

.notice_container h2{
	padding:10px;
}
  
.notice_container ul li{
	width: 50%;
	padding: 0 10px;
	float: left;
} 

.notice_container ul li div{
		border-bottom: solid #ddd 1px;
		padding: 13px 0;
}

.notice_container ul li a{
	font-size: 16px;
	color: #444;
	white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow:ellipsis;
    display: block;
    padding-bottom: 9px;
    line-height: 21px;
}

.notice_container ul li span{
	font-size: 14px;
	color: #fff;
	background: #c9151e;
	padding: 2px 10px;
	line-height: 24px;
}

.notice_container ul li span.n_teacher{
	background: #f1ddb0;
	color: #5b3f00;
}

.notice_container ul li em{
	font-size: 14px;
	color: #999;
	padding-left: 5px;
	line-height: 24px;
}

/*通知公告-END================*/


/*办事指南=========*/

.row_2{
	padding-top: 30px;
}
.guide_container{
	padding-right: 0;
	padding-left: 0;
}

.guide_container h2{
	margin-left: 10px;
}

.guide_container ul{
	width: 100%;
	padding-top: 15px;
}

.guide_container ul li{
	float: left;
	padding:5px 10px;
	padding-right: 0;
	width: 50%;
}

.guide_container ul li a{
	color: #444;
	font-size: 14px;
	width: 100%;
	display: block;
	float: left;
	background: #fafafa;
	border:solid #eee 1px;
	padding: 15px;
	padding-top: 16px;
	height: 72px;
}

.guide_container ul li  a img,.guide_container ul li a span{
	float: left;
}

.guide_container ul li  a span{
	padding-left: 15px;
	width: 72px;
}
/*办事指南-END=======*/


/*新闻动态============*/
.news_container{
	padding-left: 20px;
}

.img_news{
	float: left;
	width: 385px;
	height: 318px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 20px;
	position: relative;
	display: block;
}

.img_news div{
	background: rgba(0,0,0,.6);
	height: 60px;
	width: 100%;
	margin-top: 258px;
}

.img_news div span.date{
	background: #c9151e;
	height: 52px;
	margin-left: 10px;
	color: #fff;
	display: block;
	width: 52px;
	padding: 6px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	float: left;
	margin-right: 15px;
}

.img_news div span.date p{
	display: inline;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}

.img_news div p{
	font-size: 16px;
	line-height: 60px;
	color: #fff;
}


.news_container ul{
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	width: 500px;
}

.news_container ul li{
	padding-left: 26px;
	background: url(../img2020/icon.png) no-repeat left -318px;
	float: left;
}

.news_container ul li a{
	float: left;
width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 50px;
    height: 50px;
    border-bottom: solid #ddd 1px;

}
.news_container ul li:last-child a{
	border:none;
}

.news_container ul li a span{
	white-space: nowrap;
    overflow: hidden;
    width: 380px;
    text-overflow:ellipsis;
    display: block;
    float: left;
}

.news_container ul li a em{
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 50px;
}



/*新闻动态-END=========*/
 

::-webkit-input-placeholder{
	color:#999;
}
::-moz-input-placeholder{
	color:#999;
}
:-ms-input-placeholder{
	color: #999;
}
/*}



/*ie7fixed*/
.header .wrapper{
	*position: relative;
}
.header .right{
	*position: absolute;
	*width: 270px;
	*right: 0;
}

.notice_container{
	*width: 885px;
	*height: 462px;
}

.notice_container ul li{
	*width: 422px;
	*line-height: 0;
}

.red_bg{
	*height: 482px;
}

h2.title{
	*position: relative;
}
h2.title span.h2_notice{
*float: left;
*line-height: 0;
}

h2.title a{
*position: absolute;
*top:10px;
*right: 0;
}

.guide_container{
	*width: 324px;
}

.news_container{
	*width: 866px;
}

.guide_container ul li{
	*width: 150px;
*margin-left: 10px;
*display: block;
*padding: 0;
*margin-bottom: 10px;
}

.guide_container ul li a{
	*height: 42px;
	*width: 122px;
}

.news_container ul{
	*width: 460px;
}

.news_container ul li a{
	*position: relative;
	*width: 436px;
}
.news_container ul li a em{
	*position: absolute;
	*top: 0px;
	*right: 0;
}

.news_container ul li a span{
	*width: 361px;
}

.nav ul li a{
	*height: 52px;
}

.header input{
	*line-height: 36px;
}

.article_container ul.article_list li a{
	*width: 750px;
}

/*ie7fixed-end*/