* {
    margin: 0px;
    padding: 0px;
}
ul, li {
    list-style: none;
}

/* 背景 */
.box {
    width: 100%;
    /* min-height: 100%; */
    height: 2914px;
    background: url(../image/tjr2019_bg.png) no-repeat 0 0;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}

.top {
    width: 100%;
    height: 88px;
    padding-top: 14px;
}

.top img {
    width: 166px;
    height: 36px;
}

/* 头部 */
.banner {
    width: 100%;
    height: 350px;
    margin-bottom: 100px;
}

.wrap {
    width: 1100px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    outline: none;
}

/* 开放日新闻 */
.news {
    width: 100%;
    height: 438px;
    position: absolute;
    left: 0;
    top: 500px;
    z-index: 9999;
}

.news .news-swiper {
    float: left;
    width: 54%;
    height: 100%;
    margin-right: 20px;
    position: relative;
}

.news-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.news-swiper .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    background: pink;
}

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

.news-swiper .swiper-slide .bottom-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 38px;
    width: 100%;
}

.news-swiper .bottom-text a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    height: 100%;
    line-height: 38px;
    margin-left: 20px;
}
.news-swiper .news-swiper-pagination {
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.news-swiper .news-swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 26px;
    height: 18px;
    line-height: 18px;
    border-radius: 0px;
    margin-right: 8px;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    opacity: 0.6;
    outline: none;
}
.news-swiper .news-swiper-pagination .swiper-pagination-bullet-active {
    background: #c90705;
    opacity: 1;
}

.news .news-list {
    width: 44%;
    height: 100%;
    float: right;
}

.news .news-list .news-list-tit {
    width: 100%;
    height: 34px;
}

.news-list .news-list-tit img {
    width: 366px;
    height: 100%;
}

.news-list .news-list-cont {
    width: 100%;
    /* height: 380px; */
    padding-top: 16px;
    box-sizing: border-box;
}

.news-list .news-list-cont .news-list-cont-item {
    width: 100%;
    font-family: "宋体";
    font-size: 16px;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list-cont .news-list-cont-item span.item-text:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d45e5f;
    position: absolute;
    top: 12px;
}

.news-list-cont .news-list-cont-item span.item-text {
    line-height: 32px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.news-list-cont .news-list-cont-item span.item-time {
    line-height: 38px;
    font-size: 14px;
    color: #999;
}

.more {
    width: 82px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #d8cecb;
    border-radius: 14px;
    float: right;
    margin-right: 50px;
    color: #c5181f;
}

/* 不忘初心 */
.bwcx {
    width: 100%;
    height: 716px;
    background: url(../image/tjr2019_bwcx-bg.png) no-repeat 0 0px;
    position: absolute;
    top: 882px;
    background-size: 100% 100%;
    left: 0px;
    z-index: 40;
    text-align: center;
    padding-top: 80px;
}

.bwcx .bwcx-tit {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.bwcx .bwcx-tit img {
    
    margin-top: 18px;
}

.bwcx .bwcx-cont {
    height: 268px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.bwcx .bwcx-cont .bwcx-cont-list {
    float: left;
    width: 352px;
    height: 100%;
    text-align: left;
    margin-right: 40px;
}

.bwcx .bwcx-cont .bwcx-cont-list li {
    width: 100%;
    height: 76px;
    background: #dfcdc9;
    padding: 10px 26px;
    /* text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; */
    margin-bottom: 20px;
    box-sizing: border-box;
    line-height: 30px;
    font-family: "宋体";
    font-size: 14px;
}

.bwcx .bwcx-cont .bwcx-cont-list li:last-child {
    margin-bottom: 0px;
}

.bwcx .bwcx-cont .bwcx-cont-mid {
    float: left;
    width: 370px;
    height: 100%;
    margin-right: 40px;
    position: relative;
}

.bwcx .bwcx-cont .bwcx-cont-mid .swiper-container {
    width: 100%;
    height: 100%;
}
.bwcx .bwcx-cont-mid .swiper-container .swiper-slide  {
    width: 100%;
    height: 100%;
    position: relative;
}
.bwcx .bwcx-cont-mid .swiper-container .swiper-slide  img {
    width: 100%;
    height: 100%;
}

.bwcx .bwcx-cont-mid .swiper-container .swiper-slide .bottom-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 42px;
    width: 100%;
}
.bwcx .bwcx-cont-mid .swiper-slide .bottom-text a {
    /* display: inline-block; */
    float: left;
    text-decoration: none;
    color: #fff;
    width: 78%;
    height: 100%;
    line-height: 16px;
    /* display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical; */
    box-sizing: border-box;
    padding-top: 6px;
    padding-left: 8px;
    font-family: "宋体";
    font-size: 14px;
    text-align: left;
}

.bwcx .bwcx-cont-mid .bwcx-swiper-pagination {
    width: 24%;
    height: 42px;
    line-height: 42px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.bwcx-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin-right: 8px;
    opacity: 1;
}

.bwcx-swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0px;
}

.bwcx-swiper-pagination .swiper-pagination-bullet-active {
    background: #c90705;
}

.cj {
    position: absolute;
    top: 1630px;
    left: 0px;
    width: 100%;
    height: 646px;
    background: url(../image/tjr2019_cj-bg.png) no-repeat 0px 0px;
    background-size: 100%;
    z-index: 60;
}

.cj .tit {
    width: 100%;
    height: 148px;
    line-height: 148px;
    position: absolute;
    top: -106px;
    text-align: center;
    position: relative;
}

.cj .tit img {
    width: 285px;
}

.cj .tit .more {
    border-color: #c7e1ff;
    color: #6c97c7;
}

.cj-cont {
    position: relative;
    width: 100%;
    height: 460px;
    top: -22px;
    display: flex;
    justify-content: space-between;
}

.cj-cont-one:nth-child(1) {
    width: 220px;
    height: 524px;
    background: url(../image/tjr2019_cj_bg2.jpg) no-repeat 0px 0px;
    background-size: 100%;
    position: absolute;
    left: 50px;
    top: 0px;
    padding: 38px 18px 100px 18px;
    box-sizing: border-box;
}

.cj-cont-one:nth-child(2) {
    width: 220px;
    height: 524px;
    background: url(../image/tjr2019_cj_bj.jpg) no-repeat 0px 0px;
    background-size: 100%;
    position: absolute;
    left: 286px;
    top: -20px;
    padding: 38px 18px 100px 18px;
    box-sizing: border-box;
}

.cj-cont-one:nth-child(3) {
    width: 220px;
    height: 524px;
    background: url(../image/tjr2019_cj_bg2.jpg) no-repeat 0px 0px;
    background-size: 100%;
    position: absolute;
    left: 522px;
    top: -60px;
    padding: 38px 18px 100px 18px;
    box-sizing: border-box;
}

.cj-cont-one:nth-child(4) {
    width: 220px;
    height: 524px;
    background: url(../image/tjr2019_cj_bj.jpg) no-repeat 0px 0px;
    background-size: 100%;
    position: absolute;
    right: 120px;
    top: -24px;
    padding: 38px 18px 100px 18px;
    box-sizing: border-box;
}

.cj-cont-one .title {
    width: 100%;
    margin-bottom: 20px;
}

.cj-cont-one .title img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 4px;
}

.cj-cont-one .title .tit-text {
    width: 100%;
    height: 100%;
    line-height: 24px;
    color: #fff;
    display: block;
    font-size: 16px;
}

.cj-cont-one p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.cj-content {
    max-height: 262px;
    overflow: hidden;
}

/* 历届会议 */
.ljhy {
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 202px;
    left: 0px;
    background: url(../image/tjr2019_ljhy_bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}

.ljhy .tit {
    width: 100%;
    height: 150px;
    line-height: 150px;
    position: relative;
    top: 136px;
    text-align: center;
}

.ljhy .tit img {
     
}

.ljhy-swiper {
    width: 100%;
    height: 90px;
    line-height: 90px;
    position: relative;
    top: 180px;
}

.ljhy-swiper .swiper-container {
    width: 86%;
    height: 100%;
}

.ljhy-swiper .swiper-container .swiper-slide {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background: url(../image/tjr2019_circle.png) no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
    color: #094fae;
    cursor: pointer;
}

.ljhy-swiper .swiper-container .swiper-slide-active {
    background: url(../image/tjr2019_circle-active.png) no-repeat 0 0;
    color: #fff;
}

.ljhy-swiper .swiper-container .swiper-slide-active a {
    color: #fff;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 200px;
    background-color: #afc4e8;
}