body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

input {
    outline: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

/*去除input:-internal-autofill-selected自动填充时的背景色效果*/
body {
    font-family: 'arial';
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: #000000;
}

a:hover {
    color: #15426f;
    text-decoration: none;
}

li {
    list-style: none
}

/* -- */
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

header {
    height: 120px;
    background-color: #13387f;
}

.navBox {
    height: 120px;
    padding: 45px 0 0px 0;
    position: relative;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 525px 75px;
}

.navbutton {
    width: 35px;
    height: 35px;
    background: url(../images/icon_menu.png) no-repeat center top;
    background-size: 35px 35px;
    float: left;
}

.navlist {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #13387f;
    line-height: 30px;
    font-size: 15px;
    display: none;
}

.navlist .row {
    padding-bottom: 45px;
}

.navlist .col,
.navlist .col-md {
    padding-left: 50px;
}

.navlist .border-right {
    border-color: #2378a9 !important;
}

.navlist .nav-item {
    padding-top: 3px;
    padding-bottom: 3px;
}

.navlist .nav-item.font-weight-bold {
    padding-bottom: 8px;
    font-size: 18px;
}

.navlist a,
.programsNavlist a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.navlist a:hover,
.programsNavlist a:hover {
    text-decoration: none;
    background-color: #2378a9;
}

/* programs */
.programsNav {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.programsNav::after {
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    float: right;
    background: url(../images/ico_arr.png) no-repeat center center;
    background-size: 15px 15px;
}

.programsNav.hover::after {
    transform: rotate(180deg);
}

.programsNavlist {
    position: absolute;
    width: 390px;
    left: 0;
    top: 120px;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #13387f;
    line-height: 30px;
    font-size: 15px;
    display: none;
}

.programsNavlist .row {
    padding-bottom: 45px;
}

.programsNavlist .col,
.programsNavlist .col-md {
    padding-left: 50px;
}

/* search */
.searchBar {
    float: right;
    height: 30px;
    background-color: #ffffff;
    overflow: hidden;
    border: #13387f 1px solid;
}

.searchBtn {
    width: 30px;
    height: 28px;
    background: #13387f url(../images/icon_search.png) no-repeat center center;
    background-size: 30px 30px;
    cursor: pointer;
    float: right;
    border: #13387f 1px solid;
}

.searchBar.unfold {
    border: #ffffff 1px solid;
}

.searchBar .inputbox {
    overflow: hidden;
    height: 28px;
    width: 0;
}

.searchBar.unfold .inputbox {
    display: block;
    width: 135px;
    padding: 4px 10px;
    transition-duration: .5s;
}


.searchBar .inputbox input {
    width: 100%;
    height: 20px;
    line-height: 20px;
}


/* main */
.cusefBox {
    margin-top: 30px;
    margin-bottom: 50px;
}

.newspic_l img {
    width: 100%;
    height: auto;
}

.newstxt_r {
    padding-left: 30px;
    padding-right: 75px;
}

.news1_p1 {
    font-size: 16px;
    text-decoration: underline;
    line-height: 22px;
}

.news1_tit {
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
    font-family: Georgia;
    padding: 5px 0;
}

.news1_p2 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 6px;
}
.news1_p2 p { padding-top: 5px; padding-bottom: 5px; }

.news1_p3 {
    /*padding: 10px 0;*/
    font-size: 14px;
    line-height: 22px;
    padding: 2px 0;
    line-height: 22px;
    color: #828181;
}

.news_pic img {
    width: 100%;
    height: auto;
}

.newslistBox {
    margin-top: 30px;
    margin-bottom: 10px;
}

.newslistBox .pic {
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    overflow: hidden;
    position: relative;
}

.newsItem {
    padding-bottom: 26px;
}

.newslistBox .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newslistBox .p1 {
    font-size: 14px;
    color: #777777;
    line-height: 22px;
    padding: 15px 0;
}

.newslistBox .tit {
    /*font-size: 18px;*/ font-size: 17px;
    line-height: 22px;
    font-family: Georgia;
    font-weight: bold;
}

/* Videos */
.videosbg {
    background-color: #091c3f;
    color: #f7f7f7;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.videosbg a,
.videosbg:hover {
    color: #f7f7f7;
}

.videosTit {
    font-size: 24px;
    line-height: 60px;
    color: #f7f7f7;
    font-family: 'arial';
    padding-top: 25px;
    border-bottom: #777777 1px solid;
}

.swiper-container {
    width: 100%;
}

.swiper-wrapper {
    /* height: 340px; */
    height: auto;
}

.videoBox {
    width: 100%;
    /* height: 310px; */
}

.videoBox .pic {
    width: 100%;
    /* height: 240px; */
    height: 0;
    padding-bottom: 67%;
    overflow: hidden;
    position: relative;
}

.videoBox .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.videoBox .tit {
    width: 100%;
    line-height: 20px;
    padding-top: 15px;
    /*font-size: 18px;*/font-size: 17px;
    font-weight: bold;
    font-family: Georgia;
    text-align: left;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.swiper-pagination {
    position: static;
    margin-top: 30px;
}

.cusef-bullet-active {
    background: #ffffff;
    border: #ed1a2e 1px solid;
    opacity: 1;
    width: 10px;
    height: 10px;
}

/* --summary-- */
.summaryBox {
    margin-top: 60px;
    margin-bottom: 60px;
}

.summary_l {
    width: 360px;
    float: left;
    padding-top: 35px;
    padding-bottom: 35px;
}

.summaryBox .round {
    width: 220px;
    height: 220px;
    text-align: center;
    line-height: 190px;
    margin: 0 auto;
    border-radius: 110px;
    overflow: hidden;
    font-family: Georgia;
    color: #15426f;
    font-size: 98px;
    font-weight: bold;
}

.summaryBox .round img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.summary_r {
    overflow: hidden;
    border-top: #ed1a2e 3px solid;
    border-bottom: #ed1a2e 3px solid;
    padding: 35px 60px;
    line-height: 26px;
    font-size: 18px;
    box-sizing: content-box;
    min-height: 220px;
}

.summary_1 {
    padding-bottom: 20px; font-size: 16px;
}
.summary_1  p { padding-top: 6px; padding-bottom: 6px;  }
.summary_2 {
    font-family: Georgia;
}

.summary_3 {
    font-family: 'ar';
    font-size: 15px;
    line-height: 24px;
}
.quotation {font-family: 'arial'; font-size: 44px; font-weight: bold; padding-left: 3px; padding-right: 3px; color: #999999; max-height: 18px; overflow: hidden; line-height: 36px; display: inline-block; }

/* footer */
footer {
    background-color: #333333;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
    color: #f7f7f7;
}

.footerNav {
    float: left;
    font-size: 14px;
    line-height: 32px;
}

#footer a {
    color: #f7f7f7;
}

#footer a:hover {
    color: #e6e6e6;
}

.footerConnects {
    float: right;
    text-align: right;
}

.connects_1 {
    font-size: 24px;
    font-weight: bold;
    color: #f7f7f7;
    line-height: 30px;
}

.connects_share {
    overflow: hidden;
    padding: 20px 0;
}

.connects_share .icon_s {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 18px;
    margin-right: 2px;
    background-image: url(../images/icon_share.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    overflow: hidden;
}

.connects_share .icon_s.s1 {
    background-position: 0 0;
}

.connects_share .icon_s.s2 {
    background-position: 0 -30px;
}

.connects_share .icon_s.s3 {
    background-position: 0 -60px;
}

.connects_share .icon_s.s4 {
    background-position: 0 -90px;
}

.copyright {
    font-size: 14px;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.subscribe_btn {
    display: inline-block;
    padding: 9px 9px;
    border: #ffffff 1px solid;
    line-height: 20px;
    font-size: 16px;
}

#footer a.subscribe_btn:hover {
    color: #212529;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.onlyPc {
    display: block;
}

.onlyMobile {
    display: none;
}

/* ------mobile---- */
@media all and (max-width: 750px) {
    .onlyPc {
        display: none;
    }

    .onlyMobile {
        display: block;
    }

    .navBox {
        background-size: 70% auto;
        background-position: 75px;
    }

    .navbutton {
        margin-left: 12px;
    }

    .searchBar {
        float: none;
        clear: both;
        margin: 0 15px;
        border: #ffffff 1px solid;
    }

    .searchBar.unfold .inputbox,
    .searchBar .inputbox {
        display: block;
        /* width: 135px; */
        width: auto;
        overflow: hidden;
        padding: 4px 10px;
        transition-duration: .5s;
    }

    .news1_tit {
        font-size: 25px;
        line-height: 27px; letter-spacing:-0.1px;
    }

    .newstxt_r {
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .summary_l {
        float: none;
        width: 100%;
    }

    .summary_r {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.authorBox { line-height: 26px; } */
    .round_s { float: left; margin-right: 10px; margin-left: -5px;
        width: 70px;
        height: 70px;
        border-radius: 35px;
        overflow: hidden;
        font-family: Georgia;
        color: #15426f;
        font-size: 98px;
        font-weight: bold;
    }

    .round_s img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover;
    }
   .authorBox .summary_3 { 
        font-size: 13px;
        line-height: 21px;
    }
    .authorBox .author_summary { overflow: hidden; }

    footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footerNav,
    .footerConnects {
        float: none;
    }
    .footerConnects { text-align: center; margin-bottom: 25px; }
    .connects_share .icon_s { margin-left: 10px; margin-right: 10px; }

}