/* 头部开始 */
.nav_box {
    height: 90px;
    background-color: rgb(25, 28, 145);
    line-height: 85px;
    padding: 0 2%;
    margin: 0 auto;
}

.nav_box .newtop {
    max-width: 1920px;
    margin: 0 auto;
}

.nav_box .left {
    width: 14%;
}

.nav_box .right {
    width: 18%;
    line-height: 0px;
}

.nav_box .center {
    width: 65%;
    height: 100%;
}

.nav_box .center ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 100%;
}

.nav_box .center ul li {
    float: left;
    position: relative;
    width: 14.5% \9 \0;
    text-align: center;
}

.nav_box .center ul li:nth-child(3) {
    width: 25% \9 \0;
}

.nav_box .center ul li:last-child {
    width: 17% \9 \0;
}

.nav_box .center ul li a.a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    text-decoration: none;
}

.nav_box .center ul li a.a:hover {
    color: #c39367;
    border-bottom: 2px solid #c39367;
}

.nav_box .center ul li a.on {
    color: #c39367;
    border-bottom: 2px solid #c39367;
}

.nav_box .right .search {
    height: 40px;
    margin-top: 25px;
    float: left;
    width: 86%;
}

.nav_box .right .left_qh {
    float: right;
    width: 12%;
    margin-top: 25px;
    text-align: right;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav_box .right .search input {
    height: 40px;
    background: rgba(255, 255, 255, 0.149);
    border: none;
    outline: none;
    font-size: 0.2rem;
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.8);
    width: 70%;
}

.nav_box .right .search input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.nav_box .right .search span {
    width: 22%;
    height: 40px;
    line-height: 38px;
    background-color: rgba(195, 147, 103, 0.9);
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.nav_box .right .search span:hover {
    background-color: rgba(195, 147, 103, 1);
}

.nav_box .right .search span:hover img {
    transform: translateX(5px);
    transition: all 0.3s;
}


.nav_box .center ul li div {
    width: 240px;
    box-shadow: 1px 1.732px 19.6px 0px rgba(0, 0, 0, 0.24);
    background-color: rgba(255, 255, 255, 0.9);
    background-size: 100%;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -120px;
    border-top: none;
    display: none;
    z-index: 1000;
    text-align: left;
}

.nav_box .center ul li .triangle_border_up {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -10px;
    display: none;
}

.nav_box .center ul li div a {
    display: block;
    padding-left: 20px;
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    text-align: left;
    text-decoration: none;
}

.nav_box .center ul li:last-child div a {
    border: none;
}

.nav_box .center ul li div a:hover {
    background-color: rgb(195, 147, 103);
    color: #FFFFFF;
}

/* 头部结束 */

.banner {
    min-width: 1300px;
}

.banner .text_box {
    width: 27%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    background: url(../images/banner_bg.png);
    background-size: cover;
    padding: 0 4%;
    color: #333333;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner .text_box h1 {
    font-size: 0.36rem;
    margin-bottom: 20px;
    color: #333333;
    line-height: 1.3;
    /*margin-top: 15%\9\0;*/
}

.banner .text_box h1:hover {
    color: rgb(195, 147, 103);
}

.banner .text_box p {
    font-size: 0.2rem;
    line-height: 1.6;
    margin: 8px 0;
    text-align: left;
    color: #333333;
}


.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10%;
    width: 100%;
    left: 6%;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: none;
    margin: 0 5px;
    opacity: 0.8;
    border: 2px solid rgba(195, 147, 103, 0.702);
    cursor: pointer;
}

.banner .swiper-active-switch {
    width: 12px;
    height: 12px;
    border: none;
    background: rgb(195, 147, 103);
}

#tab {
    background-color: rgb(245, 245, 245);
    /* height: 288px; */
    padding: 0.25rem 6%;
    padding-bottom: 0.05rem;
    box-sizing: border-box;
}

#tab ul li {
    width: 31%;
    float: left;
    /* height: 128px; */
    background-color: rgb(195, 147, 103);
    margin-right: 3.5%;
    margin-bottom: 0.2rem;
    text-align: center;
    position: relative;
}

#tab ul li:hover {
    background: rgb(25, 28, 145);
}

#tab ul li:nth-child(3n) {
    margin-right: 0px;
}

#tab ul li a {
    display: block;
    padding: 0.15rem 0;
}

#tab ul li a span {
    display: inline-block;
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 60%;
    text-align: left;
    padding-left: 5%;
}

#tab ul li a p {
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size: 0.4rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.102);
}

.title {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.title h2 {
    font-size: 0.4rem;
    color: rgb(25, 28, 145);
}

#main_box {
    padding: 0 3%;
}

#main_box ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    /* margin-bottom: 30px !important; */
}

#main_box ul li:last-child {
    margin-right: 0px;
}

#main_box ul li .top_img_box {
    width: 100%;
    min-height: 230px;
    overflow: hidden;
}

#main_box ul li .top_img_box img {
    width: 100%;
    transition: all 0.5s;
}

/* #main_box ul li .top_img_box:hover img {
    transform: scale(1.2, 1.2);
} */
#main_box ul li .text-bottom {
}

#main_box ul li .text-bottom p {
    /* padding: 10px 0; */
    margin-top: 20px;
    padding-left: 20px;
    /* border-bottom: 1px solid #cccccc; */
}

#main_box ul li .text-bottom p span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333333;
    vertical-align: middle;
    margin-left: -20px;
    margin-right: 10px;
}

#main_box ul li .text-bottom p a {
    font-size: 0.2rem;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    line-height: 1.6;
    vertical-align: middle;
}

#main_box ul li .text-bottom p:hover a {
    color: #c39367;
    text-decoration: underline;
}

#main_box ul li .text-bottom p:hover a span {
    background: #c39367;
}

#icon_box {
    padding: 80px 6%;
}

#icon_box ul li {
    width: 25%;
    float: left;
    text-align: center;
}

#icon_box ul li img {
    height: 85px;
}

#icon_box ul li p {
    color: rgb(25, 28, 145);
    font-weight: bold;
    font-size: 0.2rem;
}

#icon_box ul li p .span {
    font-size: 0.8rem;
    display: inline-block;
    margin: 0 5px;
}

#icon_box ul li p em {
    font-size: 0.26rem;
}

#icon_box ul li span.line {
    display: inline-block;
    width: 109px;
    height: 5px;
    background-color: rgb(195, 147, 103);
    margin: 10px 0;
}

/* #foot_box {
    padding-bottom: 10px;
} */

#foot_box ul li {
    width: 33%;
    float: left;
    overflow: hidden;
}

#foot_box ul li img {
    width: 100%;
    transition: all 0.5s;
}

#foot_box ul li:nth-child(2) {
    margin: 0 0.5%;
}


#foot_box ul li:hover img {
    transform: scale(1.2, 1.2);
}

#lunbo {
    padding: 0 2%;
}

#lunbo .left {
    width: 45%;
    padding: 0 1%;
    float: left;
}

#lunbo .left .swiper-slide video {
    width: 100%;
    height: 440px;
}

#lunbo .arrow-left {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -18px;
}

#lunbo .arrow-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -18px;
}

#lunbo .swiper-slide .text {
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
    z-index: 20;
}

#lunbo .right {
    width: 51%;
    padding: 0 0.5%;
    float: right;
}

#lunbo .right .tab_nav {
    width: 30%;
    float: left;
    margin-right: 2%;
    height: 440px;
    position: relative;
}

#lunbo .right .tab_nav ul li {
    width: 50%;
    float: left;
    position: relative;
    cursor: pointer;
}

#lunbo .right .tab_nav ul li .text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 2%;
    background-color: rgba(25, 28, 145, 0.702);
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    display: none;
}

#lunbo .right .tab_nav ul li:hover .text {
    display: block;
}

#lunbo .right .tab_nav ul li.show .text {
    display: block;
}

#lunbo .right .tab_nav ul li .text h5 {
    font-size: 0.18rem;
    margin-top: 40%;
    line-height: 1.3;
}

#lunbo .right .tab_nav ul li .text p {
    font-size: 0.16rem;
    margin-top: 10px;
    line-height: 1.3;
}

#lunbo .right .tab_nav ul li:nth-child(1),
#lunbo .right .tab_nav ul li:nth-child(4) {
    margin-right: 0.5%;
}

#lunbo .right .tab_nav ul li:nth-child(1),
#lunbo .right .tab_nav ul li:nth-child(2) {
    position: absolute;
    top: 0;
}

#lunbo .right .tab_nav ul li:nth-child(2),
#lunbo .right .tab_nav ul li:nth-child(4) {
    left: 50%;
}

#lunbo .right .tab_nav ul li:nth-child(3),
#lunbo .right .tab_nav ul li:nth-child(4) {
    position: absolute;
    bottom: 0;
}

#lunbo .right .tab_nav ul li img {
    width: 100%;
}

#lunbo .right .tab_nav .center {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    text-align: center;
}

#lunbo .right .tab_nav .center img {
    width: 80%;
}

#lunbo .right .text_main {
    width: 58%;
    float: left;
    padding: 20px 5%;
    height: 400px;
    background-color: rgb(25, 28, 145);
    color: #fff;
    /*text-align: center;*/
}

#lunbo .right .text_main .item {
    display: none !important;
    height: 100%;
    overflow: hidden;
}

#lunbo .right .text_main .item.on {
    display: block !important;
}

#lunbo .right .text_main .item .textBox {
    position: relative;
}

#lunbo .right .text_main .item .textBox.on::after {
    content: '...';
    background: rgb(25, 28, 145);
    color: #FFFFFF;
    font-size: inherit;
    bottom: 0;
    position: absolute;
    right: 0;
    padding-left: 10px;
}

#lunbo .right .text_main h2 {
    font-size: 0.24rem;
    margin-bottom: 8px;
    text-align: center;
}

#lunbo .right .text_main span {
    display: block;
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 20px;
}

#lunbo .right .text_main p {
    text-align: left;
    line-height: 1.8;
    margin-top: 20px;
    font-size: 0.16rem;
}

#foot {
    max-width: 1920px;
    margin: 0 auto;
}

#foot .top {
    background: url(../images/foot_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}

#foot .top .box {
    max-width: 1110px;
    margin: 0 auto;
    padding-left: 80px;
}

#foot .top .box .left {
    width: 9%;
    float: left;
}

#foot .top .box .left img,
#foot .top .box .right img {
    width: 100%;
}

#foot .top .box .center {
    width: 73%;
    float: left;
    text-align: center;
    margin-right: 0%;
}

#foot .top .box .center ul {
    margin-top: 20px;
}

#foot .top .box .center ul li {
    width: 24%;
    float: left;
    text-align: left;
    padding-left: 8%;
}

#foot .top .box .center ul li a {
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    line-height: 65px;
}

#foot .top .box .center ul li a:hover {
    text-decoration: underline;
}

#foot .top .box .right {
    width: 18%;
    float: left;
    margin-top: 50px;
}

#foot .bottom {
    background-color: rgb(9, 10, 47);
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}

#foot .bottom span {
    display: inline-block;
    padding: 7px 40px;
    border-right: 1px solid #fff;
    margin-right: 40px;
    vertical-align: middle;
    margin-left: -40px;
}

#foot .bottom img {
    height: 30px;
}

#top .top {
    width: 65px;
    /* height: 60px; */
    background-color: rgb(195, 147, 103);
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 200;
    color: #fff;
    text-align: center;
    font-size: 0.2rem;
    padding: 10px 0;
    cursor: pointer;
    display: none;
}

#top .top:hover {
    background-color: rgb(25, 28, 145);
}

/* 内页开始 */

.ban .nav_tab {
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.4);
    margin-top: -45px;
    position: relative;
    z-index: 100;
}

.ban .nav_tab .box1 .right ul li {
    float: left;
}

.ban .nav_tab .box1 .right ul li a {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.ban .nav_tab .box1 .right ul li a:hover {
    background-color: rgb(25, 28, 145);
}

.ban .nav_tab .box1 .left1 {
    min-width: 120px;
    height: 44px;
    background-color: rgb(195, 147, 103);
    margin-top: -16px;
    position: relative;
    z-index: 10;
    padding: 15px 20px;
    line-height: 1;;
}

.ban .nav_tab .box1 .left1 h1 {
    font-size: 20px;
    color: #fff;
}

.ban .nav_tab .box1 .left1 span {
    display: block;
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin-top: 14px;
}

.ban .nav_t .box2 .left1 {
    min-width: 120px;
    height: 44px;
    background-color: rgb(195, 147, 103);
    margin-top: -35px;
    position: relative;
    z-index: 10;
    padding: 15px 20px;
    line-height: 1.5;;
}

.ban .nav_t .box2 .left1 h1 {
    font-size: 19px;
    color: #fff;
}

.ban .nav_t .box2 .left1 span {
    display: block;
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin-top: 8px;
}

.ban .nav_t .text .tit {
    font-size: 28px;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 30px;
}

.ban .nav_t .text .tit2 {
    font-size: 20px;
    color: #333333;
}

.ban .nav_t .text p {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.ban .nav_t .text p img {
    margin-right: 5px;
    margin-top: 6px;
    vertical-align: middle;
    float: left;
}

.ban .nav_t .text p span {
    vertical-align: middle;
    float: left;
    line-height: 28px;
}

.ban .box3 {
    background: url(../images/bg_01.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
    padding-bottom: 25px;
}

.ban .box3 ul li {
    float: left;
    padding: 25px 30px;
    width: 323px;
    height: 170px;
    background-color: rgb(255, 255, 255);
    margin-right: 25px;
    margin-bottom: 25px;
}

.ban .box3 ul li:nth-child(3n) {
    margin-right: 0px;
}

.ban .box3 ul li .tit {
    font-size: 20px;
    color: #333333;
    height: 65px;
}

.ban .box3 ul li p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    padding-left: 25px;
}

.ban .box3 ul li p img {
    margin-left: -25px;
    vertical-align: middle;
}

.ban .box3 ul li p span {
    vertical-align: middle;
    margin-left: 8px;
}

/*Master of Finance Program Introduction-----start*/
.ban .nav_tab .box1 .right {
    width: 847px;
}

.ban .nav_tab .box1 .right ul li a.on {
    background-color: rgb(25, 28, 145);
}

.mainCenter .left p {
    text-align: left;
    color: #333333;
}

#MOF .left p.t {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}

#MOF .left p.b {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}

#MOF .center {
    padding: 55px 0;
    box-sizing: border-box;
    background: url(../images/mof-bg.png) no-repeat center;
    background-size: 1920px 820px;
    height: 820px;
}

#MOF .center .item {
    width: 800px;
    box-sizing: border-box;
    padding: 30px;
    border: 3px solid rgb(195, 147, 103);
    margin-bottom: 20px;
    line-height: 1.4;
}

#MOF .center .item .item-t {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 28px;
}

#MOF .center .item .item-b {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

#MOF .bottom {
    padding-top: 65px;
}

#MOF .bottom .item {
    width: 800px;
    margin-bottom: 20px;
}

#MOF .bottom .item .title {
    background: #eeeeee url(../images/sanjiao.png) no-repeat 20px center;
    padding: 15px 0px 15px 50px;
    font-weight: bold;
    font-size: 28px;
    color: #050505;
    text-align: left;
}

#MOF .bottom .item .title.on {
    background: #eeeeee url(../images/min-right-jt-top.png) no-repeat 20px center;
    background-size: 17px;
}

#MOF .bottom .item .slide {
    padding: 35px 0 15px;
    color: #050505;
    font-size: 16px;
    text-align: left;
    display: none;
}

/*Master of Finance Program Introduction-----end*/
/*Master of Finance Newsletter-----start*/
#MOFNewsletter {
    padding-bottom: 200px;
    background: url(../images/bg3.png) no-repeat center bottom;
    background-size: 100%;
}

#MOFNewsletter .left p.t {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

#MOFNewsletter .items .item {
    margin-right: 50px;
    margin-top: 40px;
    text-align: center;
    width: 250px;
    min-height: 360px;
}

#MOFNewsletter .items .item:nth-of-type(3n) {
    margin-right: 0;
}

#MOFNewsletter .items .item img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

#MOFNewsletter .items .item p {
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
}

#MOFNewsletter .items .item p a {
    color: #333333;
}

#MOFNewsletter .items .item p a:hover {
    color: #c39367;
}

/*Master of Finance Newsletter-----end*/
/*Master of Finance IYLFS-----start*/
#MOFIYLFS .left .title {
    color: #333333;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
}

#MOFIYLFS .left .p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

#MOFIYLFS .left .actItem {
    background: #eeeeee;
    margin: 25px 0;
}

#MOFIYLFS .left .actItem img {
    width: 100%;
}

#MOFIYLFS .left .actItem .text {
    padding: 23px;
    font-size: 16px;
}

#MOFIYLFS .left .actItem .text .time {
    padding-left: 25px;
    background: url(../images/icon-time.png) no-repeat left 6px;
}

#MOFIYLFS .left .actItem .text .loc {
    padding-left: 25px;
    background: url(../images/icon-loc.png) no-repeat left 6px;
}

#MOFIYLFS .left .actItem .text a {
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px;
    background-color: rgb(195, 147, 103);
    width: 189px;
    height: 41px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 20px 0 0 25px;
}

#MOFIYLFS .left .actItem .text a:hover {
    opacity: 0.8;
}

#MOFIYLFS .center {
    background: url(../images/IYLFS-center-img.png) no-repeat center top;
    background-size: 1920px 1550px;
    box-sizing: border-box;
    padding: 60px 0;
    height: 1470px;
    margin-top: 50px;
}

#MOFIYLFS .center p.t {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}

#MOFIYLFS .center p.b {
    color: #eeeeee;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
}

#MOFIYLFS .center .items {
    width: 860px;
}

#MOFIYLFS .center .items p.t {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

#MOFIYLFS .center .items p.b {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.4;
}

#MOFIYLFS .center .items .item {
    background: rgba(67, 92, 200, 0.659);
    margin-top: 25px;
}

#MOFIYLFS .center .items .item img {
    width: 280px;
}

#MOFIYLFS .center .items .item .text {
    box-sizing: border-box;
    padding: 35px;
    color: #FFFFFF;
    font-size: 16px;
    width: 580px;
    float: left;
    line-height: 1.5;
}

#MOFIYLFS .center .items .item .text p {
    margin-bottom: 10px;
}

#MOFIYLFS .center2 .items {
    width: 860px;
}

#MOFIYLFS .center2 .items .title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;

}

#MOFIYLFS .center2 .items .time {
    background: url(../images/icon-time2.png) no-repeat left center;
    background-size: 25px;
    padding: 10px 0 10px 55px;
    margin-bottom: 10px;
}

#MOFIYLFS .center2 .items .loc {
    background: url(../images/icon-loc2.png) no-repeat left center;
    background-size: 25px;
    padding: 10px 0 10px 55px;
    margin-bottom: 10px;
}

#MOFIYLFS .center2 .items .erth {
    background: url(../images/icon-earth.png) no-repeat left center;
    background-size: 25px;
    padding: 10px 0 10px 55px;
    margin-bottom: 10px;
}

#MOFIYLFS .center2 .items .text {
    background: #eeeeee;
    color: #333333;
    font-size: 16px;
    padding: 37px;
    margin-bottom: 30px;
}

#MOFIYLFS .center2 .items .item {
    background: #eeeeee;
    margin-bottom: 20px;
    display: flex;
}

#MOFIYLFS .center2 .items .item .left {
    width: 100px;
    height: 100px;
    background: #191c91;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#MOFIYLFS .center2 .items .item .left img {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: -13px;
}

#MOFIYLFS .center2 .items .item .left p.t {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

#MOFIYLFS .center2 .items .item .left p.b {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #e0bc6f;
    line-height: 1;
}

#MOFIYLFS .center2 .items .item .right {
    flex: 1;
    box-sizing: border-box;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#MOFIYLFS .center2 .items .item .right a {
    font-size: 20px;
    color: #333333;
}

#MOFIYLFS .center3 {
    background: url(../images/IYLFS-center-bg2.png) no-repeat center;
    background-size: 1920px 570px;
    height: 530px;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 40px 0;
}

#MOFIYLFS .center3 .title {
    color: #191c91;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin-bottom: 35px;
}

#MOFIYLFS .center3 .itmes {
    width: 860px;
}

#MOFIYLFS .center3 .itmes .item {
    position: relative;
    margin-right: 40px;
}

#MOFIYLFS .center3 .itmes .item img {
    display: block;
}

#MOFIYLFS .center3 .itmes .item .text {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

#MOFIYLFS .center3 .itmes .item .text p.t {
    padding: 15px 0;
    background: #191c91;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#MOFIYLFS .center3 .itmes .item .text p.b {
    font-size: 16px;
    padding: 20px;
}

#MOFIYLFS .center3 .itmes .bot-text {
    background: #191c91 url(../images/icon-fangzi.png) no-repeat 20px 28px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 25px 15px 25px 45px;
    clear: both;
    font-size: 16px;
    margin-top: 20px;
}

#MOFIYLFS .center4 {
    padding: 0px 0 55px;
}

#MOFIYLFS .center4 .title {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}

#MOFIYLFS .center4 .time {
    background: url(../images/icon-time3.png) no-repeat left center;
    padding-left: 80px;
    margin-bottom: 40px;
}

#MOFIYLFS .center4 div.per {
    background: url(../images/icon-per.png) no-repeat left center;
    padding-left: 80px;
    margin-bottom: 40px;
}

#MOFIYLFS .center4 .p1 {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

#MOFIYLFS .center4 .p2 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

#MOFIYLFS .center4 .text {
    background-color: rgb(238, 238, 238);
    width: 420px;
    height: 150px;
    padding: 25px 35px;
    box-sizing: border-box;
    margin-top: 20px;
}

#MOFIYLFS .center4 .text p {
    font-size: 16px;
    color: #333333;
}

#MOFIYLFS .center4 .text p.per {
    padding-left: 30px;
    margin-top: 10px;
    background: url(../images/icon-per2.png) no-repeat left center;
}

#MOFIYLFS .center4 .text p.tel {
    margin-top: 10px;
    padding-left: 30px;
    background: url(../images/icon-dianhua.png) no-repeat left center;
}

#MOFIYLFS .center5 {
    height: 690px;
    background: url(../images/IYLFS-center-bg3.png) no-repeat center top;
    background-size: 1920px;
    box-sizing: border-box;
    padding-top: 30px;
}

#MOFIYLFS .center5 p.t {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFFFFF;
}

#MOFIYLFS .center5 p.b {
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
}

#MOFIYLFS .center5 img {
    width: 860px;
    max-width: initial;
    margin-top: 30px;
}

#MOFIYLFS .center6 p.t {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

#MOFIYLFS .center6 p.b {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

#MOFIYLFS .center6 img {
    width: 100%;
    margin-top: 40px;
}

#MOFIYLFS .center7 {
    padding: 40px 0;
    background: #eeeeee;
    margin-top: 60px;
}

#MOFIYLFS .center7 p.t {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

#MOFIYLFS .center7 li {
    margin-bottom: 10px;
}

#MOFIYLFS .center7 li::before {
    content: "·";
    color: #c39367;
    font-size: 45px;
    font-weight: bold;
    line-height: 22px;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

#MOFIYLFS .center7 li a {
    font-size: 16px;
    color: #333333;
}

#MOFIYLFS .center7 li a:hover {
    color: #c39367;
}

#MOFIYLFS .center8 {
    padding-top: 60px;
}

#MOFIYLFS .center8 p.t {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

#MOFIYLFS .center8 p.b {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

#MOFIYLFS .center8 img {
    width: 100%;
    margin: 30px 0;
}

#MOFIYLFS {
    padding-bottom: 0px;
}

#MOFIYLFS .center9 {
    background: url(../images/news_bg_img1.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    margin-top: 40px;
}

#MOFIYLFS .center9 p.t {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 25px;
}

#MOFIYLFS .center9 .mainBox {
    padding: 30px;
    width: 656px;
    height: 242px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.141);
}

#MOFIYLFS .center9 .mainBox p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.8;
}

#MOFIYLFS .center9 .mainBox p img {
    width: 15px;
    margin-right: 20px;
}

#MOFIYLFS .center9 .mainBox p span {
    vertical-align: middle;
}

#MOFIYLFS .center9 .mainBox p a {
    color: #FFFFFF;
    vertical-align: middle;
}

#MOFIYLFS .center9 .mainBox p a:hover {
    text-decoration: underline;
}

/*Master of Finance IYLFS-----end*/
/*Master of Finance Students Stories-----start*/
#MOFStudentsStories {
    background: url(../images/bg3.png) bottom right no-repeat;
    background-size: 100%;
    padding-bottom: 180px;
}

#MOFStudentsStories .left p.t {
    font-weight: bold;
    font-size: 28px;
    text-align: left;
}

#MOFStudentsStories .item {
    border: 1px solid #eeeeee;
    margin-top: 25px;
    max-height: 185px;
    overflow: hidden;
}

#MOFStudentsStories .item .img {
    width: 280px;
}

#MOFStudentsStories .item .img img {
    width: 100%;
}

#MOFStudentsStories .item .text {
    width: 578px;
    box-sizing: border-box;
    padding: 18px 35px;
}

#MOFStudentsStories .item .text .p1 {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
}

#MOFStudentsStories .item .text .p2 {
    font-weight: bold;
    font-size: 16px;
    /* height: 132px; */
    text-align: left;
    margin-bottom: 10px;
}

#MOFStudentsStories .item .text .p2 a {
    color: #333333;
}

#MOFStudentsStories .item .text .p2 a:hover {
    color: #cba17b;
}

/*Master of Finance Students Stories-----end*/
/*Master of Finance Student Ambassadors-----start*/

#MOFStudentAmbassadors {
    background: url(../images/bg3.png) bottom right no-repeat;
    background-size: 100%;
    padding-bottom: 180px;
}

#MOFStudentAmbassadors p.tit {
    font-weight: bold;
    font-size: 28px;
    text-align: left;
}

/* 最新 */

#MOFStudentAmbassadors .item {
    width: 400px;
    height: 225px;
    margin-top: 40px;
    margin-right: 40px;
}

#MOFStudentAmbassadors .item:nth-child(2n) {
    margin-right: 0px;
}

#MOFStudentAmbassadors .item .new_top_box {
    width: 152px;
    height: 226px;
    position: relative;
}

#MOFStudentAmbassadors .item img {
    width: 100%;
    height: 100%;
}

#MOFStudentAmbassadors .item .text {
    width: 248px;
    background: url(../images/stu-bg.png) no-repeat;
    background-size: 100%;
    height: 226px;
    box-sizing: border-box;
    cursor: pointer;
}

#MOFStudentAmbassadors .item .text p.t {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 70px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
}

#MOFStudentAmbassadors .item .text p.b {
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 1.5;
    text-align: left;
}

#MOFStudentAmbassadors .item .new_top_box .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s;
}

#MOFStudentAmbassadors .item .shadow a {
    display: block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    width: 127px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #FFFFFF;
    border-radius: 19px;
    position: absolute;
    left: 50%;
    top: 70%;
    margin-left: -63.5px;
    margin-top: -19px;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.5s;
}

#MOFStudentAmbassadors .item:hover .shadow {
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}

#MOFStudentAmbassadors .item:hover .shadow a {
    opacity: 1;
    top: 50%;
    transition: all 0.5s;
}

#MOFStudentAmbassadors .page {
    padding-top: 40px;
}


/*Master of Finance Student Ambassadors-----end*/
/*Master of Finance Class Profile-----start*/
#MOFClassProfile {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 200px;
    background: url(../images/bg3.png) no-repeat center bottom;
    background-size: 100%;
}

#MOFClassProfile .left .tit {
    font-weight: bold;
    font-size: 28px;
    text-align: left;
}

.mainCenter .right {
    /* background: #FFFFFF; */
    position: relative;
    z-index: 10;
}

#MOFClassProfile .left {
    position: relative;
    z-index: 10;
}

#MOFClassProfile .left .top {
    margin-top: 30px;
}

#MOFClassProfile .left .top p.t {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

#MOFClassProfile .left .top .items {
    margin-top: 55px;
    padding-bottom: 50px;
    border-bottom: 2px solid #FFFFFF;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#MOFClassProfile .left .top .item {
    /*width: 33%;*/
    box-sizing: border-box;
    padding-left: 70px;
}

#MOFClassProfile .left .top .item .p1 {
    color: #cbd2eb;
    font-size: 16px;
}

#MOFClassProfile .left .top .item .p2 {
    color: #dab28e;
    font-size: 17px;
}

#MOFClassProfile .left .top .item .p2 span {
    color: #dab28e;
    font-size: 35.7px;
}

#MOFClassProfile .left .bit {
    padding-left: 80px;
    background: url(../images/classPro-icon4.png) no-repeat left center;
    margin-top: 45px;
}

#MOFClassProfile .left .bit .fl {
    background-color: rgba(255, 255, 255, 0.9);
    width: 300px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    font-size: 20px;
    font-weight: bold;
    color: #191c91;
}

#MOFClassProfile .left .bit .fr {
    width: 420px;
    text-align: left;
    color: #FFFFFF;
    font-size: 18px;
}

#MOFClassProfile .left .bit .fr span {
    color: #c39367;
}

#MOFClassProfile .left .bottom {
    margin-top: 110px;
}

#MOFClassProfile .left .bottom p.tit {
    color: #333333;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}

#MOFClassProfile .left .bottom p.tit2 {
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

#MOFClassProfile .left .bottom p {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/*Master of Finance Class Profile-----end*/
/*CFA Program Partner-----start*/
#CFAProgramPartner {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 280px;
    background: url(../images/bg3.png) no-repeat center bottom;
    background-size: 100%;
}

#CFAProgramPartner .left .tit {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}

#CFAProgramPartner .left p.b {
    font-size: 16px;
    line-height: 1.4;
}

#CFAProgramPartner .left .bot {
    position: relative;
    z-index: 10;
    margin-top: 110px;
}

#CFAProgramPartner .left .bot p.t {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
}

#CFAProgramPartner .left .bot .div {
    position: absolute;
    padding: 25px 25px;
    box-sizing: border-box;
}

#CFAProgramPartner .left .bot .div p.num {
    font-size: 60px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}

#CFAProgramPartner .left .bot .div p.text {
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
}

/*CFA Program Partner-----end*/
/*Industry Connections-----start*/
#IndustryConnections {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 180px;
    background: url(../images/bg3.png) no-repeat center bottom;
    background-size: 100%;
}

#IndustryConnections .left {
    position: relative;
    z-index: 10;
}

#IndustryConnections .left .tit {
    color: #333333;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 25px;
}

#IndustryConnections .left p.t {
    color: #333333;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 18px;
}

#IndustryConnections .left p.t2 {
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 18px;
}

#IndustryConnections .left p.b {
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 18px;
}

#IndustryConnections .left .text {
    background-color: rgb(248, 248, 248);
    width: 807px;
    height: 271px;
    box-sizing: border-box;
    padding: 50px 30px;
    margin-top: 77px;
}

#IndustryConnections .left .text p {
    text-align: left;
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0px;
}

#IndustryConnections .left .bottom {
    margin-top: 70px;
}

#IndustryConnections .left .bottom p {
    margin-bottom: 20px;
}

/*Industry Connections-----end*/
/*Dean’s Greeting-----start*/
#DeanGreeting .left .tit {
    color: #333333;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 40px;
}

#DeanGreeting .left .item {
    margin-bottom: 75px;
    border: 1px solid #eeeeee;
}

#DeanGreeting .left .item .top {
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    position: relative;
}

#DeanGreeting .left .item .top .img {
    width: 230px;
}

#DeanGreeting .left .item .top .img img {
    width: 100%;
}

#DeanGreeting .left .item .top .text {
    width: 410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#DeanGreeting .left .item .top .text p.t {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

#DeanGreeting .left .item .top .text p.b {
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin: 10px 0;
}

#DeanGreeting .left .item .top .text p.d {
    font-size: 14px;
    color: #999999;
    text-align: left;
}

#DeanGreeting .left .item .top .mark {
    background-color: rgb(25, 28, 145);
    width: 195px;
    box-sizing: border-box;
    padding: 18px;
    height: 200px;
    position: absolute;
    right: 0;
    top: -30px;
    color: #FFFFFF;
}

#DeanGreeting .left .item .top .mark strong {
    font-size: 24px;
}

#DeanGreeting .left .item .top .mark em {
    font-size: 24px;
    font-weight: bold;
}

#DeanGreeting .left .item .top .mark i {
    font-size: 40px;
}

#DeanGreeting .left .item .bottom {
    padding: 50px 30px;
    position: relative;
    line-height: 1.5;
}

#DeanGreeting .left .item .bottom .img1 {
    position: absolute;
    left: 30px;
    top: 30px;
}

#DeanGreeting .left .item .bottom .img2 {
    right: 30px;
    bottom: 30px;
    position: absolute;
}

#DeanGreeting .left .item .bottom p {
    margin-bottom: 15px;
    font-size: 16px;
}

#DeanGreeting .left .item .bottom p:nth-of-type(1) {
    text-indent: 50px;
}

/*Dean’s Greeting-----end*/
/*LIVE Learning-----start*/
#LIVELearning,
#CurriculumIntroduction,
#FST2,
#list_news,
#MOF,
#DeanGreeting,
#MFFA,
#MFFA2,
#Ecu,
#MFFCD,
#Download {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 180px;
    background: url(../images/bg3.png) no-repeat center bottom;
    background-size: 100%;
}

#LIVELearning .tit {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 25px;
}

#LIVELearning .left p.b {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin-bottom: 18px;
}

#LIVELearning .left .swiper-container {
    margin-bottom: 25px;
    padding-bottom: 50px;
}

#LIVELearning .left .swiper-pagination {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -7px;
}

#LIVELearning .left .swiper-pagination .swiper-pagination-switch {
    border-radius: 50%;
    background-color: rgb(195, 147, 103);
    opacity: 0.502;
    width: 10px;
    height: 10px;
    display: inline-block;
    transition: all 0.5s;
}

#LIVELearning .left .swiper-pagination .swiper-active-switch {
    opacity: 1;
    width: 15px;
    height: 15px;
    transition: all 0.5s;
}

/*LIVE Learning-----end*/
/*Curriculum Introduction-----start*/
#CurriculumIntroduction {
    position: relative;
    overflow: hidden;
}

#CurriculumIntroduction .left .tit {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 25px;
}

#CurriculumIntroduction .left .top p.b {
    color: #333333;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 15px;
}

#CurriculumIntroduction .left .subt {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

#CurriculumIntroduction .left .center {
    padding-top: 35px;
}

#CurriculumIntroduction .left .center .item {
    display: flex;
    margin-bottom: 23px;
}

#CurriculumIntroduction .left .center .item .left {
    float: left;
    border-radius: 6px;
    background: rgba(11, 31, 143, 0.9);
    width: 159px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-align: center;
}

#CurriculumIntroduction .left .center .item .right {
    width: 686px;
    float: left;
    background: rgba(11, 31, 143, 0.2);
    flex: 1;
    border-radius: 6px;
    display: flex;
    padding-top: 5px \9 \0;
    padding-bottom: 5px \9 \0;
}

#CurriculumIntroduction .left .center .item .right .fl {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 15px;
}

#CurriculumIntroduction .left .center2 {
    padding-top: 80px;
}

#CurriculumIntroduction .left .center2 .item {
    display: flex;
    margin-bottom: 25px;
    overflow: hidden;
}

#CurriculumIntroduction .left .center2 .item .left {
    background-color: rgb(25, 28, 145);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    width: 159px;
    height: 75px;
    margin-right: 15px;
    float: left;
    text-align: center;
}

#CurriculumIntroduction .left .center2 .item .right .fl img {
    width: 8px;
    margin-right: 6px;
}

#CurriculumIntroduction .left .center2 .item .right {
    float: left;
    width: 686px;
    flex: 1;
    display: flex;
}

#CurriculumIntroduction .left .center2 .item .right .fl {
    display: flex;
    font-size: 16px;
    justify-content: center;
    flex-direction: column;
}

#CurriculumIntroduction .left .center2 .item .right .fl:nth-of-type(1) {
    width: 42%;
}

#CurriculumIntroduction .left .center2 .item .right .fl span {
    color: #191c91;
    margin-right: 15px;
}

#CurriculumIntroduction .left .center2 p.bot {
    color: #666666;
    font-size: 16px;
}

/*Curriculum Introduction-----end*/
.mainCenter {
    margin-top: 25px;
    padding-bottom: 60px;
}

.mainCenter .left {
    width: 800px;
}

/*分页-----start*/
#page {
    text-align: center;
    padding-top: 100px;
}

#page a {
    color: #333333;
    margin: 0 5px;
}

#page a:hover,
#page a.on {
    color: #c39367;
}

#page a.num {
    text-decoration: underline;
}

#page .prev,
#page .next {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #c39367;
    color: #FFFFFF;
    line-height: 25px;
}

/*分页----end*/
/*右侧菜单 ---- start*/
.mainCenter .right {
    width: 360px;
}

.mainCenter .right p.t {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 35px;
    padding-left: 17px;
    position: relative;
    z-index: 10;
}

.mainCenter .right .top {
    position: relative;
    padding-top: 22px;
    overflow: hidden;
    min-height: 350px;
}

.mainCenter .right .top .img {
    position: absolute;
    top: 0;
    left: 0;
    background: #1226aa;
    height: 100%;
    width: 254px;
}

.mainCenter .right .top .slides {
    background: #e9e9ec;
    margin-left: 17px;
    width: 268px;
    position: relative;
    z-index: 10;
    padding: 15px 0 0;
    min-height: 300px;
}

.mainCenter .right .top .slides .slide-item {
    background: #e9e9ec;
    display: none;
}

.mainCenter .right .top .slides .slide-item.on {
    display: block;
}

.mainCenter .right .top .slides .slide-item a {
    padding: 8px 18px;
    font-size: 16px;
    padding-left: 50px;
    background: url(../images/min-right-jt-right11.png) no-repeat 38px center;
    background-size: 6px 6px;
}

.mainCenter .right .top .slides .slide-item a:hover,
.mainCenter .right .top .slides .slide-item a.on {
    background: url(../images/min-right-jt-right.png) no-repeat 38px center;
    background-size: 6px 6px;
    padding-left: 50px;
    color: #c39367;
}

.mainCenter .right .top .slides a {
    font-size: 18px;
    color: #666666;
    padding: 10px 0;
    padding-left: 23px;
    display: block;
    padding-right: 0px;
    /* font-weight: bold; */
}

.mainCenter .right .top .slides .slide-tit a:hover,
.mainCenter .right .top .slides .slide-tit a.on {
    color: #c39367;
    background: url(../images/luqupicixian.jpg) no-repeat 0px center;
    background-size: 6px 20px;
    font-weight: bold;
}

.mainCenter .right .bottom {
    background: url(../images/main-right-bottom.png) no-repeat top left;
    background-size: 100%;
    padding-top: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    flex-direction: column;
}

.mainCenter .right .bottom a {
    background: -moz-linear-gradient(90deg, rgb(155, 86, 43) 0%, rgb(250, 204, 144) 100%);
    background: -webkit-linear-gradient(90deg, rgb(155, 86, 43) 0%, rgb(250, 204, 144) 100%);
    background: -ms-linear-gradient(90deg, rgb(155, 86, 43) 0%, rgb(250, 204, 144) 100%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    width: 292px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    font-size: 16px;
    font-family: "Times New Roman";
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: center;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    flex-direction: column;
    justify-content: center;
}

/*右侧菜单-----end*/


/* 最新开始 */

#new_nav {
    padding: 30px 0;
    background: url(../images/bg_02.png) bottom right no-repeat;
    background-size: 70%;
}

.ban #list_news ul li {
    padding: 25px 0;
    border-bottom: 1px solid rgb(220, 220, 220);
    margin-top: 20px;
}

.ban #list_news ul li .right {
    width: 300px;
    height: 169px;
    overflow: hidden;
}

.ban #list_news ul li .right:hover img {
    transition: all 0.5s;
}

.ban #list_news ul li .right:hover img {
    transform: scale(1.2, 1.2);
}

.ban #list_news ul li .left {
    width: 860px;
    line-height: 1.3;
}

.ban #list_news ul li .left .tit {
    display: inline-block;
    font-size: 20px;
    color: #191c91;
    font-weight: bold;
    margin-bottom: 20px;
}

.ban #list_news ul li .left .tit span {
    color: #c39367;
}

.ban #list_news ul li .left .text {
    display: block;
    font-size: 20px;
    color: #333333;
}

.ban #list_news ul li .left .text:hover {
    color: #191c91;
}

.ban .page {
    padding-top: 25px;
    /* padding-bottom: 80px; */
    text-align: center;
    line-height: 1.5;
}

.ban .page .pageBox a {
    font-size: 18px;
    color: #999999;
    margin: 0 8px;
}

.ban .page .pageBox a.color {
    color: #333333;
}

.ban .page .pageBox a.active {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: rgb(195, 147, 103);
    color: #fff;
}

.ban .page .pageBox a.now {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #999999;
    color: #fff;
}

/* .ban .page .pageBox a.now:hover {
    color: #191c91;
    text-decoration: underline;
} */

.ban #message {
    padding: 40px 0;
    position: relative;
    overflow-x: hidden;
    padding-bottom: 180px;
    background: url(../images/bg3.png) no-repeat center bottom;
    background-size: 100%;
}

.ban #message .tit {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px;
    line-height: 1.3;
    text-align: center;
}

.ban #message .text {
    font-size: 16px;
    text-align: left;
    /* margin: 40px 0; */
    line-height: 1.5;
}

.ban #message .item_box {
    background-color: rgb(238, 238, 238);
    padding: 40px 60px;
}

.ban #message .item_box .left {
    width: 230px;
    text-align: center;
}

.ban #message .item_box .left .top {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.ban #message .item_box .left h2 {
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
}

.ban #message .item_box .left p {
    font-size: 16px;
    color: #999999;
}

.ban #message .item_box .right {
    width: 820px;
    line-height: 25px;
    text-align: left;
}

.ban #message .item_box .right .img1 {
    margin-right: 10px;
    margin-top: -30px;
    margin-left: -20px;
}

.ban #message .item_box .right i {
    font-size: 24px;
    font-weight: bold;
}

.ban #message .item_box .right span {
    font-size: 16px;
    color: #333333;
}

.ban #message .item_box .right img.fr {
    margin-top: 40px;
}

/* 最新结束 */


/*Master of Finance-----start*/
.ban .nav_tab .box1 .right {
    width: auto;
}

.ban .nav_tab .box1 .right ul li a.on {
    background-color: rgb(25, 28, 145);
}

.mainCenter {
    margin-top: 40px;
    padding-bottom: 80px;
    position: relative;
}

.mainCenter .left {
    /* padding-top: 25px; */
    width: 860px;
}

.mainCenter .left p {
    text-align: left;
    color: #333333;
    line-height: 1.5;
    /* margin-bottom: 15px; */
}


#CurriculumIntroduction .left .item .right p {
    line-height: 1.3;
}

/* .mainCenter .left p img {
    width: 100%;
} */
#MOF .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 30px
}

#MOF .left p.xt {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

#MOF .left p.b {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
}

.mainCenter .right {
    width: 285px;
}

.mainCenter .right p.t {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1 !important;
    font-weight: bold;
    margin-bottom: 24px;
}

#Ecu .right p.t {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 26px;
    padding-left: 25px;
}

/* .mainCenter .right .top {
    background: url(../images/main-right-top.png) no-repeat top left;
    padding-top: 33px;
} */

.mainCenter .right .bottom {
    background: url(../images/main-right-bottom.png) no-repeat top left;
    background-size: 100%;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    flex-direction: column;
}

.mainCenter .right .bottom a {
    background: -moz-linear-gradient(90deg, rgb(155, 86, 43) 0%, rgb(250, 204, 144) 100%);
    background: -webkit-linear-gradient(90deg, rgb(155, 86, 43) 0%, rgb(250, 204, 144) 100%);
    background: -ms-linear-gradient(90deg, rgb(155, 86, 43) 0%, rgb(250, 204, 144) 100%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    width: 240px;
    height: 55px;
    border-radius: 30px;
    display: flex;
    font-size: 16px;
    font-family: "Times New Roman";
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: center;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    flex-direction: column;
    justify-content: center;
}

/*Master of Finance-----end*/


/* Faculty-special term------START */
#FST1 {
    background: url(../images/bg3.png) bottom right no-repeat;
    background-size: 98%;
    padding-bottom: 100px;
}

#FST1 .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 20px;
    font-weight: bold;
}

#FST1 .left .top {
    margin-top: 20px;
}

#FST1 .left .top li {
    font-size: 20px;
    color: #333333;
    text-align: left;
    cursor: pointer;
    margin-right: 40px;
}

#FST1 .left .top li p {
    text-align: center;
}

#FST1 .left .top li p a {
    color: #333333;
}

#FST1 .left .top li span {
    display: inline-block;
    width: 80px;
    height: 4px;
    background-color: rgb(193, 165, 139);
    display: none;
    margin: 0 auto;
    margin-top: 15px;
}


#FST1 .left .top li:hover p a {
    color: #c39367;
    font-weight: bold;
}

#FST1 .left .top li:hover span {
    display: block;
}

#FST1 .left .top li.on p a {
    color: #c39367;
    font-weight: bold;
}

#FST1 .left .top li.on span {
    display: block;
}

#FST1 .left .center {
    padding-top: 15px;
}

#FST1 .left .center li {
    float: left;
    margin: 0 5px;
    margin-bottom: 10px;
}

#FST1 .left .center li a {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 21px;
    font-size: 16px;
    color: #333333;
}

#FST1 .left .center li a.now {
    color: #999999;
}

#FST1 .left .center li a.on {
    background-color: rgb(195, 147, 103);
    font-weight: bold;
    color: #FFFFFF;
}

#FST1 .left .center li.now a {
    background-color: #cccccc;
    font-weight: bold;
    color: #FFFFFF;
}

#FST1 .left .center li.color:hover a {
    background-color: rgb(195, 147, 103);
    font-weight: bold;
    color: #FFFFFF;
}

#FST1 .left .tishi {
    display: inline-block;
    font-size: 16px;
    color: #c39367;
    margin-bottom: 30px;
}

#FST1 .left .bottom {
    margin-bottom: 25px;
}

#FST1 .left .bottom li {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 400px;
    height: 225px;
    overflow: hidden;
    position: relative;
}

#FST1 .left .bottom li .img {
    width: 152px;
    height: 100%;
}

#FST1 .left .bottom li .img_box {
    width: 248px;
    height: 100%;
    background: url(../images/font_06.png) no-repeat;
    background-size: 100% 100%;
}

#FST1 .left .bottom li .img_box .t {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 65px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
}

#FST1 .left .bottom li:hover .t {
    color: #c39367;
}

#FST1 .left .bottom li .img_box .p {
    color: #FFFFFF;
    /*  font-size: 16px;
        margin-left: 30px;
        margin-right: 30px; //modified by Hua - 191112  */
    font-size: 14px;
    margin-left: 30px;
    margin-right: 5px;
    text-align: left;
}

#FST1 .left .bottom li:nth-child(2n) {
    margin-right: 0px;
}

#FST1 .left .text_main .text {
    display: none;
}

#FST1 .left .text_main .text.isShow {
    display: block;
}

/* Faculty-special term------END */

/* Faculty-special term2------start */

#FST1 .left .itemBox {
    padding: 20px 40px;
    height: 200px;
    background-color: #cacaca;
    margin-top: 30px;
}

#FST1 .left .itemBox .leftBox {
    width: 152px;
    margin-top: -50px;
    overflow: hidden;
    margin-right: 40px;
}

#FST1 .left .itemBox .leftBox img {
    width: 100%;
    height: 100%;
}

#FST1 .left .itemBox .rightBox {
    width: 580px;
    line-height: 35px;
    overflow: hidden;
}

#FST1 .left .itemBox .rightBox .ti {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

#FST1 .left .itemBox .rightBox .t {
    font-size: 16px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-top: 0px !important;
    /* width: 270px; */
    /* float: left; */
    text-align: left;
    line-height: 1.5;
}

#FST1 .left .itemBox .rightBox .t a {
    color: #FFFFFF;
}

#FST1 .left .itemBox .rightBox .t font {
    line-height: 1.3;
    display: inline-block;
    text-align: left;
}

#FST1 .left .itemBox .rightBox .t img {
    margin-right: 10px;
    vertical-align: middle;
    width: 16px;
}

#FST1 .left .itemBox .rightBox .t span {
    vertical-align: middle;
}

#FST1 .left .itemBox .rightBox .t span em {
    font-weight: bold;
}

#FST1 .left .navTab {
    margin: 22px 0;
}

#FST1 .left .navTab li a {
    display: inline-block;
    width: 164px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    vertical-align: middle;
    background: #f3f3f4;
    margin-right: 10px;
}

#FST1 .left .navTab li:first-child a {
    margin-left: 0px;
}

#FST1 .left .navTab li.on a {
    color: #FFFFFF;
    background-color: rgb(195, 147, 103);
}

#FST1 .left .navTab li img {
    width: 4px;
    height: 40px;
}

#FST1 .left .textMain {
    padding-bottom: 60px;
}

#FST1 .left .textMain li {
    display: none;
}

#FST1 .left .textMain li.isShow {
    display: block;
}

#FST1 .left .textMain p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
    padding-bottom: 20px;
}

/* Faculty-special term------END */

/* Finance DBA-admission-----STAET */
.bgImg {
    background: url(../images/bg3.png) bottom right no-repeat;
    background-size: 98%;
    padding-bottom: 180px;
}

#FDBAA .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 20px;
}

#FDBAA .left .top {
    width: 100%;
    padding: 20px 0;
    /* border: 1px solid rgb(229, 229, 229); */;
}


#FDBAA .left .top li .pp {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: left
}

#FDBAA .left .top li .pp span {
    color: #22258c;
}

#FDBAA .left .top li .pp em {
    font-size: 16px;
    color: #22258c;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
}

#FDBAA .left .top li .img_box {
    width: 220px;
    text-align: center;
}

#FDBAA .left .top li .p_text {
    width: 640px;
}

#FDBAA .left .top li .size {
    font-size: 28px;
    font-weight: bold;
    color: #22258c;
}

#FDBAA .left .top li .t_text {
    width: 255px;
}

#FDBAA .left .top li .t_text img {
    margin-right: 10px;
}

#FDBAA .left .top li .t_text .text {
    font-size: 30px;
    font-weight: bold;
    color: #22258c;
}

#FDBAA .left .top li .t_text .text span {
    vertical-align: middle;
}


#FDBAA .left .top li {
    background-color: rgb(238, 238, 238);
    padding: 20px 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

#FDBAA .left .top li .t_text .p1 {
    font-size: 24px;
    color: #22258c;
}

#FDBAA .left .top li .t_text .p2 {
    font-size: 16px;
    color: #666666;
}

#FDBAA .left .center {
    padding: 40px 25px;
    border: 1px solid rgb(229, 229, 229);
    margin: 20px 0;
}

#FDBAA .left .center .t {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

#FDBAA .left .center .list li {
    padding: 20px 0;
}

#FDBAA .left .center .list li .liLeft {
    width: 195px;
    text-align: center;
}

#FDBAA .left .center .list li .liRight {
    width: 545px;
}

#FDBAA .left .center .list li .liRight .p1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

#FDBAA .left .center .list li .liRight .p2 {
    font-size: 16px;
    color: #333333;
}

#FDBAA .mainBg {
    padding: 50px 0;
    background: url(../images/bg_03.png) no-repeat;
    background-size: 100% 100%;
    margin: 30px 0;
}

#FDBAA .mainBg .itemBox {
    width: 858px;
    height: 504px;
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(0, 10, 19, 0.15);
}

#FDBAA .mainBg .itemBox .t {
    font-size: 20px;
    color: #333333;
    padding-left: 30px;
    padding-top: 40px;
    font-weight: bold;
}

#FDBAA .mainBg .itemBox .nav {
    margin: 40px 0;
}

#FDBAA .mainBg .itemBox .nav .tab li {
    float: left;
}

#FDBAA .mainBg .itemBox .nav .tab li .pp {
    font-family: "Georgia";
    font-size: 50px;
    font-weight: 800;
    font-style: italic;
    position: relative;
    color: #dadada;
}

#FDBAA .mainBg .itemBox .nav .tab li .pp em {
    font-family: "Georgia";
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: -10px;
    left: -35px;
}

#FDBAA .mainBg .itemBox .nav .tab li .line {
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: rgb(229, 229, 229);
    margin-right: 20px;
    margin-left: 8px;
}

#FDBAA .mainBg .itemBox .nav .tab li.on .pp {
    color: rgba(25, 28, 145, 0.4);
}

#FDBAA .mainBg .itemBox .nav .tab li.on .pp em {
    color: #191c91;
}

#FDBAA .mainBg .itemBox .pText {
    padding: 0 60px;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
}

#FDBAA .mainBg .itemBox .pText a {
    display: block;
    margin-bottom: 20px;
    color: #c39367;
}


#FDBAA .mainBg .itemBox .arrow-left {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -22px;
    width: 30px;
}

#FDBAA .mainBg .itemBox .arrow-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -22px;
    width: 30px;
}

/* Finance DBA-admission------END */

/* Finance DBA-program curriculum------START */

#FDBAPC .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 25px;
}

#FDBAPC .left .tit_news {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 25px;
}

#FDBAPC .left .top {
    width: 100%;
}

#FDBAPC .left .top img {
    width: 100%;
}

#FDBAPC .left .huodong {
    width: 100%;
}

#FDBAPC .left .huodong .item {
    margin-bottom: 20px;
}

#FDBAPC .left .newhref span {
    display: inline-block;
    color: rgb(25, 28, 145);
    margin-left: 15px;
    vertical-align: middle;
}

#FDBAPC .left .huodong .item .item_tit {
    padding: 16px 25px;
    background-color: rgb(238, 238, 238);
    color: #333;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
}

#FDBAPC .left .huodong .item .item_tit img {
    width: 15px;
    float: left;
}

#FDBAPC .left .huodong .item .item_tit span {
    float: left;
    width: 620px;
}

#FDBAPC .left .huodong .item .item_tit.now {
    color: #c39367;
}

#FDBAPC .left .huodong .item .item_tit img {
    transform: rotate(0deg);
    transition: all 0.5s;
    margin-right: 25px;
}


#FDBAPC .left .huodong .item .text {
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    color: #333;
    padding: 20px 25px;
    font-size: 16px;
    text-align: left;
    display: none;
    background: #ffffff;
}

#FDBAPC .left .huodong .item .text p {
    line-height: 1.5;
    padding-left: 15px;
}

#FDBAPC .left .huodong .item .text p span {
    display: inline-block;
    margin-left: -13px;
}

#FDBAPC .left .textMain {
    padding: 30px 0;
}

#FDBAPC .left .textMain p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
}

#FDBAPC .left .messageBox {
    padding: 30px;
    background-color: rgb(238, 238, 238);
}

#FDBAPC .left .messageBox .logo {
    margin-left: -30px;
}

#FDBAPC .left .messageBox .ptext p {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;;
}


/*  Finance DBA-program curriculum------END */

/* Finance EE-program introduction3------start */

#PFC .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 40px;
}

#PFC .left .tit_news {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 25px;
}

#PFC .left .textBox p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
    margin-bottom: 20px;
}

#PFC .left .item_cont li {
    width: 390px;
    height: auto;
    float: left;
    margin-bottom: 30px;
}

#PFC .left .item_cont li:nth-child(odd) {
    margin-right: 80px;
}

#PFC .left .item_cont li .top_img {
    width: 100%;
    overflow: hidden;
}

#PFC .left .item_cont li .top_img img {
    width: 100%;
    transition: all 0.5s;
}

#PFC .left .item_cont li .top_img:hover img {
    transform: scale(1.2, 1.2);
}


#PFC .left .item_cont li .txet_p p.t {
    padding: 15px 0;
    padding-left: 22px;
    text-align: left;
}

#PFC .left .item_cont li .txet_p p.t em {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    vertical-align: middle;
}

#PFC .left .item_cont li .txet_p p.t span {
    color: #666666;
    display: inline-block;
    margin-left: -22px;
    margin-right: 10px;
    vertical-align: middle;
}

#PFC .left .item_cont li .txet_p .pp {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}

/* Finance EE-program introduction3------end */

/* Finance EE-program introduction4------start */
#PFI {
    margin-bottom: 129px;
}

#PFI .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 40px;
}

#PFI .left .textBox p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 20px;
}

#PFI .left .tableBox {
    margin-bottom: 40px;
}

#PFI .left .tableBox .ts {
    display: inline-block;
    padding: 15px 25px;
    background-color: rgb(195, 147, 103);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid rgb(238, 238, 238);
    border-bottom: none;
}

#PFI .left .tableBox .table {
    width: 100%;
    border-collapse: collapse;
}

#PFI .left .tableBox .table tr th {
    font-size: 16px;
    color: #FFFFFF;
    background-color: rgb(222, 179, 155);
    padding: 20px 0;
    border: 2px solid rgb(238, 238, 238);
    border-top: none;
}

#PFI .left .tableBox .table tr td {
    font-size: 16px;
    color: #333333;
    border: 2px solid rgb(238, 238, 238);
    padding: 20px;
    /* padding-left: 20px; */
}


/* Finance EE-program introduction4------end */


/* 下载 */
.mainCenter .download {
    background-color: rgb(220, 220, 220);
    height: 129px;
    position: absolute;
    bottom: -129px;
    left: 0px;
}

.mainCenter .download .left {
    width: 600px;
    margin: 26px 30px;
}

.mainCenter .download .left .p1 {
    font-size: 20px;
    color: #333333;
}

.mainCenter .download .left .p2 {
    font-size: 16px;
    color: #888888;
}

.mainCenter .download .right {
    width: 300px;
    height: 150px;
    background: url(../images/load.png) no-repeat;
    margin-top: -20px;
    background-size: 100% 100%;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 150px;
    font-weight: bold;
}

.mainCenter .download .right:hover {
    background: url(../images/load2.png) no-repeat;
    background-size: 100% 100%;
}

.mainCenter .download .right img {
    margin-left: -25px;
    width: 20px;
    margin-right: 5px;
}

/* 下载 */

/* Finance EMBA-admissions-----start */
#FEMA .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 30px;
}

#FEMA .left .top li {
    float: left;
    width: 200px;
    height: 195px;
    margin-right: 20px;
}

#FEMA .left .top li:nth-child(1) {
    background: url(../images/bg_icon1.png) no-repeat;
    background-size: 100% 100%;
}

#FEMA .left .top li:nth-child(2) {
    background: url(../images/bg_icon2.png) no-repeat;
    background-size: 100% 100%;
}

#FEMA .left .top li:nth-child(3) {
    background: url(../images/bg_icon3.png) no-repeat;
    background-size: 100% 100%;
}

#FEMA .left .top li:nth-child(4) {
    background: url(../images/bg_icon4.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0px;
}

#FEMA .left .top li p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin: 0 20px;
    margin-top: 65px;
    text-align: center;
}

#FEMA .left .tit2 {
    margin-top: 40px;
    font-size: 20px;
}


#FEMA .left .center li {
    float: left;
    width: 325px;
    padding: 0 52px;
    height: 160px;
    text-align: center;
    margin-bottom: 30px;
}

#FEMA .left .center li .img_box {
    height: 80px;
}

#FEMA .left .center li p {
    line-height: 25px;
    font-size: 16px;
    color: #333333;
}

#FEMA .left .itemText {
    font-size: 16px;
    line-height: 1.5;
}

#FEMA .left .itemText a {
    color: #c39367;
}

#FEMA .left .language .left {
    width: 295px;
}

#FEMA .left .language .left img {
    width: 100%;
}

#FEMA .left .language .right {
    width: 520px;
}

#FEMA .left .language .right .p1 {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}

#FEMA .left .language .right .pp {
    width: 350px;
    margin-bottom: 50px;
}

#FEMA .left .language .right .tsBox {
    width: 125px;
    height: 98px;
    border-width: 1px;
    border-color: rgb(220, 220, 220);
    border-style: solid;
    background-color: rgb(247, 247, 247);
}

#FEMA .left .language .right .tsBox .p2 {
    text-align: center;
    margin-top: 15px;
}

#FEMA .left .language .right .tsBox .p1 span {
    font-size: 28px;
    font-weight: bold;
}

#FEMA .botBox {
    margin: 50px 0;
    padding: 40px 0;
    background-color: rgb(238, 238, 238);
}

#FEMA .bottom .left {
    width: 860px;
}

/* #FEMA .bottom .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 20px;
    padding-top: 25px;
} */

#FEMA .bottom .left .tit2 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
}

#FEMA .bottom .left .footBox li .t {
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 55px;
}

#FEMA .bottom .left .footBox li .t img {
    width: 20px;
    margin-left: -30px;
    margin-right: 10px;
    vertical-align: middle;
}

#FEMA .bottom .left .footBox li .b {
    font-size: 16px;
    color: #666666;
    padding-left: 30px;
}

#FEMA .bottom .left .itemCont {
    padding: 20px 35px;
    background-color: rgb(229, 229, 229);
    margin-top: 40px;
}

#FEMA .bottom .left .itemCont .tt {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    vertical-align: bottom;
    margin-bottom: 15px;
}

#FEMA .bottom .left .itemCont .tt img {
    margin-right: 15px;
    vertical-align: bottom;
}

#FEMA .bottom .left .itemCont .p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}

/* Finance EMBA-admissions-----end */
/* Finance EMBA-international module-----START */
#FEIM .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 20px;
}

#FEIM .left .textBox {
    background: url(../images/bg_08.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}

#FEIM .left .textBox p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
    margin-bottom: 20px;
}

#FEIM .left .itemBox li {
    margin-bottom: 40px;
}

#FEIM .left .itemBox li .left {
    width: 380px;
    overflow: hidden;
    margin-top: 100px;
}

#FEIM .left .itemBox li .left img {
    width: 100%;
    transition: all 0.5s;
}

#FEIM .left .itemBox li .left:hover img {
    transform: scale(1.2, 1.2);
}

#FEIM .left .itemBox li .right {
    width: 450px;
}

#FEIM .left .itemBox li .right .tt {
    width: 450px;
    padding: 14px 0;
    background-color: rgb(222, 179, 155);
    margin: 25px 0;
    margin-left: -60px;
    position: relative;
    z-index: 10;
    padding-left: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
}

#FEIM .left .itemBox li .right .tt img {
    margin-right: 20px;
    vertical-align: middle;
}

#FEIM .left .itemBox li .right p.b {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
}

#FEIM .left .bottomBox li .top {
    padding: 14px 0;
    padding-left: 20px;
    background-color: rgb(222, 179, 155);
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
}

#FEIM .left .bottomBox li .main {
    padding: 25px 40px;
}

#FEIM .left .bottomBox li .main p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
}

#FDBAPC .left .itemCnt {
    background-color: rgb(238, 238, 238);
    padding: 16px 30px;
    font-size: 16px;
    color: #333333;
}

#FDBAPC .left .itemCnt span {
    font-size: 18px;
    font-weight: bold;
}


/* Finance MBA-admissions1------start */
#FEMA .left .newCenter li {
    width: 230px;
    float: left;
    margin-right: 55px;
    padding: 0px;
}

#FEMA .newCenter li:nth-child(3) {
    margin-right: 0px;
}

#FEMA .bottom .left .newFoot li {
    width: 241px;
    float: left;
    margin-right: 45px;
    margin-bottom: 25px;

}

#FEMA .bottom .left .newFoot li:last-child {
    width: 100%;
}

#FEMA .bottom .left .newFoot li p.t {
    line-height: 25px;
    text-align: left;
    font-weight: normal;
}


/* Finance MBA-admissions1-------end */

/* Finance MBA-FAQ------satrt */


/* Finance MBA-FAQ------end */
#FAQ .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 0px;
}

#FAQ .left .itemMain {
    width: 100%;
}

#FAQ .left .itemMain .item {
    margin-bottom: 20px;
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    background-color: rgb(246, 246, 255);
    padding: 25px 20px;
}

#FAQ .left .itemMain .item.no {
    background-color: #fff;
}

#FAQ .left .itemMain .item .item_tit {
    color: #333;
    font-size: 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
}

#FAQ .left .itemMain .item .item_tit img {
    float: left;
    margin-right: 20px;
}

#FAQ .left .itemMain .item .item_tit span {
    float: left;
    width: 716px;
}

#FAQ .left .itemMain .item .item_tit.now {
    color: #c39367;
}

#FAQ .left .itemMain .item .text {
    margin-top: 15px;
    display: none;
}

#FAQ .left .itemMain .item .text .t_box {
    color: #999999;
    font-size: 16px;
    text-align: left;

    line-height: 1.5;;
}

#FAQ .left .itemMain .item .text .t_box img {
    float: left;
    margin-right: 20px;
}

#FAQ .left .itemMain .item .text p span {
    float: left;
    width: 715px;
}

/* Finance EMBA-international module-----END */

/* Finance MBA-program curriculum1------start */
#FMBAPC .left .tit {
    font-size: 28px;
    color: #333333;
    /* padding-bottom: 40px; */
}

#FMBAPC .left .top {
    width: 100%;
    margin-top: 40px;
}

#FMBAPC .left .top img {
    width: 100%;
}

#FMBAPC .left .textMain {
    padding-top: 20px;
    padding-bottom: 30px;
}

#FMBAPC .left .textMain p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

#FMBAPC .left .bottomBox li {
    border: 1px solid rgb(238, 238, 238);
    margin-bottom: 20px;
}

#FMBAPC .left .bottomBox li .top {
    width: 840px;
    padding: 14px 0;
    padding-left: 20px;
    background-color: rgb(238, 238, 238);
    color: #333333;
    font-weight: bold;
    font-size: 20px;
}

#FMBAPC .left .bottomBox li .main {
    padding: 20px;
}

#FMBAPC .left .bottomBox li .main p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
}

#FMBAPC .left .bottomBox li .main p.p1 {
    font-weight: bold;
    margin-top: 20px;
}

/* Finance MBA-program curriculum1------end */

/* Finance MBA-program introduction----start */
#FMBAPI .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 40px;
}

#FMBAPI .left .top {
    border-width: 1px;
    border-color: rgb(220, 220, 220);
    border-style: solid;
}

#FMBAPI .left .top .fl {
    width: 350px;
    padding-left: 30px;
}

#FMBAPI .left .top .fl .t1,
#FMBAPI .left .top .fl .t2 {
    font-size: 20px;
    color: #c39367;
    font-weight: bold;
    margin: 20px 0;
}

#FMBAPI .left .top .fl .t2 {
    color: #191c91;
}

#FMBAPI .left .top .fl .p1 {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
}

#FMBAPI .left .top .fl .p1 span {
    font-weight: bold;
}

#FMBAPI .left .top .fr {
    width: 418px;
}

#FMBAPI .left .top .fr img {
    width: 100%;
}

#FMBAPI .left .cText p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    padding: 20px 0;
}

#FMBAPI .left .bottom li {
    width: 370px;
    padding: 10px 0;
    height: 150px;
    text-align: center;
}

#FMBAPI .left .bottom li .img_box {
    height: 90px;
    text-align: center;
}

#FMBAPI .left .bottom li img {
    width: 70px;
}

#FMBAPI .left .bottom li p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

#FMBAPI .left .bottom li:nth-child(2n+1) {
    float: left;
}

#FMBAPI .left .bottom li:nth-child(2n) {
    float: right;
}

#FMBAPI .left .bottom li:last-child {
    height: auto;
}

#FMBAPI .left .bottom li:last-child p {
    text-align: center;
}


/* Finance MBA-program introduction----end */


/* Finance PHD-admissions----start */
#PhD .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 40px;
}

#PhD .left .top li {
    float: left;
    width: 263px;
    height: 195px;
    margin-right: 35px;
}

#PhD .left .top li:nth-child(1) {
    background: url(../images/bg_icon5.png) no-repeat;
    background-size: 100% 100%;
}

#PhD .left .top li:nth-child(2) {
    background: url(../images/bg_icon6.png) no-repeat;
    background-size: 100% 100%;
}

#PhD .left .top li:nth-child(3) {
    background: url(../images/bg_icon7.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0px;
}

#PhD .left .top li p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin: 0 28px;
    margin-top: 75px;
    text-align: center;
}

#PhD .left .tit2 {
    margin-top: 40px;
    font-size: 20px;
    padding-bottom: 20px;
}

#PhD .left .text {
    font-size: 16px;
    color: #333;
    line-height: 1.5;;
}

#FMBAPC .left .message_box .p1 {
    padding: 20px 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
}

#FMBAPC .left .message_box .p2 {
    background-color: rgb(238, 238, 238);
    padding: 20px;
}

#FMBAPC .left .message_box .p1 .tt {
    margin-bottom: 10px;
    font-size: 20px;
}

#FMBAPC .left .message_box .pp {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
}

/* Finance PHD-admissions-----end */

/* Master of Finance-admissions1---START */
#MFFA .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 40px;
    font-weight: bold;
}

#MFFA .left .tav_nav {
    border-bottom: 1px solid rgb(220, 220, 220);
}

#MFFA .left .tav_nav li {
    float: left;
    padding-right: 58px;
    cursor: pointer;
}

#MFFA .left .tav_nav li.on p {
    color: #c39367;
    font-weight: bold;
    border-bottom: 4px solid rgb(195, 147, 103);
}

#MFFA .left .tav_nav li.on span {
    display: block;
}

#MFFA .left .tav_nav li p {
    font-size: 16px;
    color: #999999;
    padding-bottom: 20px;
}

/* 
#MFFA .left .tav_nav li span {
    display: block;
    width: 90%;
    height: 4px;
    background-color: rgb(195, 147, 103);
    display: none;
} */

#MFFA .left .tab_text .top li {
    width: 230px;
    float: left;
    margin-right: 85px;
    text-align: center;
}

#MFFA .left .tab_text .top li:last-child {
    margin-right: 0px;
}

#MFFA .left .tab_text .top li img {
    height: 80px;
    margin: 40px 0;
}

#MFFA .left .tab_text .top li p {
    font-size: 16px;
    color: #333333;
    line-height: 27px;
}

#MFFA .left .tab_text .text1 {
    display: none;
}

#MFFA .left .tab_text .text1.isShow {
    display: block;
}

#MFFA .left .tab_text .text1 .pp {
    padding: 20px 30px;
    background-color: rgb(238, 238, 238);
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    margin: 40px 0;
}

#MFFA .left .tab_text .text1 .img_box {
    padding: 45px 0;
}

#MFFA .left .tab_text .text1 .img_box .tit2 {
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 20px;
    font-weight: bold;
}

#MFFA .left .tab_text .text1 .img_box .left {
    width: 860px;
}

#MFFA .left .tab_text .text1 .img_box .circle_tab {
    margin-bottom: 20px;
}

#MFFA .left .tab_text .text1 .img_box .circle_tab li {
    float: left;
    width: 186px;
    margin: 0px 50px;
    text-align: center;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

#MFFA .left .tab_text .text1 .img_box .circle_tab li .new_t {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
}

#MFFA .left .tab_text .text1 .img_box .circle_tab li p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 5px;
}

#MFFA .left .tab_text .text1 .img_box .circle_tab li .circle {
    width: 47px;
    height: 47px;
    border: 6px solid rgb(191, 191, 191);
    border-radius: 50%;
    background-color: rgb(229, 229, 229);
    text-align: center;
    line-height: 44px;
    font-size: 30px;
    color: #191c91;
    margin: 0 auto;
    font-weight: bold;
}

#MFFA .left .tab_text .text1 .img_box .circle_tab li.on .circle {
    border: 6px solid rgb(195, 147, 103);
    background-color: rgb(25, 28, 145);
    color: #FFFFFF;
}

#MFFA .left .tab_text .text1 .img_box .line {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 810px;
    background-color: rgb(220, 220, 220);
    height: 1px;
}

#MFFA .left .tab_text .text1 .img_box .itemText li {
    display: none;
    height: 595px;
}

#MFFA .left .tab_text .text1 .img_box .itemText li.isShow {
    display: block;
}

#MFFA .left .tab_text .text1 .img_box .itemText li p {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 1.5;;
}

#MFFA .left .tab_text .text1 .img_box .itemText li .new_t {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}

#MFFA .left .tab_text .text1 .img_box .itemText li p a {
    color: #c39367;
}

#MFFA .left .tab_text .text1 .img_box .itemText li p.tt {
    font-size: 18px;
}

#MFFA .left .tab_text .text1 .img_box .itemText li .mainBox .itemB {
    float: left;
    width: 252px;
    height: 200px;
    margin-right: 22px;
    text-align: center;
    padding-bottom: 20px;
}

#MFFA .left .tab_text .text1 .img_box .itemText li .mainBox .itemB p {
    text-align: center;
}

#MFFA .left .tab_text .text1 .img_box .itemText li .mainBox .itemB:nth-child(3n) {
    margin-right: 0px;
}

#MFFA .left .tab_text .text1 .img_box .itemText li .mainBox .itemB img {
    height: 50px;
    margin: 30px 0;
}

#MFFA .left .tab_text .text1 .application {
    /* margin-top: 30px; */
}

#MFFA .left .tab_text .text1 .application p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
}

#MFFA .left .tab_text .text1 .two {
    padding-top: 40px;
}

#MFFA .left .tab_text .text1 .two p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
    margin-bottom: 30px;
}

#MFFA .left .tab_text .text1 .two p span {
    color: #999999;
}

#MFFA .left .tab_text .text1 .two p a {
    color: #c39367;
}

#MFFA .left .tab_text .text1 .application .i_box {
    padding: 40px 20px;
    background-color: rgb(238, 238, 238);
    margin: 30px 0;
}

#MFFA .left .tab_text .text1 .application .i_box .fl {
    width: 210px;
}

#MFFA .left .tab_text .text1 .application .i_box .fl .p1 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

#MFFA .left .tab_text .text1 .application .i_box .fl .p2 {
    font-size: 48px;
    color: #c39367;
    padding: 30px 0;
}

#MFFA .left .tab_text .text1 .application .i_box .fl .p3 {
    font-size: 40px;
    color: #333333;
}

#MFFA .left .tab_text .text1 .application .i_box .fr {
    width: 549px;
    border-left: 1px solid rgb(191, 191, 191);
}

#MFFA .left .tab_text .text1 .application .i_box .fr .table {
    width: 100%;
}

#MFFA .left .tab_text .text1 .application .i_box .fr .table td {
    padding: 10px 20px;
    font-size: 16px;
    color: #333333;
}

#MFFA .left .tab_text .text1 .application .i_box .fr .table td h2 {
    font-size: 20px;
}

#MFFA .left .tab_text .text1 .application .i_box .fr .table td i {
    font-size: 16px;
}

#MFFA .left .tab_text .text1 .application .i_box .fr .table td p {
    font-size: 16px;
    color: #999999;
}

#MFFA .left .tab_text .text1 .application .pB {
    font-size: 16px;
    color: #999999;
}

#MFFA .left .tab_text .text1 .application .pB span {
    font-weight: bold;
    color: #333333;
}


/* Master of Finance-admissions1----END */

/* Master of Finance-admissions2----start */

#MFFA2 .left .tit {
    font-size: 28px;
    color: #333333;
    /* padding-bottom: 40px; */
}

#MFFA2 ul.new_list li {
    padding: 20px 0;
    border-bottom: 1px solid rgb(220, 220, 220);
}

#MFFA2 ul li .right {
    width: 300px;
    height: 169px;
    overflow: hidden;
}

#MFFA2 ul li .right img {
    transition: all 0.5s;
}

#MFFA2 ul li .right:hover img {
    transform: scale(1.2, 1.2);
}

#MFFA2 ul li .left {
    width: 535px;
    line-height: 1.5;;
}

#MFFA2 ul li .left .tit {
    font-size: 20px;
    color: #191c91;
    font-weight: bold;
}

#MFFA2 ul li .left .text {
    display: block;
    font-size: 18px;
    color: #333333;
}

#MFFA2 ul li .left .text:hover {
    color: #c39367;
}

/* Master of Finance-admissions2----END */


/* Master of Finance-admissions3----strat */

#MFFA3 .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 40px;
}

#MFFA3 .left .tit3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 30px;
}

#MFFA3 .left .top li {
    float: left;
    width: 330px;
    padding: 0 50px;
}

#MFFA3 .left .top li .fr span {
    font-size: 16px;
    color: #333333;
}

#MFFA3 .left .top li .fr p {
    font-size: 54px;
    color: #c39367;
}

#MFFA3 .left .top li .fr p em {
    font-size: 28px;
}

#MFFA3 .left .p {
    font-size: 16px;
    color: #999999;
    padding: 25px 0;
}

#MFFA3 .left .item1 {
    width: 100%;
    padding: 40px 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

#MFFA3 .left .item .mainBox {
    width: 860px;
    padding: 30px 0;
}

#MFFA3 .left .item .img_box {
    width: 100%;
}

#MFFA3 .left .item .img_box img {
    width: 100%;
}

#MFFA3 .left .item .text {
    padding-top: 30px;
}

#MFFA3 .left .item .tit2 {
    font-size: 20px;
    color: #333333;
    vertical-align: bottom;
    margin-bottom: 10px;
}

#MFFA3 .left .item .tit2 img {
    width: 22px;
    vertical-align: middle;
    margin-right: 10px;
}

#MFFA3 .left .item .tit2 span {
    vertical-align: middle;
}

#MFFA3 .left .item .text p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;;
}

#MFFA3 .left .item .text p span {
    font-weight: bold;
}

#MFFA3 .left .item .text p a {
    display: inline-block;
    margin-top: 20px;
    color: #c39367;
}

#MFFA3 .left .item .text p a:hover {
    color: #1226aa;
}

/* Master of Finance-admissions3----end */

/* Master of Finance-career development1------START */

#MFFCD .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 30px;
    font-weight: bold;
}

#MFFCD .left .tit2 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 25px;
}

#MFFCD .left .p1 {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    padding-bottom: 20px;
}

#MFFCD .left .img_box {
    width: 100%;
    padding-bottom: 30px;
}

#MFFCD .left .img_box img {
    width: 100%;
}

#MFFCD .pdf_bottom p {
    margin-bottom: 15px;
}

#MFFCD .pdf_bottom p a {
    font-size: 16px;
    color: rgb(25, 28, 145);
    vertical-align: middle;
    font-weight: bold;
}

#MFFCD .pdf_bottom p img {
    width: 25px;
    margin-right: 10px;
}

.mainCenter .pdf_bottom p a:hover {
    text-decoration: underline;
}

/* Master of Finance-career development1----END */


@media only screen and (max-width: 1366px) and (min-width: 100px) {
    #lunbo .right .tab_nav {
        width: 44%;
        float: left;
        margin-right: 2%;
        height: 440px;
        position: relative;
    }

    #lunbo .right .text_main {
        width: 44%;
        float: left;
        padding: 20px 5%;
        height: 400px;
        background-color: rgb(25, 28, 145);
        color: #fff;
        /*text-align: center;*/
    }

    /*#lunbo .right .text_main p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 11;
        overflow: hidden;
    }*/
}

/* CONFERENCES-----STRAT */
#CONFERENCES .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 30px;
}

#CONFERENCES .left p.t {
    font-size: 20px;
    font-weight: bold;
    color: #c39367;
    padding-bottom: 15px;
    border-bottom: 1px solid #c39367;
    margin-bottom: 20px;
}

#CONFERENCES .left p.p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

#CONFERENCES .left p.href {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

#CONFERENCES .left p.href a {
    color: #c39367;
}

#CONFERENCES .left p.href a:hover {
    color: #1226aa;
}

/* CONFERENCES---END */

/* SEMINARS---STRAT */
#SEMINARS .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 30px;
}

#SEMINARS .left .table {
    width: 100%;
    margin-bottom: 20px;
}

#SEMINARS .left .table tr th {
    font-size: 20px;
    padding: 18px;
    background-color: rgb(18, 38, 170);
    color: #FFFFFF;
    text-align: left;
}

#SEMINARS .left .table tr td {
    padding: 18px;
    font-size: 16px;
    color: #333333;
}

#SEMINARS .left .table tr td a {
    color: #333333;
}

#SEMINARS .left .table tr td a:hover {
    color: rgb(18, 38, 170);
}

#SEMINARS .left .table tr:nth-child(2n+1) td {
    background-color: rgba(232, 234, 247, 0.8);
}


/* SEMINARS---END */


/* 悬浮框----开始 */
.xuanfu {
    position: fixed;
    top: 390px;
    right: 0px;
    z-index: 100;
}

.xuanfu .box {
    width: 136px;
}

.xuanfu .box img {
    display: block;
}

.xuanfu .box .img2,
.xuanfu .box .img3 {
    display: block;
    width: 136px;
    height: 62px;
    margin-top: -15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.xuanfu .box .img2 {
    background: url(../images/xf2.png) no-repeat;
    background-size: 100% 100%;
}

.xuanfu .box .img2:hover,
.xuanfu .box .right li.on .img2 {
    background: url(../images/xf5.png) no-repeat;
    background-size: 100% 100%;
}

.xuanfu .box .img3 {
    background: url(../images/xf4.png) no-repeat;
    background-size: 100% 100%;
}

.xuanfu .box .img3:hover,
.xuanfu .box .right li.on .img3 {
    background: url(../images/xf6.png) no-repeat;
    background-size: 100% 100%;
}

.xuanfu .box .img4 {
    margin-top: -37px;
}

.mainCenter .right li {
    position: relative;
}

.mainCenter .right li.now .bg_box {
    display: block;
}

.mainCenter .right li.now .bg_box2 {
    display: block;
}


.xuanfu .box .bg_box {
    width: 300px;
    height: 170px;
    background: url(../images/xf7.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    left: -300px;
    top: -40px;
    display: none;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.xuanfu .box .bg_box a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-left: -10px;
    text-align: left;
    width: 190px;
    line-height: 1.3;
}

.xuanfu .box .bg_box a:nth-child(1) {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 25px;
}

.xuanfu .box .bg_box a:hover {
    color: #1226aa;
}

.xuanfu .box .bg_box2 {
    width: 333px;
    height: 328px;
    background: url(../images/xf8.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -350px;
    top: -36px;
    display: none;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
    padding: 10px;
}

.xuanfu .box .bg_box2 .items_news_img {
    width: 230px;
    margin: 15px auto 0;
}

.xuanfu .box .bg_box2 .items_news_img img {
    width: 100px;
    height: 100px;
}

.xuanfu .box .bg_box2 .items_news_img img.img1_news {
    margin-right: 20px;
}

.xuanfu .box .bg_box2 .items_news_img img.img2_news {
    margin: 0;
}

body .xuanfu .box .bg_box2 p {
    margin-left: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 0px;
}

.xuanfu .box .bg_box2 p:nth-child(1) {
    padding-top: 12px;
}

.xuanfu .box .bg_box2 img {
    display: inline-block;
    width: 19px;
    margin-right: 10px;
    vertical-align: middle;
    /* margin-top: -3px; */
}

.xuanfu .box .bg_box2 p:nth-child(3) img {
    width: 20px;
}

.xuanfu .box .bg_box2 span {
    display: inline-block;
    vertical-align: middle;
}

.xuanfu .box .left li.on {
    display: block;
}

.xuanfu .box .left_xf li {
    display: none;
    position: absolute;
    top: -20px;
    left: 0;
    margin-left: -270px;
}

.xuanfu .box .left_xf li:nth-child(2) {
    top: 20px;
}

/* 悬浮框----结束 */


/* show_seminar----STRAT */
#SEM .left .tit {
    font-size: 30px;
    color: #333333;
    padding-bottom: 25px;
    font-weight: bold;
    `
}

#SEM .left table tr td {
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
}

/* show_seminar---END */


/* Download---strat */
#Download .left .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 25px;
    font-weight: bold;
}

#Download .left .pt {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px;
}

#Download .left .down img {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#Download .left .down img:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#Download .left .load {
    display: block;
    text-align: right;
    font-size: 16px;
    color: #c39367;
    font-weight: bold;
    margin-top: 20px;
    /* padding-right: 108px; */
    margin-bottom: 30px;
}

#Download .left .load:hover {
    color: #1226aa;
    text-decoration: underline;
}

#Download .left .video_pdf li {
    width: 380px;
    float: left;
}

#Download .left .video_pdf li .video {
    display: block;
    position: relative;
}

#Download .left .video_pdf li .video .bofang {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

#Download .left .video_pdf li .video:hover {
    box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.3);
}

#Download .left .video_pdf li .video .img3 {
    display: none;
}

#Download .left .video_pdf li .video:hover .img2 {
    display: none;
}

#Download .left .video_pdf li .video:hover .img3 {
    display: block;
    animation: rotate 2s infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#Download .left .video_pdf li:nth-child(2n+1) {
    margin-right: 100px;
}

#Download .left .video_pdf li .video {
    display: block;
}

#Download .left .video_pdf li .load {
    padding-right: 0px;
}

/* Download---end */

/* 最新 */
#LIVELearning .news_pro li {
    float: left;
    border-width: 1px;
    border-color: rgb(206, 139, 101);
    border-style: solid;
    width: 272px;
    height: 78px;
    overflow: hidden;
    margin-right: 19px;
    margin-bottom: 19px;
}

#LIVELearning .news_pro li:hover {
    box-shadow: 0px 10px 15.68px 0.32px rgba(0, 0, 0, 0.14);
}

#LIVELearning .news_pro li:nth-child(3n) {
    margin-right: 0px;
}

#LIVELearning .news_pro li a img {
    width: 100%;
    height: 100%;
}

/* 最新 */

#Ecu .tit {
    font-size: 28px;
    color: #333333;
    padding-bottom: 20px;
    font-weight: bold;
}

#Ecu p {
    color: #333333;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 15px;
}

body .xuanfu .box .bg_box2 p {
    margin-left: 18px;
    font-size: 18px !important;
    font-weight: bold;
    color: #333333;
    line-height: 1.8 !important;
    margin-bottom: 0px !important;
}


#Ecu p strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #c39367;
    padding-bottom: 15px;
    border-bottom: 1px solid #c39367;
    margin-bottom: 20px;
}

/* Leadership _ SAIF----strat */
#FST2 .left .tit {
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    padding-bottom: 30px;
}

#FST2 .left .ft {
    font-size: 20px;
    font-weight: bold;
    color: #c39367;
    margin-bottom: 30px;
}

#FST2 .left .text_main .textCont .bottom li {
    margin-right: 63px;
}

#FST2 .left .text_main .textCont .bottom li .img_main {
    display: block;
    width: 152px;
    height: 225px;
    /* border: 4px solid rgba(195, 147, 103, 0.4);
    margin-left: 20px; */
}

#FST2 .left .text_main .textCont .bottom li .img {
    width: 152px;
    /* margin-left: -20px;
    margin-top: 12px; */
}

#FST2 .left .text_main .textCont .bottom li .img_box {
    width: 152px;
    /* padding-left: 20px; */
}

#FST2 .left .text_main .textCont .bottom li .img_box .t {
    display: inline-block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}

#FST2 .left .text_main .textCont .bottom li .img_box .t:hover {
    color: #c39367;
}

#FST2 .left .text_main .textCont .bottom li .img_box .p {
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 30px;
    text-align: left;
}

/* Leadership _ SAIF---end */

#FST1 .left .b {
    font-size: 16px;
    margin-bottom: 12px;
}


/* 最新 */
@media only screen and (max-width: 1600px) {
    .nav_box {
        height: 80px;
        background-color: rgb(25, 28, 145);
        line-height: 79px;
        padding: 0 4%;
    }

    .nav_box .left {
        width: 14%;
    }

    .nav_box .center {
        width: 62%;
        height: 100%;
    }

    .nav_box .right {
        width: 18%;
        line-height: 0px;
    }

    .nav_box .center ul li div {
        top: 80px;
    }

    .nav_box .left a img {
        margin-top: -2px;
    }

    .nav_box .right .search {
        margin-top: 20px;
    }

    .nav_box .right .left_qh {
        margin-top: 20px;
    }

    .nav_box .center ul li .triangle_border_up {
        top: 70px;
    }

    #foot .top .box {
        padding-left: 220px;
    }

    #foot .top .box .center {
        width: 56%;
        margin-right: 0px;
    }

    #foot .top .box .center ul li {
        padding-left: 7%;
    }
}

.news_title {
    font-size: 20px !important;
    margin: 20px 0 !important;
    color: #333333 !important;
    font-weight: bold !important;
}

.banner .new_swiper .text_box {
    width: 27%;
    padding: 0 4%;
    float: left;
}

.banner .new_swiper .right_img {
    width: 65%;
    float: right;
}

.banner .new_swiper .right_img img {
    width: 100%;
}

#boardOfDirectors .teach_content .top {
    width: 286px;
    margin: 30px auto 0;
}

#boardOfDirectors .teach_content .center {
    width: 572px;
    margin: 0 auto;
}

#boardOfDirectors .teach_content .item {
    width: 286px;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

#boardOfDirectors .teach_content .item .name {
    font-size: 18px;
    color: #c39367;
    font-weight: 550;
    margin: 15px 0 10px;
    text-align: center;
}

#boardOfDirectors .teach_content .item .p1 {
    font-size: 16px;
    text-align: center;
    color: #333333;
    line-height: 1.6;
}

#boardOfDirectors .teach_content .bottom .item:nth-child(1) .p1,
#boardOfDirectors .teach_content .bottom .item:nth-child(2) .p1,
#boardOfDirectors .teach_content .bottom .item:nth-child(3) .p1 {
    min-height: 110px;
}

#boardOfDirectors .teach_content .bottom .item:nth-child(7) .p1,
#boardOfDirectors .teach_content .bottom .item:nth-child(8) .p1,
#boardOfDirectors .teach_content .bottom .item:nth-child(9) .p1 {
    min-height: 75px;
}

#alumni_Services .icon_tit {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(9, 33, 171);
    margin: 30px 0 30px;
}

#alumni_Services .icon_tit span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #0921ab;
    vertical-align: middle;
    margin-left: 10px;
}

#alumni_Services .fu_tit {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}

#alumni_Services .erweima {
    margin-bottom: 20px;
}

#alumni_Services .news_p1 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
    color: #333333;
}

#alumni_Services .news_p1 a {
    color: #333333;
}

#alumni_Services .news_p1 a:hover {
    color: rgb(206, 139, 101);
}

#alumni_Services .news_tishi {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
    color: #999999;
}

#xiaoguo ul {
    margin: 40px 0 20px;
}

#xiaoguo ul li {
    width: 320px;
    height: 369px;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
    cursor: pointer;
}

#xiaoguo ul li:nth-child(3n) {
    margin-right: 0;
}

#xiaoguo ul li .list_box {
    width: 100%;
    height: 369px;
    position: relative;
}

#xiaoguo ul li .list_box .list_text {
    width: 320px;
    height: 316px;
    color: #fff;
    position: absolute;
    top: 0;
}

#xiaoguo ul li .list_box .list_text p {
    margin: 25px 20px;
    text-align: justify;
    font-size: 14px;
    color: #ffffff;
}

#xiaoguo ul li .list_box .text_img {
    height: 14px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -62px;
}

#xiaoguo ul li .list_box .text_img img {
    display: none;
    transition: all 0.3s;
}

#xiaoguo ul li:hover .list_box .text_img img {
    display: block;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .p {
    line-height: 50px;
    text-align: center;
    background-color: #f1f1f1;
}

#xiaoguo ul li .list_box p.p1 {
    border-bottom: 3px solid #ae4f5a;
}

#xiaoguo ul li .list_box p.p2 {
    border-bottom: 3px solid #42568b;
}

#xiaoguo ul li .list_box p.p3 {
    border-bottom: 3px solid #c6974f;
}

#xiaoguo ul li .list_box p.p4 {
    border-bottom: 3px solid #13938a;
}

#xiaoguo ul li .list_box p.p5 {
    border-bottom: 3px solid #749aec;
}

#xiaoguo ul li .list_box p.p6 {
    border-bottom: 3px solid #89b828;
}

#xiaoguo ul li .list_box p.p7 {
    border-bottom: 3px solid #cea76c;
}

#xiaoguo ul li .list_box p.p8 {
    border-bottom: 3px solid #9a1e2c;
}

#xiaoguo ul li .list_box p.p9 {
    border-bottom: 3px solid #d25c29;
}

#xiaoguo ul li .list_box p.p1 {
    border-bottom: 3px solid #ae4f5a;
}

#xiaoguo ul li .list_box .text1 {
    background-color: #ae4f5a;
    opacity: 0;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text1:hover {
    opacity: 1;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text2 {
    background-color: #42568b;
    opacity: 0;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text2:hover {
    opacity: 1;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text3 {
    background-color: #c6974f;
    opacity: 0;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text3:hover {
    opacity: 1;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text4 {
    background-color: #13938a;
    opacity: 0;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text4:hover {
    opacity: 1;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text5 {
    background-color: #749aec;
    opacity: 0;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text5:hover {
    opacity: 1;
    transition: all 0.3s;
}


#xiaoguo ul li .list_box .text6 {
    background-color: #89b828;
    opacity: 0;
    transition: all 0.3s;
}


#xiaoguo ul li .list_box .text6:hover {
    opacity: 1;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text7 {
    background-color: #cea76c;
    opacity: 0;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text7:hover {
    opacity: 1;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text8 {
    background-color: #9a1e2c;
    opacity: 0;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text8:hover {
    opacity: 1;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text9 {
    background-color: #d25c29;
    opacity: 0;
    transition: all 0.3s;
}

#xiaoguo ul li .list_box .text9:hover {
    opacity: 1;
    transition: all 0.3s;
}