* {
    margin: 0;
    padding: 0;
    /*font-family: "思源黑体";*/
}

.widthfixed {
    width: 300px;
    margin: 0 auto;
}

#hot {
    margin: 0 auto;
    width: 300px;
}
.header_con .home-logo {
    display: inline-block;
    width: 215px;
    height: 90px;
    line-height: 90px;
  }
  .header_con .home-logo img {
    width: 100%;
    height: auto;
  }
.hotspot_newslist ul li,
.news_todaylist li {
    list-style: inside !important;
}

.hotspot_newslist ul li a {
    height: 20px !important;
    overflow: hidden;
    /* display: inline-block; */
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.infomation_detail_contaniner_writer .flex_center:nth-child(2){
    display:none;
}

.industry_list_item_title a {
    height: 22px !important;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.workshop_list li {
    list-style: none !important;
}

.indexContainer a:hover {
    /*#2F8BD6*/
    color: #ee984e !important;
    text-decoration: none;
}
#contenthight a{
    color:#007aff!important;
}
.current_location_nav {
    color: #878c8e;
    font-size: 14px;
    margin: 18px 0px;
}

.current_location_nav a {
    color: #2F8BD6;

}
.current_location_nav a+a {
    color: #2F8BD6;
    margin:0 5px;
}
.current_location_nav span {
    color: #878c8e;
}


/*------全局类名开始------*/

body {
    background: #f8f8f8;
}

.mainContainer {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.bg-white {
    /*background: #fff;*/
}

.bg-white .mainContainer {
    background: #fff;
    padding: 20px;
}

.padTB {
    padding: 20px 0;
}

.flex_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_center {
    display: flex;
    align-items: center;
}

.color_bg {
    width: 100%;
    background: #f8f8f8;
    margin-bottom: 20px;
}

.ellipsis {
    /*overflow: hidden;
  text-overflow: ellipsis;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/*------全局类名结束------*/


/*------header开始------*/

.header {
    padding: 15px 0;
    width: 100%;
    /*border-bottom: 2px solid #2f8bd6;*/
}

.indexContainer {
    background-color: #f5f5f5;
}

.header_con {
    width: 1140px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_con_input {
    display: flex;
    align-items: center;
    height: 35px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    margin-bottom: 10px;
}

.header_con_input input {
    width: 410px;
    height: 30px;
    border: none;
    outline: none
}

input::-webkit-input-placeholder {
    color: #d0d0d0;
}

.header_con_allkind {
    width: 84px;
    text-align: center;
    color: #666666;
    position: relative;
}

.header_search_con {
    width: 90px;
    height: 35px;
    position: relative;
    z-index: 99;
    margin-right: 5px;
}

.header_search_con .icon {
    width: 12px;
    position: absolute;
    top: 15px;
    right: 10px;
}

.header_search_con .icon_up {
    display: none;
}

.searchSelected {
    width: 100%;
    color: #a8a8a8;
    cursor: pointer;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    border-right: 1px solid #ccc;
    position: relative;
}

.searchTab {
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    display: none;
}

.searchTab li {
    list-style: none;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #a8a8a8;
    font-size: 12px;
    text-indent: 10px;
    cursor: pointer;
}

.searchTab li:hover {
    background: #edf3fc;
    color: #2F8BD6;
}

.header_con_searchbtn {
    width: 90px;
    height: 35px;
    line-height: 35px;
    background: #2F8BD6;
    color: #ffffff;
    text-align: center;
    border-radius: 0 4px 4px 0;
}

.header_con_keyword {
    display: none;
    color: #999999;
    margin-top: 10px;
    padding-left: 80px;
}

.header_con_keyword span {
    margin-right: 10px;
}

.header_con_keyword span:hover {
    color: #2F8BD6;
    cursor: pointer;
}

.header_con_user_station {
    color: #696969;
    margin: 0px 8px 0px 16px;
}

.header_con_user_tip {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.header_con_user_tip span {
    background: #fb3c41;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    position: absolute;
    top: -8px;
    right: -14px;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
}

.header_con_user_station a {
    color: #696969;
}

.persomal_header {
    padding: 15px 0px;
    background: #FFFFFF;
}

.personal_header_logo {
    margin-right: 30px;
width: 215px;
height:auto;
}

.personal_header_tip {
    font-size: 15px;
    color: #999999;
    padding: 3px 30px;
    border-left: 1px solid #999999;
}

.personal_header_tip a {
    color: #999999;
}

.mobile_header {
    display: none;
}

.mobile_new_lable {
    display: none;
}


/*------header结束------*/


/*------导航开始------*/

#nav_box {
    width: 100%;
    min-width: 1200px;
    /*background: rgba(255, 255, 255, 1);*/
    background: #144592;
}

.index_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin: 30px 0px !important;*/
    padding: 20px 0px;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
}

.index_nav div:hover {
    color: #2F8BD6;
}

.index_nav a {
    color: #fff;
    font-size:17px;
}

.index_nav .active_nav a {
    color: #ee984e;
}


/*------导航结束------*/


/*------footer开始------*/

.footer {
    width: 100%;
    background: #12223c;
    color: #c5d3e5;
}

.footer a {
    color: #c5d3e5;
}

.footer_left {
    display: flex;
    justify-content: space-around;
    border-right: 1px solid #1b3153;
}

.footer_left_item div {
    margin-top: 15px;
}

.footer_left_item div:nth-of-type(1) {
    font-size: 20px;
    color: #245e96;
}

.footer_left_item div:nth-of-type(1) a {
    color: #245e96;
}

.footer_right_title {
    font-size: 20px;
    color: #245e96;
    margin-top: 15px;
}

.footer_right_item {
    display: flex;
    margin-top: 15px;
}

.footer_right_item div:nth-of-type(1) {
    width: 45px;
}

.footer_right {
    padding-left: 100px !important;
}

.qrcode {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 15px;
}

.qrcode img {
    margin-right: 15px;
}

.footer_bottom {
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #101729;
}

.personal_footer {
    padding: 30px 0px;
    color: #757575;
    font-size: 16px;
    text-align: center;
    background: #FFFFFF;
}


/*------footer结束------*/


/*------分类导航开始（例如，首页的热点聚焦）------*/

.classified_navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.classified_navigation div:nth-child(1) {
    display: flex;
    align-items: center;
}

.classified_navigation_name {
    color: #488ff9;
    margin-left: 8px;
    font-size: 16px;
}

.classified_navigation_more {
    color: #999999;
    font-size: 12px;
}

.icon_right {
    color: #999999;
    font-size: 12px;
}

.classified_navigation_icon {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.advertisement {
    margin: 0 auto;
}

.advertisement img {
    max-width: 100%;
}

.advertisement a {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*------分类导航结束------*/


/*------tab选项卡公共样式开始------*/

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #2F8BD6 !important;
    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #2F8BD6 !important;
}

.nav-tabs>li>a:hover {
    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #2F8BD6 !important;
}

.nav-tabs>li>a {
    /*padding: 2px 15px !important;*/
    padding: 2px 0px !important;
    margin: 0px 15px;
    color: #222222;
    border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
}

.nav-tabs {
    border-bottom: none !important;
}

.col-md-8 {
    position: relative;
}

.industryTab {
    position: absolute;
    top: 0px;
    right: 70px;
    padding-bottom: 10px;
}

.tab_box {
    position: relative;
}

.commen_list_tab {
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 5px;
}


/*------tab选项卡公共样式结束------*/


/*------swiper公共样式开始------*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-item {
    position: relative;
}

.swiper-slide-title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    font-size: 14px;
    padding: 0px 10px;
    text-align: left;
    position: absolute;
    bottom: 0;
}

.videolist .swiper-slide-title a {
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    /*font-size: 30px !important;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 7px;
  border-radius: 5px;
  color: #0a0909;*/
    width: 38px;
    height: 61px;
    background: url("/assets/img/icon/icon_swiper_right.png");
    background-size: 100% 100%;
    opacity: 0.4;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    /*font-size: 30px !important;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 7px;
  border-radius: 5px;
  color: #0a0909;*/
    width: 38px;
    height: 61px;
    background: url("/assets/img/icon/icon_swiper_left.png");
    background-size: 100% 100%;
    opacity: 0.7;
}

.swiper-button-next {
    right: 0px !important;
}

.swiper-button-prev {
    left: 0px !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '' !important;
}


/*------swiper公共样式结束------*/


/*-----------------重复样式复用-----------------*/


/*------研讨会开始------*/

.workshop_notice {
    margin: 15px 0px;
    position: relative;
}

.workshop_notice>img {
    width: 100%;
}

.workshop_notice_con {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
}

.workshop_notice_con_time {
    width: 15%;
    background: #FFFFFF;
    text-align: center;
    color: #303030;
    border: 1px solid #1a1b38;
}

.workshop_notice_con_time span:nth-of-type(2) {
    font-size: 16px;
    font-weight: bold;
}

.workshop_notice_con_title {
    width: 85%;
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    padding: 0px 2%;
    font-size: 14px;
}

.workshop_list_item {
    position: relative;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin-top: 15px;
    height: 35px;
}

.workshop_list_item_time {
    width: 85px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2F8BD6;
    color: #FFFFFF;
    margin-right: 5px;
    font-size: 13px;
}

.workshop_list_item_overtime {
    width: 85px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #eae9e9;
    color: #666666;
    margin-right: 5px;
    font-size: 13px;
}

.workshop_list_item_title {
    color: #303030;
    font-weight: bold;
}

.workshop_list_item_title:hover {
    color: #2F8BD6;
}

.workshop_list_item_look {
    color: #488ff9;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
}

.schedule_list {
    width: 100%;
    padding-left: 5px;
    line-height: 1;
}

.schedule_list .time {
    color: #999999;
}

.schedule_list li {
    position: relative;
    padding: 0 0 3px 20px;
    border-left: 1px solid #e1e1e1;
    list-style: none;
}

.schedule_list li p:nth-of-type(1) {
    display: flex;
    align-items: center;
}

.schedule_list li p {
    margin: 0px 0px 10px;
}

.schedule_list .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*margin-top: 10px;*/
    font-size: 14px;
}

.schedule_list .tit a {
    color: #292929;
}

.schedule_list li:before {
    position: absolute;
    left: -5.5px;
    top: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #4aa3eb;
    background-color: #fff;
}

.schedule_list .done:before {
    border-color: #999;
}

.schedule_list .last {
    border-left: none;
}


/*------研讨会结束------*/


/*------热点聚焦开始------*/

.hotspot {
    margin-bottom: 20px;
}

.hotspot_first {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px dashed #eee;
}

.hotspot_first_title {
    padding-left: 10px;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.hotspot_first_title a {
    color: #3e3e3e;
}

.hotspot_first_desc {
    font-size: 14px;
    color: #888888;
    padding: 10px 10px 10px 10px;
}

.hotspot_first {
    position: relative;
}

.hotspot_first_lookmore {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #488ff9;
    font-size: 12px;
}

.hotspot_first_lookmore a {
    color: #488ff9;
}

.hotspot_newslist {
    color: #585d5a;
    font-size: 14px;
    /*margin-top: 15px;*/
}

.hotspot_newslist li {
    margin-top: 7px;
}

.hotspot_newslist a {
    color: #585d5a;
}


/*------热点聚焦结束------*/


/*------今日要闻开始------*/

.news_todaylist {
    margin-bottom: 10px;
}

.news_todaylist li {
    color: #585D5A;
    font-size: 15px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_todaylist li a {
    color: #585D5A;
}

.newLi {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.newLi a {
    color: #222222;
}

.news_todaylist .titleLi {
    color: #585d5a;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
}

.news_todaylist .titleLi a {
    color: #585d5a;
}


/*------今日要闻结束------*/


/*------资讯列表开始------*/


.information_list {
    margin: 15px 0px 25px;
    background: #fff;
    padding: 20px;
    border-radius:4px;
}

.information_list_item {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0px;

}
.information_list_item+.information_list_item{
    border-top: 1px solid #e8e8e8;
}
.information_list_item>img {
    margin-right: 20px;
}

.information_list_item_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.information_list_item_title a {
    color: #333333;
    justify-content: flex-start;
}

.information_list_item_intro {
    color: #777777;
    font-size: 14px;
}

.information_list_item_tip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 16px 0px 21px;
}

.information_list_item_tip span {
    color: #666666;
    padding: 2px 10px;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    border-radius: 2px;
}

.information_list_item_tip span:hover {
    color: #2f8bd6;
    border: 1px solid #2f8bd6;
}

.information_list_item_time {
    color: #999999;
    display: flex;
    align-items: center;
}

.information_list_item_time span {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.information_list_item_lookmore {
    margin: 30px 0px;
    color: #888888;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.information_list_item_lookmore span {
    padding-left: 10px;
    cursor: pointer;
}


/*------资讯列表结束------*/


/*------二级导航菜单开始------*/

.product_info {
    padding: 12px 0px;
}

.product_info_kind {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;align-items: center;
    color: #3e3e3e;
    font-size: 14px;
}

.product_info_kind div {
    margin-right: 30px;
    margin-bottom: 5px;
}


/*.product_info_kind div:first-child {
color: #0067af;
}*/


/*------二级导航菜单结束------*/


/*------热门标签开始------*/

.hot_tags_list {
    display: flex;
    align-items: center;
    /*------justify-content: space-between;------*/
    flex-wrap: wrap;
}

.hot_tags_list span {
    color: #646464;
    padding: 5px 10px;
    border: 1px solid #dadada;
    margin: 0px 10px 20px 0px;
    border-radius: 3px;
}

.hot_tags_list span a {
    color: #646464;
}

.hot_tags_list span:hover {
    background: #2f8bd6;
    border: 1px solid #2f8bd6;
}

.hot_tags_list span:hover a {
    color: #FFFFFF !important;
}


/*------热门标签结束------*/


/*------公司介绍开始------*/

.write_paper_company_introduction_con {
    width: 100%;
    display: flex;
}

.write_paper_company_introduction_conL {
    width: 275px;
    padding-right: 3%;
    border-right: 1px solid #e8e8e8;
}

.write_paper_company_introduction_conR {
    width: 100%;
    padding-left: 3%;
    font-size: 14px;
    color: #555555;
    line-height: 25px;
}

.write_paper_company_name {
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px 20px;
    text-align: center;
}

.write_paper_company_attr {
    font-size: 12px;
}

.write_paper_company_attr div {
    margin-bottom: 5px;
}

.write_paper_company_attr span:nth-of-type(1) {
    color: #444444;
    font-size: 550;
}

.write_paper_company_attr span:nth-of-type(2) {
    color: #858585;
}


/*------公司介绍结束------*/


/*------视频中心开始------*/

.infor_video_list {
    margin-bottom: 30px;
}

.infor_video_list_item {
    display: flex;
    align-items: center;
    color: #666666;
    padding: 10px 0px;
    font-size: 16px;
    border-bottom: 1px dashed #e5e5e5;
}

.infor_video_list_item_video {
    width: 45%;
    margin-right: 15px;
}


/*------视频中心结束------*/


/*------分享到QQ，微信开始------*/

.infor_detail_share {
    color: #999999;
    padding: 28px 0px;
}

.infor_detail_share img {
    margin-right: 10px;
}


/*------分享到QQ，微信结束------*/


/*-----个人中心侧边栏开始------*/

.personal_leftNav_list {
    background: #FFFFFF;
    padding: 35px 0px 15px 45px;
}

.personal_leftNav_list span {
    display: inline-block;
    background: #FB3C41;
    color: #ffffff;
    padding: 0px 5px;
    border-radius: 5px;
    margin-left: 3px;
    font-size: 12px;
}

.personal_leftNav_list_item,
.personal_leftNav_list_item_2 {
    margin-bottom: 25px;
    color: #666666;
}

.personal_leftNav_list_item a {
    color: #666666;
}

.personal_leftNav_list_item_2 a {
    color: #666666;
}

.personal_leftNav_list_item div:hover a {
    color: #2f8bd6;
}

.personal_leftNav_list_item_2 div:hover a {
    color: #c48751 !important;
}

.personal_leftNav_list_item div,
.personal_leftNav_list_item_2 div {
    margin-bottom: 15px;
}

.personal_leftNav_list_item div:nth-of-type(1) {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    25px
}

.personal_leftNav_list_item_2 div:nth-of-type(1) {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    25px
}

.personal_leftNav_list_item .current_select a {
    color: #2F8BD6;
}

.personal_leftNav_list_item_2 .current_select a {
    color: #c48751;
}

.personal_right_con_title {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #f1f1f1;
    padding: 16px 20px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 28px;
}

.personal_right_con_title img {
    margin-right: 5px;
}


/*-----个人中心侧边栏结束------*/


/*-----在线研讨会列表开始------*/

.online_workshop_list {
    /*display: flex;*/
}

.online_workshop_list_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.online_workshop_list_item_title {
    font-weight: bold;
    font-size: 15px;
}

.online_workshop_list_item_title a {
    color: #333333;
}

.online_workshop_list_item_time {
    font-size: 16px;
    color: #D81E06;
    font-weight: bold;
}

.online_workshop_list_item_intro {
    color: #666666;
    font-weight: bold;
    line-height: 24px;
    font-size: 12px;
    margin: 20px 0px 18px;
}

.online_workshop_list_item_btn div {
    width: 95px;
    height: 30px;
    line-height: 30px;
    background: #2F8BD6;
    border-radius: 2px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 15px;
    cursor: pointer;
}

.online_workshop_list_item_btn .status2 {
    background: #353b42;
}

.online_workshop_list_item_con {
    color: #999999;
    padding: 20px 0px;
    font-size: 14px;
    line-height: 24px;
}


/*-----在线研讨会列表结束------*/


/*-----首页视频中心模块开始------*/

.video {
    /*margin-bottom: 30px;*/
}

.video_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video_list div {
    width: 49%;
    overflow: hidden;
    margin-bottom: 6px;
}

.video_list img {
    width: 100%;
}

.newlist-item-box {
    display: flex;
    margin-bottom: 20px;
}

.banner-right-list-item {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 10px;
}

.banner-right-item-info {
    padding: 8px 0;
    text-align: center;
    background: #fff;
}

.banner-right-list-item-li {
    flex-basis: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}


/*-----首页视频中心模块结束------*/

.right-item-li {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}


/*-----资讯列表------*/
.information_list_item_exhibition_fit{
    width: 210px;
    height: 110px;
    margin-right: 20px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    background: #eee;
}

.information_list_item_exhibition_fit img {
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    height: 100%;
    object-fit: contain;
}

.information_list_item_fit {
    width: 147px;
    height: 110px;
    margin-right: 20px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    background: #eee;
}

.information_list_item_fit img {
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    height: 100%;
    object-fit: contain;
}

.footer_left_item div a {
    font-size: 14px;
}

.footer_right_item {
    font-size: 14px;
}

.information_list_item_fit img:hover {
    transform: scale(1.2);
}

.information_list_item_fit_right {
    width: 100%;
}


/*-----白皮书列表------*/

.information_list_item_fit_bps {
    width: 150px;
    height: 200px;
    margin-right: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.information_list_item_fit_bps img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.5s;
}

.information_list_item_fit_bps img:hover {
    transform: scale(1.2);
}

.information_list_item_fit_bps_right {
    width: 75%;
}


/*-----在线研讨会列表------*/

.information_list_item_fit_yth {
    width: 250px;
    height: 142px;
    margin-right: 20px;
    overflow: hidden;
}

.information_list_item_fit_yth img {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all 0.5s;
}

.information_list_item_fit_yth img:hover {
    transform: scale(1.04);
}

.information_list_item_fit_yth_right {
    width: 75%;
}


/*-----访谈列表------*/

.information_list_item_fit_ft {
    width: 150px;
    height: 189px;
    margin-right: 20px;
    overflow: hidden;
}

.information_list_item_fit_ft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.5s;
}

.information_list_item_fit_ft img:hover {
    transform: scale(1.2);
}

.information_list_item_fit_ft_right {
    width: 80%;
}


/*--最新最热评论加小手--*/

#myTab li a {
    cursor: pointer;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 10px;
}

.current_no_commen_img {
    margin-top: 40px;
}


/*-----移动端开始------*/

.all_comment_m {
    padding-left: 85%;
    padding-bottom: 10px;
}

.flex-toutiao {
    display: flex;
    justify-content: center;
    align-items: center;
}

.videolist22 {
    height: 197px;
}

@media screen and (max-width:1199px) {
    .mainContainer {
        width: 999px;
    }
    #nav_box {
        width: 100%;
        min-width: unset;
    }
    .new_lable {
        background: #fff;
    }
    .videolist22 {
        height: 178px;
    }
    .recommend_item .swiper2_img {
        width: 126px;
        height: 126px;
    }
    .indexContainer {
        overflow: hidden;
    }
    .header_con {
        width: 1000px;
    }
    .classified_navigation {
        margin-top: 15px;
    }
    .online_workshop_list_item_intro {
        margin: 0px;
    }
    /*资讯列表*/
    .information_list_item_fit {
        width: 115px;
        height: 80px;
    }
    .information_list_item_fit_right {
        width: 60%;
    }
    /*白皮书列表*/
    .information_list_item_fit_bps {
        width: 88px;
        height: 116px;
    }
    .information_list_item_fit_bps_right {
        width: 70%;
    }
    /*在线研讨会列表*/
    .information_list_item_fit_yth {
        width: 126px;
        height: 75px;
    }
    .information_list_item_fit_yth_right {
        width: 60%;
    }
    /*访谈列表*/
    .information_list_item_fit_ft {
        width: 75px;
        height: 95px;
    }
    .information_list_item_fit_ft_right {
        width: 68%;
    }
    .information_list_item_title {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .information_list_item_intro {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        margin-bottom: 17px;
    }
    .information_list_item_tip {
        margin: 15px 0px;
    }
    .information_list_item_tip span {
        margin-bottom: 5px;
    }
    .hits {
        display: none !important;
    }
    .video {
        margin-bottom: 0px;
    }
    .new_lable {
        display: none;
    }
    #zixun .mobile_new_lable {
        display: block;
    }
    .swiper-slide-item>img {
        width: 100% !important;
    }
    .current_location_nav {
        display: none;
    }
    .write_paper_company_introduction_con {
        display: block;
    }
    .write_paper_company_introduction_conL {
        width: 100%;
        text-align: center;
        margin: 0px 0px 15px 0px;
        padding: 0px;
    }
}


/* loadding 层 8*/

.busy-load-container {
    z-index: 10;
}

@media screen and (max-width:768px) {
    .hide-xs {
        display: none;
    }
    .bg-white .mainContainer {
        padding: 20px 10px;
    }
    #product2 {
        overflow-x: scroll;
    }
    .recommend .row2 .col-md-8 {
        padding: unset;
    }
    .news_todaylist {
        padding: 0 10px;
    }
    .hotspot_first {
        padding: 0 10px;
    }
    .padTB {
        padding: unset;
    }
    .classified_navigation {
        padding: 0 10px;
    }
    .all_comment_m {
        padding-left: 66%;
        padding-bottom: 10px;
    }
    .mainContainer {
        width: 100%;
        padding: 0 10px;
    }
    #nav_box {
        display: none;
    }
    .hotspot {
        margin-top: 40px;
    }
    .infomation_container {
        margin-top: 80px;
    }
    .right_nav {
        display: none;
    }
    .header_con {
        display: none;
    }
    .reriodical_btn {
        display: none;
    }
    /*.footer{*/
    /*display:none;*/
    /*}*/
    .footer_top {
        display: none;
    }
    .mobile_header {
        display: block;
    }
    .modal-body {
        display: none;
    }
    .footer .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    #hot {
        width: 100%;
    }
}