@charset "utf-8";
.headerNav .w1420 {
    text-align: center;
    overflow: hidden;
}

.headerNav .w1420 a {
    width: 113px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.tab {
    font-size: 0;
    overflow: hidden;
}

.tab a {
    width: 10.52%;
    height: 45px;
    margin-right: 8px;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    background: #2268fc;
    line-height: 45px;
    text-align: center;
}

.tab a:last-child {
    margin-right: 0;
}

.lxPro.highSchool .schoolList .item {
    height:390px;
    position: relative;
}
.lxPro.highSchool .schoolList .item  .line2{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lxPro.highSchool .schoolList .item h2 {
    font-weight: bold;
    padding: 10px 10px 10px;
}

.lxPro.highSchool .schoolList .item ul {
    padding: 0 10px;
    line-height: 25px;
    font-size: 14px;
}
.lxPro.highSchool .schoolList .item ul li i:last-child{
    display: none;
}
.lxPro.highSchool .schoolList .item .btn {
    width: 85px;
    height: 25px;
    cursor: pointer;
    margin-right: 0;
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.yuanxinfo{
    width: 927px;
    height: 253px;
    margin-bottom: 15px;
    padding: 30px 40px 0 40px;
    background: url(/static/xuecheng/img/school.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.yuanxinfo h1 {
    width: 610px;
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #fff;
    overflow: hidden;
    background: url(/static/xuecheng/img/line.png) 0 bottom no-repeat;
}
.yuanxinfo h1 a {
    width: 105px;
    height: 30px;
    margin-right: 20px;
    margin-top: 5px;
    line-height: 30px;
    float: right;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    background: #ff9000;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
}
.yuanxinfo ul{
    margin-top: 10px;
}
.yuanxinfo ul li{
    width: 35%;
    float: left;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #fff;
}
.yuanxinfo ul li a{
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.yuanxinfo ul li span{
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: 9px;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 5px solid transparent;
}
.yuanxinfo ul li:nth-child(2n){
    margin-left: 2%;
}
/* 免费报名 */
.mfbm {
    width: 100%;
    height: 80px;
    color: #fff;
    line-height: 80px;
    background-color: #0083f4;
    overflow: hidden;
}

.mfbm form {
    width: 1050px;
    margin-right: 0;
    float: right;
}

.mfbm .name {
    width: 160px;
    float: left;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.mfbm form .item {
    float: left;
    margin-left: 20px;
}
.mfbm form .item:first-child{
    margin-left: 0;
}
.mfbm form .item label {
    font-size: 16px;
    color: #fff;
    float: left;
}

.mfbm form .item .ipt {
    width: 110px;
    height: 30px;
    margin-top: 25px;
    float: left;
    line-height: 30px;
    background: #fff;
    padding:0 3px;
    border-radius: 3px;
}
.mfbm form .select .ipt{
    width: 130px;
    border-radius: 3px;
}
.mfbm form .item .ipt input {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}
.mfbm form .item .ipt select{
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}
.mfbm .sub {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    margin-left:20px;
    height: 30px;
    line-height: 30px;
    width:130px;
    float:left;
    border-radius: 5px;
    background-color: #ff9000;
}

.mfbm form .item.sub > input {
    border: none;
    display: block;
    width: 110px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: transparent;
}

.mfbm form .item.sub > input::placeholder {
    color: #fff;
}

.schoolInfor {
    width: 100%;
    overflow: hidden;
}

.schoolInfor .lef {
    width: 198px;
    height: 851px;
    border-top: 10px solid #0083f4;
    background-color: #f6f6f6;
    float: left;
}

.schoolInfor .lef .schoolLogo {
    width: 100%;
    height: 225px;
    position: relative;
}

.schoolInfor .lef .schoolLogo img {
    position: absolute;
    left: 50%;
    top: 50%;
    /*border-radius: 50%;*/
    overflow: hidden;
    transform: translate(-50%, -50%);
    /*max-width: 85% !important;*/
}

.schoolInfor .lef .pinjia {
    width: 100%;
    height: 45px;
    font-size: 18px;
    background: #ff9000;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.schoolInfor .lef .schoolLink {
    padding: 0 40px;
    margin-top: 25px;
}

.schoolInfor .lef .schoolLink a {
    display: block;
    width: 118px;
    margin-bottom: 35px;
    padding-left: 30px;
    font-size: 15px;
    position: relative;
}

.schoolInfor .lef .schoolLink a::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #bfbfbf;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}

.schoolInfor .lef .schoolLink a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #bfbfbf;
    left: 4px;
    top: 10px;
}

.schoolInfor .lef .schoolLink a.on {
    color: #ff9000;
    font-weight: bold;
}

.schoolInfor .lef .schoolLink a.on::before {
    background: #ff9000;

}

.schoolInfor .lef .schoolLink a:last-child::after {
    display: none;
}

.schoolInfor .right {
    float: right;
    width: 1007px;
    height: 861px;
}

.schoolInfor .right .info {
    width: 927px;
    min-height: 253px;
    margin-bottom: 15px;
    padding: 10px 40px 10px 40px;
    background: url(/static/xuecheng/img/school.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.schoolInfor .right .info .infoinner {
    width: 605px;
}
.schoolInfor .right .info ul{
    overflow: hidden;
}
.schoolInfor .right .info h1 {
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #fff;
    overflow: hidden;
    background: url(/static/xuecheng/img/line.png) 0 bottom no-repeat;
}

.schoolInfor .right .info h1 a {
    width: 105px;
    height: 30px;
    margin-right: 20px;
    margin-top: 5px;
    line-height: 30px;
    float: right;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    background: #ff9000;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
}

.schoolInfor .right .info li {
    line-height: 32px;
    color: #fff;
    font-size: 15px;
    width: 50%;
    float: left;
    margin-top: 3px;
}

.schoolInfor .hotNews {
    width: 677px;
    float: left;
}

.liuxue.schoolInfor .hotNews .maintit2::after {
    display: none;
}

.liuxue.schoolInfor .hotNews .maintit2 {
    width: 130px;
    text-align: center;
    padding-left: 0;
    font-size: 20px;
    background-color: #0083f4;
    font-weight: normal;
}

.liuxue.schoolInfor .hotNews .maintit2::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 3px;
    background: #ffc95c;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.liuxue.schoolInfor .newsList {
    padding: 3px 20px;
    line-height: 38px;
    background: #f6f6f6;
}

.liuxue.schoolInfor .newsList a {
    display: block;
    padding-left: 15px;
    position: relative;
}

.liuxue.schoolInfor .newsList a:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #3d3d3d;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
}

.liuxue.schoolInfor .newsList a:hover {
    color: #0082f0;
    font-weight: bold;
}

.liuxue.schoolInfor .newsList a span {
    float: right;
    width: 75px;
    height: 25px;
    margin-top: 6px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    background: #ff9000;
    border-radius: 25px;
    overflow: hidden;
}

.liuxue .rig {
    width: 315px;
    background: #fff;
    float: right;
}

.liuxue .rig .tit {
    background: #0082f0;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.liuxue .rig .form {
    padding: 20px 15px;
    background: #f6f6f6;
}

.liuxue .rig .form .item:first-child {
    margin-top: 0;
}

.liuxue .rig .form .item {
    background: #d3d3d3;
    border-radius: 30px;
    height: 35px;
    padding: 0 20px;
    margin-top: 21px;
}

.liuxue .rig .form .item .name {
    float: left;
    width: 75px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.liuxue .rig .form .item .name:before {
    content: '';
    width: 20px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/form1.png") no-repeat center center;
    background-size: 60% auto;
}

.liuxue .rig .form .item:nth-child(2) .name:before {
    content: '';
    background: url("../img/form2.png") no-repeat center center;
    background-size: 60% auto;
}

.liuxue .rig .form .item:nth-child(3) .name:before {
    content: '';
    width: 19px;
    height: 19px;
    background: url("../img/form3.png") no-repeat center center;
    background-size: 80% auto;
}

.liuxue .rig .form .item:nth-child(4) .name:before {
    content: '';
    width: 23px;
    height: 17px;
    background: url("../img/form4.png") no-repeat center center;
    background-size: 80% auto;
}

.liuxue .rig .form .item input,
.liuxue .rig .form .item select {
    float: left;
    width: 170px;
    outline: 0;
    border: 0;
    background: #d3d3d3;
    height: 35px;
}

.liuxue .rig .form .sub {
    background: #ff9c00;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;
}

.schoolInfor .ad {
    padding: 15px 0 0;
}

/* 学校三级页面 */
.liuxue .lxlist {
    overflow: hidden;
}

.liuxue .lxlist .item {
    float: left;
    width: auto;
}

.liuxue .lxlist .item + .item {
    margin-left: 13px;
}

.liuxue .lxlist .item .img {
    width: 100%;
    height: 227px;
    overflow: hidden;
}

.liuxue .lxlist .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.liuxue .lxlist .item:hover .img img {
    transform: scale(1.08);
}

.liuxue .lxlist .item p {
    padding-left: 25px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    background: #eaeaea;
    position: relative;
}

.liuxue .lxlist .item p span {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 3px;
    height: 17px;
    margin-top: -9px;
    background: #f03c07;
}

.liuxue .maintit2.orange1::after {
    content: '';
    position: absolute;
    top: 0;
    right: -55px;
    width: 0;
    height: 0;
    z-index: 9;
    border-right: 55px solid transparent;
    border-top: 55px solid #ff9c00;
}

.morePro {
    height: 70px;
    position: relative;
}

.morePro::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #0083f4;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
}

.moreProInner {
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .9);
    background: #1e00ff;
    overflow: hidden;
    position: relative;
}

.moreProInner a {
    width: 260px;
    height: 70px;
    font-size: 20px;
    float: left;
    color: rgba(255, 255, 255, .9);
    background-color: #0083f4;
}

.moreProInner span {
    float: left;
    width: 590px;
    height: 70px;
    font-size: 20px;
}

.moreProInner span strong {
    font-size: 40px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}

.schoolArc {
    margin-bottom: 35px;
    box-shadow: 0 0 20px #ccc;
}

.schoolHead {
    width: 100%;
    height: 90px;
    background: #ff970e;
    overflow: hidden;
}

.schoolHead h2 {
    width: calc(100% - 100px);
    font-size: 32px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 0 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schoolHead .intro {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

.schoolHead .intro span:first-child {
    margin-right: 20px;
}

.schoolBody {
    padding: 50px 90px;
}

.schoolBody .tuoy {
    width: 100%;
    height: 55px;
    margin-bottom: 40px;
    background: #ffd69f;
    border-radius: 55px;
    overflow: hidden;
}

.schoolBody .tuoy span {
    display: block;
    width: 170px;
    height: 55px;
    color: #fff;
    line-height: 55px;
    font-size: 20px;
    text-align: center;
    background: #ff970e;
}

.schoolBody h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ff970e;
    font-weight: bold;
}

.schoolBody p {
    font-size: 15px;
    line-height: 25px;
    /*margin-bottom: 20px;*/
}
.schoolBody p img{
    margin: 0 auto !important;
    display: block;
}
.schoolBody a.ljzx {
    width: 655px;
    height: 60px;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    display: block;
    margin: 75px auto 0;
    background: #ff970e;
    border-radius: 60px;
    text-align: center;
    overflow: hidden;
}

.schoolxgtj {
    padding: 30px 90px;
    box-shadow: 0 0 20px #ccc;
}

.schoolxgtjTop {
    margin-bottom: 35px;
    overflow: hidden;
}

.schoolxgtjTop a {
    width: 343px;
    height: 134px;
    padding-left: 60px;
}

.schoolxgtjTop a h3 {
    font-size: 24px;
    margin-top: 35px;
    font-weight: bold;
    color: #530000;
}

.schoolxgtjTop a p {
    font-size: 18px;
    margin-top: 10px;
}

.schoolxgtjTop a:first-child {
    background: url(/static/xuecheng/img/xgtjbg2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    float: left;
}

.schoolxgtjTop a:last-child {
    background: url(/static/xuecheng/img/xgtjbg1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    float: right;
    color: #fff;
}

.schoolxgtjTop a:last-child h3 {
    color: #fff;
}

.schoolxgtjBot h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: normal;
}

.liuxue.schoolInfor .schoolxgtjBot .newsList {
    background-color: #fff;
    padding: 0;
}

.liuxue.schoolInfor .schoolxgtjBot .newsList a:before {
    border-radius: 6px;
    background: #ff8f00;
}

.schoolNei h2 {
    background: #ff9c00;
    line-height: 60px;
    padding: 0 25px;
    color: #fff;
}

.neiImg {
    padding: 25px;
}

.neiImg .list .item {
    float: left;
    width: 342px;
    text-align: center;
    margin-bottom: 20px;
}
.neiImg .list .item:nth-child(3n+2){
    margin:0 53px;
}
.neiImg .list .item img{
    width: 342px;
    height: 227px;
    border-radius: 10px;
}
.neiImg .list .item p{
    line-height: 40px;
}
/*海外合作院校*/
.neiSchool{
    padding:25px;
}
.neiSchool .schoolList .item {
    position: relative;
    width: 360px;
    height: auto;
    padding-bottom:20px;
}
.neiSchool .schoolList .item:nth-child(3n+2){
    margin:0 26px;
}
.neiSchool .schoolList .item h2 {
    font-weight: bold;
    padding:10px;
}
.neiSchool .schoolList .item .img{
    width: 360px;
    height: 192px;
}
.neiSchool .schoolList .item img{
    width: 360px;
    height: 192px;
    border-radius: 10px;
}
.neiSchool .schoolList .item ul {
    padding: 0 10px;
    line-height: 30px;
    font-size: 15px;
}

.neiSchool .schoolList .item .btn {
    width: 85px;
    height: 25px;
    cursor: pointer;
    margin-right: 0;
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    right: 20px;
    bottom: 15px;
}
/*院校新闻*/
.news .list a{
    display: block;
    position: relative;
    line-height: 50px;
    border-bottom:1px solid #eee;
    padding-left:20px;
}
.news .list a:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #3d3d3d;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 0px;
    top: 22px;
}
.news .list a span{
    float:right
}