body{
    background: #f5f5f5;
}
/*轮播图*/
.banner{
    height: 186px;
}
.swiper-slide{
    position: relative;
}
.banner .swiper-slide img{
    width: 100%;
    height: 186px;
}
.swiper-pagination{
    text-align: right;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    width: 95%;
    bottom: 12px;
}
.swiper-pagination-bullet{
    background: rgba(255,255,255, 0);
    border: 1px solid #cccccc;
    opacity: 1;
    width: 5px;
    height: 5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: white;
}
.swiper-desc{
    position: absolute;
    left: 0;
    bottom: 5px;
    color: white;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 10px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
}

/*导航*/
.quick-nav{
    background: white;
}
.nav-ul{
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.nav-li{
    text-align: center;
    width: 20%;
    margin-bottom: 30px;
}

.nav-li img{
    width: 36px;
    height: 36px;
}
.nav-li p{
    font-size: 12px;
    color: #666666;
}
/*上证指数*/
.ud-ul{
    margin: 10px 0;
}
.ud-li{
    float: left;
    width: 42.4%;
    margin: 0 1px 1px 0;
    padding: 12px 20px 12px 8px;
    background: white;
}
.ud-li:nth-child(2n){
    margin-right: 0;
}
.ud-p1{
    display: flex;
    justify-content: space-between;
}
.ud-text{
    color: #666666;
}
.green-text{
    font-size: 12px;
    margin-left: 15px;
}
.ud-p2{
    text-align: right;
}
/*文章*/
.art-diy{
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    background: white;
}
.tuijian{
    width: 52px;
    height: 36px;
}
.diy-p{
    line-height: 36px;
}
.diy-p img{
    width: 18px;
    height: 16px;
    vertical-align: middle;
    margin-bottom: 4px;
}
.diy-p span{
    color: #9CA5C0;
    font-size: 14px;
}
.art-box{
    background: white;
    margin-top: 1px;
}
.art-title{
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
}
.art-title-left img{
    width: 12px;
    height: 12px;
}
.title-text, .more{
    color: #9CA5C0;
    line-height: 25px;
}
.art-content{
    padding: 10px;
    display: flex;
}
.ct-left img{
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.ct-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.ct-right h2{
    color: #333333;
    font-size: 16px;
}
.div-list-title{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.ct-right .from{
    margin-bottom: 5px;
    color: #999999;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.art-content .xt-left{
    text-align: center;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background: #2b59ee1c;
    color: #2B59EE;
    border: 3px;
}
.art-content .xt-right{
    width: 260px;
    color: #333333;
}
