﻿@charset "utf-8";
/*总体设置(不可更改)*/
html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,div,dl,dt,dd{margin:0;padding:0;border:0;font-family:"宋体 "; }
select,input{vertical-align:middle;font-size:12px;}
table,tr,td,th{margin:0;padding:0;font-family:"宋体 ";}
textarea,td,div,input{font-size:14px;}
body{color:#333;font: 12px/1.5 '宋体',tahoma, Srial, helvetica, sans-serif;  background:url(../img/body_bg.jpg);}
li {
display: list-item;
text-align: -webkit-match-parent;
}
ul,ol{list-style:none; }
.nbox {
width: 1000px;
margin: 0px auto;
overflow: auto;
height: auto;
_height: 1%;
background: #fff;
border: 1px solid #ccc;
border-top: none;
border-bottom: none;

}

.nbox01 {
width: 1000px;
margin: 0px auto;
overflow: auto;
height: auto;
_height: 1%;
background: #fff;
border-top: none;
border-bottom: none;
}
/**空白10像素**/
.sh10{height:10px;background:#fff;overflow:hidden;font-size:0;}
/**右边空10像素**/
.mar10{margin-right:10px;}
/**左边空10像素**/
.mal10{margin-left:10px;}
/**上边空10像素**/
.mat10{margin-top:10px;}
/**块隐藏**/
.none { display: none;}
/**块显示**/
.block {display: block;}
/**清除边框**/
.nonebor{border:0;}
img{display:block;margin: 0 auto;}
/**清除浮动**/
.clear{clear:both;font-size:0;line-height:0;height:0;}

.clears {clear: both;height: 10px;overflow: hidden;}
/**链接**/
a{outline: none;text-decoration: none; color:#333;}
a:hover{text-decoration: underline; color:#E43D3F;}
.fmove img{display:inline;}

.fl {
float: left;
}

.fr {
float:right;
}
div {
display: block;
}
/*----------------------栏目题头设计-------------------------*/

.newItembox {
	background-image: url(../img/cont_bg_13.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow:hidden;
	float: left;
	width:100%;
}

.newItembox .newtitle {
	background-image: url(../img/title_bg_13.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 15px;
	line-height: 32px;
	height: 32px;
	overflow:hidden;
}
.newtitle em {
	background: url(../img/em_bg_13.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:10px;
	height: 32px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	float: left;
	font-style: normal;
}

.newtitle em a{ color:#fff; text-decoration:none;}

.newtitle span {
	display:inline-block;
	float:right;
	padding-right:20px;
	background-image: url(../img/span_bg_13.gif);
	height: 32px;
	width: auto;
	text-align: right;
	background-position: right top;
	background-repeat: no-repeat;
}
.newtitle span a {
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
}
.newItembox .cont {
	padding: 10px;
	border: 1px solid #CCC;
	border-top: none;
	overflow:auto; height:auto; _height:1%; 
}

#tab_ul_0 a{ padding:0px 10px;}
#tab_ul_0 .cur{ background:url(../img/ibg.jpg) repeat-x left bottom; padding:10px 10px; color:#000;}
#tab_ul_0 a.cur:link,#tab_ul_0 a.cur:visited,#tab_ul_0 a.cur:hover{ color:#c00;}
#edu .newtitle span {
background-image: url(../img/span_bg_13.gif);
padding-left: 30px;}
#edu .cont { background:url(../img/bg_li.gif) repeat-x left top;overflow:auto; height:auto; _height:1%; }
#edu .cont .r_img li{ 
list-style:none;
line-height: 18px;
color: #606060;
background-image: url(../img/pic_all.png);
background-repeat: no-repeat;
background-position: -197px -194px;
text-indent: 12px;
padding-bottom: 7px;}
#edu .cont .r_img li a{text-decoration: none; color:#333;}
#edu .cont .r_img li a:hover { text-decoration: underline; color:#cc0000; }
#edu .cont .r_img img{ text-align:center; padding:3px; border:1px solid #ccc; width:166px; height:115px;}
#edu .cont .l_img li{ list-style:none; margin-top:11px; float:left;}
#edu .cont .l_img img{ text-align:center; padding:2px; border:1px solid #ccc; width:166px; height:39px;}
#edu .newtitle span a {color: #FFF!important;}

/*----------------------栏目题头设计-------------------------*/

.arrowllist{}
.arrowllist li{ background:url(../img/arrow.gif) no-repeat left center; line-height:32px; padding-left:13px; display:block;}
.arrowllist li a{ color:#000;}
.arrowllist li span{ float:right; display:inline-block;}

/*布局框架*/
/*-------------------布局框架----------------------*/

#notice ul li {
line-height: 18px;
color: #606060;
background-image: url(../img/pic_all.png);
background-repeat: no-repeat;
background-position: -197px -194px;
text-indent: 12px;
padding-bottom: 7px;
}


#btns {
	display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #c6c6c6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 5px;
    font-size: 14px;
    border-radius: 2px;
}