body {
    min-width: 1400px;
    font-family: "microsoft yahei", microsoftyahei, 微软雅黑;

}

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

@font-face {
    font-family: 'montserrat-medium'; /* 定义一个字体名称 */
    src:  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:  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:  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;
}

.swiper-main-container {
    width: 1920px;
    height: 460px;
}

.swiper-event-container {
    width: 640px;
    height: 522px;
    margin: 0;
    float: left;
}

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


.swiper-main-container .swiper-slide img, .swiper-event-container .swiper-slide img {
    width: 100%;
    height: 100%;
    /* width: 640px; */
    /* height: 440px; */
}

.swiper-event-container .swiper-slide .title {
    display: flex; /* 使用flex布局 */
    align-items: center; /* 垂直居中子元素 */
    /* justify-content: center; */ /* 可选，如果需要水平居中也居中 */
    height: 80px; /* div的高度 */
    overflow: hidden; /* 如果文字超出两行，则隐藏 */
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 640px;
    height: 82px;
    background-color: #e4eef9;
}

.swiper-event-container .swiper-slide p {

    line-height: 30px;
    font-family: montserrat-bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;

    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 60px; */
    display: -webkit-box;
}

.swiper-main-container .swiper-pagination {
    bottom: 48px;
    padding-right: 330px;
    text-align: right;
}

.swiper-main-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-main-container .swiper-main-pagination {
    width: auto;
}

.swiper-main-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: solid 2px #ffffff;
    background: none;
}

.swiper-main-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}


.mgt20 {
    margin-top: 25px;
}

.mgr20 {
    margin-right: 20px;
}

.mgl20 {
    margin-left: 20px;
}

.copyright_box {
    width: 1920px;
    /* height: 270px; */
    background-color: #166ab9;
    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;
}


.act_box {
    overflow: hidden;
    margin-top: 55px;
    margin-bottom: 55px;
}

.act_box li {
    width: 609px;
    margin-right: 36px;
    float: left;
}

.act_box li:last-child {
    margin-right: 0;
}

.channel_title {
    position: relative;
    margin-top: 45px;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: -1px;
    color: #333333;
    border-bottom: 1px solid #e3e4e4;
    padding-bottom: 20px;
}

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

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


.channel_title .more {
    font-family: "montserrat-medium";
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #4098ec;
    float: right;
    margin-top: 30px;
}

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


.home-event-box {
    overflow: hidden;
    margin-top: 45px;
}

.event-list {
    float: right;
    width: 614px;
}

.event-list li {
    height: 174px;
    background-color: #4098ec;
    color: #fff;
    padding: 24px 30px;
    position: relative;
}

.event-list li.active {
    background: #1e7bd3;
}

.event-list li.active::after {
    content: "";
    display: block;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #1e7bd3;
    width: 0;
    height: 0;
    transform: rotate(270deg);
    position: absolute;
    left: -52px;
    top: 68.5px;
    z-index: 1000;
}

.event-list li .date {
    font-family: montserrat-medium;
    font-size: 16px;
}

.event-list li .title {
    font-family: montserrat-bold;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 42px;
    margin-top: 5px;
}

.event-list li .desc {
    font-family: montserrat-medium;
    font-size: 14px;
    line-height: 30px;
    -webkit-line-clamp: 2; /* 设置最大行数 */
    -webkit-box-orient: vertical; /* 设置子元素的排列方式 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
    height: 60px;
    display: -webkit-box;
    margin-top: 5px;
}


.home_annual_report {
    width: 1920px;
    height: 648px;
    background-color: #2584de;
    background:  no-repeat;
    background-size: 100% 100%;
    padding: 55px 0;
}

.report_img {
    width: 390px;
    float: left;
    width: 336px;
    height: 538px;
    background-color: #4ca2f4;
    margin-left: 55px;
    box-shadow: 3px 7px 9px 0px rgba(7, 50, 90, 0.14);
    position: relative;
}

.report_img img {
    position: absolute;
    left: -55px;
    top: 30px;
    width: 360px;
    height: 478px;
    background-color: #ffffff;
    border: 24px solid #fff;
}

.report_info {
    width: 789px;
    float: right;
}

.report_info .title {
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: -1px;
    color: #ffffff;
    border-bottom: 1px solid #3a9af4;
    padding-bottom: 17px;

}

.report_info .desc {
    font-family: montserrat-medium;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 50px 0;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 240px;
    display: -webkit-box; /* margin-top: 5px; */
    position: relative;
}

.report_info .desc::before {

    content: "";
    width: 33px;
    height: 29px;
    background:  no-repeat;
    background-size: 33px 29px;;
}

.report_info .desc::after {

    content: "";
    width: 33px;
    height: 29px;
    background:  no-repeat;

    background-size: 33px 29px;;
}

.report_info .more {
    width: 200px;
    height: 44px;
    border-radius: 6px;
    border: solid 1px #ffffff;
    font-family: montserrat-medium;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    display: block;
}

.annual_btn {
    height: 40px;
    position: absolute;
    top: 8px;
    right: 0;
    width: auto;
    width: 95px;
    display: flex;
    justify-content: space-between;
}

.annual_btn .swiper-button-prev {
    width: 40px;
    height: 40px;
    position: unset;
    margin: 0;
    background:  no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.annual_btn .swiper-button-prev:hover {
    background:  no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transform: rotate(180deg);
}

.annual_btn .swiper-button-next:hover {
    background:  no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transform: rotate(0deg);
}

.annual_btn .swiper-button-next {
    width: 40px;
    height: 40px;
    position: unset;
    margin: 0;
    transform: rotate(180deg);
    background:  no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

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

.swiper-annual-container {
    position: relative;
}

.home_annual_report {
    position: relative;
}

.home_annual_report .swiper-pagination {
    bottom: 55px;
    left: 50%;
    width: auto;
    margin-left: -160px;
}

.home_annual_report .swiper-pagination .swiper-pagination-bullet {
    background-color: #0d68be;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin-right: 15px;
}

.home_annual_report .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.home_expert {
    width: 1920px;
    /* height: 651px; */
    background-color: #f0f1f2;
    padding-bottom: 55px;
    background:  no-repeat;
    background-size: 100% 100%;
}

.home_channel_title2 {
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: -1px;
    color: #333333;
    text-align: center;
    padding: 55px 0;
    position: relative;
    padding-bottom: 65px;
}

.home_channel_title2::after {
    content: "";
    display: block;
    width: 68px;
    height: 5px;
    background-color: #2584de;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -34px;
}

.swiper-expert-container {
    margin: 0 55px;
}


.news_picture {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 25px 50px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.news_picture li {
    float: left;
    margin-right: 38px;
    margin-bottom: 50px;
    padding: 25px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    width: 260px;
    padding: 25px 0px 0 0 !important;
    margin-bottom: 0 !important;
}

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

.news_picture li .img_div {
    width: 100%;
    height: auto;
    border: solid 1px #cccccc;
}

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

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

.expert-list-info {
    /* width: 299px; */
    text-align: center;
}

.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 .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 p {
    font-family: arial;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: -1px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: montserrat-medium;
}

.home_expert {
    position: relative;
}

.home_expert .swiper-button-next {
    /*width: 29px;*/
    /*height: 60px;*/
    /*background:  no-repeat;*/
    /*background-size: 100% 100%;*/
    opacity: 1;

}

.home_expert .swiper-button-prev {
    /*width: 29px;*/
    /*height: 60px;*/
    /*background:  no-repeat;*/
    /*background-size: 100% 100%;*/
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    color: #d5d5d5;
    opacity: 1;
}

.home_expert .more, .home_uneso .info .more {
    display: block;
    width: 200px;
    height: 44px;
    background-color: #2584de;
    border-radius: 6px;
    font-family: montserrat-medium;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin: 50px auto 0px auto;
}


.home_uneso {
    width: 1920px;
    height: 650px;
    background-color: #f4f4f5;
    background:  no-repeat;
    background-size: 100% 100%;
}

.home_uneso .info {
    width: 1110px;
    height: 436px;
    background-color: rgba(5, 63, 107, 0.2);
    padding: 60px 45px;
    margin: 0 auto;
}

.home_uneso .info .title {
    font-family: montserrat-bold;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: -1px;
    color: #ffffff;
    text-align: center;
}

.home_uneso .info .content {
    font-family: "montserrat-medium";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 39px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 174px;
    display: -webkit-box;
    /* margin-top: 5px; */
    position: relative;
}

.copyright_box .info {
    padding: 49px 0;
    border-bottom: 1px solid #2a7fcf;
}

.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;
}

.copyright_box .info .link li {
    position: relative;
    width: 210px;
    float: left;
    font-family: montserrat-medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 17px;
}

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

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

.copyright_box .copyright .content {
    font-family: montserrat-medium;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #72b4f2;
    width: 792px;
    float: left;
}

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

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

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

.event-news-list {
    margin-top: 45px;
}

.event-news-list ul { /* margin-bottom: 50px; */
}

.event-news-list li {
    padding: 35px 30px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.event-news-list li .img-div {
    display: block;
    width: 303px;
    height: 213px;
    overflow: hidden;
    float: left;
}

.event-news-list li .img {
    width: 303px;
    height: auto;
    background-color: #f0f1f2;
}

.event-news-list li .info {
    width: 860px;
    margin-left: 30px;
}

.event-news-list li .info.full {
    width: 100%;
    margin-left: 0px;
}

.event-news-list li .info .title {
    font-family: montserrat-bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #333333;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 60px; */
    display: -webkit-box;
}

.event-news-list li .info .date {
    font-family: montserrat-medium;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #969696;
    margin-top: 17px;
    margin-bottom: 14px;
}

.event-news-list li .info .desc {
    font-family: montserrat-medium;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 60px; */
    display: -webkit-box;
}


.pagination {
    margin-top: 30px;
    margin-bottom: 60px;
}

.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: 50px 45px;
    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;
}

.expert-list {
}

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

.expert-list li {
    width: 313px;
    margin-top: 65px;
    padding: 0 15px;
}

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

.expert-list-info p b {
    font-family: montserrat-bold;
}

.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;
}

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

.casted_detail_div {
    /* background:  no-repeat; */
    /* background-size: 100% auto; */
    overflow: hidden;
}

.casted_detail_div .news-detail {
    margin-top: 0;padding: 50px 0px;margin-bottom:0;
}

.casted_detail_div .channel_title {
    margin-top: 0;
    border-bottom: 0;
    text-align: center;
    margin-bottom: 45px;
}

.casted_detail_div .channel_title::after {
    left: 50%;
    margin-left: -34px;
}

.swiper-event-container .swiper-slide img {
    width: 640px;
    height: 440px;
}


.body-detail .detail-left {

}


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

.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:  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  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 {
    width: 944px;
    min-height: 750px;
    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;

    .channel_title{
        margin-top: 10px;
    }
}



.body-detail .content-right:not(:only-child) {
    background: #ffffff;


    .event-news-list {
        margin-top: 0;
    }

    .event-news-list ul {
        margin-bottom: 30px;
    }

    .event-news-list .news-list li {
        padding: 35px 0px;
        background: #fff;
        overflow: hidden;
        margin-bottom: 0px;
        /* padding-bottom: 0; */
        border-bottom: 1px dashed #999;
    }

    .event-news-list .news-list li .info {
        width: 540px;
    }

    .event-news-list .news-list li .info.full {
        width: 100%;
    }


    .news_picture {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        padding: 25px 0;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .news_picture li {
        float: left;
        margin-right: 30px;
        margin-bottom: 50px;
        padding: 25px;
        background: #fff;
        overflow: hidden;
        margin-bottom: 30px;
        width: 271px;
        padding: 25px 0px 0 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        padding-top: 0;
    }

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

    .news_picture li .img_div {
        width: 100%;
        height: auto;
        border: solid 1px #cccccc;
    }

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

    .news_picture li .title {
        font-family: montserrat-medium;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: 0px;
        color: #333333;
        /*text-align: center;*/
        /*text-overflow: ellipsis;*/
        /*overflow: hidden;*/
        /*white-space: nowrap;*/
        margin: 20px 0;
        width: 100%;
    }


    .expert-list li {
        width: 291px;
        margin-top: 65px;
        padding: 0 15px;
    }

}


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

.expert-info-box .expert-info {
    height: 260px;
    background: url(/uploads/image/csimages/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;
    max-width: 870px;
}

.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;
}