@charset "utf-8";
/* CSS Document */
.banner img{
	width: 100%;
}
.main{
	background: #FFFFFF;
}

/*左菜单*/
.submenu{
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 0px 15px #888888;
}
.submenu-title{
	background: url("../images/bkspy/submenu-title-bg.jpg") no-repeat;
	background-size: 100% auto;
	height: 82px;
	line-height: 82px;
	padding-left: 40px;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
.submenu-main{
	width: 100%;
	padding: 30px;
}
.submenu-main>ul>li{
	width: 100%;
	border-bottom: 1px solid #C5C5C5;
	line-height: 56px;
	transition: all 0.5s;
}
.submenu-main>ul>li:hover{
	background: #EBEBEB;
}
.submenu-main>ul>li>a{
	color: #000000;
	line-height: 56px;
	background: url("../images/bkspy/submenu-li.png") no-repeat 10px 22px;
	display: block;
	padding-left: 30px;
	font-size: 18px;
}

/*最新通知*/
.sign-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 1px;
}
.sign-nav {
	padding-right: 30px;
	width: 100%;
    height: 46px;
    line-height: 46px;
}
.sign-nav h2 {
    padding-left: 15px;
	padding-right: 15px;
    font-size: 20px;
    margin-top: 0px;
    float: left;
	line-height: 46px;
	background: #133473;
	color: #ffffff;
	text-align: center;
}
.sign-line{
	height: 2px;
	background: #133473;
}
.sign-content .lm-more{
	margin-right: 15px;
	border: 1px solid #E0E0E0;
	margin-top: -20px;
	float: right;
}
.sign-content .lm-more a:hover{
	color: red;
}
.sign-nav ul {
    float: left;
	margin-left: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.sign-nav ul li {
    float: left;
    color: #737373;
    padding: 0px 30px;
    font-size: 18px;
    cursor: pointer;
    line-height: 18px;
	border-right: 1px solid #737373;
}
.sign-nav ul .on {
    color: #133473;
    height: 18px;
	font-weight: bold;
}
.sign-body ul {
    width: 100%;
    display: none;
    float: left;
    overflow: hidden;
}
.notice-all{
}
.notice-item{
	width: 100%;
	line-height: 46px;
	border-bottom: 1px solid #bfbfbf;
	transition: all 0.5s;
	padding-left: 15px;
}
.notice-item-title{
	width: 75%;
	float: left;
	background: url("../images/li02.png") no-repeat left 19px;
	padding-left: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.notice-item-title a{
	color: #000000;
}
.notice-item:hover{
	background: #f4f4f4;
}
.notice-item-date{
	text-align: right;
	padding-right: 15px;
}
.sign-body {
    
}

.lm-header2{
	width: 100%;
    height: 46px;
    line-height: 46px;
	border-bottom: 2px solid #133473;
}
.lm-header2 h2{
	padding-left: 15px;
	padding-right: 15px;
    font-size: 20px;
    margin-top: 0px;
    float: left;
	line-height: 46px;
	background: #133473;
	color: #ffffff;
	text-align: center;
}

/*教育教学动态*/
.jx-lm-l{
	width: 50%;
	float: left;
	padding-right: 15px;
	margin-top: 30px;
}
.jx-lm-r{
	width: 50%;
	float: left;
	padding-left: 15px;
	margin-top: 30px;
}
.lm-more{
	border: 1px solid #E0E0E0;
}
.lm-con{
	margin-top: 15px;
}
.lm-item{
	width: 100%;
	line-height: 46px;
	border-bottom: 1px solid #bfbfbf;
	transition: all 0.5s;
	padding-left: 15px;
}
.lm-item-title{
	width: 75%;
	float: left;
	background: url("../images/li02.png") no-repeat left 19px;
	padding-left: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.lm-item-title a{
	color: #000000;
}
.lm-item:hover{
	background: #f4f4f4;
}
.lm-item-date{
	text-align: right;
	padding-right: 15px;
}
.zy-item{
	width: 50%;
	float: left;
	margin-top: 15px;
}
.zy-item:nth-child(even){
	padding-left: 15px;
}
.zy-item:nth-child(odd){
	padding-right: 15px;
}
.zy-item a{
	width: 100%;
	line-height: 44px;
	display: block;
	border: 1px solid #133473;
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
	color: #133473;
	font-weight: bold;
	transition: all 0.5s;
}
.zy-item a:hover{
	background: #133473;
	color: #ffffff;
}

/*工作分工*/
.gzfg li{
	line-height: 42px;
	padding-left: 15px;
	padding-right: 15px;
}
.gzfg .lm-con{
	background: #EDEDED;
	height: 240px;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media(max-width:1330px){
	.submenu-title{
		padding-left: 30px;
		font-size: 20px;
		line-height: 64px;
		height: 64px;
	}
	.submenu-main ul li a{
		font-size: 16px;
	}
	.lm-item-title,.notice-item-title{
		width: 70%;
	}
	.sign-nav h2,.lm-header2 h2 {
		font-size: 18px;
	}
	.logo img{
		width: 520px;
	}
}
@media(max-width:1024px){
	.sign-nav ul li {
    	padding: 0px 20px;
	}
	.submenu-main{
		padding: 20px;
	}
}
@media(max-width:992px){
	.submenu{
		display: none;
	}
}
@media(max-width:768px){
	.jx-lm-l,.jx-lm-r{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media(max-width:767px){
	.logo img{
		width: 300px;
	}
	.sign-content{
		margin-top: 30px;
	}
	.sign-nav {
		padding-right: 0px;
	}
	.sign-nav ul {
		margin-left: 0px;
	}
	.sign-nav ul li {
   		padding: 0px 15px;
    	font-size: 15px;
	}
	.zy-item a{
		font-size: 16px;
	}
}
@media(max-width:670px){
	.sign-nav h2,.lm-header2 h2 {
		font-size: 16px;
	}
	.btn-item{
		display: none;
	}
}
@media(max-width:320px){
	.logo img{
		width: 150px;
	}
	.lm-item{
		padding-left: 0px;
	}
	.lm-item-date,.notice-item-date{
		padding-right: 0px;
	}
	.sign-nav ul li {
   		padding: 0px 8px;
	}
	.sign-nav h2 {
    	padding-left: 10px;
		padding-right: 10px;
	}
	.zy-item:nth-child(even){
		padding-left: 8px;
	}
	.zy-item:nth-child(odd){
		padding-right: 8px;
	}
	.zy-item a{
		line-height: 36px;
		font-size: 15px;
	}
}
.submenu-con2{
	background:#e9eef6;
}
.submenu-con2>li>a{
	display: block;
	width: 100%;
	line-height: 41px;
	color: #133473;
	font-size: 16px;
	padding-left: 35px;
}
