body {
    min-width: 1400px;
    font-family: "Microsoft YaHei", MicrosoftYaHei, 微软雅黑;

}

@font-face {
    font-family: 'Montserrat-Bold'; /* 定义一个字体名称 */
    src: url("../font/Montserrat-Bold.ttf") format('truetype'); /* 字体文件的路径和格式 */
    /* 其他可选属性，例如 font-style, font-weight 等 */
}

@font-face {
    font-family: 'Montserrat-Medium'; /* 定义一个字体名称 */
    src: url("../font/Montserrat-Medium.ttf") format('truetype'); /* 字体文件的路径和格式 */
    /* 其他可选属性，例如 font-style, font-weight 等 */
}

img {
    vertical-align: middle
}

.container {
    width: 1920px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -960px;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

.width1254 {
    width: 1254px;
    margin: 0 auto;
    display: block;
    /* position: relative; */
}

.header {
}

.header .header-topbar {
    height: 42px;
    background-color: #f1f3f5;
}

.header .header-topbar li {
    float: right;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
    font-size: 12px;
    /* overflow: hidden; */
}

.header .header-topbar li a {
    color: #333333;
    display: inline-block;
    height: 100%;
}

.header .header-topbar li.time {
    color: #333333;
    background: url("../images/index-icon15.png") no-repeat;
    background-size: 16px;
    background-position-y: center;
    padding-left: 25px;
    font-size: 12px;
}

.header .header-topbar li .time:before {
    vertical-align: middle;
}

.header .header-topbar li .time i {
    color: #c8c8c8;
}

.header .header-topbar li.link {
    margin-left: 38px;
}

.header .header-topbar li.link .email-login i {
    margin-right: 10px;
    width: 16px;
    /* height: 14px; */
}

.input-search {
    display: inline;
    position: relative;
    /* display: none; */
    /* height: 27px; */
    /* overflow: hidden; */
}

.top-input {
    height: 30px;
    /* width: 350px !important; */
    display: inline;
    /* background-color: #184c9b; */
    color: #333333;
    background-color: #ffffff;
    height: 27px;
    width: 376px;
    padding: 0;
    border-radius: 14px;
    padding: 0 20px;
    line-height: 1;
    font-size: 12px;
    border: solid 1px #e5e5e5;
}

.input-search .fa-search {
    color: #bcbcbc;
    position: absolute;
    top: 2px;
    right: 20px;
    background: none;
    border: none;
    width: 15px;
    height: 14px;
    cursor: pointer;
}

.header .header-logo {
    /* height: 160px; */
    /* background: url("../images/header_bg.jpg") no-repeat; */
    /* background-size: 100%; */
    /* text-align: center; */
    /* overflow: hidden; */
    /* width: 100%; */
}

.header .header-nav {
    height: 56px;
    background-image: linear-gradient(-90deg,
    #0055a6 0%,
    #2989e4 100%);
    /* display: none; */
    width: 1920px;
    /* height: 57px; */
    /* background-image: linear-gradient(-90deg,
  #0055a6 0%,
  #2989e4 100%); */
}

.cy-nav {
    margin: 0 auto;
    float: none;
    height: 100%;
}

.cy-nav li {
    line-height: 56px;
    height: 100%;
    /* padding: 0 31px; */
    /*border-right: 2px solid #68b1f6;*/
}

.cy-nav li:first-child {
    /*border-left: 2px solid #68b1f6;*/
}

.cy-nav li.active, .cy-nav li:hover {
    background: #075298;
}

.cy-nav li a {
    padding: 0 28px;
    /* display: inline-block; */
    color: #ffffff;
    height: 100%;
    line-height: 56px;
    position: relative;
    font-family: Montserrat-Medium;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

.cy-nav li.active a::after, .cy-nav li:hover a::after {
    /* content: ""; */
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 5px;
    /* background-color: #c20000; */
    /*border-bottom: 5px solid #c20000;*/
}


.cy-nav li > ol.child-nav {
    position: absolute;
    display: none;
    z-index: 100;
    top: 56px;
    min-width: 100%;
}

.cy-nav > li:hover > ol.child-nav {
    display: block;
    font-size: 0;
}

.cy-nav li > ol.child-nav li {
    height: 55px;
    background-color: #0e67bb;
    font-size: 16px;
    padding: 0;
    line-height: 55px;
    text-align: left;
    position: unset;
    display: block;
    min-width: 100%;
}

.cy-nav li > ol.child-nav li a {
    line-height: 50px;
    display: inline-block;
    padding: 0 28px;
    white-space: nowrap;
    min-width: 100%;
}

.cy-nav li > ol.child-nav li:hover {
    background-color: #0b59a3;
}


.mgt20 {
    margin-top: 25px;
}

.mgr20 {
    margin-right: 20px;
}

.mgl20 {
    margin-left: 20px;
}

.copyright_box {
    width: 1920px;
    /* height: 270px; */
    background-color: #0055a6;
    overflow: hidden;
}

.copyright_box p {
    height: 50px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #6c9fd0;
    /* text-align: left; */
    /* float: left; */
    margin: 0;
    padding: 0;
    /* display: none; */
    font-size: 14px;
    display: block;
    text-align: center;
}


.channel_title {
    position: relative;
    margin-top: 40px;
    font-family: Montserrat-Bold;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
    border-bottom: 1px solid #e3e4e4;
    padding-bottom: 14px;
    font-family: Arial;
    font-size: 24px;
    margin-bottom: 28px;
}

.channel_title.center {
    text-align: center;
}

.channel_title.home_channel_title {
    border-bottom: 0;
}

.channel_title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33px;
    height: 5px;
    background-color: #207ed7;
}

.channel_title.center::after {
    left: 50%;
    margin-left: -17px;
}

.channel_title .more {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #4098ec;
    float: right;

    background: url("../images/menu-more.png") no-repeat;
    background-size: 15px 12px;
    background-position: right center;
    padding-right: 21px;
}

.channel_title .more img {
    vertical-align: baseline;
}


.copyright_box .info {
    /* padding: 49px 0; */
    border-bottom: 1px solid #0e66ba;
    padding-bottom: 15px;
}

.copyright_box {
}

.copyright_box .info .title {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 503px; /* height: 59px; */
}

.copyright_box .info .link {
    /* width: 630px; */
    margin-top: 30px;
}

.copyright_box .info .link li {
    position: relative;
    width: 209px;
    float: left;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
    /* padding-left: 17px; */
    margin-bottom: 10px;
    white-space: nowrap;
}

.copyright_box .info .link li:nth-child(4) {
    width: 160px;
}

.copyright_box .info .link li::after {
    content: "";
    display: none;
    width: 6px;
    height: 6px;
    background-color: #4098ec;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 0;
}

.copyright_box .info .link li .child-nav {
    margin-top: 15px;
}

.copyright_box .info .link li .child-nav li {
    font-weight: normal;
    font-size: 14px;
}

.copyright_box .copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.copyright_box .copyright .content {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #72b4f2;
    /* width: 792px; */
    /* float: left; */
    text-align: center;
    color: #80b9ef;
}

.copyright_box .copyright .share {
    float: right;
    height: 58px;
    line-height: 58px;
}

.copyright_box .copyright .share img {
    margin-left: 20px;
}

.bghui {
    background: #f0f1f2;
    overflow: hidden;
}


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

.pagination > li {
    /* margin-left: 12px; */
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    margin-left: 10px;
    color: #666666;
    font-size: 18px;
    font-family: ArialMT;
    border-color: #ccc;
    font-family: Montserrat-Medium;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}


.news-detail {
    /* padding: 20px 0px; */
    background: #fff;
    margin-bottom: 100px;
    margin-top: 45px;
}

.news-detail .news-title {
    font-family: Montserrat-Bold;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: -1px;
    color: #333333;
}

.news-detail .date {
    font-family: Montserrat-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 40px; */
    letter-spacing: 0px;
    color: #9d9d9d;
    border-bottom: 1px solid #e3e4e4;
    margin-bottom: 30px;
    margin-top: 40px;
    padding-bottom: 16px;
}

.news-detail .news-content {
    font-family: Montserrat-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #333333;
}

.news-detail .news-content img, .news-detail .news-content video {
    margin: 10px 0;
    max-width: 100%;
}


.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.home-banner-box {
    background-color: #f5f6f7;
    padding: 30px 0;
}


.swiper-main-container {
    width: 674px;
    height: 450px;
    background-color: #eeeeee;
}


.swiper-main-container .swiper-slide {
    position: relative;
    height: auto;
    overflow: hidden;
}


.swiper-main-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-main-container .swiper-slide p {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    /* font-family: Montserrat-Bold; */
    font-size: 24px;
    font-weight: normal;
    /* font-stretch: normal; */
    /* letter-spacing: 0px; */
    /* color: #333333; */
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    /* line-height: 30px; */
    letter-spacing: 0px;
    color: #ffffff;
}

.ins-intro-box .channel_title, .about-us-box .channel_title {
    color: #ffffff;
    margin-top: 35px;
}

.ins-intro-box .channel_title::after, .home-about-us .channel_title::after {
    background: #fff;
}

.ins-intro-box .channel_title .more {
    color: #ffffff;
    background: url("../images/menu-more-bai.png") no-repeat right center;
    background-size: 15px 12px;
}

.ins-intro-box {
    width: 580px;
    height: 450px;
    background: url("../images/home-ins-bg.jpg") no-repeat center center;
    background-size: 100% 100%;
    padding: 0 40px;
}

.ins-intro-box .play-img {
    cursor: pointer;
}

.ins-intro-box .content {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    -webkit-line-clamp: 3; /* 设置最大行数 */
    -webkit-box-orient: vertical; /* 设置子元素的排列方式 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
    height: 90px;
    display: -webkit-box;
    margin-top: 13px;
}

.home-news-expert {
    padding-bottom: 40px;
}

.home-news-expert .news-box {
    width: 826px;
}

.home-news-expert .expert-box {
    width: 401px;
    position: relative;
}

.swiper-expert-container {
    height: 436px;
}

.expert-list-info {
    /* width: 299px; */
    text-align: center;
    background-image: linear-gradient(0deg,
    #9fd0ff 0%,
    #e3f0fc 100%);
    padding: 17px 25px;
}

.expert-list-info .img {
    width: 176px;
    height: 176px;
    background-color: #edf4fa;
    /*box-shadow: 3px 5px 10px 3px rgba(25, 27, 29, 0.46);*/
    /*border: solid 7px #ffffff;*/
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.expert-list-info .img a {
    display: block;
}

.expert-list-info .name {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #2584de;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 16.5px;
}

.expert-list-info .intro {
    background-color: #ffffff;
    box-shadow: 4px 7px 10px 0px rgba(14, 81, 143, 0.13);
    padding: 10px 15px;
}

.expert-list-info .intro p {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.expert-list-info .intro p::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #207ed7;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 50%;
}

.expert-info-box {
    height: 1041px;
    background-color: #ffffff;
    padding: 55px 35px; margin-bottom: 55px;
}

.expert-info-box .expert-info {
    height: 260px;
    background: url(../images/expert_info_bg.jpg) no-repeat;
    background-size: 100%;
    display: flex;
    margin-bottom: 50px;
}

.expert-info-box .expert-info .avatar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 50px;
    margin-top: 40px;
    margin-right: 40px;
}

.expert-info-box .expert-info .avatar img {
    width: 180px;
    height: 180px;
}

.expert-info-box .expert-info .info {
    display: flex;

    flex-direction: column;
    justify-content: center;
}

.expert-info-box .expert-info .info .name {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #2584de;
    /* text-align: center; */
    display: block;
    margin-bottom: 11.5px;
}

.expert-info-box .expert-info .info .intro {
}

.expert-info-box .expert-info .info .intro p {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.expert-info-box .expert-info .info .intro p::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #207ed7;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 50%;
}

.expert-info-box .intro-box {
    font-family: Montserrat-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #333333;
}

.home-news-expert .news-list {
}

.home-news-expert .news-list li {
    width: 260px;
    /* height: 181px; */
    /* background-color: #e5e5e5; */
    float: left;
    height: 436px;
    margin-right: 23px;
}

.home-news-expert .news-list li:last-child {
    margin-right: 0;
}

.home-news-expert .news-list li img {
    width: 260px;
    height: 181px;
}

.home-news-expert .news-list li .info {
    padding: 17px 20px;
    padding-top: 18px;
    background: #fff;
    border: solid 1px #dcdcdc;
    border-top: 0;
    height: 255px;
}

.home-news-expert .news-list li .title {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #333333;
    -webkit-line-clamp: 3; /* 设置最大行数 */
    -webkit-box-orient: vertical; /* 设置子元素的排列方式 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
    height: 81px;
    display: -webkit-box;
}

.home-news-expert .news-list li .desc {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 81px;
    display: -webkit-box;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #868686;
    margin-top: 5px;
    margin-bottom: 35px;
}

.home-news-expert .news-list li .date {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #868686;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 2px;
}

.home-training-academic {
    padding-bottom: 40px;
    overflow: hidden;
}

.home-training-academic .training-box, .home-training-academic .academic-box {
    width: 612px;
    /* height: 401px; */
    /* background-color: #ffffff; */
    /* box-shadow: 3px 6px 18px 0px
    rgba(0, 0, 0, 0.06); */
}

.home-training-academic .training-box {
}

.home-training-academic .training-box .news-list {
    width: 612px;
    height: 401px;
    background-color: #ffffff;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.06);
    padding: 25px 26px;
}

.home-training-academic .training-box .news-list li {
    padding: 16px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.home-training-academic .training-box .news-list li .title {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}

.home-training-academic .training-box .news-list li .date {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #868686;
}

.home-training-academic .training-box .news-list .news-info-img {
    overflow: hidden;
}

.home-training-academic .training-box .news-list .news-info-img img {
    width: 250px;
    height: 166px;
    float: left;
}

.home-training-academic .training-box .news-list .news-info-img .info {
    float: left;
    width: 287px;
    margin-left: 20px;
}

.home-training-academic .training-box .news-list .news-info-img .info .title {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #333333;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 54px; */
    display: -webkit-box;
}

.home-training-academic .training-box .news-list .news-info-img .info .date {
    color: #868686;
    font-family: Arial;
    font-size: 16px;
    margin-top: 15px;
}

.home-training-academic .academic-box {
}

.home-training-academic .academic-box .news-list {
    width: 612px;
    height: 415px;
    background-color: #ffffff;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.06);
    padding: 15px 26px;
}

.home-training-academic .academic-box .news-list li {
    padding: 18px 0;
    border-bottom: 1px dashed #dcdcdc;
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
}

.home-training-academic .academic-box .news-list li a {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #333333;
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* height: 54px; */
    /* display: -webkit-box; */
    /* padding: 18px 0; */
    padding-left: 25px;
    position: relative;
    display: block;
    width: 100%;
}

.home-training-academic .academic-box .news-list li a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #207ed7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    /* margin-top: -2px; */
}

.home-about-us {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.home-about-us .img {
    width: 599px;
    height: 349px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 85px;
    z-index: 100;
}

.home-about-us .about-us-box {
    width: 700px;
    height: 437px;
    background-color: #2584de;
    float: right;
    padding-left: 75px;
    padding-right: 55px;
    padding-top: 5px;
}

.home-about-us .about-us-box .channel_title {
}

.home-about-us .about-us-box .channel_title {
}

.home-about-us .about-us-box .content {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.home-about-us .about-us-box .content p {
    margin-bottom: 15px;
}

.home-partner-box {
}

.home-partner-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-partner-box ul li {
    margin-bottom: 30px;
}

.home-partner-box ul li img {
}

.contact-us {
    width: 50%;
}

.contact-us .channel_title {
    color: #fff;
}

.contact-us .channel_title::after {
}

.contact-us .contact-info {
}

.contact-us .contact-info p {
    text-align: left;
    color: #ffffff;
    height: 23px;
    line-height: 23px;
    margin-bottom: 16px;
}

.contact-us .contact-info p img {
    width: 20px;
    height: auto;
    margin-right: 18px;
    vertical-align: middle;
}

.contact-us .contact-info p span {
    vertical-align: middle;
}

.copyright_box .menu {
    width: 50%;
}

.copyright_box .menu .bottom-logo {
    margin-top: 40px;
}

.copyright_box .menu .link {
}

.copyright_box .menu .link li {
}

.copyright_box .menu .link li {
}

.swiper-button-next, .swiper-button-prev {
    color: unset;
    z-index: 100;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.expert-box .swiper-button-next {
    right: 33px;
    top: 208px;
    margin-top: 0;
}

.expert-box .swiper-button-prev {
    left: 33px;
    top: 208px;
    margin-top: 0;
}

.home-publication {
    background: url("../images/publication_bg.jpg") no-repeat;
    background-size: 100% 100%;
    width: 1920px;
    height: 428px;
    /* padding: 40px 0; */
    overflow: hidden;
    position: relative;
}

.home-publication .channel_title {
    color: #fff;
}

.home-publication .channel_title::after {
    background: #fff;
}

.publication-box {
    margin: 0 85px;
}

.publication-box .publication-list {
    position: relative;
    display: none;
}

.publication-box .publication-list.active {
    display: block;
}

.publication-list .swiper-slide {
}

.publication-list .swiper-slide img {
    width: 184px;
    height: 250px;
    box-shadow: 4px 7px 10px 0px rgba(14, 81, 143, 0.27);
}

.publication-box .swiper-button-next {
    right: -75px;
}

.publication-box .swiper-button-prev {
    left: -75px;
}

.publication-cate {
    position: absolute;
    top: 0;
    right: 0;
}

.publication-cate li {
    width: 120px;
    height: 40px;
    background-color: #2f89de;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    float: left;
    color: #ffffff;
    margin-left: 15px;
    cursor: pointer;
}

.publication-cate li.active {
    background-color: #0a5bae;
}


.body-detail .content-right {
    width: 944px;
    min-height: 878px;
    background-color: #ffffff;
    /* float: right; */
    padding: 0 35px;
}

.body-detail {
    display: flex;
    /* align-items: center; */ /* 可以调整对齐方式 */
    padding-top: 30px;
    padding-bottom: 40px;
}

.body-detail .content-right:only-child {
    width: 100%;
    padding: 0;
    background: unset;
}

.body-detail .detail-left {
    width: 306px;
    background-color: #2584de;
}


.detail-left {
}

.detail-left ul {
    padding-top: 24px;
}


.detail-left ul li {
    font-family: Montserrat-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: 0px;
    background: url("../images/menu-12.png") no-repeat 21px center;
    background-size: 14px 11px;
    color: #ffffff; /* padding: 0 23px; *//* padding-left: 43px; *//* margin-bottom: 20px; */
}

.detail-left ul li.active, .detail-left ul li:hover {
    color: #333333;
    position: relative;
    background: #fff url("../images/menu-11.png") no-repeat 21px center;
    background-size: 14px 11px;
}

.detail-left ul li a {
    display: block;
    padding: 0 23px;
    padding-left: 43px;
}

.detail-left ul li.active::after, .detail-left ul li:hover::after {
    width: 4px;
    height: 55px;
    background-color: #075298;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.body-detail .content-right:only-child {

}

.detail-news-first {
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 40px;
}

.detail-news-first .img-box {
    width: 400px;
    height: 260px;
    overflow: hidden;
    float: left;
}

.detail-news-first .img {
    float: left;
    width: 400px;
    height: auto;
}

.detail-news-first .info {
    width: 474px;
    /* height: 403px; */
    float: right;
    padding: 5px 35px;
}

.detail-news-first .info .title {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    -webkit-line-clamp: 2; /* 设置最大行数 */
    -webkit-box-orient: vertical; /* 设置子元素的排列方式 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
    /* height: 90px; */
    display: -webkit-box;
}

.detail-news-first .info .desc {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #7b7b7b;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 90px; */
    display: -webkit-box;
    margin-top: 10px;
}

.detail-news-first .info .date {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #207ed7;
    margin-top: 10px;
}

.detail-news-first .info .more {
    width: 120px;
    height: 40px;
    background-color: #207ed7;
    border-radius: 4px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    float: right;
    margin-top: 60px;
}


.body-detail .content-right:only-child .detail-news-first {
    background-color: #ffffff;
    overflow: hidden;
    background-color: #2584de;
    margin-bottom: 40px;
}

.body-detail .content-right:only-child .detail-news-first .img-box {
    width: 620px;
    height: 403px;
    overflow: hidden;
    float: left;
}

.body-detail .content-right:only-child .detail-news-first .img {

    float: left;
    width: 620px;
    height: auto;
}

.body-detail .content-right:only-child .detail-news-first .info {
    /* height: 403px; */
    float: right;
    padding: 25px 35px;
    width: 630px;
    height: 403px;
}

.body-detail .content-right:only-child .detail-news-first .info .title {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    -webkit-line-clamp: 3; /* 设置最大行数 */
    -webkit-box-orient: vertical; /* 设置子元素的排列方式 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
    /* height: 90px; */
    display: -webkit-box;
    color: #fff;
}

.body-detail .content-right:only-child .detail-news-first .info .desc {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #7b7b7b;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 90px; */
    display: -webkit-box;
    margin-top: 10px;
    color: #fff;
}

.body-detail .content-right:only-child .detail-news-first .info .date {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #207ed7;
    margin-top: 10px;
    color: #fff;
}

.body-detail .content-right:only-child .detail-news-first .info .more {
    width: 120px;
    height: 40px;
    background-color: #207ed7;
    border-radius: 4px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    float: right;
    margin-top: 70px;
    background: #fff;
    color: #333;
    color: #4098ec;
}

.about-us-box .more {
    width: 120px;
    height: 40px;
    background-color: #207ed7;
    border-radius: 4px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    background: #fff;
    color: #333;
    color: #4098ec;
}


.body-detail .content-right:only-child .detail-news-list {
    padding: 0 30px;
    padding-bottom: 50px;
}

.detail-news-list {
    margin-bottom: 50px;
    background: #fff;
    overflow: hidden
}

.detail-news-list .news-list li {
    border-bottom: dashed 1px #e3e4e4;
    padding-left: 25px;
    position: relative;
    padding-bottom: 15px;
}

.detail-news-list .news-list li .title {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    padding-top: 15px;
    width: 85%;
}

.detail-news-list .news-list li::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #207ed7;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 31px;
}

.detail-news-list .news-list li .date {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #207ed7;
    margin-top: 7px;
    margin-bottom: 5px;
}

.news_picture {
}

.news_picture {
}

.news_picture li {
    float: left;
    margin-right: 40px;
    margin-bottom: 50px;
}

.news_picture li:nth-child(4n) {
    margin-right: 0;
}

.news_picture li .img_div {
    width: 188px;
    height: 255px;
    border: solid 1px #cccccc;
}

.news_picture li .img_div img {
    width: 100%;
    height: 100%;
}

.news_picture li .title {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 20px 0;
    width: 188px;
}

.body-detail .content-right:only-child .news-detail {
    padding: 40px 45px;
}


.expert-list {
}

.expert-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.expert-list li {
    width: 298px;
    margin-bottom: 65px;
    padding: 15px 15px;
    /* height: 436px; */
    margin-right: 20px;
}

.expert-list li:nth-child(4n) {
    margin-right: 0;
}

.expert-list li.expert-list-info p {
    white-space: normal;
}

.expert-list-info p b {
}


.contact-content {
    background: #fff;
    padding: 55px 35px;
    overflow: hidden;
}

.contact-content ul {
}

.contact-content ul li {
    width: 370px;
    height: 252px;
    background-color: #e9f3fc;
    border-radius: 8px;
    margin-right: 37px;
    float: left;
    text-align: center;
    margin-bottom: 55px;
    padding-top: 45px;
}

.contact-content ul li:nth-child(3n) {
    margin-right: 0;
}

.contact-content ul li img {
    width: 80px;
    margin-bottom: 20px;
}

.contact-content ul li p {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #333333;
    padding: 0 55px;
}