.w-section {
    min-width: 1440px;
    position: relative;
    background: #fff;
}
.w-section .section-content {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-header {
    margin-bottom: 50px;
    position: relative;
}
.section-header h2 {
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    font-weight: 600;
    color: #191c3d;
    line-height: 56px;
}

.section-header h2, .section-header p {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.section-header p {
    font-size: 24px;
    font-weight: 400;
    color: #191c3d;
    line-height: 33px;
}
.section-header.border::after {
    content: "";
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 2px;
    background: #f0641e;
    background: linear-gradient(270deg,#f0762b 0,#ef5e17 100%);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.16);
}
.wakecoreval {
    width: 1060px;
    margin: 0 auto;
}
.wakecoreval .wakecore-section {
    width: 450px;
    float: left;
    margin: 0 40px 90px 40px;
}
.wakecoreval .wakecore-section img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 40px;
}
.wakecoreval .wakecore-section .wakecore-sctontent {
    float: left;
    width: 340px;
}
.wakecoreval .wakecore-section .wakecore-sctontent .wakecore-title {
    display: block;
    font-family: PingFangSC-Semibold,PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,"微软雅黑",Arial;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #48486a;
    line-height: 25px;
}
.wakecoreval .wakecore-section .wakecore-sctontent .wakecoure-descp {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #8c8d9e;
    line-height: 28px;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.w-section {
		min-width: 100%;
		padding: 0 15px;
	}
	.w-section .section-content {
		width: 100%;
	}
	.section-header {
		width: 100%;	
	}
	.section-header h2 {
		font-size: 25px;
	}
	.section-header p {
		font-size: 18px;	
	}
	.wakecoreval {
		width: 100%;
	}
	.wakecoreval .wakecore-section {
		width: 100%;
		margin: 20px 0;
	}
	.wakecoreval .wakecore-section img {
		width: 18%;
		height: auto;
		margin-right: 7%;
	}
	.wakecoreval .wakecore-section .wakecore-sctontent {
		width: 75%;
	}
}

.line_03 {

}
.line_03_main {
	width: 1200px;
    margin: 0 auto;
    position: relative;
}
.line_cont_a {
    width: 1200px;
    margin: 0 auto;
    height: 396px;
    position: relative;
}
.text_xxt {
    font-size: 28px;
    color: #393939;
    font-weight: bold;
    padding-top: 50px;
}
.cneter_line {
    width: 1200px;
    height: 2px;
    border-top: 2px dotted #bebebe;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 49px;
}
.cont_rxfw {
    width: 1200px;
    display: flex;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    justify-content: space-between;
}
.cont_rxfw li {
    width: 223px;
    height: 397px;
    padding-top: 38px;
    position: relative;
}
.cont_rxfw li:hover .active_hc {
    background-position: bottom center;
}
.cont_rxfw li .top_icon {
    width: 22px;
    height: 22px;
    background: url(/wp-content/themes/ny/zhuanti/images/university/icon_tb.jpg) no-repeat top center;
    margin: 0 auto;
}
.cont_rxfw li .bottom_bgorange.active_hc {
    background-position: 50% 100%;
    box-shadow: 0px 8px 16px 0px rgba(255, 106, 110, 0.38);
}
.cont_rxfw li .bottom_bgorange {
    width: 222px;
    height: 270px;
    background: url(/wp-content/themes/ny/zhuanti/images/university/bottom_bgorange.jpg) no-repeat top center;
    margin-top: 30px;
}
.cont_rxfw li .title_1.active_hc {
    color: #fff;
}
.cont_rxfw li .title_1 {
    font-size: 22px;
    font-weight: bold;
    color: #393939;
    padding: 24px 0 0 20px;
}
.cont_rxfw li .title_en {
    font-size: 14px;
    letter-spacing: 2px;
    color: #999;
    opacity: 0.5;
    padding: 6px 0 0 20px;
}
.cont_rxfw li .title_en.active_hc {
    color: #fff;
}
.cont_rxfw li .line_fk.active_hc {
    background: #fff;
}
.cont_rxfw li .line_fk {
    width: 28px;
    height: 3px;
    margin: 13px 0 0 20px;
    background-image: linear-gradient( #f0383c, #f0383c), linear-gradient( #ffffff, #ffffff);
}
.cont_rxfw li .text_1.active_hc {
    color: #fff;
}
.cont_rxfw li .text_1 {
    font-size: 15px;
    color: #595959;
    padding: 22px;
    line-height: 26px;
}
@media (max-width: 767px) {
	.line_03_main {
		width: 100%;
	}
	.line_cont_a {
		width: 100%;
		height: auto;
	}
	.cont_rxfw {
		width: 100%;
		display: block;
		padding: 0 5px;
	}
	.cont_rxfw li {
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	.cneter_line {
		display: none;
	}
	.cont_rxfw li {
		width: 47%;
		display: inline-block;
		vertical-align: top;
		margin: 0 1%;
	}
	.cont_rxfw li .top_icon {
		display: none;
	}
	.cont_rxfw li .bottom_bgorange {
		width: 100%;
	}
}


.title_34 {
    font-size: 34px;
    color: #393939;
    text-align: center;
    padding-top: 40px;
    line-height: 1;
    font-weight: bold;
}
.line_4 {
    padding-bottom: 105px;
    background-image: linear-gradient(white, #f6f6f6);
}
.line_4 .h2 {
    text-align: center;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 36px;
}
.line_4 .h2 .i1 {
    background: url(/wp-content/themes/ny/zhuanti/images/qiaoliang/right.png) no-repeat center top;
    width: 66px;
    height: 18px;
    display: inline-block;
    margin: 3px 23px 0 0;
}
.line_4 .h2 .i2 {
    background: url(/wp-content/themes/ny/zhuanti/images/qiaoliang/right.png) no-repeat center top;
    width: 66px;
    display: inline-block;
    height: 18px;
    margin: 3px 0 0 23px;
    transform: rotate(-180deg) !important;
}
.mains {
    width: 1200px;
    margin: 0 auto;
}
.line_4 .mains .line-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.line_4 .mains .line-box .line {
    width: 16%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 43px;
}
.line_4 .mains .line-box .line img{
	width: 50%;
}	
.line_4 .mains .line-box .line .tit {
    font-size: 16px;
    line-height: 60px;
    color: #626262;
    font-weight: 600;
}
@media (max-width: 767px) {
	.title_34 {
		font-size: 25px;
		padding-top: 40px;
	}
	.line_4 {
		padding-bottom: 40px;
	}
	.line_4 .h2 {
		font-size: 20px;
	}
	.line_4 .h2 .i1, .line_4 .h2 .i2 {
		width: 36px;
	}
	.mains {
		width: 100%;
		padding: 0 10px;
	}
	.line_4 .mains .line-box .line {
		width: 33%;
	}
	.line_4 .mains .line-box .line img {
		width: 60%;
	}
	.line_4 .mains .line-box .line .tit {
		line-height: 30px;
		margin-top: 15px;
		font-size: 14px;
	}
}



.pa25 {
    padding-bottom: 25px;
	width: 1200px;
	margin: 0 auto;
}
.gh_tit {
    position: relative;
    margin: 0 0 10px 0;
    padding-left: 30px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.gh_tit em {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(/zhuanti/images/kecheng/icon-0.png) center no-repeat;
    background-size: 100% 100%;
}
.gh_table {
	width: 90%;
    margin: auto;
}
.gh_table h5 {
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    color: #ea5413;
    text-align: center;
    font-size: 16px;
	font-weight: 700;
}
.gh_pai .tablebox {
    height: 416px;
    overflow-y: auto;
}
.gh_table table {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.gh_pai .tablebox tr td:first-of-type {
    width: 98px;
}
.gh_pai .tablebox td {
    padding: 6px 0;
}
.gh_table table td {
    padding: 12px 0;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
	.pa25 {
		width: 100%;
		padding: 0 10px;
	}
	.gh_pai .tablebox tr td:first-of-type {
		width: auto;
	}
	.gh_table {
		width: 100%;
	}
}
