@charset "utf-8";
/* 分页 */
.detail-main p span{    font-family: "微软雅黑" !important;
    font-size: 16px !important;
    line-height: 40px !important;
    background: none !important;}


.detail-main p {
    font-size: 16px !important;
    line-height: 40px !important;
    color: #333333;
font-family: "微软雅黑" !important;
 
   
    background: none !important;
}


.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 20px;
}

.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: #2464b2;
    color: #fff;
    border: 1px solid #2464b2;
}

.pagination a:hover {
    background: #2464b2;
    color: #fff;
    border: 1px solid #2464b2;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}
.banner img{
    display: block;
    width: 100%;
}
.banner{
    position: relative;
}
.position{

margin-bottom: 20px;
}
.position>div{
    width: 1400px;
    font-size: 15px;
    line-height: 52px;
    color: #333;
    margin: auto;
    border-bottom:1px #ddd solid;
}


.ny-main{
    
    padding-bottom: 63px;
}

.ny-menu {
     float: left;
     width: 330px;
     min-height:880px ;
     background: url(../images/left.jpg) left top no-repeat;
 }
 
 .ny-menu h4{font-size: 30px;font-weight: bold;color: #fff;margin-left: 132px;padding-top: 40px;}
 .ny-menu>p {
     border-left: 6px solid #0555ba;
     line-height: 63px;
     font-size: 24px;
     font-weight: 600;
     color: #333333;
     padding-left: 20px;
 }
 
 .ny-menu>ul {
 	width:200px;
 	margin: 0px auto;
     margin-top:40px;
     margin-left: 80px;
 }
 
 .ny-menu>ul>li {
     border-bottom: 1px solid #517ec5;
     position: relative;
 }
 
 .ny-menu>ul>li.on,
 .ny-menu>ul>li.on+li {
     border-color: #517ec5;
 }
 
 .ny-menu>ul>li.on>a {
     width: 250px;
     color: #000;
     padding-left: 20px;
     background: url(../images/leftnav.png) right center no-repeat;
 }
 
 .ny-menu>ul>li.active>a {
     color: #fff;
 }
 
 .ny-menu>ul>li span {
     position: absolute;
     right: 0;
     top: 50%;
     width: 20px;
     height: 8px;
     top: 20px;
     background: url(../images/ny-lion.png) no-repeat;
     background-position: center center;
     cursor: pointer;
     transition: all 0.3s;
 }
 
 .ny-menu>ul li.on>span {
     transform: rotateZ(-90deg);
 }
 
 .ny-menu>ul li.on>ul {
     display: block;
 }
 
 .ny-menu>ul>li>a {
     display: block;
     line-height: 43px;
     font-size: 16px;
     color: #fff;
     padding-right: 10px;
 }
 
 .ny-menu>ul>li ul {
     padding-bottom: 20px;
     display: none;
 }
 
 .ny-menu>ul>li ul li {
     padding-left: 30px;
     background: url(../images/enter-r.png) no-repeat;
     background-position: left 9px;
     line-height: 30px;
     transition: all 0.3s;
     margin-left: 14px;
     position: relative;
 }
 
 .ny-menu>ul>li ul li span {
     top: 10px;
 }
 
 .ny-menu>ul>li ul li.on {
     background: url(../images/enter-r3.png) no-repeat;
     background-position: left 14px;
 }
 
 .ny-menu>ul>li ul li.on>a {
     color: #fff;
 }
 
 .ny-menu>ul>li ul li:hover {
     margin-left: 25px;
 }
 
 .ny-menu>ul>li ul li:hover>a {
     color: #fff;
 }
 
 .ny-menu>ul>li ul li:hover {
     background: url(../images/enter-r3.png) no-repeat;
     background-position: left 9px;
 }
 
 .ny-menu>ul>li>ul>li>ul li {
     margin-left: 0;
 }
 
 .ny-menu>ul>li>ul>li>ul li:hover {
     margin-left: 5px;
 }
 
 .ny-menu>ul>li ul li a {
     display: block;
     color: #fff;
     font-size: 14px;
 }


.ny-right{
    overflow: hidden;
    padding-left: 30px;
}
/*列表页*/

.ny-list{
	width:90%;
	margin: 20px auto;

}
.ny-list li{
    position: relative;
    line-height:30px;
}
.ny-list li a{
    display: block;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow:ellipsis ;
    white-space: nowrap;
    transition: all .3s;
}
.ny-list li span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #999;
}
.ny-list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    transform: translateY(-50%);
}
.ny-list li:hover a{
    color: #1a468f;
}
.ny-list li:hover span{
    color: #1a468f;
}


.ny-list2{
	width:90%;
	margin: 20px auto;

}
.ny-list2 li{
    position: relative;
    line-height:36px;
}
.ny-list2 li a{
    display: block;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow:ellipsis ;
    white-space: nowrap;
    transition: all .3s;
}
.ny-list2 li span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #999;
}
.ny-list2 li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    transform: translateY(-50%);
}
.ny-list2 li:hover a{
    color: #1a468f;
}
.ny-list2 li:hover span{
    color: #1a468f;
}



/*列表图片*/

.list-text li>a{
    display: block;
    overflow: hidden;
    position: relative;
}
.list-text li .tm{
    width: 65px;
    float: left;
    text-align: right;
}
.list-text li .tm span{
    display: inline-block;
    font-size: 36px;
    color: #2464b2;
    line-height: 1;
    position: relative;
}
.list-text li .tm span:first-child{
    display: block;
    font-size: 16px;
    color: #333333;
    width: auto;
}

.tm .big{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #2464b2;
}
.text {
    overflow: hidden;
    padding-left: 38px;
    padding-right: 252px;
    padding-bottom: 37px;
}
.text h4{
    font-size: 18px;
    line-height: 1;
    color: #2464b2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.text p{
    font-size: 14px;
    line-height: 26px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -web-line-clamp:3;
    overflow: hidden;
    text-overflow:ellipsis;
    height: 99px;
    margin-top: 10px;
}
.text-pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    overflow: hidden;
}
.text-pic img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.list-text{width: 90%; margin: 20px auto;}
.list-text>ul>li{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.list-text>ul>li:hover p{
    color: #2464b2;
}
.list-text>ul>li:hover img{
    transform: scale(1.1);
}

/* 师资力量 */

.list-text2 li>a{
    display: block;
    overflow: hidden;
    position: relative;
}

.text2 {
    overflow: hidden;
    padding-left: 190px;
    padding-bottom: 0;
    min-height: 197px;
}
.text2 h4{
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.text2 p{
    width: 90%;
    font-size: 14px;
    line-height: 26px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -web-line-clamp:3;
    overflow: hidden;
    text-overflow:ellipsis;
    /* height: 99px; */
    margin-top: 10px;
}
.text-pic2 {
    position: absolute;
    top: 2px;
    left: 24px;
    width: 146px;
    overflow: hidden;
}
.text-pic2 img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.list-text2{width: 90%; margin: 20px auto;}
.list-text2>ul>li{
	width: 47%;
	display: block;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 5px #ddd;
	margin-top: 20px;
}

.list-text2>ul>li:nth-child(2n){margin-left: 4%;}

.list-text2>ul>li:hover img{
    transform: scale(1.1);
}


.ny-right .ny-box{ width:100%; margin: 0px auto; border: 1px #ddd solid; background: #fff;min-height: 699px;}
.ny-right .ny-box .p{ width:90%; margin:20px auto;}
.ny-right .ny-box .p p{line-height: 24px; font-size: 15px;}

.nycolumn1{ width: 100%; height: 60px; background: url(../images/nycolumn1.jpg) top center no-repeat;}
.nycolumn1 h1{ height: 60px;  text-align: center; font-size:24px; color: #fff; line-height: 60px;}
.nycolumn1 h1 img{ vertical-align: middle;}
.nycolumn2{ width: 100%; height: 60px; background: url(../images/nycolumn2.jpg) top center no-repeat;}
.nycolumn2 h1{ text-align: center; font-size:24px; color: #fff; line-height: 60px;}
.nycolumn2 h1 img{ vertical-align: middle;}
.nycolumn3{ width: 100%; height: 60px; background: url(../images/nycolumn3.jpg) top center no-repeat;}
.nycolumn3 h1{ text-align: center; font-size:24px; color: #fff; line-height: 60px;}
.nycolumn3 h1 img{ vertical-align: middle;}
.nycolumn4{ width: 100%; height: 60px; background: url(../images/nycolumn4.jpg) bottom center no-repeat;}
.nycolumn4 h1{ text-align: center; font-size:24px; color: #000; line-height: 60px; font-weight: normal;}
.nycolumn4 h1 img{ vertical-align: middle;}
.nycolumn5{ width: 100%; height: 60px; background: url(../images/nycolumn5.jpg) top left no-repeat;}
.nycolumn5 h1{width: 243px; text-align: center; font-size:24px; color: #fff; line-height: 60px; font-weight: normal;}
.nycolumn5 h1 img{ vertical-align: middle;}

.nycolumn6{ width: 100%; height:40px; margin-top:20px;}
.nycolumn6 h1{ width: 200px; margin-left:30px; text-align: center; font-size:24px; color: #000; line-height:40px; font-weight: normal; border-bottom: 2px #1c5dbb solid;}
.nycolumn6 h1 img{ vertical-align: middle;}


table{margin:0 auto;} 
/*文章*/
.detail-tit h4{
    font-size: 30px;
    color: #2464b2;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.detail-tit p{
    margin-top: 32px;
    font-size: 14px;
    line-height: 1;
    color: #666666;
    text-align: center;

}
.detail-tit {    margin-bottom: 20px;
    padding-bottom: 39px;
    border-bottom: 2px solid #2464b2;
}
.detail-main p{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
 
   
}
.detail-img{
    margin-top: 42px;
}
.detail-img img{
    display: block;
    width: 80%;
    margin: 10px auto;
}
@media screen and (max-width: 1400px){
    .position>div{
        width: auto;
    }
}
@media screen and (max-width: 1024px){
.section1{    margin-top: 0px !important;}
    .banner{
        margin-top: 70px;
    }
    .ny-main {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .position{
        padding-left: 10px;
        background-size: contain;
    }
    .position>div{
        font-size: 14px;
        line-height: 30px;

    }
    /*文章*/
    .detail-tit h4{
        font-size: 18px;
    }
    .detail-tit p{
        margin-top: 20px;
    }
    .detail-tit{
        padding-bottom: 25px;
    }
    .detail-main p{
        font-size: 13px;
        margin-top: 15px;
        line-height: 26px;
    }
    /*分页*/
    .pagination{
        padding-top: 20px;
    }
    /*列表图片*/
   

    .list-text>ul>li{
        padding: 20px 0;
    }
    .text{
        padding-left: 20px;
        padding-right: 230px;
        padding-bottom: 20px;
    }
    .text h4{
        font-size: 18px;
    }
    .text p{
        font-size: 14px;
        margin-top: 15px;
    }
    .text-pic{
        width: 220px;
    }

    /**/

    .ny-left{
    	display: none;
        float: none;
        width: auto;
    }
   

    .ny-right{
        margin-top: 20px;
        padding-left: 0;
    }
    .ny-list li a,.ny-list li span{
        font-size: 14px;
    }
    .ny-list li{
       
    }

}
@media screen and (max-width: 768px){
.v_news_content table{    width: 100%;border-color: #666666;border-collapse: collapse;display: flex;overflow: scroll hidden; white-space: nowrap;word-break: keep-all; }
    
.ny-menu{display: none;}
    .position{
        background-size: 240px 30px;
    }
    
    
.nycolumn1{ width: 100%; height: 60px; background: url(../images/nycolumn1.jpg) top center no-repeat;}
.nycolumn1 h1{ height: 60px;  text-align: center; font-size:22px; color: #fff; line-height: 60px;}
.nycolumn1 h1 img{ vertical-align: middle;}
.nycolumn2{ width: 100%; height: 60px; background: url(../images/nycolumn2.jpg) top center no-repeat;}
.nycolumn2 h1{ text-align: center; font-size:22px; color: #fff; line-height: 60px;}
.nycolumn2 h1 img{ vertical-align: middle;}
.nycolumn3{ width: 100%; height: 60px; background: url(../images/nycolumn3.jpg) top center no-repeat;}
.nycolumn3 h1{ text-align: center; font-size:22px; color: #fff; line-height: 60px;}
.nycolumn3 h1 img{ vertical-align: middle;}
.nycolumn4{ width: 100%; height: 60px; background: url(../images/nycolumn4.jpg) bottom center no-repeat;}
.nycolumn4 h1{ text-align: center; font-size:22px; color: #000; line-height: 60px; font-weight: normal;}
.nycolumn4 h1 img{ vertical-align: middle;}
.nycolumn5{ width: 100%; height: 60px; background: url(../images/nycolumn5.jpg) top left no-repeat;}
.nycolumn5 h1{width: 243px; text-align: center; font-size:22px; color: #fff; line-height: 60px; font-weight: normal;}
.nycolumn5 h1 img{ vertical-align: middle;}
    
    .ny-right .ny-box .p p{line-height: 24px; font-size: 14px;}
}

@media screen and (max-width: 640px){
    .banner{
        margin-top: 60px;
    }
    /*文章*/
    .detail-tit{
        padding-bottom: 15px;
    }
    /*列表图片*/

    .text{
        padding-bottom: 0;
        padding-right: 150px;
    }
    .text-pic{
        width: 140px;
    }
    .text h4{
        font-size: 16px;
    }
    .text p{
        font-size: 12px;
        line-height: 24px;
        height: 72px;
    }
    .list-text li .tm span:first-child{
        font-size: 12px;
    }
    .list-text li .tm span{
        font-size: 30px;
    }
    .list-text li .tm{
        width: 50px;
    }
    .ny-list li span{
        
    }
    .ny-list li a{
        
        padding-right: 70px;
    }
    .ny-list li{
        line-height: 36px;
    }
    .ny-left>h4{
        font-size: 14px;
        line-height: 36px;
    }
    .ny-left>h4>span{
        height: 36px;
    }
}
@media screen and (max-width: 480px){
    .detail-tit h4{
        font-size: 16px;
        white-space: normal;

    }
    .detail-tit p{
        font-size: 12px;
    }
    .list-text>ul>li{
        padding: 10px 0;
    }
    .text p{
        margin-top: 8px;
    }
    .text-pic{
        position: relative;
        width: auto;
        margin-top: 10px;
    }
    .text{
        padding-right: 0;
    }
    .text h4{
        font-size: 14px;
    }


} 
