@charset "utf-8";
/* CSS Document */

/* 全局样式 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.16667;
}
ol, ul {
    list-style: outside none none;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, i, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}
:focus {
    outline: 0 none;
}
abbr, acronym {
    border: 0 none;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input, button, select, img {
    vertical-align: middle;
}
textarea {
    vertical-align: top;
}
input, button, textarea, select {
}
legend {
    color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    color: #333;
    font-family: "Microsoft YaHei","Arial","simsun";
    font-size: 12px;
    word-wrap: break-word;

    background-color: #f0f0f0;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    min-height: 100%;
    overflow-y: scroll;

}
textarea::-webkit-input-placeholder,input::-webkit-input-placeholder { /* WebKit browsers */
	color:#999;
}
textarea:-moz-placeholder,input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#999;
}
textarea::-moz-placeholder,input::-moz-placeholder{ /* Mozilla Firefox 19+ */
	color:#999;
}
textarea:-ms-input-placeholder,input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#999;
}
@media not all {
body {
    font-family: "Microsoft YaHei","Arial","simsun";
}
}
a {
    color: #066cb8;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
}
.c_999:visited {
    color: #999;
}
dt {
   /* font-weight: bold;*/
}
p {
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.7em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.25em;
}
h5, h6 {
    font-size: 1em;
}
input, textarea {
    font: 1em "微软雅黑",Arial,"Tahoma",sans-serif;
}
hr {
    background: #ccc none repeat scroll 0 0;
    border: medium none;
    color: #ccc;
    display: block;
    height: 1px;
    width: 100%;
}
a img {
    display: inline-block;
}
.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.m5 {
    margin: 5px;
}
.m10 {
    margin: 10px;
}
.m15 {
    margin: 15px;
}
.m20 {
    margin: 20px;
}
.m25 {
    margin: 25px;
}
.m30 {
    margin: 30px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.unl {
    text-decoration: underline;
}
.no_unl {
    text-decoration: none;
}
.arial {
    font-family: arial;
}
.simsun {
    font-family: "simsun";
}
.yahei {
    font-family: "microsoft yahei";
}
.black {
    color: black;
}
.gray {
    color: gray;
}
.white {
    color: white;
}
.red {
    color: red;
}
.green {
    color: green;
}
.yellow {
    color: yellow;
}
.blue {
    color: #0b72ba;
}
.pink{
	color: #f76fa1;
}

.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.bc {
    margin-left: auto;
    margin-right: auto;
}
.fl {
    display: inline;
    float: left;
}
.fr {
    display: inline;
    float: right;
}
.cb {
    clear: both;
}
.cl {
    clear: left;
}
.cr {
    clear: right;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
	overflow:hidden;
}




/* 头部公用样式 */

.header{
	width:100%;
	margin:auto;
	background:#0d59a7;
	text-align:center;
}
.layout{ 
	width:1100px; 
	margin: auto;
}
.top{ 
	background:#efefef;
	height:32px;
	line-height:32px;
	overflow:hidden;
}
.top .time{
	font-size:12px;
	color:#646464;
	padding-left:30px;
	background:url(../images/icon-time.png) no-repeat;
	background-position:10px center;
	background-size:14px 15px;
}
.top a{
	float:left;
	margin-left:20px;
	padding-left:30px;
	font-size:12px;
	color:#646464;
}
.top .car{
	background:url(../images/icon-car.png) no-repeat;
	background-position:left center;
	background-size:22px 12px;
}
.top .map{
	background:url(../images/icon-map.png) no-repeat;
	background-position:8px center;
	background-size:14px 14px;
}
.top .start{
	background:url(../images/icon-start.png)  no-repeat;
	background-position:10px center;
	background-size:14px 14px;
}
.top .home{
	background:url(../images/icon-home.png) no-repeat;
	background-position:10px center;
	background-size:14px 14px;
}

.logo-search{
	background:#0d59a7;
	padding:34px 0 24px 0;
}
.logo-search .search{
	margin-top:23px;
}
.search .txt{ 
	border:1px solid #dddddd;
	width:314px;
	height:34px;
	padding:0 10px;	
}
.search .smt{
	height:36px;
	width:44px;
	border:1px solid #0579e6;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	cursor:pointer;	
	background:#0579e6 url(../images/icon-search.png) no-repeat center center;
	background-size:24px 24px;
}
.nav{
	background:#0d59a7;
	text-align:center;
}
.nav ul{ 
	overflow:hidden;
}
.nav li{ 
	float:left;
	height:50px;
	line-height:50px;
}
.nav li.cur,.nav li:hover{
	background:#004098;
}
.nav li a{
	padding:17px 12px;
	color:#fff;
}
.banner{
	height:381px;
	overflow:hidden;
	position:relative;
}
#slides {
    display: block;
    height: 381px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#slides li {
    display: block;
    height: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
#pagination {
    display: block;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    padding: 5px 15px 5px 0;
    position: absolute;
    bottom: 30px;
    z-index: 9900;
}
#pagination li {
    background: #fff;
    border-radius: 5px;
    display: block;
    float: left;
    height: 10px;
    list-style: outside none none;
    margin-left: 15px;
    width: 10px;
}
#pagination li a {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 100%;
}
#pagination li.current {
    background: #0092ce;
}

/* 主体内容 */

.main{
	width:1100px;  
	margin:0 auto;
	overflow:hidden;
	text-align:left; width:***;  margin:0 auto; 
	font-size:14px;
}
.school-news{  
	border:1px solid #dbdbdb;
	padding:0px;
	width:1100px;
	overflow:hidden;
	margin:10px auto;
	background:#fff;
}

.bannergg {width:1100px;  margin:0 auto; height:74px; padding-bottom:20px; border: 1px;}
.bannerleftgg {float: left; width:766px;  margin:0 auto; min-height:74px; _height:74px; border: 1px;}
	.bannerrightgg {float:right; width:325px;  margin:0 auto; min-height:74px; _height:74px; border: 1px;}

.bannergg2 {width:1100px;  margin:0 auto; height:74px; padding-bottom:20px; border: 1px;}
.bannerleftgg2 {float: left; width:550px;  margin:0 auto; min-height:74px; _height:74px; border: 1px;}
	.bannerrightgg2 {float:right; width:550px;  margin:0 auto; min-height:74px; _height:74px; border: 1px;}

.focus{ 
	width:713px;
	height:278px;
	overflow:hidden;
}
.tit {
    height: 25px;
    line-height: 25px;
}
.tit .t_txt {
    border-left: 6px solid #1f6eb8;
    color: #555;
    float: left;
    font: 700 18px "Microsoft YaHei";
    padding-left: 10px;
/*	margin:8px 35px 0 0px;*/
}
.imglist{ 
	overflow:hidden;
	width:335px;height:222px;
/*	margin-right:20px;*/
	position:relative;
}
.imglist dl{
	overflow:hidden;
}
.imglist .num{
 	position:absolute;
	right:10px;
	bottom:10px;	
}
.imglist .num li{
	float:left;
	width:10px;
	height:10px;
	margin-left:5px;
	background:#fff;
	color:#fff;
	text-align:center;
	font-size:12px;
}
.imglist .num li.cur{
	background:#f00;
}
.tnewslist ul{
	overflow:hidden;
	width:361px;
}
.tnewslist ul li{
   overflow:hidden;
	height:28px;
	line-height:28px;
	padding-left:15px;
	background:url(../images/right-arror.png) no-repeat left center;
}
.tnewslist ul li a{
	color:#313131;
}
.urlimg{
	margin-top:22px;
}

.module {
	border:1px solid #dbdbdb;
	padding:20px;
	background:#fff;
}
.index-item{
	overflow:hidden;
}
.notice{
	 width:305px;
	 height:230px;	
}

.modulepx
{
    border: 0px solid #dbdbdb;
    padding: 20px;
    background: #fff;
}
.noticepx{
	 width:340px;
	 height:230px;	
	 overflow: hidden;
}
.menu{
	 width:350px;
	 height:270px;
	 padding:0 !important;	
}
.menu dl{ width:100%;height:100%;}
.menu dd{
	float:left;
	width:32.999999%;
	height:32.999999%;
	margin:auto;
	text-align:center;
	vertical-align:middle;
}
.menu dd img{margin-top:8px;}
.menu dd.border-b-r{
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
.menu dd.border-b{
	border-bottom:1px solid #e9e9e9;
}
.menu dd.border-r{
	border-right:1px solid #e9e9e9;
}
.menu dd a{
	color:#4a4a51;
	display:block;
}

.zsjy{
     width:310px!important;
	 width:310px; 
	 *width:310px; 
     _width:310px;	
      height:230px;	 
}
.module li{
	height:30px;
	line-height:30px;
	padding-left:20px;
	background:url(../images/right-arror.png) no-repeat left center;
}
.module li a{
	color:#313131;
}

.ssfc{
	border:1px solid #dbdbdb;
	padding:20px;
	background:#fff;
	position:relative;
}
.ssfcbox{
	margin:auto;
	width:990px;
	height:196px;
	overflow:hidden;

}
.rollBox .ScrCont {
    width: 4000px;
}
.rollBox #List1, .rollBox #List2 {
    float: left;
}
.ssfc .leftbtn{
	position:absolute;
	left:15px;
	bottom:102px;
	display:block;
	width:20px;
	height:38px;
	background:url(../images/left-button.png) no-repeat left center;
}
.ssfc .rightbtn{
	position:absolute;
	right:15px;
	bottom:102px;
	display:block;
	width:20px;
	height:38px;
	background:url(../images/right-button.png) no-repeat left center;
}
.ssfcbox dl{
	/*width:1200px;*/
}
.ssfcbox dd{
	float:left;
	margin-right:10px;
}
.ssfcbox dd .txt{
	height:36px;
	line-height:36px;
	text-align:center;
	background:#dbdbdb;

}
.ssfcbox dd a{
	color:#313131;
}

.links{
	border:1px solid #dbdbdb;
	padding:20px;
	background:#e9e6e6;
	width: 1100px;
    margin: auto;
	
}
.links ul{clear:both;}
.links li{
   float: left;
	border:1px solid #dfdfdf;
	height:28px;
	line-height:28px;
	width:240px;
	text-align:center;
	display:inline-block;
	margin-right:25px;
	background:#fff;
	cursor:pointer;
	position:relative;
}
.links .downlm{ 
	position:absolute;
	bottom:29px;
	left:-1px;
	z-index:999999;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
	width:240px;
}
.links .downlm li { 
	height:28px;
	line-height:28px;
	border:none;
	border-bottom:1px dotted #dfdfdf;
	display:block;
	text-align:left;
	padding-left:20px;
	width:220px;
}
.links .downlm li:last-child{
border:none;
}
.links .downlm li a{ 
	color:#666;
	font-size:13px;
}
.links .downlm li:hover{
	background:#ccc;
}
.links li span{
	padding-right:20px;
	background:url(../images/icon-jt.png) no-repeat right center;
}
.links li:last-child{
	margin-right:0;
}


/* 列表页 */


.left {
    background: #fff;
    border: 1px solid #dbdbdb;
    float: left;
    width: 268px;
	margin:20px 0;
}
.left_nav {
    margin: 5px 0 0px;
}
.left_nav li {
    border-bottom: 1px solid #e1e1e1;
    height: 52px;
    line-height: 52px;
}
.left_nav li a {
    background: url("../images/hui.png") no-repeat 20px center;
    color: #313131;
    display: block;
    font-size: 14px;
    padding: 0 0 0 35px;
}


.left_rd {
    margin: 5px 0 0px 0px;
	text-align:left; 
    border-bottom: 1px solid #dbdbdb;
}
.left_rd h3{

	line-height:30px;
	border-left: 6px solid #1f6eb8;
	color:#1f6eb8;padding-left:20px;
	margin-left:20px;
	margin-top:20px;
}

.left_rd li {
    border-bottom: 1px dotted #f0f0f0;
    color: #737373;
    font-size: 14px;
    line-height: 25px;
    padding: 0 1px 0 1px;
	text-align:left;
}
.left_rd li a {
    background: url("../images/hui.png") no-repeat 10px center;
    color: #313131;
    display: block;
    font-size: 14px;
    padding: 0 0 0 20px;
}





.left_menu {
    height: 50px;
	border-bottom:1px solid #dbdbdb;
}
.left_menu h3{

	line-height:30px;
	border-left: 6px solid #1f6eb8;
	color:#1f6eb8;padding-left:20px;
	margin-left:20px;
	margin-top:20px;
}
.right {
    float: right;
    width: 820px;
	background:#FFF;
	border: 1px solid #dbdbdb;
	margin:20px 0;
}

.currentlocation {
    background: url("../images/location.png") no-repeat 20px center;
    color: #666;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 40px;
	border-bottom: 1px solid #dbdbdb;
}
.currentlocation a {
    color: #737373;
}

.content {
    background: #fff;
    overflow-wrap: break-word;
    padding: 20px 20px 50px;
}
.base_TextList li {
    border-bottom: 1px dotted #f0f0f0;
    color: #737373;
    font-size: 14px;
    line-height: 45px;
    padding: 0 10px 0 10px;
}
.base_TextList li:hover {
    background: #eeeeee ;
    color: #6d0101;
}

.base_TextList li span.time {
    float: right;
}
.base_TextList li a {
    color: #737373;
}
.base_TextList li:hover a{
    color: #6d0101;
}

.base_TextList li span.icon {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    margin-right: 5px;
}

	/* 分页*/


	.page {
		background: #f9f9f9;
		height: auto;
		overflow: auto;
		padding: 20px;
		width: auto;
	}
	.morePage b {
		border: 1px solid #e7e7e7;
		color: #404040;
		display: block;
		float: left;
		height: 18px;
		line-height: 18px;
		margin: 0 4px;
		padding: 4px 10px;
		width: auto;
	}
	.morePage kbd.disable {
		background: #e6e6e6;
		border: 1px solid #e6e6e6;
	}
	.morePage .disable a {
		background: #e6e6e6;
		color: #fff;
	}
	
	.morePage code {
		display: block;
		float: left;
	}
	.morePage * {
		font: 12px/18px Srial,SimSun,serif;
		text-decoration: none;
	}
	.morePage a {
		color: #3384c5;
		overflow-wrap: normal;
		text-align: center;
		word-break: normal;
	}
	.morePage code a, .morePage code i {
		border: 1px solid #e7e7e7;
		color: #404040;
		display: block;
		float: left;
		height: 18px;
		line-height: 18px;
		margin: 0 4px;
		padding: 4px 10px;
		width: auto;
	}

	.morePage code i {
		border: 0 none;
		display: block;
		font-weight: bold;
		line-height: 14px;
		margin: 0;
		padding: 0;
	}
	.morePage kbd, .morePage dfn {
		background: #e78034;
		border: 1px solid #e78034;
		color: #fff;
		display: block;
		float: left;
		height: 18px;
		line-height: 18px;
		margin: 0 4px;
		padding: 4px 10px;
		width: auto;
	}
	.morePage kbd a, .morePage dfn a {
		color: #fff;
		display: block;
		overflow: hidden;
	}
	
	
	
.content div.contentMain {
    font-size: 12px;
    line-height: 2;
    margin: 0 auto;
    padding: 10px 20px;
}
	
	
.content h1 {
    color: #e36c09;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    margin-top: 10px;
    text-align: center;
}

.content p.subTitle {
    border-bottom: 1px dotted #f0f0f0;
    border-top: 1px dotted #f0f0f0;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    text-align: center;
}	
	
	
/* 公共底部 */

.footer {
	background:#dbdbdb;
	height:119px;
	border-bottom:5px solid #1f6eb8;	
}

.footer .sydwimg{
	position:absolute;
	left:0px;
	top:35px;
}
.footer .copyright{
	color:#646464;
	font-family:"宋体";
	text-align:center;
	line-height:28px;
}
.footer .ftbox{
	position:relative;
	padding-top:35px;	
	width:560px;
	margin:auto;
	padding-left:20px;
}

 

/* 尾部公用样式 */


/* 职教扶贫用样式 */
.mr_frUl { float: left; height: 220px; }
.mr_frBtnR { float: right; margin-top: 76px; margin-bottom: 10px; cursor: pointer; }
.mr_frUl ul li { display: inline; float: left; height: 160px; width: 240px; margin-right: 18px; overflow: hidden; }
.mr_frUl ul li img { display: block; margin-bottom: 7px; border: 1px solid #D8D8D8; }

.mr-text { float: left; height: 30px;margin-top: 15px; margin-bottom: 10px; }

/* 职教扶贫用样式 */




