/* 产品 标签(推荐...) 图标 */
.changeImg {
    width: 32px;
    position: absolute;
    border-top-left-radius: 8px;
}

.equities3_bottom .changeImg {
    left: 10px;
}

/* 眼睛图标 */
.view-num {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    float: right;
}

.view-num img {
    display: inline-block;
    vertical-align: middle;
    width: 20px !important;
    height: 20px
}

/* 文章列表 标签tags */
.part_bottom {
    margin: 5px 0;
    padding: 0 10px;
}
.part_bottom .type {
    float: left;
}
.part_bottom .type span {
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 10px;
    background-color: #F0F1F4;
    margin-right: 5px;
    color: #6D6D6D;
}

.part_bottom .more {
    float: right;
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #888888;
    position: relative;
    top: 7px;
}
/* 首页版本区域背景图 */
.main-base {
    width: 1000px;
    height: 450px
}

/* 主体 */
.index_container {
    margin-top: 56px;
}


/* 主体左侧菜单区域 */
.index_left {
    font-size: 14px;
    width: 210px;
    position: fixed;
    left: 0;
    top: 80px;
    float: left;
    z-index: 2;
    background: #fff;
}

.index_left ul {
    margin: 0;
    padding: 4px 0 0 12px;
}

.index_left ul .menu-title {
    padding: 0 9px;
    margin: 8px 0;
    height: 22px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}

.index_left ul .mycur {
    padding: 8px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.06);
}

.index_left ul .menu a span {
    display: inline;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
}

.index_left ul .menu {
    padding: 0px 12px;
    min-height: 30px;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
}

.index_left ul .menu:hover {
    background: linear-gradient(90deg, rgba(0, 0, 0, .06), hsla(0, 0%, 40%, .06));
}

.index_left ul .menu-split {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 16px 0 4px;
}

/* 主体右侧 */
.index_right {
    width: 1280px;
    padding-bottom: 112px;
    margin-right: 20px;
    background: #ffffff;
    margin: 0 auto;
}

/* 主体右侧第一个盒子index_right_equities1 */
.index_right_equities1 {
    position: relative;
    z-index: 1;
    margin: 10px 0 0 20px;
    border-radius: 10px;
    overflow: hidden;
}



/* 主体右侧 (应用推荐) 第二个盒子index_right_equities2 */
.index_right_equities2 {
    position: relative;
    z-index: 1;
    margin: 10px 0 0 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #C0C0C0;
}

.equities2_top {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.equities2_top .title {
    float: left;
}

.equities2_top .title img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.equities2_top .title i {
    color: rgba(0, 0, 0, .9);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 32px;
}

.equities2_top .more {
    float: right;
    padding: 8px 16px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.801);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
    margin-right: 4px;
}

.equities2_bottom_left {
    float: left;
}

.equities2_bottom_left .leftBigbox {
    padding: 10px;
    background: #F8F8F8;
    border-radius: 8px;
}

.leftBigbox_content {
    width: 268px;
}

.equities2_bottom_right {
    float: left;
    width: 100%;
}
.equities2_bottom_right .briefly h1{height: 78px;}
.brieflys p {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 36px;
    color: #b0adad;
}
a:hover .type {
    color: #333;

}

.briefly h1,
.brieflys h1 {
    font-size: 16px;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    margin: 0;
    font-weight: 600;
}

.brieflys h1 {
    margin: 10px 0;
}

/* equities2_bottom_right */


.bg_border {
    width: 32.8%;
    padding: 10px;
    background: #F8F8F8;
    border-radius: 8px;
    float: left;
    margin: 0 10px 10px 0;
   
}
.cover_image {
    float: left;
    border-radius: 8px;
    overflow: hidden;
}
.equities2_li .cover_image{width: 216.15px; height: 124.3px;}

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

.part .briefly {
    float: right;
    padding-left: 15px;
    width: 45%;
}

/* 主体右侧 (案例分享) 第三个盒子index_right_equities3 */
.index_right_equities3 {
    position: relative;
    z-index: 1;
    margin: 10px 0 0 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #C0C0C0;
}

.index_right_equities3 .bg_border {
    margin: 0 10px 18px 0;
    width: 243px;
    background: #fff;
    border: 1px solid #F0F1F4;
    padding: 0;
    overflow: hidden;
}

.cover_images {
    width: 100%;
    height: 120px;
}

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

.part .brieflys {
    padding-left: 10px;
    width: 100%;
}
