body {
    background: #F5F8F9;
}

.swiper-header {
    width: 100%;
    /* height: calc(25%); */
    background-color: #F5F8F9;
}

.swiper-header img {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    bottom: calc(5%)!important;
}

.swiper-pagination-bullet {
    width: 40px!important;
    height: 3px!important;
    border-radius: 0px!important;
    background: #D8D8D8!important;
    opacity: 0.3!important;
    margin: 0px!important;
}

.swiper-pagination-bullet-active {
    background: #D7D7D7!important;
    opacity: 1!important;
}

.swiper-container .hide {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    transition: opacity 1s;
}


/********** section **********/

.chanceNews-main {
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.chanceNews-tab-box {
    width: 759px;
    height: 90px;
    margin-bottom: 18px;
}

.chanceNews-tab-box>p {
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 25px;
    margin: 15px 0 31px 0;
}

.chanceNews-tabs {
    height: 34px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid transparent;
    border-color: rgba(227, 235, 237, 0.6);
}

.chanceNews-tab-box .chanceNews-tabs a {
    padding: 0 25px 0 0;
    float: left;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

.chanceNews-tab-box  .chanceNews-tabs a:hover {
    text-decoration: none;
    color: #333
}

#chanceNews-tab-line {
    position: absolute;
    top: 32.6px;
    height: 2px;
    background: #2954A4;
    left: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.chanceNews-section {
    width: 774px;
    padding-left: 15px;
    background: #FFF;
}

.chanceNews-item {
    width: 741px;
    height: 160px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}

.chanceNews-item-pic{
    width: 300px;
    height: 160px;
    border-radius: 6px;
    background-color:  rgba(227, 235, 237, 0.4);
}

.chanceNews-item-pic img{
    width: 100%;
    height: 100%;
}

.chanceNews-item-view{
    margin-right: 6px;
    width: 15px;
    height: 15px;
    padding-bottom: 1px;
}

.chanceNews-info {
    width: 416px;
    height: 160px;
    position: relative;
}

.chanceNews-info-title {
    width: 416px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 18px;
}

.cn-panel-item-a-title:hover .chanceNews-info-title{
   color:#2954A4;
   text-decoration: none;
}

.cn-panel-item-a-title:hover{
    text-decoration: none;
 }

.chanceNews-info-desc {
    width: 400px;
    height: 60px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #696D76;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.cn-panel-item-a-desc:hover{
    color: #696D76;
    text-decoration: none;
}

.cn-panel-item-a-desc:hover .chanceNews-info-desc{
    background-color:  rgba(227, 235, 237, 0.4);
}

.chanceNews-info-date {
    position: absolute;
    display: flex;
    width: 100%;
    height: 17px;
    bottom: 0;
    margin: 0;
}

.chanceNews-info-date>:first-child,.chanceNews-item-view + span {
    width: 107px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #696D76;
    line-height: 17px;
    margin-right: 15px;
}

.chanceNews-info-date>:last-child {
    display: flex;
    align-items: center;
}

.chanceNews-info-date>:last-child>div {
    width: 20px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #696D76;
    line-height: 17px;
}

.chanceNews-pagination{
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    background-color: #8C8D90;
    text-align: center;
}
/*********** aside ***********/

/***** 热门案例 *****/
.chanceNews-aside {
    width: 336px;
}

.chanceNews-hotCase {
    width: 336px;
    height: 480px;
    max-height: 960px;
    background: #FFFFFF;
    margin-bottom: 10px;
    padding: 15px;
}

.cn-hotCase-title{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0px 0 35px 0;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 25px;
}

.cn-hotCase-a{
    padding-left: 10px;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 6px;
    text-decoration: none;
}

.cn-hotCase-title .cn-hotCase-icon{
    display: inline-block;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.cn-hotCase-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 23px 0 23px;
}

.cn-hotCase-item{
    width: 100px;
    display: inline-block;
    margin: 0px 0px 20px 0px;
}

.cn-hotCase-item  img{
    width: 80px;
    height: 80px;
}
.cn-hotCase-item > p{
    width: 100px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 20px;
    text-align: center;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/***** 最新文章 *****/
.chanceNews-latestArticle {
    width: 336px;
    height: 332px;
    max-height: 332px;
    overflow: hidden;
    background: #FFFFFF;
    margin-bottom: 10px;
    padding:15px;
}

.cn-latestArticle-title{
    width: 100%;
    margin: 0px 0 0px 0;
    display: flex;
    align-items: center;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 25px;
}

.cn-latestArticle-title .cn-hotCase-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.cn-latestArticle-list{
    width: 100%;
    margin: 0;
    padding: 26px 6px 5px 6px;
    max-height: 504px;
    overflow: hidden;
}

.cn-latestArticle-li{
    list-style-type: none;
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 20px;
    margin: 0px 0px 22px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cn-latestArticle-li a{
    text-decoration: none;
    color: #303133;
}

.cn-latestArticle-li > span{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 13px 0 6px;
    border-radius: 50px;
    background: #1989FA;
}

.cn-latestArticle-top a{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF4826;
    line-height: 20px;
    text-decoration: none;
}
.cn-latestArticle-top > span{
    display: none;
}

.cn-latestArticle-a:hover{
    color:#2954A4;
    text-decoration: none;
}

.cn-latestArticle-list li:nth-of-type(1){
    padding: 0 0 0 27px;
    background-image: url(../images/top1.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
}
.cn-latestArticle-list li:nth-of-type(2){
    padding: 0 0 0 27px;
    background-image: url(../images/top2.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
}
.cn-latestArticle-list li:nth-of-type(3){
    padding: 0 0 0 27px;
    background-image: url(../images/top3.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
}

/***** logo *****/
.chanceNews-logo {
    width: 336px;
    height: 190px;
    background: #FFFFFF;
    margin-bottom: 10px;
    display: flex;
}

.chanceNews-logo > img{
    width:100%;
    height: 100%;
}

/***** 热门搜索 *****/
.chanceNews-hotSearch {
    width: 336px;
    height: 258px;
    max-height: 350px;
    overflow: hidden;
    background: #FFFFFF;
    padding: 15px 10px 15px 15px;
}

.cn-hotSearch-title{
    width: 100%;
    display: flex;
    align-items: center;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 25px;
    margin-bottom: 22px;
}

.cn-hotSearch-title .cn-hotCase-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.cn-hotCase-icon + span{
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cn-hotSearch-keyword-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cn-hotSearch-box-item{
    padding: 0 16px;
    height: 30px;
    margin: 0 15px 10px 0;
    line-height: 30px;
    background: #F5F8F9;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #696D76;
}

.cn-hotSearch-box-item:hover{
    color:#696D76;
    text-decoration: none;
}