﻿@charset "utf-8";
/* 装饰图 */
.ny_banner img{
    display: block;
    width:100%;
    height: 400px;
    object-fit: cover;
}
.main{
    margin: 30px 0 60px;
}
/*单前位置*/
.cont-top { position: relative; }
.pageTitle {line-height: 50px;font-size: 40px;color: #2555a6;float: left;font-weight: bold;}
.location {text-align: left;padding: 5px 0;float: right;color: #003b94;margin: 10px 0;}
.location p,.location a{position: relative;display: block;float: left;font-size: 14px;font-weight: normal;color: #444444;line-height: 20px;}
.location a:hover{color: #2555a6;}
.location .navi::after { content: ''; display: inline-block; width: 7px; height: 11px; margin: 0 10px; background: url(../img/location_line.png) no-repeat -4px -4px; opacity: 0.4; }
.location a:last-of-type.navi::after{display:none;}

.c-tab01 {position: relative;margin: 15px 0;background: #f8f8f8;border-radius: 50px;overflow: hidden;z-index: 8!important;}
.c-tab01:after { content: ""; display: block; width: 100%; clear: both }
.c-tab01 ul {display: block;overflow: hidden;}
.c-tab01 ul li {display: block;width: auto;float: left;}
.c-tab01 ul li button { width: 100%; background: #fff; border: 0 }
.c-tab01 ul li button, .c-tab01 ul li a {position: relative;display: block;width: 100%;padding: 15px 40px;box-sizing: border-box;border: 1px solid #f8f8f8;line-height: 1;font-size: 0;text-align: center;border-radius: 50px;color: #000;}
.c-tab01 ul li button span, .c-tab01 ul li a span {display: inline-block;position: relative;font-size: 16px;line-height: 20px;overflow: hidden;height: auto;}
.c-tab01 ul li button:focus, .c-tab01 ul li button:active, .c-tab01 ul li button:hover, .c-tab01 ul li a:focus, .c-tab01 ul li a:active, .c-tab01 ul li a:hover {background-color: #f6f6f6;color: #2555a6;}
.c-tab01 ul li a:focus:after, .c-tab01 ul li a:active:after, .c-tab01 ul li a:hover:after { background-position: 0 0; }
.c-tab01 ul li.over button, .c-tab01 ul li.over a {background: #2555a6;border: 1px solid #2555a6;color: #fff;}
.c-tab01 ul li.over.over1 button, .c-tab01 ul li.over.over1 a{
    background: none;
    border: 1px solid #f8f8f8;
    color: #213f9a;
}
.c-tab01 ul li.over button span:after, .c-tab01 ul li.over a span:after { top: 15px }
.c-tab01 ul li.over a:after { background-position: -10px 0; }

/*单篇*/
.main div.tit{
    padding-bottom: 10px;
    border-bottom: 1px solid #2555a6;
}
.main div.tit>h2{
    display: block;
    font-size: 30px;
    color: #2555a6;
    line-height: 1;
}
.dp .dp_sub{
    margin-top: 20px;
}

.dp .dp_sub p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 10px;
    word-wrap:break-word;
    word-break:normal;
    text-align: justify;
}

/*contact*/


/*teacher*/

/*内容页*/
.content_sub{margin-top: 15px;}
.content_sub  h2.tit{
    font-size: 26px;
    color: #333333;
    text-align: center;
    line-height: 32px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f3f7;
}
.content_sub p.fbxx{
    text-align: center;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 30px;
    margin-top: 8px;
}

.content_sub .con p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 15px;
}
.content_sub .con p img,.content_sub .con img{
    display: block;
    width: auto;
    height: auto;
    max-width: 80%;
    margin: 10px auto;
}
.content_sub .con{
    padding-bottom: 10px;
}
.content_sub .sxT{
    border-top: 1px solid #f0f3f7;
    padding-top: 20px;
}
.content_sub .sxT p a{
    display: block;
    width: 100%;
    color: #8c8c8c;
    font-size: 18px;
    line-height: 50px;
}
.content_sub .sxT p a:hover{
    color: #004ea1;
}

/*search*/
.searchWrap {
    min-height: 600px;
    background: #fff;
    margin-top: 35px;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #2555a6;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.searchWrap ul li a:hover h3 {
    color: #2555a6;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}

/*列表页*/
.list_sub ul li{
    width: calc(100% - 30px);
    position: relative;
    margin-left: 30px;
    margin-top: 50px;
}
.list_sub ul li a{
    display: block;
    padding: 20px 20px 20px 90px;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
.list_sub ul li a p.time{
    width: 100px;
    height: auto;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    background: #2555a6;
    border-radius: 10px;
    color: #fff;
    padding: 20px 0;
    line-height: 30px;
    position: absolute;
    top: -30px;
    left: -30px;
}
.list_sub ul li a p.time span{
    display: block;
    font-size: 24px;
}
.list_sub ul li a p.tit{
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    font-weight: bold;
    color: #333;
}
.list_sub ul li a p.txt{
	font-size: 16px;
	color: #898989;
	line-height: 20px;
	max-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 5px;
}
.list_sub ul li:hover p.time{
    background: #000;
}
.list_sub ul li:hover a{
    color: #fff;
    background: #2555a6;
    box-shadow: 0 0 10px 1px rgba(37, 85, 166, 0.7);
}
.list_sub ul li:hover a p{
	color: #fff;
}

/*curriculum*/
.curriculum_sub{
    margin-top: 35px;
}

.curriculum_sub ul li{
    float: left;
    width: 30%;
    margin-right: 5%;
}
.curriculum_sub ul li:nth-child(3n){
    margin-right: 0;
}
.curriculum_sub ul li a{
    display: block;
    position: relative;
}
.curriculum_sub ul li a img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.curriculum_sub ul li a p{
    position: absolute;
    width: 100%;
    height: auto;
    padding: 20px 0;
    left: 0;
    bottom: 0;
    background: rgba(37,85,166,0.6);
    color: #fff;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* 师资 */
.teachers{
    margin: 20px 0;
}
.teachers ul li{
    width: 48%;
    float: left;
    margin: 15px 4% 15px 0;
    padding: 0 25px;
    position: relative;
    box-sizing: border-box;
    height: 210px;
    border-radius: 15px;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.teachers ul li:nth-of-type(2n){
	margin-right:0;
}
.teachers ul li p{
   font-size: 16px;
   color: #000;
   line-height: 30px;
}
.teachers ul li p:last-of-type{
	line-height:24px;
	margin-top:-3px;
}
.teachers ul li b{
    
}
.teacher-content{margin-bottom:30px;margin-top: 30px;}
.teacher-content .img{
	float:left;
	width: 20%;
}
.teacher-content .img img{
	display: block !important;
	width: 100%;
	height: 380px;
	object-fit: cover;
}
.teacher-content .text{
	float: left;
	width: 80%;
	padding: 40px;
	height: 380px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.teacher-content img{
	display: none !important;
}
#contents .teacher-content .text p{
	text-indent: 0;
	margin-bottom: 0;
	margin: 8px 0;
	line-height: 35px !important;
}
.teacher-content .text h2{
	font-weight: bold;
	font-size: 25px;
	color: #085db1;
	margin-bottom: 20px;
}
.teacher-content p{
	font-size: 17px;
	color: #333;
	line-height: 30px;
	margin-bottom: 10px;
	word-wrap: break-word;
	word-break: normal;
	text-align: justify;
}

/* 图片列表 */
.list_img ul li{
	float:left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 25px;
}
.list_img ul li:nth-of-type(4n){
	margin-right:0;
}
.list_img ul li a{
	display:block;
	width:100%;
	height:auto;
}
.list_img ul li a img{
	display:block;
	width:100%;
	height: 220px;
	object-fit: cover;
	border: 1px solid #ddd;
	border-bottom: none;
	box-sizing: border-box;
}
.list_img ul li a p{
	font-size: 17px;
	color: #333;
	line-height: 22px;
	padding: 0 5px;
	box-sizing: border-box;
	height: 54px;
	position: relative;
	border: 1px solid #ddd;
}
.list_img ul li a p span{
	display:block;
	width: calc(100% - 10px);
	height:auto;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:50%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transform:translateY(-50%);
	max-height: 44px;
}
.list_img ul li a:hover p{
	color:#2555a6;
}
.sjdh_szlb{
	margin-top: 15px;
}
.sjdh_szlb ul li{
    float: left;
    width: auto;
    margin-right: 15px;
    margin-top: 15px;
}
.sjdh_szlb ul li a{
    display: block;
    font-size: 16px;
    line-height: 50px;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #dfdfdf;
}
.sjdh_szlb ul li a:hover{
	color:#2555a6;
}
.sjdh_szlb ul li.over a{
	background:#2555a6;
	color:#fff;
}

/* 媒体查询 */
@media only screen and (max-width: 1440px){
	.ny_banner img{
		height:auto;
		min-height:360px;
	}
}
@media only screen and (max-width: 1200px){
	.ny_banner img{
		height:auto;
		min-height:320px;
	}
	.pageTitle {line-height: 40px;font-size: 30px;}
	.location {margin: 5px 0;}
	.list_sub ul li{
	    margin-top: 35px;
	}
	.list_sub ul li:nth-of-type(1){
		margin-top:25px;
	}
	.list_sub ul li a{
	    padding: 15px 15px 15px 70px;
	    border-radius: 5px;
	}
	.list_sub ul li a p.time{
	    width: 85px;
	    font-size: 15px;
	    border-radius: 5px;
	    padding: 11px 0;
	    line-height: 26px;
	    top: -20px;
	    left: -30px;
	}
	.list_sub ul li a p.time span{
	    display: block;
	    font-size: 20px;
	}
	.list_img ul li{
		width: 32%;
	}
	.list_img ul li:nth-of-type(4n){
		margin-right:2%;
	}
	.list_img ul li:nth-of-type(3n){
		margin-right:0%;
	}
	.sjdh_szlb ul{
		max-width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		font-size: 0;
	}
	.sjdh_szlb ul li{
		margin-right:0;
		float:none;
		display:inline-block;
		margin-top: 0;
	}
}
@media only screen and (max-width: 960px){
	.ny_banner img{
		height:auto;
		min-height:280px;
	}
	.c-tab01 ul li button, .c-tab01 ul li a,.c-tab01{
		border-radius:0;
	}
	.c-tab01 ul li button, .c-tab01 ul li a{
		padding: 12px 20px;
	}
	.pageTitle,.location{width:100%;float:none;margin: 0;}
.searchWrap {
	    margin-top: 20px;
	}
	.searchWrap .serBox {
	    padding: 15px;
	    margin-bottom: 10px;
	}
	.searchWrap ul li {
	    padding: 10px 0
	}
	.searchWrap ul li a h3 {
	    font-size: 16px;
	    margin-bottom: 10px;
	    line-height: 25px;
	}
	.searchWrap ul li a p {
	    font-size: 14px;
	    line-height: 24px;
	    max-height: 48px;
	}
	.searchWrap ul li a span.time {
	    line-height: 20px;
	    display: block;
	    margin-top: 0;
	}
	.curriculum_sub ul li{
	    width: 32%;
		margin-right:2%;
	}
	
	.curriculum_sub ul li a p{
		font-size: 16px;
		padding: 15px 0;
	}
.teachers ul li{
	width:100%;
	height: 180px;
	margin: 10px 0;
}
	.teachers ul li p{
		font-size:15px;
		line-height:28px;
	}
}
@media only screen and (max-width: 768px){
	.pageTitle{
		font-size: 25px;
		line-height: 30px;
	}
	.ny_banner img{
		height:auto;
		min-height:240px;
	}
	.dp .dp_sub p{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 8px;
	}
	.location .navi::after{
		margin: 0 4px;
	}
	.c-tab01{
		margin:10px 0;
	}
	.dp .dp_sub{
		margin-top:10px;
	}
	.main{
		margin: 20px 0;
	}
	.c-tab01 ul {
		max-width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		font-size: 0;
	}
	.c-tab01 ul li{
		display:inline-block;
		float: none;
	}
	.list_img ul li{
		width: 49%;
		margin-bottom: 20px;
	}
	.list_img ul li:nth-of-type(3n){
		margin-right:2%;
	}
	.list_img ul li:nth-of-type(2n){
		margin-right:0%;
	}
	.list_img ul li a p{
		font-size:15px;
		height: auto;
		padding: 5px;
	}
	.list_img ul li a p span{
		position:static;
		transform: translateY(0);
		height: auto;
		max-height: initial;
		display: block;
	}
	.content_sub{margin-top: 5px;}
	.content_sub  h2.tit{
	    font-size: 22px;
	    line-height: 26px;
	    padding: 5px 0 8px;
	}
	.content_sub .con p{
	    font-size: 14px;
	    line-height: 24px;
	    margin-bottom: 8px;
	}
	.content_sub .con p img,.content_sub .con img{
	    max-width: 100%;
	    margin: 5px auto;
	}
}
@media only screen and (max-width: 640px){
	.list_sub ul li{
	    margin-top: 25px;
	}
	.list_sub ul li a{
	    padding: 10px 10px 10px 50px;
	    border-radius: 5px;
	}
	.list_sub ul li a p.time{
	    width: 70px;
	    font-size: 14px;
	    padding: 8px 0;
	    line-height: 24px;
	    top: -15px;
	}
	.list_sub ul li a p.time span{
	    font-size: 18px;
	}
	.list_sub ul li a p.tit{
	    font-size: 16px;
	    line-height: 25px;
	    height: 25px;
	}
	.list_sub ul li a p.txt{
		font-size: 13px;
		line-height: 18px;
		max-height: 36px;
		margin-top: 2px;
	}
	.list_sub ul{
	    margin-top: 0;
	}
	.list_sub ul li:nth-of-type(1){
	}
	.location p, .location a{
	    font-size:13px;
	}
	.curriculum_sub{
		margin-top:15px;
	}
	.teachers ul li{
		height: 185px;
		margin: 5px 0;
		padding: 0 15px;
	}
	.teachers ul li p{
		font-size:14px;
		line-height:22px;
	}
	.teachers ul li p:last-of-type{
		margin-top:0;
		line-height:18px;
	}
}
@media only screen and (max-width: 540px){
	.ny_banner img{
 	    height:auto;
	    min-height:160px;
	}
	.list_img ul li{
	    width: 100%;
	    margin-bottom: 15px;
	}
	.list_img ul li:nth-of-type(3n){
	    margin-right:0%;
	}
	.list_img ul li a img{
	    height:auto;
	    max-height:340px;
	}
	.content_sub p.fbxx{
	    margin-top: 0;
	}
	.searchWrap {
	    margin-top: 15px;
	}
	.searchWrap .txt{
	    width: 75%;
	}
	.searchWrap .btn{
	    width: 25%;
	}
	.searchWrap ul li a h3 {
	    margin-bottom: 0;
	    font-size: 15px;
	}
	.curriculum_sub ul li{
	    float: none;
	    width: 100%;
		margin-bottom:20px;
	}
}