<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "Roboto","微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top&gt;img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}

.nymain{
    position: relative;
    z-index: 2;
    padding-bottom: 100px;min-height:750px;
}



.ny-banner {
    position: relative;
    z-index: 1;
}

.ny-banner img {
    display: block;
    width: 100%;
}

.ny-tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/ny-tit-bj.png) no-repeat;
    background-size: 100% 100%;
    padding: 80px 70px;
    white-space: nowrap;
}

.ny-tit p {
    font-size: 56px;
    color: #f2f3f4;
}

.location {
    padding: 35px 0;
    padding-left: 30px;
    background: url(../images/icon-home.png) no-repeat;
    background-position: left 45px;
    font-size: 0;
}

.location a,
.location span {
    font-size: 16px;
    line-height: 36px;
    color: #505050;
    display: inline;
}

.location span {
    margin: 0 5px;
}

.location a.active {
    color: #00499b;
}

.ny-nav {
    margin-bottom: 40px;
}

.ny-nav ul {
    text-align: center;
    font-size: 0;
}

.ny-nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    margin: 10px;
}

.ny-nav ul li a {
    line-height: 54px;
    font-size: 18px;
    color: #383838;
}

.ny-nav ul li.active {
    background-color: #00499b;
    border-bottom: solid 3px #dc5310;
}

.ny-nav ul li.active a {
    color: #fff;
}

.ny-nav ul li:hover {
    background-color: #00499b;
    border-bottom: solid 3px #dc5310;
}

.ny-nav ul li:hover a {
    color: #fff;
}


.pic-list ul li {
    float: left;
    width: 31%;
    margin-bottom: 45px;
}

.pic-list ul li a {
    background-color: #f5f5f5;
}

.pic-list ul li a p {
    line-height: 94px;
    font-family: Poppins;
    font-size: 20px;
    text-align: center;
    color: #06264a;
}

.pic-list ul li:nth-child(3n+2) {
    margin: 0 3.5%;
}

.pic-list ul li a:hover p {
    color: #00499b;
}


.tl-date {
    text-align: center;
    float: left;
    margin-right: 40px;
    padding-right: 30px;
    border-right: 1px solid #dcdcdc;
}

.tl-date b {
    font-size: 48px;
    color: #eb6100;
    font-weight: normal;
    display: block;
}

.tl-date span {
    font-size: 16px;
    color: #06264a;
    display: block;
}

.tl-tx h3 {
    font-size: 20px;
    color: #3c3c3c;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tl-tx p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6a6a6a;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tx-list ul li{
    margin-bottom: 20px;
}
.tx-list ul li a {
    padding: 40px 0;
    padding-left: 30px;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.6s;
    background: url(../images/tx-list-arrow.png) no-repeat #fff;
    background-size: 0% 100%;
    background-position: right center;
}


.tx-list ul li a:hover {
    background: url(../images/tx-list-arrow.png) no-repeat #00499b;
    background-size: 10% 100%;
    background-position: right center;
    padding-left: 45px;
    padding-right: 10%;
}

.tx-list ul li a:hover b,
.tx-list ul li a:hover span,
.tx-list ul li a:hover h3,
.tx-list ul li a:hover p {
    color: #fff;
}

.pt-list .pic {
    float: left;
    width: 299px;
    height: 204px;
    padding-top: 0;
    float: left;
    margin-right: 3.5%;
}

.pt-tx h3 {
    font-size: 20px;
    color: #3c3c3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pt-tx p {
    font-size: 16px;
    height: 52px;
    line-height: 26px;
    color: #6a6a6a;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 30px 0;

}

.pt-tx span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #6a6a6a;
    padding-left: 30px;
    background: url(../images/icon-ny-date.png) no-repeat;
    background-position: left center;
}

.pt-tx {
    overflow: hidden;
    padding-top: 20px;
}

.pt-list ul li a {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.pt-list ul li:last-child a{
    border: none;
}
.pt-list ul li a:hover {
    background-color: #00499b;
}

.pt-list ul li a:hover h3,
.pt-list ul li a:hover p,
.pt-list ul li a:hover span {
    color: #fff;
}



.teacher&gt;h3 {
    font-size: 36px;
    color: #00499b;
    margin-bottom: 30px;
    text-align: center;
}

.teacher-tit {
    display: inline-block;
    background-color: #00499b;
    line-height: 58px;
    padding: 0 20px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 50px;
}

.teacher-list ul li a {
    padding-left: 50px;
    padding-top: 50px;
    position: relative;
}

.teacher-tx {
    background-color: #f5f5f5;
    padding: 30px 30px 40px 180px;
}


.teacher-tx h3 {
    font-size: 24px;
    color: #00499b;
}

.teacher-tx p {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    color: #3b4959;
    margin: 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teacher-more {
    font-size: 18px;
    color: #eb6100;
    padding-bottom: 13px;
    border-bottom: 1px solid #eb6100;
    display: inline-block;
    transition: all 0.3s;
}

.teacher-list .pic {
	width: 190px;
	height: 235px;
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.teacher-list ul li{
    width: 48%;
    float: left;
    margin-bottom: 50px;

}
.teacher-list ul li:nth-child(odd){
    margin-right: 4%;
}

.teacher-list ul li a:hover .teacher-more{
    letter-spacing: 4px;
}

.teacher-list ul li a:hover img{
    transform: scale(1.1);
}

/* jjy */
.jjy{
    padding-bottom: 100px;
}
.jjy ul li:nth-child(odd) .jjy-pic{
	width: 50%;
	float: right;
}
.jjy ul li:nth-child(even) .jjy-pic{
	width: 50%;
	float: left;
}
.jjy ul li:nth-child(odd) .jjy-tx{
	float: right;
}
.jjy ul li:nth-child(even) .jjy-tx{
	float: left;
}

.jjy-pic .pic{
	padding-top: 61.8%;
}

.jjy-tx h3{
	font-size: 22px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #004ea2;
	font-weight: 600;
	margin-bottom: 40px;
}
.jjy-tx{
	max-width: 40%;
	padding: 3%;
	
}
.jjy-tx p{
	font-family: Cambria;
	font-size: 23px;
	line-height: 33px;
	color: #595959;
    text-align: justify;
}
/* nry */
.nry{
    padding-bottom: 100px;
}
.c-tit h3{
    font-family: Cambria;
    font-size: 30px;
    color: #595959;
   text-align: center;
   margin-bottom: 50px;
}
.c-tx p{
    font-family: Cambria;
    font-size: 23px !important;
    line-height: 33px !important;
    color: #595959 !important;
    text-align: justify !important;

    margin-bottom: 30px;
    text-indent: 2em;
}

.c-tx p img{
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 85%; height:auto !important;
}
.c-tx img{
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 85%; height:auto !important;
}
@media screen and (max-width: 768px){
    .c-tit h3{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .c-tx p{
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/* nry完 */

@media screen and (max-width: 1500px) {

	.jjy-tx{
		max-width: none;
		float: none !important;
	}
	.jjy ul li:nth-child(odd) .jjy-pic{
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.jjy ul li:nth-child(even) .jjy-pic{
		margin-right: 20px;
		margin-bottom: 20px;
	}

}




@media screen and (max-width:1200px){
    .ny-tit p{
        font-size: 50px;

    }
    .ny-tit {
        padding: 60px;
    }
}

@media screen and (max-width:1024px){

    .jjy-tx h3{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.jjy-tx p{
		font-size: 16px;
		line-height: 30px;
	}


    .location{
        padding: 20px 0;
        padding-left: 25px;
        background-position: left 28px;
    }
    .teacher&gt;h3{
        font-size: 30px;
    }
    .teacher-tit{
        font-size: 26px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .teacher-tx{
        padding: 30px;
        padding-left: 115px;
    }
    .teacher-list .pic{
        width: 145px;
        height: 178px;
    }
    .teacher-tx p{
        font-size: 16px;
        margin: 20px 0;
    }
    .teacher-tx h3{
        font-size: 20px;
    }
    .teacher-more{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .ny-tit p{
        font-size: 40px;

    }
    .ny-tit {
        padding: 50px;
    }
    .pic-list ul li a p{
        line-height: 80px;
    }
    
}
@media screen and (max-width:768px){

    .jjy-tx h3{
		font-size: 16px;
		line-height: 28px;

	}
	.jjy ul li:nth-child(odd) .jjy-pic{
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.jjy ul li:nth-child(even) .jjy-pic{
		margin-right: 10px;
		margin-bottom: 10px;
	}


    .tx-list ul li a{
        padding-left: 20px !important;
    }
    .nymain{
        padding-bottom: 50px;
    }
    .ny-tit p{
        font-size: 30px;

    }
    .ny-tit {
        padding: 30px;
    }
    .teacher-list ul li{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .teacher-list ul li:nth-child(odd){
        margin-right: 0;
    }
    .teacher-tit{
        font-size: 20px;
        line-height: 40px;
    }
    .teacher&gt;h3{
        font-size: 26px;
    }
    .pic-list ul li{
        width: 50%;
        margin: 0;
        padding: 10px;
    }
    .pic-list ul li:nth-child(3n+2){
        margin: 0;
    }
    .pic-list ul li a p{
        line-height: 60px;
        font-size: 16px;
    }
    .ny-nav ul li a{
        line-height: 40px;
        font-size: 16px;
    }
    .ny-nav{
        margin-bottom: 20px;
    }
    .pt-list ul li a{
        padding: 20px;
    }
    .pt-list .pic{
        width: 250px;
        height: 170px;
    }
    .pt-tx{
        padding-top: 10px;

    }
    .pt-tx p{
        margin: 20px 0;
    }
    .pt-tx span{
        background-size: 20px;
        padding-left: 25px;
    }
    .pt-tx h3{
        font-size: 18px;
    }
    .pt-tx p{
        font-size: 16px;
    }
    .pt-tx span{
        font-size: 16px;
    }
    .ny-nav ul li{
        margin: 5px;
    }
    .tx-list ul li a{
        padding: 30px 0;
    }
    .tl-date b{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .tl-tx h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tl-date{
        padding-right: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width:640px){
    .pt-list .pic{
        float: none;
        width: auto;
        margin-right: 0;
        height: auto;
        padding-top: 68%;
    }
    .pt-list ul li a{
        padding: 10px;
       
    }
    .pt-list ul li{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:480px){
    .teacher&gt;h3{
        font-size: 20px;
    }
    .ny-tit p{
        font-size: 16px;

    }
    .ny-tit {
        padding: 20px;
    }
    .pic-list ul li{
        padding: 5px;
    }
    .pic-list ul li a p{
        line-height:40px;
        font-size: 14px;
    }
    .location{
        padding: 10px 0;
        padding-left: 20px;
        background-position: left 18px;
    }
    .tl-date b{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .tx-list ul li a{
        padding: 20px 0;
    }
}







































</pre></body></html>