body {
    background: url(./banner_20241008xmtdh.jpg) center top no-repeat;
    padding-top: 648px;
    font: normal 16px/20px "微软雅黑";
    color: #333;
}

a {
    font: normal 16px/20px "微软雅黑";
    color: #333;
}


/* 导航 */
.nav {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    display: flex;
    justify-content: center;
    height: 70px;
    text-align: center;
}

.nav_left {
    width: 20%;
}

.nav_middle {
    width: 1060px;
    height: 56px;
    display: flex;
    justify-content: space-between;
}

.nav_middle li {
    height: 62px;
    text-align: center;
    padding: 0 20px;
    line-height: 74px;
}

.nav_middle li.active {
    border-bottom: 2px solid #fff;
}

.nav_middle li a {
    font-family: "microsoft yahei";
    font-size: 20px;
    color: #fff;
    display: inline-block;
}


.nav_right {
    width: 20%;
    /* background: #0068b7; */
    height: 56px;
}

/* 正文开始 */
.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    display: block;
}

.chinaNewMediaConference_content {
    width: 1200px;
    margin: 54px auto 0;
}

.bigtoutiao {
    width: 1200px;
    text-align: center;
    margin: 10px auto 40px;
}

.bigtoutiao h1 a {
    font-size: 36px;
    color: #0e1c9f;
    font-weight: bold;
    line-height: 55px;
}

.bigtoutiao p {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

.bigtoutiao p a {
    color: #535353;
}

.bigtoutiao p .more {
    color: #0a45db;
}

.bigtoutiao .xtoutiao {
    display: inline-block;
    width: 85%;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part1 {
    padding-top: 1px;
    width: 100%;
    background: url(../images/part1_bg.jpg) no-repeat;
    overflow: hidden;
}

/* 幻灯片开始*/
.swiper-container {
    position: relative;
    width: 592px;
    height: 360px;
    float: left;

}

.swiper-slide {
    height: 360px;
    position: relative;
}

.swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 46px;
    line-height: 46px;

    width: 100%;
    font-family: "microsoft yahei";
    font-size: 18px;
    /* background: linear-gradient(to bottom, transparent, #051575); */
    background: linear-gradient(to top, rgb(5 20 118) 0%, rgb(135 156 225 / 26%) 70%);
    text-align: center;
}

.swiper-slide p a {
    padding-left: 18px;
    color: #fff;
    line-height: 46px;
}

.chinaNewMediaConference .swiper-pagination-bullet {
    width: 23px;
    height: 24px;
    background: #b5b5b5;
    border-radius: inherit;
    color: #fff;
    opacity: 1;
}

.chinaNewMediaConference .swiper-pagination-bullet-active {
    background: #e60012;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    width: 110px;
    left: 480px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 37px;
    height: 42px;
    background: url(http://www.zgjx.cn/2023xmtdh/images/arrows.png) 7px 0 no-repeat;
}

.swiper-button-next {

    background-position: -54px 0px;
}

.pagination {
    position: absolute;
    bottom: 14px;
    left: 400px;
    width: 160px;
    z-index: 2;
    left: 560px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin-left: 8px;
    border-radius: 50%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ff0000;
}

/* 幻灯片结束*/
.title {
    display: block;
    width: 1200px;
    height: 42px;
    margin: 50px auto 30px;
}

.part1_list {
    width: 570px;
    /* height: 450px; */
    padding-left: 8px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.part1_list_ul {
    /* height: 428px; */
    overflow: hidden;
}

.part1_list .more {
    position: absolute;
    right: 10px;
    bottom: 4px;
    color: #959595;
    font-size: 16px;
}

.part1_list li {
    height: auto;
    line-height: 30px;
    width: 96%;
    height: auto;
    /* padding: 8px 2%; */
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part1_list li a {
    font-size: 18px;
    color: #000;
}

.part1_list .part1_list_tit {
    border-bottom: 1px dashed #ede6f6;
}

.part1_list .mid_title a {
    font-size: 24px;
    line-height: 34px;
}

.part1_list .mid_abs {
    color: #999;
    font-size: 16px;
    line-height: 30px;
    margin: 10px auto;
}

.part1_list .mid_abs .ckgd {
    color: #0072ff;
}

.part1_list {
    /* 这里是改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑 */
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;

}


/* 聚焦论坛 */
.title span {
    display: inline-block;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    line-height: 34px;
}

.title img {
    display: inline-block;
}

.part2 {}

.part2_con_bg {
    padding-top: 30px;
    background: url(./part2_con_bg.jpg) repeat-x;
}

.part2_con {
    width: 1200px;
    margin: 0 auto;
}

.part2_con_1 {
    overflow: hidden;
}

.part2_con1_img {
    position: relative;
    width: 484px;
}

/* .part2_con1_img .tit{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 32px;
    line-height: 32px;
    width: 100%;
    font-family: "microsoft yahei";
    font-size: 16px;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 70%);
    text-align: center;
} */
.part2_con_list {
    width: 660px;
    margin-left: 20px;
    color: #333;
    position: relative;
}

.part2_con_list h2 {
    width: 126px;
    height: 30px;
    padding: 0 26px 0 14px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    background: url(./part_lbg.png) no-repeat;
}

.part2_con_list h2 a {
    color: #fff;
    font-weight: bold;
}
.part2_con_list h5 {
    height: 80px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.part2_con_list h5 a {
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
}

.part2_con_list p {
    font-size: 16px;
    line-height: 30px;
}

.part2_con_list .look_more {
    display: block;
    width: 110px;
    height: 30px;
    background: #87d1f5;
    color: #184b9a;
    font-size: 16px;
    line-height: 30px;
    border-radius: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -26px;
}

.part2_con_2 {
    overflow: hidden;
    width: 1122px;
    margin: 30px auto;
}

.part2_con_2 li {
    float: left;
    margin: 14px 22px;
}

/* 主题活动 */
.part3,
.part4,
.part5,
.part6,
.part7 {
    width: 1200px;
    margin: 0 auto;
}

.part3_con {
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
}

.part3_con li {
    float: left;
    width: 21%;
    margin: 0 2%;
    text-align: center;
}

.part3_con li img {
    display: inline-block;
}

.part3_con li p {
    margin-top: 16px;
}

/* 媒体服务 */
.part6 li {
    float: left;
    position: relative;
}

.part6_con {
    display: flex;
    justify-content: space-between;
}

/* .大会议程 */
.part7_con {
    width: 1190px;
    height: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.part7 .title_time{height: 38px; background: #386db3;padding: 0;}
.part7  p{line-height: 38px;padding-left: 24px;}
.part7 .title_time p{color: #fff;font-size: 24px;font-weight: bold;}
.part7 li {overflow: hidden; padding: 12px 0;}
.part7 li:nth-child(2n) {background: #ecf4fc;}
.part7 li p{float: left;}
.part7_con .tab_title{width: 344px;font-weight: bold;font-size: 18px;}
.part7_con .tab_time{width: 150px;}
.part7_con{
   position: relative;
}
.part7 ::-webkit-scrollbar{
    width: 12px;
    position: absolute;
    right: 10px;
    top: 0;
}
.part7 ::-webkit-scrollbar-track{background-color: #fff;border: 1px solid #bfbfbf;}
.part7 ::-webkit-scrollbar-thumb{background-color: #bfbfbf;border-radius: 11px;
}

.part4_con {
    overflow: hidden;
}

.part4_con li {
    float: left;
    position: relative;
}

.part4_con1 {
    margin: 26px 0 20px;
    overflow: hidden;
}

.part4_con1 li:first-child {
    margin-right: 18px;
}

.part4_con2 li {
    margin-right: 14px;

}

.part4_con2 li:last-child {
    margin-right: 0;
}

.part4_con p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 42px;
    line-height: 42px;
    font-family: "microsoft yahei";
    font-size: 16px;
    background: linear-gradient(to top, rgb(0 0 0) 0%, rgb(0 0 0 / 10%) 70%);
    padding-left: 4%;
    width: 96%;
}

.part4_con p a {
    color: #fff;
}

.part5_con {
    overflow: hidden;
    margin-bottom: 30px;
}

.part5_con li {
    float: left;
    width: 252px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ececec;
    box-shadow: 0px 0px 3px 2px #ececec;
    margin: 0 60px 28px 0;
    background: url(./jt109.png) 36px 11px no-repeat;
}

.part5_con li:nth-child(4) {
    margin-right: 0;
}

.part5_con li a {
    margin-left: 62px;
    line-height: 44px;
}

.part5_con li span {
    font-size: 30px;
    line-height: 44px;
    color: #6b9ecb;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: url(../images/dian.png) -80px 0px no-repeat;
}

.swiper-pagination-bullet-active {
    background-position: -36px 0px;
}

.footer {
    width: 100%;
    background: #f1f1f1;
    border-top: 1px solid #d8d8d8;
    padding: 60px 0;
}

.footer_con {
    width: 866px;
    margin: 0 auto;
    overflow: hidden;
}

.footer li {
    float: left;
    width: 368px;
    height: 126px;
    padding-right: 15px;
    margin-right: 56px;
    border-right: 1px dotted #a2a2a2;
}

.footer li:last-child {
    padding-right: 0px;
    margin-right: 0;
    border-right: none;
}

.footer p {
    font-size: 16px;
    color: #808080;
}

.footer_con {
    width: 1200px;
}

.footer li {
    float: left;
    width: 352px;
    height: 126px;
    padding-right: 15px;
    margin-right: 56px;
    border-right: 1px dotted #a2a2a2;
}

.ejybg{
    background: #ededed;
    width: 100%;
    height: 80px;
}
.ejybg .ejytitle{
    font-size: 32px;
    line-height: 80px;
    color: #000;
    font-weight: bold;
    border: 3px solid #0084ff;
}