#Core {
    width: 100%;
}

#Core .main {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 20px;
}

#Core .main .Le {
    width: 828px;
    height: 476px;
    display: inline-block;
}

#Core .main .Ri {
    width: 352px;
    height: 476px;
    display: inline-block;
    margin-left: 20px;
}


#Core .main .Le .swiper-container {
    width: 828px;
    height: 476px;
}

#Core .main .Le .Ri .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 0px;
    background: #fff;

    /* Center slide text vertically */
    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;
}

#Core .main .Le .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 6px;
}


#Core .main .Le .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}


#Core .main .Le .swiper-pagination {
    text-align: right;
    margin-bottom: 10px;
}
#Core .main .Le .swiper-pagination2 {
    text-align: right;
    margin-bottom: 10px;
}

#Core .main .Le .swiper-container-horizontal>.swiper-pagination-bullets,
#Core .main .Le .swiper-pagination-custom,
#Core .main .Le .swiper-pagination-fraction {
    left: -10px;
}

#Core .main .Le .swiper-container .text {
    width: 100%;
}

#Core .main .Le .swiper-container .text img {
    width: 100%;
    display: block;
}

#Core .main .Le .swiper-container .text p {
    display: inline-block;
    color: #fff;
    text-align: left;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding-left: 40px;
    position: absolute;
    bottom: 0px;
}

#Core .main .Le .swiper-button-prev {
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-left: -10px;
    margin-top: -40px;
    outline: 0;
}


#Core .main .Le .swiper-button-next {
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-right: -10px;
    margin-top: -40px;
    outline: 0;
}


#Rumor .main .Na,
#RankingList .main .Na,
#Activity .main .Na,
#Product .main .Na,
#Core .main .Ri .Na {
    display: block;
    width: 100%;
    border-bottom: 2px solid #dddddd;
    height: 42px;
    line-height: 42px;
    margin-top: -6px;

}

#Rumor .main .Na i,
#RankingList .main .Na i,
#Activity .main .Na i,
#Product .main .Na i,
#Core .main .Ri .Na i {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    color: #3468be;
    padding: 0 12px;
    font-style: normal;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
    font-weight: bold;
}

#Rumor .main .Na i::before,
#RankingList .main .Na i::before,
#Activity .main .Na i::before,
#Product .main .Na i::before,
#Core .main .Ri .Na i::before {
    position: absolute;
    bottom: -3px;
    left: 0px;
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 4px;
    width: 100%;
    background: #3468be;

}

#Rumor .main .Na span,
#RankingList .main .Na span,
#Activity .main .Na span,
#Product .main .Na span,
#Core .main .Ri .Na span {
    float: right;
    font-size: 15px;
}

#Rumor .main .Na span a,
#RankingList .main .Na span a,
#Activity .main .Na span a,
#Product .main .Na span a,
#Core .main .Ri .Na span a {
    color: #949494;
}



#Core .main .Ri div {
    color: #050505;
    font-size: 17px;
    line-height: 40px;
    margin-top: 10px;
}



#Product {
    width: 100%;
}

#Product .main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

#Product .main .list {}


#Product .main .list li {
    display: inline-block;
    width: 380px;
    margin-right: 30px;
    margin-top: 30px;
}

#Product .main .list li:nth-child(3) {
    margin-right: 0px;
}

#Product .main .list li img {
    width: 100%;
    height: 236px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

#Product .main .list li i {
    font-size: 18px;
    font-style: normal;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    line-height: 40px;
}

#Product .main .list li p {
    display: block;
    margin: 0;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

#Activity {
    width: 100%;
    margin-top: 40px;
}

#Activity .main {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;

}

#Activity .main .Le,
#Activity .main .Ri {
    margin-top: 20px;
    width: 586px;
    margin-right: 28px;
    display: inline-block;
}

#Activity .main .Ri {
    margin-right: 0;
}




#Activity .main .swiper-container#B_DOM,#Activity .main .swiper-container#C_DOM {
    width: 586px;
    height: 430px;
}

#Activity .main .swiper-container#B_DOM .swiper-slide,#Activity .main .swiper-container#C_DOM .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 0px;
    background: #fff;

    /* Center slide text vertically */
    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;
}

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

#Activity .main .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff6d40;
}

#Activity .main .swiper-pagination-bullet {
    width: 26px;
    height: 6px;
    border-radius: 0;
}

#Activity .main .swiper-pagination {
    text-align: center;
    margin-bottom: 10px;
}
#Activity .main .swiper-pagination2 {
    text-align: center;
    margin-bottom: 10px;
}

#Activity .main .swiper-container-horizontal>.swiper-pagination-bullets,
#Activity .main .swiper-pagination-custom,
#Activity .main .swiper-pagination-fraction {
    left: -10px;
}

#Activity .main .swiper-container .text {
    width: 100%;
}

#Activity .main .swiper-container .text img {
    width: 100%;
    display: block;
}

#Activity .main .swiper-container .text p {
    display: inline-block;
    color: #fff;
    text-align: left;
    vertical-align: top;
    height: 110px;
    line-height: 110px;
    width: 100%;
    font-size: 26px;
    background: linear-gradient(1800deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    margin: 0;
    margin-top: -110px;
    padding-left: 40px;
}



#Activity .main div i {
    font-size: 18px;
    font-style: normal;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    line-height: 40px;
}

#Activity .main div p {
    display: block;
    margin: 0;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}




#RankingList {
    width: 100%;
    margin-top: 40px;
}

#RankingList .main {
    width: 1200px;
    margin: 0 auto;
}

#RankingList .main .list {
    margin-top: 20px;
}



#RankingList .main .list>li {
    width: 387px;
    display: inline-block;
    margin-right: 18px;
}

#RankingList .main .list>li:nth-child(3) {
    margin-right: 0px;
}




#RankingList .main .list>li>div {
    background: #f5f5f5;
    height: 68px;
    width: 387px;
    color: #2665c6;
    font-size: 18px;
    line-height: 68px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}

#RankingList .main .list>li>div:hover {
    background: #eee;
}

#RankingList .main .list_T {
    height: 58px;
    width: 387px;
}

#RankingList .main .list_T>li {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
}

#RankingList .main .list_T>li:nth-child(1) {
    width: 68px;
    text-align: center;
    color: #4b4b4b;
}

#RankingList .main .list_T>li:nth-child(2) {
    width: 200px;
    text-align: center;
    color: #010101;
    font-weight: bold;
}

#RankingList .main .list_T>li:nth-child(3) {
    width: 119px;
    text-align: right;
    color: #4b4b4b;
}

#RankingList .main .list_C {}

#RankingList .main .list_C>li {
    display: block;
    border-top: 2px solid #d7d7d7;
    height: 60px;
    line-height: 60px;
}

#RankingList .main .list_C>li::before {
    content: "";
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin-top: 10px;
    vertical-align: top;
    background-image: url(../img/publicsentiment_ico4.jpg);
    background-repeat: no-repeat;
    background-position: 3px 6px;
    margin-left: 10px;
    font-size: 15px;
    text-align: center;
    color: #fff;
}

#RankingList .main .list_C>li:nth-child(1)::before {
    background-image: url(../img/publicsentiment_ico1.jpg);
}

#RankingList .main .list_C>li:nth-child(2)::before {
    background-image: url(../img/publicsentiment_ico2.jpg);
}


#RankingList .main .list_C>li:nth-child(3)::before {
    background-image: url(../img/publicsentiment_ico3.jpg);
}


#RankingList .main .list_C>li:nth-child(4)::before {
    content: "4";
}

#RankingList .main .list_C>li:nth-child(5)::before {
    content: "5";
}

#RankingList .main .list_C>li:nth-child(6)::before {
    content: "6";
}

#RankingList .main .list_C>li:nth-child(7)::before {
    content: "7";
}

#RankingList .main .list_C>li:nth-child(8)::before {
    content: "8";
}

#RankingList .main .list_C>li:nth-child(9)::before {
    content: "9";
}

#RankingList .main .list_C>li:nth-child(10)::before {
    content: "10";
}

#RankingList .main .list_C p {
    font-size: 15px;
    width: 250px;
    margin-left: 100px;
    line-height: 20px;
    display: inline-block;
    margin: 10px 20px;

}

#RankingList .main .list_C p a {
    transition: 0.3s;
}

#RankingList .main .list_C p a:hover {
    color: #3468be;
}

#RankingList .main .list_C i {
    color: #e73b13;
    font-size: 15px;
    font-style: normal;
    height: 58px;
    display: inline-block;
    line-height: 58px;
    font-weight: bold;
}

#RankingList .main .list_a {
    width: 100%;
    margin-top: 20px;
  margin-bottom:40px;
}


#RankingList .main .list_a::before {
    content: "说明";
    display: inline-block;
    font-size: 22px;
    color: #2a6ae8;
    margin-bottom: 10px;
}

#RankingList .main .list_a li {
    line-height: 30px;
    color: #666666;
    font-size: 15px;
  padding-left: 30px;
    position: relative;
}

#RankingList .main .list_a li::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: top;
    background-image: url(../img/publicsentiment_ico5.jpg);
    background-repeat: no-repeat;
    background-position: 3px 5px;
      position: absolute;
    left: 0;
}
}

#Rumor {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
}

#Rumor .main {
    width: 1200px;
    margin: 0 auto;
}

#Rumor .main .list {}

#Rumor .main .list li {
    display: inline-block;
    width: 230px;
    height: 290px;
    margin-right: 12px;
    margin-top: 24px;

}

#Rumor .main .list li:nth-child(5) {
    margin-right: 0;
}

#Rumor .main .list li {
    overflow: hidden;
}
#Rumor .main .list img{
    transition: 0.3s;
}

#Rumor .main .list li:hover img {
    transform: scale(1.2);
}