@charset "UTF-8"; @font-face {
    font-family: 'source sans pro';
    src: url(sourcesanspro-regular.jpg)
}

body {
    font-family: Arial, "Microsoft YaHei", sans-serif;
    color: #616161;
    overflow-x: hidden;
    height: 100%;
}

@media (min-width: 1366px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* public-box */
.public-box {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.box-s video {
    width: 100%;
}

@media (min-width: 1360px) {
    .public-box {
        width: 86%;
    }

    .navbar-default .container-fluid {
        width: 86%;
    }
}

@media (min-width: 1600px) {
    .public-box {
        width: 1400px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1440px) {
    .navbar-default .container-fluid {
        width: 86%;
    }
}

@media (max-width: 1439px) {
    .public-box {
        width: 100%;
    }
}

/*nav*/
.navbar-default {
    z-index: 99;
    min-height: 110px;
    border: none;
    background-color: rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    position: absolute;
}

.navbar-default .navbar-brand {
    padding-top: 25px;
    padding-bottom: 30px;
    height: 68px;
}

.navbar-default .nav-main li {
    margin: 0 2px;
    position: static;
}

.navbar-default .nav-main li > a {
    display: block;
    text-align: center;
    font-size: 18px;
    height: 110px;
    line-height: 110px;
    color: #fff;
    padding: 0 20px;
    border-top: 3px solid transparent;
}

.navbar-default .nav-main .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6) !important;
    box-shadow: 0 4px 4px rgba(4, 4, 4, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 36px;
    left: 0;
    right: 0;
    min-width: auto;
    border: none;
}

.navbar-default .nav-main .dropdown-menu .menu-img a {
    height: auto;
}

.navbar-default .nav-main .dropdown-menu .menu-img img {
    display: block;
    width: 90%;
}

.navbar-default .nav-main .dropdown-menu .menu-title a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    height: 60px;
    line-height: 60px;
}

.navbar-default .nav-main .dropdown-menu .menu-a a {
    float: left;
    width: 35%;
    text-align: left;
    font-size: 16px;
}

.navbar-default .dropdown-menu {
    background: #960408;
    min-width: 240px;
}

.navbar-default .dropdown-menu .menu-a a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.navbar-default .nav-other {
    position: relative;
    z-index: 2;
    margin-left: 30px;
    display: flex;
    height: 36px;
    margin-top: 35px;
    margin-right: 0;
}

.navbar-default .nav-other .search-box {
    position: relative;
    float: right;
    height: 36px;
    min-width: 36px;
}

.navbar-default .nav-other .search-box .search-a {
    height: 36px;
    line-height: 36px;
    width: 36px;
    display: block;
    text-align: center;
    background: url(../../images/phbs_en_2019/img-20.png) no-repeat center center;
}

.navbar-default .nav-other .search-box .search-cont {
    position: absolute;
    width: 240px;
    right: 0;
    top: 0;
    display: none;
}

.navbar-default .nav-other .search-box .search-cont .s-inp {
    height: 36px;
    line-height: 34px;
    border: 1px solid #b8282c;
    border-radius: 18px;
    padding: 0 15px;
    width: 100%;
    background: #960408;
    font-size: 14px;
    color: #fff;
}

.navbar-default .nav-other .search-box .search-cont .s-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../images/phbs_en_2019/img-20.png) no-repeat center center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    border: none;
    z-index: 2;
}

.navbar-default .nav-other .nav-right {
    margin-left: 30px;
    margin-right: 0;
}

.navbar-default .nav-other .nav-right .dropdown-toggle {
    padding: 0;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

.navbar-default .nav-other .nav-right > li > a:hover, .navbar-default .nav-other .nav-right > li > a:focus, .navbar-default .nav-other .nav-right > .active > a, .navbar-default .nav-other .nav-right > .active > a:hover, .navbar-default .nav-other .nav-right > .active > a:focus, .navbar-default .nav-other .nav-right > .open > a, .navbar-default .nav-other .nav-right > .open > a:hover, .navbar-default .nav-other .nav-right > .open > a:focus {
    background: none;
    color: #fff;
    border-top-color: #fff;
}

.navbar-default .nav-main > li > a:hover, .navbar-default .nav-main > li > a:focus, .navbar-default .nav-main > .active > a, .navbar-default .nav-main > .active > a:hover, .navbar-default .nav-main > .active > a:focus, .navbar-default .nav-main > .open > a, .navbar-default .nav-main > .open > a:hover, .navbar-default .nav-main > .open > a:focus {
    background: none;
    color: #fff;
    border-top-color: #fff;
}

/*footer-group*/
.footer-group {
    background: url(../../images/phbs_en_2019/img-04.png) no-repeat top center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.footer-group .group-top {
    margin-bottom: 55px;
}

.footer-group .footer-share {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-group .footer-share a {
    display: inline-block;
    margin-right: 25px;
}

.footer-group .footer-share a:last-child {
    margin-right: 0;
}

.footer-group .footer-share a img {
    display: block;
}

.footer-group .group-title {
    display: inline-block;
    border: solid 1px #ffffff;
    line-height: 30px;
    padding: 10px 30px;
    font-size: 20px;
    color: #fbf8f0;
    margin-bottom: 30px;
    text-align: center;
}

.footer-group .group-title a {
    color: #337ab7;
}

.footer-group .group-01 a {
    display: block;
    float: left;
    width: 40%;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 10px;
    background: url(../../images/phbs_en_2019/img-10.png) no-repeat left center;
    padding-left: 20px;
}

.footer-group .group-02 .box-s {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}

.footer-group .group-02 .box-s .icon-s {
    width: 38px;
    margin-right: 20px;
}

.footer-group .group-02 .box-s .txt-s a {
    color: white;
}

/*footer-copy*/
.footer-copy {
    background-color: #93060a;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-copy .copy-info {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
}

.footer-copy .copy-logo {
    text-align: right;
}

.footer-copy .copy-logo a {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 25px;
    font-size: 0;
    vertical-align: bottom;
}

.footer-copy .copy-logo a:last-child {
    margin-right: 0;
}

.footer-copy .copy-logo a img {
    display: block;
    height: 40px;
}

/*index*/
.index-banner img {
    display: block;
    width: 100%;
}

.index-banner .box-s {
    position: relative;
}

.index-banner .box-s .box-txt {
    width: 740px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 3% 2% 4% 2%;
    color: #fff;
    font-size: 32px;
    line-height: 48px;
    position: absolute;
    left: 7%;
    bottom: 8%;
}

.index-banner .banner-next, .index-banner .banner-prev {
    width: 60px;
    height: 106px;
    margin-top: -53px;
}

.index-banner .banner-next:after, .index-banner .banner-prev:after {
    display: none;
}

.index-banner .banner-next {
    background: url(../../images/phbs_en_2019/img-23.png) no-repeat;
    right: 2%;
}

.index-banner .banner-prev {
    background: url(../../images/phbs_en_2019/img-22.png) no-repeat;
    left: 2%;
}

.index-banner .banner-pagination {
    left: 9%;
    bottom: 11%;
    right: auto;
    width: auto;
}

.index-banner .banner-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: .5;
    background-color: #fff;
    margin: 0 8px;
}

.index-banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.index-box {
    padding-top: 65px;
    padding-bottom: 65px;
}

.index-box-01 .m-title {
    font-size: 38px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 30px;
}

.index-box-01 .m-title span {
    font-weight: bold;
}

.index-box-01 .m-title .a-more {
    color: #93060a;
    margin-left: 35px;
    display: inline-block;
    font-size: 18px;
}

.index-box-01 .news-group .box-s .box-img {
    overflow: hidden;
    margin-bottom: 25px;
    width: 330px;
    height: 220px;
}

.index-box-01 .news-group .box-s .box-img img {
    display: block;
    transition: all .5s;
}

.index-box-01 .news-group .box-s .box-title {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
}

.index-box-01 .news-group .box-s .box-date {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.index-box-01 .news-group .box-s:hover .box-img img {
    transform: scale(1.1);
}

.index-box-01 .news-group .box-s:hover .box-title {
    color: #93060a;
}

.index-box-01 .events-list .box-s {
    padding-left: 70px;
    min-height: 60px;
    margin-bottom: 35px;
}

.index-box-01 .events-list .box-s:last-child {
    margin-bottom: 0;
}

.index-box-01 .events-list .box-s .box-date {
    width: 60px;
    height: 60px;
    background-color: #93060a;
    position: absolute;
    margin-left: -70px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

.index-box-01 .events-list .box-s .box-date span {
    display: block;
    font-weight: bold;
    font-size: 28px;
}

.index-box-01 .events-list .box-s .box-title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 15px;
    display: block;
}

.index-box-01 .events-list .box-s .box-more {
    display: block;
    background: url(../../images/phbs_en_2019/img-29.png) no-repeat left center;
    width: 30px;
    height: 24px;
}

.index-box-02 {
    background-color: #f8f6f2;
}

.index-box-02 .row {
    margin-left: -25px;
    margin-right: -25px;
}

.index-box-02 .row .box-w {
    margin: 0 20px;
    width: 440px;
    height: 330px;
}

.index-box-02 .m-title {
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    color: #fff;
    font-size: 24px;
    background-color: #93060a;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.index-box-02 .box-s {
    overflow: hidden;
    position: relative;
}

.index-box-02 .box-s .box-img {
    display: block;
    overflow: hidden;
}

.index-box-02 .box-s .box-img img {
    display: block;
    transition: all .7s;
}

.index-box-02 .box-s .box-title {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    height: 60px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    padding: 0 30px;
    transition: all .7s;
}

.index-box-02 .box-s .video-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../images/phbs_en_2019/img-19.png) no-repeat center center;
}

.index-box-02 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.index-box-02 .box-s:hover .box-title {
    bottom: 15px;
}

.index-box-02 .page-pagination {
    left: auto;
    bottom: 5%;
    right: 2%;
    width: auto;
}

.index-box-02 .page-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: .5;
    background-color: #fff;
    margin: 0 8px;
}

.index-box-02 .page-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.index-box-03 .row {
    display: flex;
    align-items: center;
}

.index-box-03 .box-01 {
    display: flex;
    align-items: center;
}

.index-box-03 .box-01 .box-img {
    margin-right: 25px;
}

.index-box-03 .box-01 a {
    display: block;
}

.index-box-03 .box-01 a.box-title {
    font-size: 18px;
    line-height: 30px;
    color: #93060a;
    margin-bottom: 10px;
}

.index-box-03 .box-01 a.box-more {
    font-size: 28px;
    line-height: 30px;
    color: #93060a;
}

.index-box-03 .box-02 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.index-box-03 .box-02 a {
    display: block;
    background: url(../../images/phbs_en_2019/img-15.png) no-repeat left 5px;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    padding-left: 25px;
    max-width: 80%;
}

.index-title {
    font-size: 38px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 30px;
}

.index-title span {
    font-weight: bold;
    float: left;
}

.index-title .a-more {
    color: #93060a;
    display: inline-block;
    font-size: 18px;
    float: right;
}

.index-box-04 {
    background: url(../../images/phbs_en_2019/img-252.png) no-repeat top center;
    background-size: cover;
}

.index-box-04 .box-s {
    background-color: #f5f5f5;
    padding: 5% 6%;
    display: flex;
}

.index-box-04 .box-s .box-icon {
    position: relative;
    width: 110px;
    min-width: 110px;
    height: 92px;
    margin-right: 5%;
}

.index-box-04 .box-s .box-icon img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.index-box-04 .box-s .box-icon img.img-d {
    display: block;
}

.index-box-04 .box-s .box-icon img.img-h {
    display: none;
}

.index-box-04 .box-s .box-info .box-title {
    height: 60px;
    font-size: 24px;
    line-height: 30px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 20px;
    display: block;
}

.index-box-04 .box-s .box-info .box-txt {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666666;
    margin-bottom: 25px;
}

.index-box-04 .box-s .box-info .box-more {
    font-size: 18px;
    line-height: 24px;
    color: #666;
}

.index-box-04 #research-list {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
}

.index-box-04 #research-list .swiper-slide {
    width: 52%;
}

.index-box-04 #research-list .swiper-slide-active .box-s {
    background-color: #93060a;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    padding: 5% 8%;
}

.index-box-04 #research-list .swiper-slide-active .box-s .box-icon img.img-d {
    display: none;
}

.index-box-04 #research-list .swiper-slide-active .box-s .box-icon img.img-h {
    display: block;
}

.index-box-04 #research-list .swiper-slide-active .box-s .box-info .box-title {
    color: #fff;
}

.index-box-04 #research-list .swiper-slide-active .box-s .box-info .box-txt {
    color: #fff;
}

.index-box-04 #research-list .swiper-slide-active .box-s .box-info .box-more {
    color: #fff;
}

.index-box-04 #research-list .research-prev, .index-box-04 #research-list .research-next {
    width: 23px;
    height: 42px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    z-index: 99;
}

.index-box-04 #research-list .research-prev:after, .index-box-04 #research-list .research-next:after {
    display: none;
}

.index-box-04 #research-list .research-next {
    background: url(../../images/phbs_en_2019/img-254.png) no-repeat;
    right: 25%;
}

.index-box-04 #research-list .research-prev {
    background: url(../../images/phbs_en_2019/img-253.png) no-repeat;
    left: 25%;
}

.index-box-04 #research-list .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.index-box-04 #research-list .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #93060a;
    width: 14px;
    height: 14px;
    opacity: .5;
    margin: 0 5px;
}

.index-box-04 #research-list .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}

.index-box-05 {
    background-color: #f8f6f2;
}

.index-box-05 .row {
    margin-left: -20px;
    margin-right: -20px;
}

.index-box-05 .row .box-w {
    padding-left: 20px;
    padding-right: 20px;
}

.index-box-05 .box-s {
    position: relative;
    min-height: 200px;
    padding-left: 345px;
    overflow: hidden;
    margin-bottom: 15px;
}

.index-box-05 .box-s .box-img {
    float: left;
    width: 320px;
    margin-left: -345px;
}

.index-box-05 .box-s .box-img img {
    display: block;
    width: 100%;
}

.index-box-05 .box-s .box-info .box-title {
    display: block;
    background: url(../../images/phbs_en_2019/img-249.png) no-repeat left center;
    padding-left: 18px;
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 20px;
}

.index-box-05 .box-s .box-info .box-txt {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.other-banner {
    position: relative;
}

.other-banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.other-banner .banner-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.other-banner .banner-cont .banner-txt {
    margin-top: 30px;
    line-height: 70px;
    color: #fff;
    font-size: 36px;
    text-align: left;
}

.other-banner .banner-cont .banner-txt span {
    font-weight: bold;
    font-size: 66px;
}

/*news*/
.news-title {
    background-color: rgba(38, 38, 38, 0.9);
    padding: 2% 3%;
    margin-left: 7%;
    font-size: 42px;
    line-height: 54px;
    color: #ffffff;
    position: relative;
    z-index: 9;
    transform: translateY(-100px);
    margin-bottom: -50px;
}

.news-title .title-txt {
    width: 80%;
}

.news-title .a-s {
    font-size: 24px;
    line-height: 54px;
    color: #fefefe;
    display: inline-block;
}

.news-content {
    margin-bottom: 50px;
}

.news-content .box-w {
    padding-left: 0;
    padding-right: 0;
}

.news-content .news-left {
    position: relative;
    padding-right: 8%;
    margin-top: 70px;
    padding-top: 85px;
    padding-left: 15px;
    text-align: right;
}

.news-content .news-left:after {
    content: '';
    position: absolute;
    background-color: #93060a;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
}

.news-content .news-left .left-title {
    font-size: 18px;
    line-height: 34px;
    color: #666666;
    margin-bottom: 20%;
}

.news-content .news-left .left-share {
    display: none;
}

.news-content .news-left .left-share.fixed-share {
    position: fixed;
    top: 30px;
    z-index: 999;
    left: 19%;
}

.news-content .news-left .left-share a {
    display: block;
    margin-bottom: 15px;
}

.news-content .news-left .left-share img {
    display: block;
}

.news-content .news-main {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
  
}

.news-content .news-main:first-letter {
    float: left;
    font-size: 150px;
    padding-right: 20px;
    text-transform: uppercase;
    color: #e3e3e3;
    font-weight: bold;
    margin-left: -50px;
    line-height: .9;
}

.news-content .news-main .title-s {
    font-size: 22px;
    line-height: 32px;
    color: #93060a;
    margin-bottom: 20px;
}

.news-content .news-latest {
    margin-top: 20px;
}

.news-content .news-latest .m-title {
    background: url(../../images/phbs_en_2019/img-34.png) repeat-x left center;
    margin-bottom: 30px;
}

.news-content .news-latest .m-title span {
    display: inline-block;
    background-color: #fff;
    padding-right: 18px;
    font-size: 20px;
    line-height: 32px;
    color: #93060a;
}

.news-content .news-latest .box-s {
    margin-bottom: 15px;
}

.news-content .news-latest .box-s .box-img {
    overflow: hidden;
    margin-bottom: 15px;
    width: 350px;
    height: 230px;
}

.news-content .news-latest .box-s .box-img img {
    display: block;
    transition: all .5s;
    width: 100%;
}

.news-content .news-latest .box-s .box-title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    height: 52px;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-content .news-latest .box-s .box-date {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.news-content .news-latest .box-s:hover .box-img img {
    transform: scale(1.1);
}

.news-content .news-latest .box-s:hover .box-title {
    color: #93060a;
}

/*programs*/
.programs-cont {
    width: 74%;
    margin-left: auto;
    margin-right: auto;
}

.programs-mod-01 {
    position: relative;
    z-index: 9;
}

.programs-mod-01 .box-top .programs-cont {
    position: relative;
    padding-top: 4%;
    padding-bottom: 6%;
}

.programs-mod-01 .box-top .box-title {
    display: block;
    font-size: 38px;
    line-height: 48px;
    color: #93060a;
    font-weight: bold;
}

.programs-mod-01 .box-top .box-txt {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    padding-left: 5%;
    padding-top: 3%;
    text-align: left;
}

.programs-mod-01 .box-top .box-icon {
    position: absolute;
    bottom: -31px;
    left: 0;
}

.programs-mod-01 .box-btm {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 8%;
}

.programs-mod-01 .box-btm .box-cont {
    background-color: rgba(31, 31, 31, 0.8);
    padding: 5% 10%;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.programs-mod-01 .box-btm .box-cont .box-title {
    font-size: 38px;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 5%;
}

.programs-mod-01 .box-btm .box-cont .box-txt {
    margin-bottom: 6%;
}

.programs-mod-01 .box-btm .box-cont .box-more {
    color: #fff;
}

.programs-mod-02 {
    padding-top: 5%;
}

.programs-mod-02 .row {
    margin-left: 0;
    margin-right: 0;
}

.programs-mod-02 .row .box-w {
    padding-left: 0;
    padding-right: 0;
}

.programs-mod-02 .box-s {
    position: relative;
    overflow: hidden;
}

.programs-mod-02 .box-s img {
    display: block;
    width: 100%;
    transition: all .7s;
}

.programs-mod-02 .box-s .box-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 6%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
}

.programs-mod-02 .box-s .box-cont .box-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
}

.programs-mod-02 .box-s .box-cont .box-title-02 {
    font-size: 38px;
    line-height: 42px;
}

.programs-mod-02 .box-s .box-cont .box-txt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    width: 75%;
}

.programs-mod-02 .box-s .box-cont .box-txt-02 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 30px;
    width: 75%;
}

.programs-mod-02 .box-s .box-cont .box-more {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
}

.programs-mod-02 .box-s:hover img {
    transform: scale(1.1);
}

.programs-mod-03 {
    margin-bottom: 40px;
}

.programs-mod-03 .box-top {
    background: url(../../images/phbs_en_2019/img-51.png) no-repeat right bottom;
    padding-top: 5%;
    padding-bottom: 3%;
}

.programs-mod-03 .box-top .box-title {
    font-size: 38px;
    line-height: 48px;
    color: #93060a;
    font-weight: bold;
    margin-bottom: 35px;
}

.programs-mod-03 .box-top .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    min-height: 120px;
    text-align: left;
}

.programs-mod-03 .img-warp .img-next, .programs-mod-03 .img-warp .img-prev {
    width: 60px;
    height: 150px;
    margin-top: -75px;
}

.programs-mod-03 .img-warp .img-next:after, .programs-mod-03 .img-warp .img-prev:after {
    display: none;
}

.programs-mod-03 .img-warp .img-next {
    background: url(../../images/phbs_en_2019/img-48.png) no-repeat;
    right: -90px;
}

.programs-mod-03 .img-warp .img-prev {
    background: url(../../images/phbs_en_2019/img-47.png) no-repeat;
    left: -90px;
}

.programs-mod-03 .img-warp .img-pagination {
    position: relative;
    margin-top: 25px;
}

.programs-mod-03 .img-warp .img-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: .5;
    background-color: #93060a;
    margin: 0 8px;
}

.programs-mod-03 .img-warp .img-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #93060a;
    opacity: 1;
}

.programs-mod-03 .img-group .box-s {
    position: relative;
}

.programs-mod-03 .img-group .box-s .img-s {
    display: block;
    width: 100%;
}

.programs-mod-03 .img-group .box-s .box-cont {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 40%;
    width: 30%;
    padding: 15px 3%;
    background-color: rgba(31, 31, 31, 0.8);
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.programs-mod-03 .img-group .box-s .box-cont .a-more {
    position: absolute;
    right: -31px;
    top: 50%;
    margin-top: -31px;
}

/* about */
.about-box {
    margin-bottom: 5%;
}

.about-mod-01 {
    text-align: center;
    margin-top: 3%;
    padding-top: 6%;
    position: relative;
}

.about-mod-01:after {
    content: 'PHBS';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 300px;
    line-height: 1;
    color: #f7f7f7;
    font-weight: bold;
    font-style: italic;
}

.about-mod-01 .public-box {
    position: relative;
    z-index: 9;
}

.about-mod-01 .box-title {
    background: url(../../images/phbs_en_2019/img-52.png) no-repeat bottom center;
    padding-bottom: 30px;
    font-size: 38px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 35px;
}

.about-mod-01 .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 45px;
    text-align: left;
}

.about-mod-01 .box-more {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #93060a;
    padding-bottom: 20px;
}

.about-mod-01 .box-logo > div {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.about-mod-01 .box-logo > div img {
    display: block;
}

.about-mod-02 .box-info {
    background-color: #f6f6f6;
    padding: 8%;
    margin-top: 8%;
}

.about-mod-02 .box-info .box-title {
    font-size: 38px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: bold;
}

.about-mod-02 .box-info .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    min-height: 210px;
    margin-bottom: 15px;
    text-align: left;
}

.about-mod-02 .box-info .box-more {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #93060a;
}

.about-mod-02 .box-img-warp {
    position: absolute;
    right: 0;
}

.about-mod-03 {
    background: url(../../images/phbs_en_2019/img-57.png) no-repeat top center;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 3%;
    text-align: center;
    color: #ffffff;
}

.about-mod-03 .box-title {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 4%;
}

.about-mod-03 .box-group {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 3%;
}

.about-mod-03 .box-w {
    background: url(../../images/phbs_en_2019/img-64.png) no-repeat right center;
}

.about-mod-03 .box-w:last-child {
    background: none;
}

.about-mod-03 .box-s {
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-mod-03 .box-s .num-s {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 5px;
    font-weight: bold;
}

.about-mod-03 .box-more a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.about-mod-04 .box-s {
    display: flex;
    align-items: center;
}

.about-mod-04 .box-s .box-img {
    width: 48%;
}

.about-mod-04 .box-s .box-img img {
    display: block;
    width: 100%;
}

.about-mod-04 .box-s .box-info {
    width: 52%;
    padding-left: 3%;
    padding-right: 65px;
}

.about-mod-04 .box-s .box-info .box-tag {
    display: inline-block;
    width: 156px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #93060a;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 5%;
}

.about-mod-04 .box-s .box-info .box-title {
    display: block;
    font-size: 26px;
    line-height: 38px;
    height: 76px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-mod-04 .box-s .box-info .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 5%;
}

.about-mod-04 .box-s .box-info .box-more {
    display: inline-block;
    background: url(../../images/phbs_en_2019/img-61.png) no-repeat right center;
    padding-right: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #93060a;
    font-weight: bold;
}

.about-mod-04 .news-next, .about-mod-04 .news-prev {
    width: 35px;
    height: 64px;
    margin-top: -32px;
}

.about-mod-04 .news-next:after, .about-mod-04 .news-prev:after {
    display: none;
}

.about-mod-04 .news-next {
    background: url(../../images/phbs_en_2019/img-60.png) no-repeat;
    right: -0;
}

.about-mod-04 .news-prev {
    background: url(../../images/phbs_en_2019/img-59.png) no-repeat;
    left: 0;
}

.about-mod-05 .box-a {
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
    border-bottom: 3px solid #93060a;
    color: #93060a;
    transition: background-color .5s;
}

.about-mod-05 .box-a .a-icon {
    margin-right: 25px;
    width: 50px;
    height: 50px;
    position: relative;
}

.about-mod-05 .box-a .a-icon img {
    position: relative;
    width: 100%;
}

.about-mod-05 .box-a .a-icon img.img-h {
    display: none;
}

.about-mod-05 .box-a:hover {
    background-color: #93060a;
    color: #fff;
}

.about-mod-05 .box-a:hover .a-icon img.img-d {
    display: none;
}

.about-mod-05 .box-a:hover .a-icon img.img-h {
    display: block;
}

/*exchange*/
.exchange-mod-01 {
    padding-top: 4%;
    padding-bottom: 6%;
}

.exchange-mod-01 .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
}

.exchange-mod-01 .row .box-w {
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.exchange-mod-01 .box-img img {
    display: block;
    width: 100%;
}

.exchange-mod-01 .box-info {
    background-color: #f6f6f6;
    margin: 50px 0 -50px -50px;
    padding: 30px 7%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.exchange-mod-01 .box-info .info-cont {
    background: url(../../images/phbs_en_2019/img-70.png) no-repeat left top;
    padding-top: 20px;
    padding-left: 15%;
}

.exchange-mod-01 .box-info .box-title {
    font-size: 34px;
    line-height: 44px;
    color: #93060a;
    margin-bottom: 20px;
    font-weight: bold;
    display: block;
}

.exchange-mod-01 .box-info .box-txt {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 10%;
    max-height: 210px;
    overflow: hidden;
}

.exchange-mod-01 .box-info .box-more {
    font-size: 18px;
    line-height: 30px;
    color: #93060a;
    display: inline-block;
}

.exchange-mod-02 {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    padding-top: 6%;
    padding-bottom: 4%;
}

.exchange-mod-02 .box-title {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 15px;
    display: block;
}

.exchange-mod-02 .box-txt {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 15px;
    color: #ffffff;
}

.exchange-mod-02 .box-more {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
}

.exchange-mod-03 {
    background: url(../../images/phbs_en_2019/img-69.png) no-repeat bottom right #ffffff;
    background-size: cover;
    padding-top: 5%;
}

.exchange-mod-03 .group-warp {
    padding-left: 80px;
    padding-right: 80px;
}

.exchange-mod-03 .group-warp .exchange-next, .exchange-mod-03 .group-warp .exchange-prev {
    width: 35px;
    height: 64px;
    margin-top: -32px;
    top: 40%;
}

.exchange-mod-03 .group-warp .exchange-next:after, .exchange-mod-03 .group-warp .exchange-prev:after {
    display: none;
}

.exchange-mod-03 .group-warp .exchange-next {
    background: url(../../images/phbs_en_2019/img-60.png) no-repeat;
    right: 0;
}

.exchange-mod-03 .group-warp .exchange-prev {
    background: url(../../images/phbs_en_2019/img-59.png) no-repeat;
    left: 0;
}

.exchange-mod-03 .box-s {
    background-color: #ffffff;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.16);
    padding: 10%;
    margin: 80px 30px;
}

.exchange-mod-03 .box-s .box-title {
    display: block;
    font-size: 38px;
    line-height: 48px;
    color: #333333;
    padding-bottom: 20px;
    background: url(../../images/phbs_en_2019/img-68.png) no-repeat left bottom;
    margin-bottom: 40px;
    font-weight: bold;
}

.exchange-mod-03 .box-s .box-title span {
    display: block;
    height: 96px;
    overflow: hidden;
}

.exchange-mod-03 .box-s .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    height: 130px;
    overflow: hidden;
    margin-bottom: 40px;
}

.exchange-mod-03 .box-s .box-more {
    font-size: 18px;
    line-height: 30px;
    color: #93060a;
    opacity: 0;
    transition: all .5s;
}

.exchange-mod-03 .swiper-slide-active {
    z-index: 99;
}

.exchange-mod-03 .swiper-slide-active .box-s {
    padding-top: 15%;
    padding-bottom: 25%;
    position: relative;
    width: 126%;
    left: -21%;
    top: -50px;
    bottom: -100px;
}

.exchange-mod-03 .swiper-slide-active .box-s .box-more {
    opacity: 1;
}

.exchange-mod-04 {
    background-color: #dfdfdf;
    position: relative;
    overflow: hidden;
}

.exchange-mod-04 .box-top {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin-top: 3%;
    margin-bottom: 0;
}

.exchange-mod-04 .box-top .box-cont {
    background: url(../../images/phbs_en_2019/img-70.png) no-repeat left top;
    padding-top: 15px;
    padding-left: 4%;
    width: 75%;
}

.exchange-mod-04 .box-top .box-title {
    font-size: 34px;
    line-height: 44px;
    color: #93060a;
    margin-bottom: 15px;
    font-weight: bold;
}

.exchange-mod-04 .box-top .box-txt {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.exchange-mod-04 .box-img {
    margin-top: -14%;
}

.exchange-mod-04 .tabs-next, .exchange-mod-04 .tabs-prev {
    width: 35px;
    height: 54px;
    margin-top: 0;
    top: 0;
}

.exchange-mod-04 .tabs-next:after, .exchange-mod-04 .tabs-prev:after {
    display: none;
}

.exchange-mod-04 .tabs-next {
    background: url(../../images/phbs_en_2019/img-60.png) no-repeat center;
    background-size: contain;
    right: 15px;
}

.exchange-mod-04 .tabs-prev {
    background: url(../../images/phbs_en_2019/img-59.png) no-repeat center;
    background-size: contain;
    left: 15px;
}

.exchange-mod-04 .gallery-top {
    background-color: #93060a;
    padding: 45px 0;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
}

.exchange-mod-04 .gallery-top .box-s {
    padding-left: 7%;
    padding-right: 7%;
}

.exchange-mod-04 .gallery-top .a-box a {
    display: block;
    color: #ffffff;
}

.exchange-mod-04 .gallery-thumbs {
    margin-left: 7%;
    margin-right: 7%;
    width: auto;
    height: 96px;
    box-sizing: border-box;
}

.exchange-mod-04 .gallery-thumbs a {
    display: block;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background-color: #1b1b1b;
    font-size: 20px;
    color: #e5e5e5;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.exchange-mod-04 .gallery-thumbs .swiper-slide-thumb-active a {
    background-color: #93060a;
}

.exchange-mod-04 .gallery-thumbs .swiper-slide-thumb-active a:after {
    content: '';
    position: absolute;
    background: url(../../images/phbs_en_2019/img-73.png) no-repeat;
    width: 28px;
    height: 14px;
    left: 50%;
    margin-left: -14px;
    top: 82px;
}

/*---------------------------------------- 2 --------------------------------------------*/
.public-menu {
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 40px;
    background-color: #f9f9f9;
    color: #bfbfbf;
    font-size: 0;
}

.public-menu .menu-top a, .public-menu .menu-top span {
    display: inline-block;
    font-size: 20px;
}

.public-menu .menu-top a {
    color: #333333;
    font-weight: bold;
}

.public-menu .menu-top a:hover, .public-menu .menu-top a.current {
    color: #93060a;
}

.public-menu .menu-top span {
    margin-left: 2%;
    margin-right: 2%;
}

.public-menu .menu-cont {
    padding-top: 15px;
    line-height: 32px;
}

.public-menu .menu-cont a {
    color: #666666;
    margin-right: 3%;
    font-size: 18px;
}

.public-menu .menu-cont a:last-child {
    margin-right: 0;
}

.public-menu .menu-cont a:hover, .public-menu .menu-cont a.current {
    color: #93060a;
}

.box-search {
    border-bottom: 1px solid #999999;
    position: relative;
    margin-top: 20px;
    font-size: 16px;
}

.box-search .s-inp {
    display: block;
    border: none;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding-right: 30px;
    background-color: transparent;
    color: #333;
    font-weight: bold;
}

.box-search .s-btn {
    background: url(../../images/phbs_en_2019/img-79.png) no-repeat;
    width: 20px;
    height: 17px;
    position: absolute;
    right: 5px;
    top: 10px;
    border: none;
}

.other-cont {
    padding-top: 50px;
    padding-bottom: 60px;
}

.page {
    margin-top: 45px;
    text-align: center;
    font-size: 16px !important;
    line-height: 42px;
    !important color: #666666;
}

.page a {
    display: inline-block !important;
    background-color: #f9f9f9 !important;
    border: solid 1px #dcdcdc !important;
    height: 42px !important;
    line-height: 40px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #666666 !important;
    margin: 0 5px !important;
    padding: 0 10px !important;
}

.page a:hover {
    background-color: #93060a !important;
    border: solid 1px #dcdcdc !important;
    color: #fff !important;
}

.page .num-cont {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.pb_sys_common {
    font-size: 14px !important;
}

.list-01 .box-s {
    background-color: #f9f9f9;
    margin-bottom: 25px;
}

.list-01 .box-s:last-child {
    margin-bottom: 0;
}

.list-01 .box-s .row {
    display: flex;
    align-items: center;
}

.list-01 .box-s:hover {
    background: #93060a;
}

.list-01 .box-s .row:hover .box-info span,.list-01 .box-s .row:hover .box-info .box-date,.list-01 .box-s .row:hover .box-info .box-txt {
    color: white;
}

.list-01 .box-s .box-img {
    overflow: hidden;
}

.list-01 .box-s .box-img img {
    display: block;
    width: 100%;
}

.list-01 .box-s .box-info {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    padding-left: 15px;
    padding-right: 15px;
}

.list-01 .box-s .box-info .box-title {
    display: block;
    background: url(../../images/phbs_en_2019/img-76.png) no-repeat left bottom;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.list-01 .box-s .box-info .box-title span {
    display: block;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.list-01 .box-s .box-info .box-txt {
    height: 52px;
    overflow: hidden;
    margin-bottom: 20px;
}

.class-menu-warp {
    padding-left: 50px;
    padding-right: 50px;
    height: 34px;
    margin-bottom: 30px;
}

.class-menu-warp .class-next, .class-menu-warp .class-prev {
    width: 24px;
    height: 34px;
    margin-top: 0;
    top: 0;
}

.class-menu-warp .class-next:after, .class-menu-warp .class-prev:after {
    display: none;
}

.class-menu-warp .class-next {
    background: url(../../images/phbs_en_2019/img-82.png) no-repeat;
}

.class-menu-warp .class-prev {
    background: url(../../images/phbs_en_2019/img-81.png) no-repeat;
}

.class-menu a {
    font-size: 20px;
    line-height: 32px;
    color: #666666;
    font-weight: bold;
    display: block;
    text-align: center;
}

.class-menu a.current {
    font-size: 32px;
    color: #93060a;
}

.class-menu .swiper-slide {
    width: 40px;
}

.list-02 {
    overflow: hidden;
}

.list-02 .box-s {
    background-color: #f9f9f9;
    margin-top: 50px;
    width: 48%;
    margin-left: 25px;
    float: left;
}

.list-02 .box-s:last-child {
    margin-bottom: 0;
}

.list-02 .box-s .row {
    display: flex;
    align-items: center;
}

.list-02 .box-s .box-img {
    overflow: hidden;
    margin-top: -65px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.list-02 .box-s .box-img img {
    display: block;
    margin: 0 auto;
    box-shadow: 20px 15px 25px 0 rgba(2, 4, 17, 0.18);
}

.list-02 .box-s .box-info {
    font-size: 16px;
    line-height: 32px;
}

.list-02 .box-s .box-info .info-01 {
    color: #666;
    margin-bottom: 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-02 .box-s .box-info .info-02 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}

.list-02 .box-s .box-info .info-03 {
    color: #999999;
    margin-bottom: 30px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-02 .box-s .box-info .info-04 {
    /* min-height: 64px; */
    margin-bottom: 15px;
    color: #666666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 64px;
}

.list-02 .box-s .box-info .info-04 span {
    font-weight: bold;
}

.list-02 .box-s .box-info .box-more {
    display: inline-block;
    border-bottom: 2px solid #93060a;
    line-height: 34px;
    color: #333333;
}

.list-03 {
    background-color: #f7f6f4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.list-03 .box-w:nth-child(2n) {
    margin-top: 50px;
}

.list-03 .box-s .box-img {
    overflow: hidden;
}

.list-03 .box-s .box-img img {
    display: block;
    width: 100%;
    transition: all .7s;
}

.list-03 .box-s .box-cont {
    background-color: #fff;
    width: 86%;
    margin: -80px 7% 0;
    position: relative;
    z-index: 99;
    box-shadow: 0 2px 10px 0 rgba(17, 2, 3, 0.1);
    padding: 25px 6%;
}

.list-03 .box-s .box-cont .box-title {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    height: 64px;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
}

.list-03 .box-s .box-cont .box-txt {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    color: #666666;
    overflow: hidden;
    margin-bottom: 25px;
}

.list-03 .box-s .box-cont .box-date {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    color: #666666;
}

.list-more {
    text-align: center;
    padding-top: 50px;
}

.list-more a {
    display: inline-block;
    background: url(../../images/phbs_en_2019/img-88.png) no-repeat left top;
    padding-left: 65px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}

.life-banner-warp {
    padding-top: 50px;
    padding-bottom: 30px;
}

.life-banner-warp .box-s {
    position: relative;
}

.life-banner-warp .box-s .banner-c {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 5% 15px;
    display: none;
}

.life-banner-warp .box-s .banner-c a {
    color: #fff;
    line-height: 30px;
}

.life-banner-warp .box-s .banner-c a.banner-title {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    height: 60px;
    overflow: hidden;
}

.life-banner-warp .box-s .banner-c a.banner-more {
    font-size: 18px;
}

.life-banner-warp .swiper-slide-active .box-s .banner-c {
    display: block;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 44%;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 14px;
    height: 14px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #93060a;
    background-color: #fff;
}

.list-04 .row {
    margin-left: -40px;
    margin-right: -40px;
}

.list-04 .row .box-w {
    padding-left: 40px;
    padding-right: 60px;
}

.list-04 .box-s {
    background-color: #ffffff;
    box-shadow: 0px 0px 24px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 8% 6%;
    margin-bottom: 25px;
}

.list-04 .box-s .box-date {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    color: #93060a;
    margin-bottom: 10px;
    font-weight: bold;
}

.list-04 .box-s .box-title {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.list-04 .box-s .box-txt {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #666666;
}

.list-04 .box-s .box-more {
    position: absolute;
    right: -31px;
    top: 50%;
    margin-top: -31px;
    display: block;
    background: url(../../images/phbs_en_2019/img-89.png) no-repeat;
    width: 62px;
    height: 62px;
}

.list-04 .box-s .box-more:hover {
    background: url(../../images/phbs_en_2019/img-90.png) no-repeat;
}

.list-05 .list-top {
    margin-bottom: 40px;
}

.list-05 .list-top select {
    border-radius: 0;
}

.list-05 .list-title {
    font-size: 32px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 20px;
}

.list-05 .box-s {
    background-color: #f9f9f9;
    padding: 3% 4%;
    margin-bottom: 30px;
}

.list-05 .box-s .box-title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin-bottom: 15px;
}

.list-05 .box-s .box-txt {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #666666;
    margin-bottom: 20px;
}

.list-05 .box-s .box-date {
    font-style: italic;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 15px;
}

.list-05 .box-s .box-more {
    width: 190px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #93060a;
    font-size: 16px;
    color: #fefefe;
    display: block;
}

.faculty-info-top {
    margin-bottom: 35px;
}

.faculty-info-top .row {
    display: flex;
}

.faculty-info-top .top-info {
    background-color: #f1f2f3;
    margin-left: 20px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.faculty-info-top .top-info .box-img {
    margin: -20px 45px 30px -20px;
    width: 255px;
    min-width: 255px;
}

.faculty-info-top .top-info .box-img img {
    width: 255px;
    box-shadow: 26px 15px 35px 0 rgba(2, 4, 17, 0.18);
}

.faculty-info-top .top-info .box-info {
    font-size: 18px;
    line-height: 32px;
    padding-right: 20px;
}

.faculty-info-top .top-info .box-info .info-01 {
    color: #666;
    margin-bottom: 15px;
}

.faculty-info-top .top-info .box-info .info-02 {
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}

.faculty-info-top .top-info .box-info .info-03 {
    color: #999999;
    margin-bottom: 10px;
}

.faculty-info-top .top-info .box-info .info-04 {
    min-height: 64px;
    margin-bottom: 15px;
    color: #666;
}

.faculty-info-top .top-info .box-info .info-04 span {
    font-weight: bold;
    color: #333;
}

.faculty-info-top .top-other {
    background: url(../../images/phbs_en_2019/img-97.png) no-repeat right bottom #f9f9f9;
    padding: 5%;
    height: 100%;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.faculty-info-top .top-other .box-s {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    min-height: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 60px;
}

.faculty-info-top .top-other .box-s .box-icon {
    position: absolute;
    margin-left: -60px;
}

.faculty-info-txt {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.faculty-info-txt .box-title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.faculty-info-tab .tabs-title {
    border-bottom: 3px solid #f1f2f3;
    margin-bottom: 30px;
}

.faculty-info-tab .tabs-title a {
    float: left;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    padding: 0 25px;
    margin-right: 2px;
    color: #333333;
}

.faculty-info-tab .tabs-title a:hover, .faculty-info-tab .tabs-title a.current {
    background-color: #f1f2f3;
}

.faculty-info-tab .tabs-cont > div {
    display: none;
}

.faculty-info-tab .tab-cont-01 {
    font-size: 16px;
    line-height: 40px;
    color: #666666;
}

.faculty-info-tab .tab-cont-03 .tab-top {
    margin-bottom: 30px;
}

.faculty-info-tab .tab-cont-03 .tab-top .box-w {
    margin-bottom: 15px;
}

.faculty-info-tab .tab-cont-03 .tab-top .box-search {
    position: relative;
}

.faculty-info-tab .tab-cont-03 .tab-top .box-search .inp-s {
    background-color: #f1f2f3;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 95px;
    font-size: 16px;
    color: #333;
    border: none;
    width: 100%;
}

.faculty-info-tab .tab-cont-03 .tab-top .box-search .btn-s {
    width: 78px;
    height: 50px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../images/phbs_en_2019/img-98.png) no-repeat center center #93060a;
}

.faculty-info-tab .tab-cont-03 .tab-top .ui-select-wrap {
    border: none;
    height: 50px;
    line-height: 50px;
    padding-right: 95px;
    border-radius: 0px;
    background-color: #f1f2f3;
    font-size: 16px;
    color: #333;
}

.faculty-info-tab .tab-cont-03 .tab-top .ui-select-input {
    padding-left: 15px;
    padding-right: 95px;
}

.faculty-info-tab .tab-cont-03 .tab-top .ui-select-arrow {
    width: 78px;
    height: 50px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../images/phbs_en_2019/img-99.png) no-repeat center center #93060a;
}

.faculty-info-tab .tab-cont-03 .tab-top .ui-select-list {
    top: 50px;
}

.faculty-info-tab .tab-cont-03 .tab-top .ui-select-list > li {
    display: block;
    line-height: 40px;
    padding: 0 10px;
}

.faculty-info-tab .tab-cont-03 .tab-top .ui-select-list > li.selected {
    background-color: #93060a;
    color: #fff;
}

.faculty-info-tab .tab-cont-03 .box-s {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.faculty-info-tab .tab-cont-03 .box-s .box-title span {
    color: #93060a;
}

.faculty-info-tab .tab-cont-03 .box-s .box-txt {
    font-weight: bold;
}

/*---------------------------------------- 3 --------------------------------------------*/
.about-news-box {
    padding-top: 4%;
    padding-bottom: 4%;
}

.about-news-title {
    margin-bottom: 3%;
    line-height: 50px;
}

.about-news-title .title-left {
    font-size: 38px;
    color: #333333;
    float: left;
}

.about-news-title .title-more {
    font-size: 20px;
    color: #333333;
    float: right;
}

.about-news-01 .news-group-warp .news-next, .about-news-01 .news-group-warp .news-prev {
    width: 35px;
    height: 64px;
    margin-top: -32px;
}

.about-news-01 .news-group-warp .news-next:after, .about-news-01 .news-group-warp .news-prev:after {
    display: none;
}

.about-news-01 .news-group-warp .news-next {
    background: url(../../images/phbs_en_2019/img-102.png) no-repeat;
    right: -70px;
}

.about-news-01 .news-group-warp .news-prev {
    background: url(../../images/phbs_en_2019/img-101.png) no-repeat;
    left: -70px;
}

.about-news-01 .news-group-warp .news-pagination {
    position: absolute;
    bottom: 15px;
    left: 54%;
}

.about-news-01 .news-group-warp .news-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: .5;
    background-color: #93060a;
    margin: 0 8px 0 0;
}

.about-news-01 .news-group-warp .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #93060a;
    opacity: 1;
}

.about-news-01 .box-s .row {
    margin-left: 0;
    margin-right: 0;
}

.about-news-01 .box-s .row .box-w {
    padding-left: 0;
    padding-right: 0;
}

.about-news-01 .box-s .box-img {
    overflow: hidden;
}

.about-news-01 .box-s .box-img img {
    display: block;
    width: 100%;
    transition: all .7s;
}

.about-news-01 .box-s .box-info {
    padding: 50px 15px 15px 8%;
    position: relative;
}

.about-news-01 .box-s .box-info:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    width: 6px;
    height: 80px;
    background-color: #93060a;
}

.about-news-01 .box-s .box-info .box-title {
    font-size: 28px;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-news-01 .box-s .box-info .box-txt {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    height: 150px;
    overflow: hidden;
    margin-bottom: 35px;
    text-align: left;
}

.about-news-01 .box-s .box-info .box-more {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #93060a;
}

.about-news-02 {
    background-color: #f8f8f8;
}

.about-news-02 .box-s {
    margin-bottom: 20px;
}

.about-news-02 .box-s .box-img {
    margin-bottom: 20px;
    overflow: hidden;
}

.about-news-02 .box-s .box-img img {
    display: block;
    width: 100%;
    transition: all .7s;
}

.about-news-02 .box-s .box-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 10px;
}

.about-news-02 .box-s .box-date {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
}

.about-news-02 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.about-news-03 .box-s {
    padding-top: 85px;
    padding-bottom: 85px;
}

.about-news-03 .box-s .box-title {
    background: url(../../images/phbs_en_2019/img-111.png) no-repeat left top;
    height: 60px;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}

.about-news-03 .box-s .box-title span {
    display: block;
}

.about-news-03 .box-s .box-title .title-date {
    font-size: 18px;
    line-height: 20px;
    color: #93060a;
    margin-bottom: 5px;
    margin-top: 3px;
}

.about-news-03 .box-s .box-title .title-s {
    line-height: 40px;
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about-news-03 .box-s .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    height: 52px;
    overflow: hidden;
}

.about-news-03 .slide-mc {
    width: 60%;
    background-color: #93060a;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 9;
    padding-left: 130px;
    padding-right: 130px;
}

.about-news-03 .slide-mc .box-s {
    background-color: #93060a;
    position: relative;
    z-index: 99;
}

.about-news-03 .slide-mc .box-s .box-title {
    background: url(../../images/phbs_en_2019/img-112.png) no-repeat left top;
}

.about-news-03 .slide-mc .box-s .box-title span {
    display: block;
}

.about-news-03 .slide-mc .box-s .box-title .title-date {
    color: #fff;
}

.about-news-03 .slide-mc .box-s .box-title .title-s {
    color: #fff;
}

.about-news-03 .slide-mc .box-s .box-txt {
    color: #fff;
}

.about-news-03 .news-next-02, .about-news-03 .news-prev-02 {
    width: 81px;
    height: 51px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    z-index: 99;
}

.about-news-03 .news-next-02:after, .about-news-03 .news-prev-02:after {
    display: none;
}

.about-news-03 .news-next-02 {
    background: url(../../images/phbs_en_2019/img-106.png) no-repeat;
    right: 20px;
}

.about-news-03 .news-prev-02 {
    background: url(../../images/phbs_en_2019/img-105.png) no-repeat;
    left: 20px;
}

.about-news-04 {
    background-color: #faf9f5;
}

.about-news-04 .row {
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.about-news-04 .row .box-w {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.about-news-04 .box-s {
    margin-bottom: 20px;
}

.about-news-04 .box-s .box-img {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.about-news-04 .box-s .box-img .img-s {
    display: block;
    width: 100%;
    transition: all .7s;
}

.about-news-04 .box-s .box-img .box-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../images/phbs_en_2019/img-107.png) no-repeat center center transparent;
}

.about-news-04 .box-s .box-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666666;
}

.about-news-04 .box-s:hover .box-img .img-s {
    transform: scale(1.1);
}

.about-news-05 .row-warp {
    margin-left: -2%;
    margin-right: -2%;
}

.about-news-05 .row-warp .box-w {
    padding-left: 2%;
    padding-right: 2%;
}

.about-news-05 .box-info-group .box-s {
    background-color: #f5f5f5;
    padding: 7.5% 7%;
    margin-bottom: 20px;
}

.about-news-05 .box-info-group .box-s .box-date {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 10px;
}

.about-news-05 .box-info-group .box-s .box-title {
    font-size: 24px;
    line-height: 36px;
    color: #93060a;
    height: 72px;
    overflow: hidden;
    font-weight: bold;
}

.about-news-05 .box-img-group .box-s {
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.19);
}

.about-news-05 .box-img-group .box-s img {
    display: block;
    width: 100%;
}

/*---------------------------------------- 4 --------------------------------------------*/
.about-contact-01 {
    padding-top: 4%;
    padding-bottom: 4%;
}

.about-contact-01 .row {
    margin-left: -3%;
    margin-right: -3%;
}

.about-contact-01 .row .box-w {
    padding-left: 3%;
    padding-right: 3%;
}

.about-contact-01 .box-info {
    margin-bottom: 20px;
}

.about-contact-01 .box-info .box-title {
    font-size: 34px;
    line-height: 40px;
    color: #93060a;
    margin-bottom: 25px;
    font-weight: bold;
}

.about-contact-01 .box-info .box-title-02 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}

.about-contact-01 .box-info .box-txt {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.about-contact-01 .box-group .box-title {
    font-size: 24px;
    line-height: 40px;
    color: #333;
    margin-bottom: 25px;
    font-weight: bold;
}

.about-contact-01 .box-group .box-s {
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.about-contact-01 .box-group .box-s .title-s {
    font-size: 20px;
    color: #93060a;
    line-height: 54px;
    height: 60px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 60px;
    background: url(../../images/phbs_en_2019/img-117.png) no-repeat right 30px top 17px;
    border: 3px solid #93060a;
    border-radius: 10px;
}

.about-contact-01 .box-group .box-s .box-cont {
    padding: 20px 10px 20px 20px;
    background-color: #ffffff;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
}

.about-contact-01 .box-group .box-s .box-cont .box-txt {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.about-contact-01 .box-group .box-s.current {
    z-index: 99;
}

.about-contact-01 .box-group .box-s.current .title-s {
    background: url(../../images/phbs_en_2019/img-118.png) no-repeat right 30px top 17px #93060a;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.about-contact-01 .box-group .box-s.current .box-cont {
    display: block;
}

.about-contact-01 .mCSB_dragger_bar {
    background-color: #93060a !important;
}

.about-contact-01 .mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

.about-contact-01 .scroll-content {
    height: 240px;
}

.about-contact-02 {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 7%;
    padding-bottom: 6%;
}

.about-contact-02 .box-cont-warp {
    padding-left: 0;
    padding-right: 0;
}

.about-contact-02 .box-cont {
    background-color: #182336;
    color: #fff;
    padding: 10%;
    line-height: 30px;
}

.about-contact-02 .title-01 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.about-contact-02 .title-02 {
    font-size: 26px;
    margin-bottom: 20px;
}

.about-contact-02 .txt-s {
    font-size: 16px;
    margin-bottom: 35px;
}

.about-contact-02 .a-group a {
    display: block;
    font-size: 18px;
    text-decoration: underline;
    color: #fff;
    height: 30px;
    margin-bottom: 10px;
}

.about-contact-02 .a-group a:last-child {
    margin-bottom: 0;
}

.about-contact-03 {
    padding-top: 4%;
    padding-bottom: 4%;
}

.about-contact-03 .row {
    margin-left: -3%;
    margin-right: -3%;
}

.about-contact-03 .row .box-w {
    padding-left: 3%;
    padding-right: 3%;
}

.about-contact-03 .box-s {
    margin-bottom: 30px;
}

.about-contact-03 .box-title {
    font-size: 20px;
    line-height: 30px;
    color: #93060a;
    font-weight: bold;
    margin-bottom: 25px;
}

.about-contact-03 .box-txt {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.about-contact-03 .box-map img {
    display: block;
    width: 100%;
}

.about-contact-04 .box-s-warp {
    margin-bottom: 50px;
}

.about-contact-04 .m-title {
    height: 70px;
    line-height: 70px;
    background-color: #93060a;
    color: #fff;
    padding: 0 30px;
    overflow: hidden;
    margin-bottom: 45px;
}

.about-contact-04 .m-title .title-l {
    font-size: 24px;
    float: left;
}

.about-contact-04 .m-title .title-r {
    width: 20px;
    height: 20px;
    margin-top: 25px;
    float: right;
}

.about-contact-04 .m-title .title-r img {
    display: block;
}

.about-contact-04 .box-cont {
    overflow: hidden;
    padding: 1px;
}

.about-contact-04 .box-cont .row {
    margin-left: 0;
    margin-right: 0;
}

.about-contact-04 .box-cont .row .box-w {
    padding-left: 0;
    padding-right: 0;
}

.about-contact-04 .box-s {
    border: solid 1px #e2e2e2;
    padding: 40px;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
}

.about-contact-04 .box-s .box-tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    background-color: #93060a;
    color: #fff;
    font-size: 16px;
    display: none;
}

.about-contact-04 .box-s .box-num {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}

.about-contact-04 .box-s .box-title {
    font-size: 20px;
    line-height: 26px;
    min-height: 52px;
    color: #93060a;
    margin-top: 40px;
    margin-bottom: 20px;
}

.about-contact-04 .box-s .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    height: 130px;
    overflow: hidden;
    word-break: break-word;
}

.about-contact-04 .box-s:hover {
    position: relative;
    z-index: 99;
    border-color: #93060a;
}

.about-contact-04 .box-s:hover .box-tag {
    display: block;
}

/*Magazine*/
.magazine-nav {
    min-height: 110px;
    background-color: #000000;
    position: absolute;
    left: 3%;
    right: 3%;
    top: 20px;
    padding-left: 3%;
    padding-right: 3%;
    z-index: 999;
}

.magazine-nav .navbar-brand {
    padding: 28px 0;
}

.magazine-nav .navbar-brand img {
    display: block;
}

.magazine-nav .magazine-nav-other {
    padding-top: 40px;
}

.magazine-nav .magazine-nav-other a {
    display: block;
    float: left;
    margin-right: 30px;
}

.magazine-nav .magazine-nav-other a:last-child {
    margin-right: 0;
}

.magazine-nav .magazine-nav-other a img {
    display: block;
    width: 30px;
    height: 30px;
}

.magazine-nav .navbar-nav li {
    padding: 0;
    margin-right: 48px;
}

.magazine-nav .navbar-nav li a {
    padding: 0;
    display: block;
    height: 110px;
    line-height: 110px;
    font-size: 20px;
    color: #ffffff;
}

.magazine-nav .navbar-nav > li > a:hover, .magazine-nav .navbar-nav > li > a:focus, .magazine-nav .navbar-nav > .active > a, .magazine-nav .navbar-nav > .active > a:hover, .magazine-nav .navbar-nav > .active > a:focus, .magazine-nav .navbar-nav > .open > a, .magazine-nav .navbar-nav > .open > a:hover, .magazine-nav .navbar-nav > .open > a:focus {
    background: none;
    color: #7f191c;
}

.magazine-box-01 {
    background-color: #8EB9C3;
    padding-top: 180px;
    margin-bottom: 50px;
}

.magazine-box-01 .row {
    display: flex;
    align-items: center;
}

.magazine-box-01 .m-title {
    font-size: 40px;
    line-height: 46px;
    color: #ffffff;
    margin-bottom: 45px;
    text-align: center;
}

.magazine-box-01 .box-img img {
    display: block;
    margin: 0 auto;
}

.magazine-box-01 .box-cont {
    display: inline-block;
    max-width: 300px;
}

.magazine-box-01 .box-right {
    text-align: right;
}

.magazine-box-01 .box-right .box-cont {
    margin-left: auto;
    margin-right: 0;
}

.magazine-box-01 .box-s {
    margin-bottom: 40%;
    text-align: left;
}

.magazine-box-01 .box-s .box-title {
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
    max-height: 150px;
    overflow: hidden;
}

.magazine-box-01 .box-s .box-txt {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #ffffff;
}

.magazine-box-02 img {
    display: block;
    margin: 0 auto;
}

.magazine-warp {
    padding-top: 50px;
    padding-bottom: 50px;
}

.magazine-warp .row {
    margin-left: -2.8%;
    margin-right: -2.8%;
}

.magazine-warp .row .box-w {
    padding-left: 2.8%;
    padding-right: 2.8%;
}

.magazine-box-03 .box-s {
    margin-bottom: 35px;
}

.magazine-box-03 .box-s .box-class {
    width: 192px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #7f191c;
    margin-bottom: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.magazine-box-03 .box-s .box-title {
    font-size: 26px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 10px;
    display: block;
}

.magazine-box-03 .box-s .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 15px;
}

.magazine-box-03 .box-s .box-img {
    margin-bottom: 10px;
}

.magazine-box-03 .box-s .box-img img {
    display: block;
    width: 60%;
}

.magazine-box-03 .box-s .box-date {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.magazine-box-03 .download {
    width: 250px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #910508;
}

.magazine-box-03 .download a {
    color: white;
    display: block;
    font-size: 16px;
}

.magazine-box-04 .box-s {
    margin-bottom: 35px;
}

.magazine-box-04 .box-s .box-class {
    font-size: 16px;
    line-height: 26px;
    color: #7f191c;
    margin-bottom: 15px;
    font-weight: bold;
}

.magazine-box-04 .box-s .box-title {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 15px;
    display: block;
}

.magazine-box-04 .box-s .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 15px;
}

.magazine-box-04 .box-s .box-img img {
    display: block;
}

#magazineSets {
    position: relative;
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

#magazineSets .magazine-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86%;
    padding: 0 15px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 28px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#magazineSets .swiper-slide {
    width: 86%;
    background: #fff;
}

#magazineSets .swiper-slide img {
    display: block;
    width: 100%;
}

#magazineSets .magazine-next, #magazineSets .magazine-prev {
    width: 32px;
    height: 59px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    z-index: 99;
}

#magazineSets .magazine-next:after, #magazineSets .magazine-prev:after {
    display: none;
}

#magazineSets .magazine-next {
    background: url(../../images/phbs_en_2019/img-127.png) no-repeat;
    right: 15%;
}

#magazineSets .magazine-prev {
    background: url(../../images/phbs_en_2019/img-126.png) no-repeat;
    left: 1%;
}

.pc {
    display: block;
}

.mb {
    display: none;
}

/*---------------------------------------- 5 --------------------------------------------*/
.programs-box-01 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.programs-box-01 .m-title {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 35px;
    font-weight: bold;
}

.programs-box-01 .m-title:after {
    content: '';
    position: absolute;
    width: 66px;
    height: 5px;
    background-color: #93060a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.programs-box-01 .box-txt {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 40px;
    text-align: center;
}

.programs-box-01 .box-group .box-icon {
    margin-bottom: 20px;
}

.programs-box-01 .box-group .box-icon img {
    display: block;
    margin: 0 auto;
}

.programs-box-01 .box-group .box-title {
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.programs-box-02 {
    background-color: #f5f5f5;
}

.programs-box-02 .box-s .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}

.programs-box-02 .box-s .row .box-w {
    padding-left: 0;
    padding-right: 0;
}

.programs-box-02 .box-s .box-img {
    min-width: 400px;
}

.programs-box-02 .box-s .box-img img {
    display: block;
    width: 100%;
}

.programs-box-02 .box-s .box-info {
    padding: 30px 10%;
}

.programs-box-02 .box-s .box-info .box-tag {
    font-size: 34px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
}

.programs-box-02 .box-s .box-info .box-title {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}

.programs-box-02 .box-s .box-info .box-txt {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.programs-box-02 .box-s .box-info .box-more {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #93060a;
    padding-bottom: 20px;
}

/*Faculty&Research*/
.research-mod .box-txt {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: left;
}

.research-mod-01 .box-top {
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 40px 15px;
    text-align: center;
    position: relative;
}

.research-mod-01 .box-top .box-title {
    font-size: 26px;
    line-height: 44px;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}

.research-mod-01 .box-top .box-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #333333;
    margin-left: -25px;
}

.research-mod-01 .box-top .box-txt-01 {
    font-size: 16px;
    line-height: 44px;
    color: #666666;
}

.research-mod-01 .box-top .box-txt-02 {
    font-size: 34px;
    line-height: 50px;
    color: #333333;
    font-weight: bold;
}

.research-mod-01 .box-btm {
    padding-top: 50px;
    padding-bottom: 50px;
}

.research-mod-01 .box-btm .box-s {
    margin-bottom: 35px;
}

.research-mod-01 .box-btm .box-s:last-child {
    margin-bottom: 0;
}

.research-mod-01 .box-btm .box-s .box-title {
    line-height: 36px;
    min-height: 36px;
    position: relative;
    font-size: 26px;
    color: #333333;
    padding-left: 225px;
    font-weight: bold;
    margin-bottom: 30px;
}

.research-mod-01 .box-btm .box-s .box-title:after {
    content: '';
    width: 206px;
    height: 26px;
    background-color: #93060a;
    position: absolute;
    left: 0;
    top: 5px;
}

.research-mod-02 .box-cont {
    padding-top: 50px;
    padding-bottom: 50px;
}

.research-mod-03 {
    overflow: hidden;
}

.research-mod-03 .box-s {
    margin-bottom: 50px;
}

.research-mod-03 .box-title {
    height: 106px;
    background-color: #f1f1f1;
    margin-bottom: 40px;
}

.research-mod-03 .box-title .title-c {
    height: 120px;
    width: 270px;
    background-color: #93060a;
    line-height: 120px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    position: relative;
    top: -7px;
}

.research-mod-03 .box-logo {
    background-color: #fafafa;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.research-mod-03 .box-logo .img-s {
    padding: 10px;
    width: 50%;
}

.research-mod-03 .box-logo .img-s img {
    display: block;
    margin: 0 auto;
}

.faculty-research-mod {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
}

.faculty-research-mod-01 .box-info {
    padding-top: 2%;
    padding-bottom: 2%;
}

.faculty-research-mod-01 .box-info .box-title {
    font-size: 80px;
    line-height: 92px;
    color: #333333;
    margin-bottom: 45px;
    position: relative;
    padding-left: 55px;
    font-weight: bold;
    min-height: 184px;
}

.faculty-research-mod-01 .box-info .box-title span {
    position: absolute;
    z-index: 99;
}

.faculty-research-mod-01 .box-info .box-title:after {
    content: '';
    width: 80%;
    height: 88px;
    background-color: #93060a;
    position: absolute;
    left: 0;
    bottom: 0;
}

.faculty-research-mod-01 .box-info .box-txt {
    font-size: 16px;
    line-height: 30px;
    min-height: 120px;
    margin-bottom: 30px;
    color: #666666;
}

.faculty-research-mod-01 .box-info .box-more {
    text-align: center;
}

.faculty-research-mod-01 .box-info .box-more a {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.faculty-research-mod-01 .box-img {
    display: block;
    width: 100%;
}

.faculty-research-mod-02 {
    background: url(../../images/phbs_en_2019/img-144.png) no-repeat top center;
    background-size: cover;
    padding-top: 8%;
    padding-bottom: 8%;
    text-align: center;
    color: #fff;
}

.faculty-research-mod-02 .title-01 {
    font-size: 38px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: bold;
}

.faculty-research-mod-02 .title-02 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 15px;
}

.faculty-research-mod-02 .box-txt {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 40px;
}

.faculty-research-mod-02 .box-more {
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #93060a;
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin: 0 auto;
}

.faculty-research-mod-03 .row {
    margin-left: 0;
    margin-right: 0;
}

.faculty-research-mod-03 .row .box-w {
    padding-left: 0;
    padding-right: 0;
}

.faculty-research-mod-03 .m-title {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.faculty-research-mod-03 .m-txt {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 45px;
}

.faculty-research-mod-03 .box-img {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-right: -65px;
    position: relative;
    z-index: 99;
}

.faculty-research-mod-03 .box-img img {
    display: block;
    width: 100%;
}

.faculty-research-mod-03 .box-info {
    background-color: #f5f5f5;
    padding: 45px 75px 45px 120px;
}

.faculty-research-mod-03 .box-info .box-top {
    margin-bottom: 25px;
}

.faculty-research-mod-03 .box-info .box-top .box-title {
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin-bottom: 15px;
    display: block;
}

.faculty-research-mod-03 .box-info .box-top .box-txt {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #666666;
}

.faculty-research-mod-03 .box-info .info-title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.faculty-research-mod-03 .box-info .info-title span {
    display: block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #93060a;
    font-size: 16px;
    color: #ffffff;
}

.faculty-research-mod-03 .box-info .box-s {
    margin-bottom: 55px;
    padding-left: 85px;
    min-height: 70px;
}

.faculty-research-mod-03 .box-info .box-s .box-date {
    width: 70px;
    height: 70px;
    background-color: #93060a;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    margin-left: -85px;
}

.faculty-research-mod-03 .box-info .box-s .box-date span {
    display: block;
    line-height: 42px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.faculty-research-mod-03 .box-info .box-s .box-title {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin-bottom: 5px;
    display: block;
}

.faculty-research-mod-03 .box-info .box-s .box-txt {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #666666;
}

.faculty-research-mod-03 .box-info .box-more {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    color: #93060a;
}

.faculty-research-mod-04 {
    padding-top: 0;
    position: relative;
}

.faculty-research-mod-04:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #faf9f5;
    height: 65%;
}

.faculty-research-mod-04 .box-img, .faculty-research-mod-04 .box-group {
    position: relative;
    z-index: 99;
}

.faculty-research-mod-04 .box-img img {
    display: block;
}

.faculty-research-mod-04 .box-group {
    padding: 70px 8% 0 8%;
    display: flex;
    justify-content: space-between;
}

.faculty-research-mod-04 .box-group .box-s .box-icon {
    margin-bottom: 20px;
}

.faculty-research-mod-04 .box-group .box-s .box-icon img {
    display: block;
}

.faculty-research-mod-04 .box-group .box-s .box-title {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}

.faculty-research-mod-04 .box-group .box-s .box-more {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.faculty-research-mod-05 .row {
    margin-left: 0;
    margin-right: 0;
}

.faculty-research-mod-05 .row .box-w {
    padding-left: 0;
    padding-right: 0;
}

.faculty-research-mod-05 .m-title {
    line-height: 50px;
    margin-bottom: 30px;
}

.faculty-research-mod-05 .m-title .title-l {
    font-size: 38px;
    font-weight: bold;
    color: #333333;
    float: left;
}

.faculty-research-mod-05 .m-title .title-more {
    font-size: 20px;
    color: #333333;
    float: right;
}

.faculty-research-mod-05 .box-img {
    position: relative;
    z-index: 99;
}

.faculty-research-mod-05 .box-img img {
    display: block;
    width: 100%;
}

.faculty-research-mod-05 .box-info {
    margin-right: -80px;
    background-color: #f5f5f5;
    padding: 50px 100px 50px 60px;
    margin-top: 45px;
}

.faculty-research-mod-05 .box-info .box-title {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 35px;
}

.faculty-research-mod-05 .box-info .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    min-height: 78px;
    overflow: hidden;
    margin-bottom: 20px;
}

.faculty-research-mod-05 .box-info .box-num-group .box-s {
    margin-bottom: 10px;
}

.faculty-research-mod-05 .box-info .box-num-group .box-s .num-s {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #93060a;
    margin-bottom: 10px;
}

.faculty-research-mod-05 .box-info .box-num-group .box-s .txt-s {
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    color: #333333;
}

/*---------------------------------------- 6 --------------------------------------------*/
.mba-program-box {
    padding-top: 4%;
    padding-bottom: 4%;
}

.mba-program-01 .box-top {
    margin-bottom: 35px;
}

.mba-program-01 .box-top .box-title {
    background: url(../../images/phbs_en_2019/img-152.png) no-repeat left bottom;
    font-size: 36px;
    line-height: 46px;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 35px;
    font-weight: bold;
}

.mba-program-01 .box-top .box-txt {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    color: #666666;
}

.mba-program-01 .box-center {
    background: url(../../images/phbs_en_2019/img-153.png) no-repeat right bottom;
    background-size: cover;
    padding: 6%;
    color: #ffffff;
    margin-bottom: 45px;
}

.mba-program-01 .box-center .box-logo {
    margin-bottom: 30px;
}

.mba-program-01 .box-center .box-logo img {
    display: block;
}

.mba-program-01 .box-center .box-title {
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 30px;
}

.mba-program-01 .box-center .box-txt {
    font-size: 16px;
    line-height: 30px;
}

.mba-program-01 .box-bottom .row {
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.mba-program-01 .box-bottom .row .box-w {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.mba-program-01 .box-bottom a {
    display: flex;
    align-items: center;
    height: 160px;
    background-color: #93060a;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    padding: 3% 5%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mba-program-01 .box-bottom a .icon-s {
    margin-right: 30px;
}

.mba-program-01 .box-bottom a em {
    font-style: normal;
    display: block;
    font-size: 26px;
    color: #ffffff;
    line-height: 32px;
}

.mba-program-02 {
    background: url(../../images/phbs_en_2019/img-157.png) no-repeat top center;
    background-size: cover;
}

.mba-program-02 .box-info {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5%;
}

.mba-program-02 .box-group .row {
    display: flex;
    margin-left: -9px;
    margin-right: -9px;
}

.mba-program-02 .box-group .row .box-w {
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
}

.mba-program-02 .box-s {
    background-color: #fff;
    padding: 60px 15px 50px;
}

.mba-program-02 .box-s .box-icon {
    margin-bottom: 30px;
}

.mba-program-02 .box-s .box-icon img {
    display: block;
    margin: 0 auto;
}

.mba-program-02 .box-s .box-title {
    font-size: 20px;
    line-height: 30px;
    color: #93060a;
    text-align: center;
    display: block;
    margin-bottom: 25px;
    font-weight: bold;
}

.mba-program-02 .box-s .box-txt {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-align: center;
}

.mba-program-03 .m-title {
    background: no-repeat bottom center;
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 4%;
    font-weight: bold;
}

.mba-program-03 .box-list {
    margin-bottom: 4%;
}

.mba-program-03 .box-warp .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mba-program-03 .box-warp .row .box-w {
    padding-left: 0;
    padding-right: 0;
}

.mba-program-03 .box-warp .box-img {
    overflow: hidden;
    position: relative;
}

.mba-program-03 .box-warp .box-img img {
    display: block;
    width: 100%;
}

.mba-program-03 .box-warp .box-img .box-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
}

.mba-program-03 .box-warp .box-img .box-mc .box-title {
    position: relative;
    min-height: 190px;
    margin-bottom: 25px;
    min-width: 440px;
    overflow: hidden;
    padding-top: 30px;
}

.mba-program-03 .box-warp .box-img .box-mc .box-title .title-s {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    z-index: 9;
}

.mba-program-03 .box-warp .box-img .box-mc .box-title .title-s span {
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    margin-left: 60px;
    margin-top: 5px;
    display: block;
}

.mba-program-03 .box-warp .box-img .box-mc .box-title:after {
    content: '';
    position: absolute;
    left: 100px;
    top: 0;
    width: 328px;
    height: 189px;
    border: solid 10px rgba(255, 255, 255, 0.5);
    z-index: 8;
}

.mba-program-03 .box-warp .box-img .box-mc .box-more {
    display: inline-block;
    background: url(../../images/phbs_en_2019/img-162.png) no-repeat left center;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    color: #ffffff;
    padding-left: 40px;
    margin-left: 55px;
}

.mba-program-03 .box-warp .box-info {
    padding: 30px 8%;
    width: 90%;
}

.mba-program-03 .box-warp .box-info .list-s-01 .box-s {
    display: block;
    background: url(../../images/phbs_en_2019/img-163.png) no-repeat 0 10px;
    font-size: 18px;
    line-height: 28px;
    color: #434343;
    margin-bottom: 3%;
    padding-left: 16px;
}

.mba-program-03 .box-warp .box-info .list-s-01 .box-s:last-child {
    margin-bottom: 0;
}

.mba-program-03 .box-warp .box-info .list-s-02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mba-program-03 .box-warp .box-info .list-s-02 .box-s {
    width: 46%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mba-program-03 .box-warp .box-info .list-s-02 .box-s .box-num {
    font-size: 36px;
    line-height: 42px;
    color: #93060a;
    margin-bottom: 10px;
    font-weight: bold;
}

.mba-program-03 .box-warp .box-info .list-s-02 .box-s .box-title {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}

.mba-program-03 .box-warp .box-info .list-s-02 .box-s .box-txt {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    min-height: 48px;
}

.mba-program-03 .box-warp:nth-child(2n+1) .box-img .box-mc {
    justify-content: flex-end;
}

.mba-program-03 .box-warp:nth-child(2n+1) .box-img .box-mc .mc-cont {
    margin-right: 10%;
}

.mba-program-03 .box-warp:nth-child(2n) .box-img .box-mc .mc-cont {
    margin-left: 10%;
}

.mba-program-03 .box-btn-group {
    padding-left: 15px;
    padding-right: 15px;
}

.mba-program-03 .box-btn-group .row {
    margin-left: -2.5%;
    margin-right: -2.5%;
}

.mba-program-03 .box-btn-group .row .box-w {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.mba-program-03 .box-btn-group .a-s {
    display: block;
    height: 98px;
    line-height: 98px;
    text-align: center;
    background-color: #93060a;
    border-radius: 8px;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
}

.phd-program-box {
    padding-top: 4%;
    padding-bottom: 4%;
}

.phd-program-01 {
    background: url(../../images/phbs_en_2019/img-176.png) no-repeat right top #fff;
    background-size: cover;
}

.phd-program-01 .row {
    margin-left: 0;
    margin-right: 0;
}

.phd-program-01 .row .box-w {
    padding-left: 0;
    padding-right: 0;
}

.phd-program-01 .box-img img {
    display: block;
    width: 100%;
}

.phd-program-01 .box-info {
    position: relative;
}

.phd-program-01 .box-info:after {
    content: '';
    width: 30%;
    height: 60px;
    background-color: #93060a;
    position: absolute;
    left: 0;
    top: 47px;
}

.phd-program-01 .box-info .info-cont {
    position: relative;
    z-index: 9;
    padding-left: 60px;
}

.phd-program-01 .box-info .box-title {
    font-size: 50px;
    line-height: 60px;
    color: #333333;
    margin-bottom: 45px;
    display: block;
    font-weight: bold;
}

.phd-program-01 .box-info .box-txt {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: left;
}

.phd-program-02 {
    padding-top: 8%;
    padding-bottom: 8%;
    background-image: url(../../images/phbs_en_2019/img-168.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.phd-program-02 .box-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
    font-weight: bold;
}

.phd-program-02 .box-txt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: left;
}

.phd-program-02 .box-more {
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    display: inline-block;
}

.phd-program-03 {
    background-color: #f5f5f5;
}

.phd-program-03 .row {
    margin-left: -2%;
    margin-right: -2%;
    display: flex;
    flex-wrap: wrap;
}

.phd-program-03 .row .box-w {
    padding-left: 2%;
    padding-right: 2%;
}

.phd-program-03 .box-s {
    display: flex;
    align-items: center;
    padding-top: 7%;
    padding-bottom: 7%;
}

.phd-program-03 .box-s .box-icon {
    min-width: 90px;
    margin-right: 24px;
}

.phd-program-03 .box-s .box-icon img {
    display: block;
}

.phd-program-03 .box-s .box-title {
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}

.phd-program-03 .box-s .box-txt {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.phd-program-04 .row {
    margin-left: 0;
    margin-right: 0;
}

.phd-program-04 .row .box-w {
    padding-left: 0;
    padding-right: 0;
}

.phd-program-04 .box-img {
    position: relative;
    z-index: 99;
}

.phd-program-04 .box-img img {
    display: block;
    width: 100%;
}

.phd-program-04 .box-info {
    margin-left: -60px;
    background-color: #f5f5f5;
    padding: 100px 40px 100px 100px;
    margin-top: 45px;
}

.phd-program-04 .box-info .box-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
    color: #333333;
    margin-bottom: 30px;
    display: block;
}

.phd-program-04 .box-info .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    min-height: 78px;
    overflow: hidden;
    margin-bottom: 30px;
}

.phd-program-04 .box-info .box-more {
    display: block;
    background: url(../../images/phbs_en_2019/img-29.png) no-repeat left center;
    width: 30px;
    height: 24px;
    font-size: 16px;
    padding-left: 45px;
    color: #93060a;
}

/*---------------------------------------- 7 --------------------------------------------*/
.alumni-box {
    padding-top: 4%;
    padding-bottom: 4%;
    overflow: hidden;
}

.alumni-box-01 {
    background: url(../../images/phbs_en_2019/img-194.png) no-repeat center center #fff;
    background-size: contain;
}

.alumni-box-01 .row {
    margin-left: -2%;
    margin-right: -2%;
}

.alumni-box-01 .row .box-w {
    padding-left: 2%;
    padding-right: 2%;
}

.alumni-box-01 .box-info .title-s {
    margin-bottom: 30px;
    font-weight: bold;
}

.alumni-box-01 .box-info .txt-s {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.alumni-box-01 .box-info > div[class^=box] {
    margin-bottom: 45px;
}

.alumni-box-01 .box-info .box-01 .title-s {
    background: url(../../images/phbs_en_2019/img-178.png) no-repeat left bottom;
    font-size: 36px;
    line-height: 48px;
    color: #93060a;
    padding-bottom: 15px;
}

.alumni-box-01 .box-info .box-02 .title-s {
    background: url(../../images/phbs_en_2019/img-179.png) no-repeat left bottom;
    font-size: 26px;
    line-height: 42px;
    color: #333333;
    padding-bottom: 10px;
}

.alumni-box-01 .box-chart .title-s {
    font-size: 22px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: bold;
}

.alumni-box-01 .box-chart .box-s {
    margin-top: 45px;
}

.alumni-box-01 .box-chart .box-s img {
    width: 80%;
}

.alumni-box-01 .box-chart .box-s:last-child {
    margin-bottom: 0;
}

.alumni-box-02 {
    background-color: #f5f5f5;
}

.alumni-box-02 .row {
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.alumni-box-02 .row .box-w {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.alumni-box-02 .m-title {
    line-height: 50px;
    margin-bottom: 50px;
}

.alumni-box-02 .m-title .title-l {
    font-size: 38px;
    color: #333333;
    float: left;
    font-weight: bold;
}

.alumni-box-02 .m-title .title-more {
    font-size: 20px;
    color: #333333;
    float: right;
}

.alumni-box-02 .box-s {
    background-color: #ffffff;
    padding: 35px 35px;
    margin-bottom: 30px;
}

.alumni-box-02 .box-s .box-date {
    font-size: 18px;
    line-height: 26px;
    height: 28px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 10px;
}

.alumni-box-02 .box-s .box-title {
    font-size: 24px;
    line-height: 34px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #93060a;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.alumni-box-02 .box-s .box-txt {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #666666;
}

.alumni-box-02 .box-video {
    overflow: hidden;
    position: relative;
}

.alumni-box-02 .box-video .box-img {
    display: block;
    width: 100%;
    transition: all .7s;
}

.alumni-box-02 .box-video .box-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../images/phbs_en_2019/img-182.png) no-repeat center center;
}

.alumni-box-03 {
    background-color: #93060a;
    color: #fff;
}

.alumni-box-03 .m-title {
    background: url(../../images/phbs_en_2019/img-199.png) no-repeat bottom center;
    padding-bottom: 25px;
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
}

.alumni-box-03 .box-txt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.alumni-box-03 .box-link {
    text-align: center;
    margin-bottom: 60px;
}

.alumni-box-03 .box-link a {
    display: inline-block;
    font-size: 26px;
    line-height: 42px;
    color: #fff;
    background: url(../../images/phbs_en_2019/img-185.png) no-repeat right center;
    padding-right: 45px;
    font-style: italic;
}

.alumni-box-03 .box-num {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.alumni-box-03 .box-num .num-s {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    position: relative;
}

.alumni-box-03 .box-num .num-s:first-letter {
    float: left;
    margin-top: -20px;
    margin-right: 5px;
}

.alumni-box-03 .box-num .num-s:before, .alumni-box-03 .box-num .num-s:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #f9f8fa;
    top: 50%;
    margin-top: -1px;
}

.alumni-box-03 .box-num .num-s:before {
    left: -40px;
}

.alumni-box-03 .box-num .num-s:after {
    right: -40px;
}

.alumni-box-04 {
    background-color: #f5f5f5;
}

.alumni-box-04 .m-title {
    text-align: center;
    font-size: 38px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: bold;
}

.alumni-box-04 .box-txt {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.alumni-box-04 .box-cont {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.alumni-box-04 .box-cont .box-w {
    width: 50%;
    display: flex;
}

.alumni-box-04 .box-s {
    background-color: #fff;
    padding: 40px 25px 40px 135px;
    min-height: 170px;
    margin-top: 30px;
}

.alumni-box-04 .box-s .icon-s {
    position: absolute;
    margin-left: -110px;
    width: 88px;
}

.alumni-box-04 .box-s .title-s {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.alumni-box-04 .box-s .txt-s {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.alumni-box-05 .box-cont {
    background: url(../../images/phbs_en_2019/img-190.png) no-repeat;
    background-size: cover;
    padding: 8% 10%;
}

.alumni-box-05 .box-cont .box-title {
    margin-bottom: 25px;
}

.alumni-box-05 .box-cont .box-title img {
    display: block;
}

.alumni-box-05 .box-cont .box-txt {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-left: 16%;
}

.alumni-box-05 .box-cont .box-txt .a-s {
    display: inline-block;
    margin-right: 5%;
    font-size: 18px;
    line-height: 44px;
    font-weight: bold;
    color: #93060a;
}

.alumni-box-05 .box-cont .box-txt .a-s:last-child {
    margin-right: 0;
}

.alumni-box-05 .box-cont .box-txt .a-s img {
    display: block;
    margin: 0 auto 5px;
}

.alumni-box-05 .box-cont .box-txt .a-s span {
    display: block;
}

.why-phbs-box {
    padding-top: 2%;
    padding-bottom: 2%;
}

.why-phbs-box-01 .row {
    margin-left: -2%;
    margin-right: -2%;
}

.why-phbs-box-01 .row .box-w {
    padding-left: 2%;
    padding-right: 2%;
}

.why-phbs-box-01 .row .box-info-w {
    width: 52%;
}

.why-phbs-box-01 .row .box-video-w {
    width: 48%;
    padding-top: 160px;
}

.why-phbs-box-01 .box-info .box-title {
    background: url(../../images/phbs_en_2019/img-178.png) no-repeat left bottom;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}

.why-phbs-box-01 .box-info .box-title:after {
    content: '';
    position: absolute;
    background-color: #93060a;
    top: 0;
    left: -500px;
    right: -60px;
    height: 90px;
}

.why-phbs-box-01 .box-info .box-title .title-s {
    height: 90px;
    display: inline-block;
    font-size: 36px;
    line-height: 90px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.why-phbs-box-01 .box-info .box-txt {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 40px;
}

.why-phbs-box-01 .box-info .box-more {
    display: inline-block;
    background: url(../../images/phbs_en_2019/img-196.png) no-repeat right center;
    padding-right: 45px;
    font-size: 20px;
    font-style: italic;
    line-height: 42px;
    height: 42px;
    color: #93060a;
    font-weight: bold;
}

.why-phbs-box-01 .box-video {
    position: relative;
}

.why-phbs-box-01 .box-video img {
    display: block;
    width: 100%;
}

.why-phbs-box-01 .box-video .box-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../images/phbs_en_2019/img-182.png) no-repeat center center;
}

.why-phbs-box-02 {
    background-color: #93060a;
}

.why-phbs-box-02 .box-s .box-img {
    margin-bottom: 25px;
}

.why-phbs-box-02 .box-s .box-img img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.why-phbs-box-02 .box-s .box-info .box-title {
    background: url(../../images/phbs_en_2019/img-184.png) no-repeat left bottom;
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 45px;
}

.why-phbs-box-02 .box-s .box-info .box-txt {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 50px;
}

.why-phbs-box-02 .box-s .box-info .box-other {
    text-align: right;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    color: #ffffff;
}

.why-phbs-box-02 .swiper-pagination {
    width: 32%;
}

.why-phbs-box-02 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.why-phbs-box-03 {
    background: url(../../images/phbs_en_2019/img-200.png) no-repeat top center;
    background-size: cover;
    color: #fff;
}

.why-phbs-box-03 .m-title {
    background: url(../../images/phbs_en_2019/img-199.png) no-repeat bottom center;
    padding-bottom: 25px;
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
}

.why-phbs-box-03 .box-txt {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 60px;
}

.why-phbs-box-03 .box-a-group {
    text-align: center;
    margin-bottom: 50px;
}

.why-phbs-box-03 .box-a-group .a-s {
    display: inline-block;
    margin: 0 3% 10px;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    font-weight: bold;
}

.why-phbs-box-03 .box-a-group .a-s img {
    display: block;
    margin: 0 auto;
}

.why-phbs-box-03 .box-a-group .a-s span {
    display: block;
}

.why-phbs-box-03 .box-more {
    width: 300px;
    height: 60px;
    line-height: 54px;
    border: solid 2px #ffffff;
    text-align: center;
    font-size: 26px;
    color: #fff;
    display: block;
    margin: 0 auto;
}

.why-phbs-box-03 .box-more span {
    display: inline-block;
    background: url(../../images/phbs_en_2019/img-185.png) no-repeat right center;
    padding-right: 40px;
    font-style: italic;
}

.why-phbs-box-04 .m-title {
    line-height: 50px;
    margin-bottom: 50px;
}

.why-phbs-box-04 .m-title .title-l {
    font-size: 38px;
    color: #333333;
    float: left;
    font-weight: bold;
}

.why-phbs-box-04 .m-title .title-more {
    font-size: 20px;
    color: #333333;
    float: right;
}

.why-phbs-box-04 .box-cont {
    margin-left: -4%;
    margin-right: -4%;
}

.why-phbs-box-04 .box-cont .box-w {
    padding-left: 4%;
    padding-right: 4%;
    text-align: left;
}

.why-phbs-box-04 .page-center {
    float: none !important;
    margin: 0 auto;
    text-align: center;
}

.why-phbs-box-04 .box-s {
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.why-phbs-box-04 .box-s .box-title {
    border-bottom: 2px solid #e5e5e5;
    height: 70px;
    line-height: 68px;
    position: relative;
    padding-right: 30px;
    background: url(../../images/phbs_en_2019/img-204.png) no-repeat right center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 8;
}

.why-phbs-box-04 .box-s .box-title2 {
    border-bottom: 2px solid #e5e5e5;
    height: 70px;
    line-height: 68px;
    position: relative;
    padding-right: 30px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 8;
}

.why-phbs-box-04 .box-s .box-txt {
    position: absolute;
    background-color: #93060a;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 25px;
    width: 100%;
    display: none;
}

.why-phbs-box-04 .box-s.current {
    z-index: 99;
}

.why-phbs-box-04 .box-s.current .box-title {
    background: url(../../images/phbs_en_2019/img-203.png) no-repeat right center;
    z-index: 9;
}

.overview-box {
    padding-top: 4%;
    padding-bottom: 4%;
}

.overview-title {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-weight: bold;
}

.overview-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 66px;
    height: 5px;
    background-color: #93060a;
}

.overview-box-01 {
    padding-bottom: 0;
}

.overview-box-01 .box-cont {
    display: flex;
    align-content: center;
}

.overview-box-01 .box-img, .overview-box-01 .box-info {
    width: 50%;
    min-width: 50%;
}

.overview-box-01 .box-img img {
    display: block;
    width: 100%;
}

.overview-box-01 .box-info {
    background-color: #f5f5f5;
    position: relative;
    padding: 3%;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    max-height: 100%;
    overflow-y: auto;
    text-align: left;
}

.overview-box-01 .box-info:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5%;
    width: 5px;
    height: 50px;
    background-color: #93060a;
}

.overview-box-02 {
    background: no-repeat right bottom;
    background-size: cover;
}

.overview-box-02 .box-info {
    margin-bottom: 35px;
    text-align: center;
}

.overview-box-02 .box-info .title-s {
    font-size: 24px;
    line-height: 32px;
    color: #434343;
    margin-bottom: 15px;
    font-weight: bold;
}

.overview-box-02 .box-info .txt-s {
    font-size: 18px;
    line-height: 30px;
    color: #737373;
    padding-left: 5%;
    padding-right: 5%;
}

.overview-box-02 .gallery-thumbs {
    background: repeat-x 0 82px;
    height: 132px;
}

.overview-box-02 .gallery-thumbs .swiper-slide-active .box-year {
    background: no-repeat left 35px bottom 0;
    padding-left: 0;
    font-size: 42px;
    color: #93060a;
    font-weight: bold;
}

.overview-box-02 .box-year {
    background: no-repeat left 0 top 25px;
    padding-left: 25px;
    font-size: 24px;
    line-height: 66px;
    color: #434343;
    height: 132px;
    transition: all .5s;
}

.overview-box-02 .box-img img {
    display: block;
    width: 100%;
}

.overview-box-03 {
    background-color: #222b3a;
}

.overview-box-03 .overview-title {
    color: #fff;
}

.overview-box-03 .overview-title:after {
    background-color: #fff;
}

.overview-box-03 .box-s {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.overview-box-03 .box-s .num-s {
    font-size: 50px;
    margin-bottom: 2px;
    color: #fff;
}

.overview-box-03 .box-s .txt-s {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    height: 48px;
}

.overview-box-04 {
    padding-top: 2%;
    padding-bottom: 2%;
}

.overview-box-04 .box-s {
    margin-top: 3%;
    margin-bottom: 3%;
}

.overview-box-04 .box-s .row {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    align-items: center;
}

.overview-box-04 .box-s .row .box-w {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 50%;
}

.overview-box-04 .box-s .box-img img {
    display: block;
    width: 100%;
}

.overview-box-04 .box-s .box-info .box-title {
    background: no-repeat left top;
    min-height: 30px;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}

.overview-box-04 .box-s .box-info .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #434343;
    text-align: left;
}

/*Student*/
.student-box {
    padding-top: 4%;
    padding-bottom: 4%;
}

.student-title {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-weight: bold;
}

.student-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 66px;
    height: 5px;
    background-color: #93060a;
}

.student-box-01 {
    padding-bottom: 9%;
}

.student-box-01 .box-01 {
    position: relative;
}

.student-box-01 .box-01 .box-img img {
    display: block;
    width: 100%;
}

.student-box-01 .box-01 .box-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.student-box-01 .box-01 .box-info .box-title {
    padding-left: 14%;
    position: relative;
    margin-bottom: 35px;
    font-size: 42px;
    line-height: 54px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.student-box-01 .box-01 .box-info .box-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 14%;
    width: 105px;
    height: 4px;
    background-color: #ffffff;
}

.student-box-01 .box-01 .box-info .box-txt {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 60px 30px 14%;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    position: relative;
}

.student-box-01 .box-01 .box-info .box-txt .a-s {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    right: -31px;
    top: 50%;
    transform: translateY(-50%);
}

.student-box-01 .box-01 .box-info .box-txt .a-s img {
    display: block;
    width: 100%;
}

.student-box-01 .box-02 .box-s {
    position: relative;
    padding-right: 172px;
    line-height: 80px;
    text-align: center;
}

.student-box-01 .box-02 .box-s .box-title {
    padding: 0 15px;
    text-align: center;
    height: 80px;
    background-color: #e0e0e0;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.student-box-01 .box-02 .box-s .box-a {
    position: absolute;
    right: 0;
    top: 0;
    width: 172px;
    height: 80px;
    background-color: #93060a;
    font-size: 18px;
    color: #ffffff;
}

.student-box-01 .box-btm {
    display: flex;
}

.student-box-01 .box-btm .box-s {
    width: 50%;
    min-width: 50%;
    padding: 6% 8%;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.student-box-01 .box-btm .box-s .box-title {
    font-size: 28px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 25px;
}

.student-box-01 .box-btm .box-s .box-txt {
    margin-bottom: 40px;
}

.student-box-01 .box-btm .box-s .box-more {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.student-box-01 .box-btm .box-03 {
    background-color: #242c3c;
    margin-top: 5%;
    margin-bottom: -5%;
}

.student-box-01 .box-btm .box-04 {
    background-color: #93060a;
}

.student-box-02 {
    background-color: #fbf6e6;
}

.student-box-02 .box-s {
    position: relative;
}

.student-box-02 .box-s .banner-c {
    padding: 20px 15px;
    text-align: center;
}

.student-box-02 .box-s .banner-c .banner-title {
    font-size: 26px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}

.student-box-02 .box-s .banner-c .banner-txt {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}

#certify-02 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#certify-02 .swiper-container {
    padding-bottom: 60px;
}

#certify-02 .swiper-slide {
    width: 44%;
}

#certify-02 .swiper-slide img {
    display: block;
    width: 100%;
}

#certify-02 .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify-02 .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #93060a;
    width: 14px;
    height: 14px;
    opacity: .5;
    margin: 0 5px;
}

#certify-02 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}

/*.student-box-03 .box-top { margin-bottom: 10px; }
.student-box-03 .box-top .box-title { font-size: 36px; line-height: 50px; color: #333333; font-weight: bold; margin-bottom: 30px; }
.student-box-03 .box-top .box-txt { font-size: 16px; line-height: 30px; color: #666666; margin-bottom: 30px; }
.student-box-03 .box-top .box-a { display: inline-block; font-size: 20px; font-style: italic; line-height: 30px; color: #93060a; text-decoration: underline; }
.student-box-03 .box-group .row { display: flex; align-content: center; flex-wrap: wrap; margin-left: -20px; margin-right: -20px; }
.student-box-03 .box-group .row .box-w { padding-left: 20px; padding-right: 20px; margin-top: 40px; }
.student-box-03 .box-group .box-s { padding: 30px; height: 100%; }
.student-box-03 .box-group .box-s.box-01 { display: flex; align-items: center; }
.student-box-03 .box-group .box-s.box-01 .box-img { margin-right: 6%; }
.student-box-03 .box-group .box-s.box-02 .box-img { margin-bottom: 20px; }
.student-box-03 .box-group .box-s.box-02 .box-img img { display: block; margin: 0 auto; }
.student-box-03 .box-group .box-s .box-info { background: no-repeat left bottom; font-size: 18px; line-height: 30px; color: #ffffff; padding-bottom: 15px; }
.student-box-03 .box-group .box-s.box-bg-01 { background-color: #b6d8df; }
.student-box-03 .box-group .box-s.box-bg-02 { background-color: #e7bfb6; }
.student-box-03 .box-group .box-s.box-bg-03 { background-color: #efdab8; }*/
.student-box-03 {
    background: url(../../images/phbs_en_2019/img-262.png) no-repeat right bottom;
    background-size: cover;
}

.student-box-03 .box-top {
    margin-bottom: 10px;
}

.student-box-03 .box-top .box-title {
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}

.student-box-03 .box-top .box-txt {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}

.student-box-03 .box-top .box-a {
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: #93060a;
    text-decoration: underline;
}

.student-box-03 .box-group .row {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.student-box-03 .box-group .row .box-w {
    margin-top: 30px;
}

.student-box-03 .box-group .box-s {
    padding: 30px;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    min-height: 200px;
}

.student-box-03 .box-group .box-s .box-img {
    margin-right: 6%;
    min-width: 102px;
}

.student-box-03 .box-group .box-s .box-img img {
    display: block;
    margin: 0 auto;
}

.student-box-03 .box-group .box-s .box-info {
    background: url(../../images/phbs_en_2019/img-263.png) no-repeat left bottom;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 15px;
    font-weight: bold;
}

/*Message*/
.message-box {
    background: url(../../images/phbs_en_2019/img-230.png) no-repeat left bottom #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.message-box .message-cont {
    position: relative;
}

.message-box .message-cont:after {
    content: '';
    position: absolute;
    background-color: #93060a;
    top: 0;
    left: -100%;
    right: 73%;
    height: 110px;
}

.message-box .message-cont .main-box {
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.message-box .message-cont .box-img {
    float: right;
    margin-bottom: 30px;
    margin-left: 30px;
}

.message-box .message-cont .box-title {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    margin-top: 35px;
    font-weight: bold;
    margin-bottom: 35px;
}

.message-box .message-cont .box-cont {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 20px;
    text-align: left;
}

.message-box .message-cont .box-cont .title-s {
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
}

.message-box .message-cont .box-btm {
    text-align: right;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    color: #666666;
}

.message-box .message-cont .box-btm span {
    display: block;
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    font-weight: bold;
}

/*Academics*/
.academics-box {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
}

.academics-title {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-weight: bold;
}

.academics-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 66px;
    height: 5px;
    background-color: #93060a;
}

.academics-box-01 .box-cont {
    padding-left: 10%;
}

.academics-box-01 .box-cont .row {
    display: flex;
    flex-wrap: wrap;
}

.academics-box-01 .box-cont .row .box-w {
    margin-bottom: 30px;
}

.academics-box-01 .box-title {
    position: relative;
    font-size: 56px;
    line-height: 70px;
    color: #333333;
    margin-left: -15%;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
}

.academics-box-01 .box-title:after {
    content: '';
    position: absolute;
    left: -100%;
    height: 80px;
    right: 50%;
    bottom: 14%;
    background-color: #93060a;
}

.academics-box-01 .box-title span {
    position: relative;
    z-index: 9;
}

.academics-box-01 .box-s {
    background-color: #f5f5f5;
    padding: 12% 10%;
    display: flex;
    height: 100%;
}

.academics-box-01 .box-s .box-icon {
    width: 70px;
    min-width: 70px;
    margin-right: 15px;
}

.academics-box-01 .box-s .box-txt {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.academics-box-02 {
    background: url(../../images/phbs_en_2019/img-236.png) no-repeat top center;
    background-size: cover;
}

.academics-box-02 .academics-title {
    text-align: left;
}

.academics-box-02 .academics-title:after {
    left: 0;
    transform: translateX(0);
}

.academics-box-02 .box-cont {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}

.academics-box-02 .box-cont .box-text {
    width: 60%;
    float: left;
}

.academics-box-02 .box-cont .box-list {
    float: left;
    padding-left: 160px;
}

.academics-box-02 .box-cont .box-list li a {
    font-weight: bold;
}

.academics-box-02 .box-more {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.academics-box-03 .academics-title {
    text-align: left;
}

.academics-box-03 .academics-title:after {
    left: 0;
    transform: translateX(0);
}

.academics-box-03 .row {
    margin-left: -1.6%;
    margin-right: -1.6%;
}

.academics-box-03 .row .box-w {
    padding-left: 1.6%;
    padding-right: 1.6%;
}

.academics-box-03 .box-img-w {
    width: 52%;
}

.academics-box-03 .box-info-w {
    width: 48%;
}

.academics-box-03 .box-img img {
    display: block;
    width: 100%;
}

.academics-box-03 .box-info {
    padding-top: 15px;
}

.academics-box-03 .box-info .box-txt {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 25px;
}

.academics-box-03 .box-info .box-more {
    width: 280px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #93060a;
    display: block;
}

.academics-box-04 {
    background-color: #f5f5f5;
}

.academics-box-04 .box-txt {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 35px;
}

.academics-box-04 .box-group {
    margin-bottom: 40px;
}

.academics-box-04 .box-group .row {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.academics-box-04 .box-group .row .box-w {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
}

.academics-box-04 .box-group .box-s {
    background-color: #242931;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    padding: 5% 8%;
    height: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    width: 100%;
}

.academics-box-04 .box-group .box-s .icon-s {
    width: 80px;
    min-width: 80px;
    margin-right: 30px;
}

.academics-box-04 .box-group .box-s .txt-s {
    font-size: 16px;
    line-height: 26px;
}

.academics-box-04 .box-more {
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #93060a;
    text-align: center;
    margin: 0 auto;
}

.academics-box-04 .box-more span {
    display: inline-block;
    background: url(../../images/phbs_en_2019/img-185.png) no-repeat right center;
    padding-right: 40px;
    font-size: 26px;
    font-style: italic;
    color: #fff;
}

.academics-box-05 .box-s .row {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
}

.academics-box-05 .box-s .row .box-w {
    padding-left: 0;
    padding-right: 0;
}

.academics-box-05 .box-s .box-img {
    min-width: 30%;
}

.academics-box-05 .box-s .box-img img {
    display: block;
    width: 100%;
}

.academics-box-05 .box-s .box-info {
    padding-left: 8%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.academics-box-05 .box-s .box-info .box-txt {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.academics-box-05 .box-s .box-info .box-more {
    display: block;
    width:330px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: #d7d7d7;
    font-size: 18px;
    color: #333333;
    margin-top: 25px;
}

.academics-box-05 .box-s .box-info .box-more:hover {
    background-color: #93060a;
    color: #fff;
}

.academics-box-05 .box-s:nth-child(2n) .box-info {
    padding-left: 0;
    padding-right: 8%;
}

.academics-box-06 {
    background-color: #fff9ea;
}

.academics-box-06 .m-title {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 35px;
}

.academics-box-06 .box-txt {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}

.academics-box-06 .box-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.academics-box-06 .box-form .row .box-w {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.academics-box-06 .box-form .form-title {
    font-size: 16px;
    font-style: italic;
    line-height: 28px;
    color: #666666;
    margin-bottom: 20px;
}

.academics-box-06 .box-form .form-txt {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
}

.academics-box-06 .box-form .inp-s {
    height: 60px;
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 0;
}

.academics-box-06 .box-form .btn-s {
    width: 300px;
    height: 72px;
    border: none;
    font-size: 18px;
    color: #ffffff;
    background-color: #93060a;
    text-transform: uppercase;
}

/*apply*/
.apply-box {
    padding-top: 3%;
    padding-bottom: 3%;
}

.apply-box .apply-title {
    margin-bottom: 35px;
}

.apply-box .apply-title .title-s {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 15px;
    font-weight: 700;
}

.apply-box .apply-title .txt-s {
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
}

.apply-box-01 .box-title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 25px;
}

.apply-box-01 .box-title span {
    display: block;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.apply-box-01 .box-a {
    width: 300px;
    height: 80px;
    line-height: 80px;
    background-color: #93060a;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    float: left;
    margin-left: 10px;
}

.apply-box-01 .box-img img {
    display: block;
    width: 100%;
}

.apply-box-02 {
    background-color: #f7f4e7;
}

.apply-box-02 .m-title {
    background: url(../../images/phbs_en_2019/img-281.png) no-repeat bottom center;
    font-size: 36px;
    line-height: 42px;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.apply-box-02 .box-txt {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 30px;
}

.apply-box-02 .box-group {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.apply-box-02 .box-group .box-w {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.apply-box-02 .box-group .box-s {
    background-color: #fff;
    padding: 35px;
    display: flex;
    height: 100%;
    align-items: center;
}

.apply-box-02 .box-group .box-s .icon-s {
    width: 88px;
    min-width: 88px;
    margin-right: 15px;
}

.apply-box-02 .box-group .box-s .icon-s img {
    display: block;
    width: 100%;
}

.apply-box-02 .box-group .box-s .txt-s {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
}

.apply-box-02 .box-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    color: #333;
}

.apply-box-02 .box-process {
    margin-bottom: 10px;
}

.apply-box-02 .box-process .img-s {
    padding-top: 15px;
    padding-bottom: 15px;
}

.apply-box-02 .box-process .img-s img {
    display: block;
}

.apply-box-02 .box-process .process-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

.apply-box-02 .box-process .process-list .row {
    margin-left: 0;
    margin-right: 0;
}

.apply-box-02 .box-process .process-list .row .box-w {
    padding-left: 0;
    padding-right: 0;
}

.apply-box-02 .box-process .process-list .box-s {
    min-height: 56px;
    padding-left: 56px;
    margin-bottom: 20px;
}

.apply-box-02 .box-process .process-list .box-s .box-icon {
    width: 56px;
    position: absolute;
    margin-left: -56px;
}

.apply-box-02 .box-process .process-list .box-s .box-icon img {
    display: block;
    width: 100%;
}

.apply-box-02 .box-process .process-list .box-s .box-info {
    background: url(../../images/phbs_en_2019/img-291.png) repeat-x 0 32px;
    color: #434343;
    text-align: left;
    min-height: 56px;
}

.apply-box-02 .box-process .process-list .box-s .box-info .num-s {
    height: 32px;
    line-height: 32px;
    font-size: 30px;
    font-weight: 700;
    padding-left: 10px;
}

.apply-box-02 .box-process .process-list .box-s .box-info .txt-s {
    line-height: 20px;
    padding-top: 4px;
    font-size: 16px;
    color: #434343;
    display: block;
    padding-left: 10px;
}

.apply-box-02 .box-process .process-list .box-s .box-info .txt-s a {
    color: #434343;
}

.apply-box-02 .box-table {
    margin-bottom: 40px;
}

.apply-box-02 .box-table .txt-s {
    font-size: 16px;
    line-height: 28px;
    color: #93060a;
    margin-bottom: 10px;
}

.apply-box-02 .box-table .table-s table tr td {
    background-color: #fff;
    border: 2px solid #f7f4e7;
    padding: 12px 10px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.apply-box-02 .box-table .table-s table tr.t-title td {
    background-color: #93060a;
    color: #fff;
    font-weight: 700;
}

.apply-box-02 .box-a {
    width: 300px;
    height: 80px;
    line-height: 80px;
    background-color: #93060a;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.apply-box-03 .apply-title .title-s {
    color: #333;
}

.apply-box-03 .apply-title .txt-s {
    color: #93060a;
}

.apply-box-03 .box-list .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.apply-box-03 .box-list .row .box-w {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.apply-box-03 .box-list .box-s {
    background-color: #f5f5f5;
    padding: 30px 28px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.apply-box-03 .box-list .box-s a {
    color: #93060a;
    text-decoration: underline;
}

.apply-box-04 {
    background-color: #252937;
}

.apply-box-04 .apply-title {
    color: #fff;
    margin-bottom: 20px;
}

.apply-box-04 .box-cont {
    margin-left: -2%;
    margin-right: -2%;
}

.apply-box-04 .box-cont .box-w {
    padding-left: 2%;
    padding-right: 2%;
}

.apply-box-04 .box-info {
    padding-top: 25px;
    padding-bottom: 25px;
}

.apply-box-04 .box-s {
    display: flex;
    align-items: center;
}

.apply-box-04 .box-s .box-icon,.apply-box-04 .box-s .box-txt {
    padding-top: 25px;
    padding-bottom: 25px;
}

.apply-box-04 .box-s .box-icon {
    min-width: 120px;
}

.apply-box-04 .box-s .box-icon img {
    display: block;
    margin: 0 auto;
}

.apply-box-04 .box-s .box-txt {
    border-bottom: 1px solid rgba(255,255,255,.6);
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    width: 100%;
}

.apply-box-04 .box-img img {
    display: block;
    width: 100%;
}

.summer-box {
    padding-top: 3%;
    padding-bottom: 3%;
}

.summer-box.box-bg {
    background-color: #f5f5f5;
}

.summer-box-01 .box-title {
    font-weight: 700;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 25px;
}

.summer-box-01 .box-title:after {
    content: '';
    position: absolute;
    left: -100%;
    height: 85px;
    right: 85%;
    bottom: 0;
    background-color: #93060a;
}

.summer-box-01 .box-title>div {
    position: relative;
    z-index: 9;
}

.summer-box-01 .box-title .title-01 {
    font-size: 32px;
    line-height: 40px;
    color: #93060a;
    margin-bottom: 5px;
}

.summer-box-01 .box-title .title-02 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 5px;
}

.summer-box-01 .box-img img {
    display: block;
    width: 100%;
}

.summer-box-02 .box-s .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

.summer-box-02 .box-s .row .box-w {
    padding-left: 0;
    padding-right: 0;
    min-width: 50%;
}

.summer-box-02 .box-s .box-img img {
    display: block;
    width: 100%;
}

.summer-box-02 .box-s .box-info {
    padding-top: 30px;
    padding-bottom: 30px;
}

.summer-box-02 .box-s .box-info .box-title {
    font-size: 26px;
    line-height: 32px;
    color: #434343;
    font-weight: 700;
    margin-bottom: 10px;
}

.summer-box-02 .box-s .box-info .box-txt {
    font-size: 16px;
    line-height: 28px;
    color: #737373;
}

.summer-box-02 .box-s:nth-child(2n) .box-info {
    padding-right: 10%;
}

.summer-box-02 .box-s:nth-child(2n+1) .box-info {
    padding-left: 10%;
}

.summer-box-03 .box-info {
    margin-bottom: 30px;
}

.summer-box-03 .box-info .box-title {
    font-size: 26px;
    line-height: 32px;
    color: #434343;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.summer-box-03 .box-info .box-txt {
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #737373;
    margin-bottom: 40px;
}

.summer-box-03 .box-group .row {
    margin-left: -20px;
    margin-right: -20px;
}

.summer-box-03 .box-group .row .box-w {
    padding-left: 20px;
    padding-right: 20px;
}

.summer-box-03 .box-group .box-title {
    height: 88px;
    line-height: 88px;
    text-align: center;
    background-color: #93060a;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.summer-box-03 .box-group .box-list-01 {
    margin-bottom: 25px;
}

.summer-box-03 .box-group .box-list-01 .box-s {
    background: url(../../images/phbs_en_2019/img-275.png) no-repeat 0 10px;
    padding-left: 20px;
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    color: #434343;
    margin-bottom: 15px;
}

.summer-box-03 .box-group .box-list-02 .box-s {
    background: url(../../images/phbs_en_2019/img-276.png) no-repeat 0 13px;
    padding-left: 35px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.summer-box-03 .box-group .box-list-02 .box-txt {
    font-size: 16px;
    line-height: 28px;
    color: #737373;
}

.summer-box-04 .box-cont {
    margin-bottom: 65px;
}

.summer-box-04 .box-cont .box-s {
    display: flex;
    margin-top: 20px;
}

.summer-box-04 .box-cont .box-s .box-icon {
    min-width: 58px;
    margin-right: 30px;
}

.summer-box-04 .box-cont .box-s .box-icon img {
    display: block;
    width: 100%;
}

.summer-box-04 .box-cont .box-s .box-info .box-title {
    font-size: 26px;
    line-height: 32px;
    color: #434343;
    font-weight: 700;
    margin-bottom: 10px;
}

.summer-box-04 .box-cont .box-s .box-info .box-txt {
    font-size: 16px;
    line-height: 32px;
    color: #737373;
}

.summer-box-04 .box-cont .box-s .box-info .box-txt .txt-01 {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.summer-box-04 .box-a {
    width: 390px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #93060a;
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
}

.program-curriculum {
    padding-top: 4%;
    padding-bottom: 4%;
}

.program-curriculum .row {
    margin-left: -3%;
    margin-right: -3%;
}

.program-curriculum .row .box-w {
    padding-left: 3%;
    padding-right: 3%;
}

.program-curriculum .m-title {
    font-size: 38px;
    line-height: 50px;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

.program-curriculum .box-info {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 6%;
}

.program-curriculum .box-group .box-s {
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
}

.program-curriculum .box-group .box-s .title-s {
    font-size: 20px;
    color: #93060a;
    line-height: 54px;
    height: 60px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 60px;
    background: url(../../images/phbs_en_2019/img-117.png) no-repeat right 30px top 17px;
    border: 3px solid #93060a;
    border-radius: 10px;
}

.program-curriculum .box-group .box-s .box-cont {
    padding: 20px 10px 20px 20px;
    background-color: #fff;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.16);
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
}

.program-curriculum .box-group .box-s .box-cont .box-txt .txt-s {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.program-curriculum .box-group .box-s .box-cont .box-txt .list-s table tr td {
    line-height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    text-align: center;
}

.program-curriculum .box-group .box-s .box-cont .box-txt .list-s table tr td .t-tit {
    font-weight: 700;
    text-align: left;
}

.program-curriculum .box-group .box-s.current {
    z-index: 99;
}

.program-curriculum .box-group .box-s.current .title-s {
    background: url(../../images/phbs_en_2019/img-118.png) no-repeat right 30px top 17px #93060a;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.program-curriculum .box-group .box-s.current .box-cont {
    display: block;
}

.program-curriculum .mCSB_dragger_bar {
    background-color: #93060a!important;
}

.program-curriculum .mCSB_inside>.mCSB_container {
    margin-right: 20px;
}

.program-curriculum .scroll-content {
    height: 240px;
}

.faculty_type {
    width: 100%;
    margin-bottom: .35rem
}

.faculty_type ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.faculty_type ul li {
    width: 18%;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    margin-right: 2.3%;
    float: left;
    margin-bottom: 15px
}

.typesub ul li {
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

.typesub ul li a {
}

.faculty_type ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px #bfbfbf solid;
    font-size: 18px;
    color: #333;
}

.faculty_type ul li:nth-child(5n) {
    margin-right: 0;
}

.faculty_type ul li:hover a,.faculty_type ul li.active a {
    background-color: #8b0012;
    border-color: #8b0012;
    color: #fff !important;
    transition: all .35s
}

.faculty_type ul li .selected {
    background-color: #8b0012;
    border-color: #8b0012;
    color: #fff !important;
    transition: all .35s
}


.s-letters {
    width: 100%;
    margin-bottom: 50px;
}

.s-letters ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    line-height: 32px;
 
}

.s-letters a {
    display: inline-block;
    height: .3rem;
    font-size: 21px;
    background: transparent;
    color: #959595;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    margin-right: 1%;
    margin-top: 3px;
    transition: all .5s
}

.s-letters a:hover,a.selected {
    color: #8b0012 !important;
    transition: all .35s
}

@media (max-width: 1300px) {
.list-02 .box-s {
    width: 47%;
}

}


@media (max-width: 1024px) {
.faculty_type ul li {
    width: 31%;
    margin-right: 2%;
}
.faculty_type ul li a {
    font-size: 16px;
}
.s-letters a {
    width: 14%;
    font-size: 18px;
}
.s-letters ul {
    display: block;
}


}

@media (max-width: 400px) {
.faculty_type ul li {
    width: 48%;
    margin-right: 2%;
}

}



.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    display: inline-block !important;
    background-color: #f9f9f9 !important;
    border: solid 1px #dcdcdc !important;
    height: 42px !important;
    line-height: 40px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #666666 !important;
    margin: 0 5px !important;
    padding: 0 8px !important;
}

.pb_sys_short .p_no, .pb_sys_short .p_no_d, .pb_sys_short .p_no_o, .pb_sys_short .p_dot {
    display: none !important;
}

@media (max-width: 800px) {
    .page1 table {
        display: block;
        overflow-x: scroll;
        max-width: 100%;
    }
}