@charset "utf-8";

.banner img{
    display: block;
    width: 100%;
}

/* 分页 */
 
 .pagination {
     text-align: center;
     font-size: 0;
     padding-top: 50px;
 }
 
 .pagination a {
     display: inline-block;
     border: 1px solid #dcdcdc;
     padding: 0 12px;
     height: 35px;
     font-size: 14px;
     line-height: 35px;
     text-align: center;
     color: #666;
     margin: 0 7px;
 }
 
 .pagination a.active {
     background: #2145a8;
     color: #fff;
     border: 1px solid #2145a8;
 }
 
 .pagination a:hover {
     background: #2145a8;
     color: #fff;
     border: 1px solid #2145a8;
 }
 
 .pagination span {
     display: inline-block;
     font-size: 14px;
 }
 
 #nymain {
     background: url() no-repeat;
     background-size: 1920px auto;
     background-position: center bottom;
 }
 
 .nymain {
     margin-top: 50px;
     margin-bottom: 50px;
     overflow: hidden;
 }
 
 .nymain .leftNav {
     float: left;
     width: 242px;
     background: #2145a8;
     position: relative;
 }
 
 .nymain .leftNav p {
     text-align: center;
     font-size: 30px;
     color: #fff;
     line-height: 92px;
     /* background: url() no-repeat; */
     background-size: 100% 100%;
 }
 
 .nymain .leftNav ul {
     background: #fff;
     padding-top: 5px;
 }
 
 .nymain .leftNav ul li {
     position: relative;
     margin-top: 3px;
 }
 
 .nymain .leftNav ul li a {
     display: block;
     font-size: 18px;
     color: #333333;
     line-height: 60px;
     padding-left: 30px;
 }
 
 .nymain .leftNav>ul>li>a {
     background: #f6f7f9;
 }
 
 .nymain .leftNav>ul>li>span {
     position: absolute;
     width: 30px;
     height: 30px;
     right: 10px;
     top: 8px;
     line-height: 50px;
     background: url(../images/sub_left_down.png) no-repeat center center;
     background-size: 15px 12px;
     cursor: pointer;
 }
 
 .nymain .leftNav>ul>li.active>a {
     background: #f7f8fa;
     background-size: 8px 100%;
     background-position: left top;
     color: #fff;
     background: #2145a8;
 }
 
 .nymain .leftNav>ul>li.active>ul {
     display: block;
 }
 
 .nymain .leftNav>ul>li.active>span {
     background: url(../images/sub_left_down-hover.png) no-repeat center center;
     background-size: 15px 12px;
 }
 
 .nymain .leftNav ul li:hover>a {
     background-size: 8px 100%;
     background-position: left top;
     color: #fff;
     background: #2145a8;
 }
 
 .nymain .leftNav ul li:hover span {
     background: url(../images/sub_left_down-hover.png) no-repeat center center;
     background-size: 15px 12px;
 }
 
 .nymain .leftNav>ul>li>ul {
     display: none;
     background: #f6f7f9;
     padding-top: 0;
     padding-bottom: 0;
     padding-right: 0;
 }
 
 .nymain .leftNav>ul>li>ul>li>a {
     font-size: 14px;
     padding-left: 50px;
     line-height: 50px;
 }
 
 .ny-right {
     overflow: hidden;
     padding-left: 50px;
 }
 
 .position {
     text-align: right;
     font-size: 0;
     padding: 16px 0;
     border-bottom: 1px solid #eceae4;
     margin-bottom: 30px;
 }
 
 .position h3 {
     float: left;
     font-size: 20px;
     font-weight: 600;
     color: #2145a8;
     padding-bottom: 9px;
     border-bottom: 3px solid #2145a8;
 }
 
 .position span {
     color: #666666;
     font-size: 16px;
     vertical-align: middle;
 }
 
 .position img {
     height: 16px;
     vertical-align: middle;
     margin-right: 5px;
 }
 
 .position a {
     font-size: 16px;
     color: #666666;
     margin: 0 5px;
     vertical-align: middle;
 }
 
 .position a:hover {
     color: #2145a8;
 }
 
 .text-list ul {
     margin-top: 30px;
 }
 
 .text-list ul li {
     padding-left: 10px;
     padding-right: 100px;
     background: url(../images/i-list-dot.png) no-repeat;
     background-position: left center;
     position: relative;
     font-size: 15px;
     line-height: 45px;
 }
 
 .text-list ul li a {
     display: block;
     color: #333333;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     transition: all 0.3s;
 }
 
 .text-list ul li:hover a {
     color: #2145a8;
     transform: translateX(5px);
 }
 
 .text-list ul li p {
     position: absolute;
     right: 0;
     top: 0;
     color: #999999;
 }
 
 .art-main .art-tit {
     border-bottom: 1px solid #e5e5e5;
     margin-bottom: 30px;
 }
 
 .art-main .art-tit h3 {
     text-align: center;
     font-weight: 600;
     color: #000;
     font-size: 20px;
     margin-bottom: 20px;
     padding-top: 20px;
 }
 
 .art-main .art-body p {
     color: #333;
     text-indent: 2em;
     font-size: 16px;
     line-height: 32px;
     margin-bottom: 20px;
     font-family: "Microsoft Yahei" !important;
 }
  .art-main .art-body p span{
     color: #333;
     text-indent: 0;
     font-size: 16px;
     line-height: 32px;
     margin-bottom: 20px;
     font-family: "Microsoft Yahei" !important;
 }
 .art-main .art-body img {
     max-width: 80% !important;
 }
 
 .art-main .cont-tit p {
     font-size: 0;
     text-align: center;
     padding-bottom: 20px;
 }
 
 .art-main .cont-tit p img {
     display: inline-block;
     vertical-align: middle;
     height: 16px;
     margin-right: 5px;
 }
 
 .art-main .cont-tit p .liulan {
     margin-left: 50px;
 }
 
 .art-main .cont-tit p span {
     display: inline-block;
     vertical-align: middle;
     font-size: 14px;
     color: #666;
     margin: 0 10px;
 }
 /* 图片列表 */
 
 .img-lists ul {
     overflow: hidden;
     margin-top: 10px;
 }
 
 .img-lists ul li {
     float: left;
     width: 30%;
     margin: 20px 1.5% 0 1.5%;
     border: 1px solid #eee;
     transition: all 0.3s;
     position: relative;
     top: 0;
 }
 
 .img-lists ul li:hover {
     box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
     top: -10px;
 }
 
 .img-lists ul li a {
     display: block;
     width: 100%;
 }
.img-lists ul li .pic{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
 .img-lists ul li .pic img {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
 }
 
 .img-lists ul li a>div.info {
     padding: 10px;
     font-size: 0;
 }
 
 .img-lists ul li a>div.info p {
     color: #333;
     font-size: 16px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     margin-bottom: 5px;
 }
 
 .img-lists ul li a>div.info img {
     height: 14px;
     vertical-align: middle;
     display: inline-block;
 }
 
 .img-lists ul li a>div.info span {
     font-size: 14px;
     display: inline-block;
     margin-left: 5px;
     color: #999;
     vertical-align: middle;
 }

/*组织机构*/
.system .sy-item h4{
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    padding-left: 30px;
    background: #eeeeee;
    line-height: 55px;
    border-left: 5px solid #2145a8;
}

.system .sy-item ul>li{
    float: left;
    width: 21%;

    background: #eeeeee;
    margin: 15px 0;
    margin-left: 5.3%;
    transition: all .3s;
}
.system .sy-item ul>li:nth-child(4n+1){
    margin-left: 0;
}
.system .sy-item ul>li a{
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 50px;
    padding: 0 15px;
    transition: all .3s;

}
.system .sy-item ul>li:hover{
    background: #2145a8;
}
.system .sy-item ul>li:hover a{
    font-weight: 600;
    color: #fff;
}
.system .sy-item ul{
    margin-top: 25px;
}
.system .sy-item {
    margin-top: 50px;
}
.system .sy-item:first-child{
    margin-top: 36px;
}

/*师资列表开始*/
.szdw-list ul>li{
    float: left;
    width: 23.5%;
    margin-left: 2%;
    padding: 5px 5px 0;
    margin-top: 35px;
    border: 1px solid #ddd;
}
.szdw-list ul>li:nth-child(4n+1){
    margin-left: 0;
}
.szdw-list ul>li a{
    display: block;
    overflow: hidden;
}
.szdw-list ul>li a .pic{
    padding-top: 133.33%;
}
.szdw-list ul>li .list-info p{
    font-size: 18px;
    line-height: 36px;
    color: #333;
    text-align: center;
    padding-top: 12px;
    transition: all .3s;
}
.szdw-list ul>li .list-info span{
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-left: 15px;
}
.szdw-list ul>li:hover .pic img{
    transform: scale(1.1);
}
.szdw-list ul>li:hover p,
.szdw-list ul>li:hover span{
    color: #fff;

}
.szdw-list ul>li:hover {
    background: #2145a8;
}


@media screen and (max-width: 1024px) {
.banner{
		margin-top: 60px;
	}
 .nymain .leftNav>p {
		line-height: 46px;
		font-size: 16px;
		text-align: left;
		font-weight: 600;
		padding-left: 20px;
	}
	.nymain .leftNav>p span {
		float: right;
		width: 24px;
		height: 30px;
		margin-top: 8px;
		background: url(../images/sub_left_down2.png) no-repeat center center;
		background-position: left center;
		margin-right: 10px;
	}
	.nymain {
		padding: 10px 15px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.nymain .leftNav {
		float: none;
		width: auto;
		top: 0;
		margin-right: 0;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	.nymain .leftNav ul li a {
		font-size: 14px;
		padding-left: 20px;
		line-height: 46px;
	}
	.nymain .leftNav>ul>li>ul>li>a {
		padding-left: 40px;
		line-height: 38px;
	}
	.nymain .leftNav>ul>li>span{
		top:8px;
		right:10px;
	}
	.nymain .leftNav ul{
		display:none;
	}
	.ny-right {
		float: none;
		width: auto;
		padding-left: 0;
	}
	.position{
		margin-bottom: 15px;
		text-align: left;
	}
	.text-list ul{
		margin-top:10px
	}
}

@media screen and (max-width: 640px) {
	.position h3{
		float:none;width:auto;
		text-align:left;
		border:none;
	}
}