/*投资大家列表页*/
.invest_index .invest_index_adview {
    width: 100%;
    height: 200px;
}

.invest_index .invest_index_adview img {
    height: 200px;
    width: 100%;
}

.invest_index .invest_index_warp {
    width: 935px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    margin: 20px auto;
    min-height: 699px;
}

.invest_index .invest_index_warp .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.invest_index .invest_index_warp .title i {
    width: 4px;
    height: 26px;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 26px;
    background: #FF2525;
}

.invest_index .invest_index_warp .title span {
    display: block;
    float: left;
    height: 37px;
    font-size: 26px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: #FF2525;
    line-height: 37px;
    padding-top: 20px;
    padding-left: 6px;
}

.invest_index .invest_index_warp ul.investList {
    padding: 30px;
    display: block;
}

.invest_index .invest_index_warp ul.investList li {
    background: #ffffff;
    float: left;
    width: 163px;
    padding: 30px 20px;
    margin-bottom: 30px;
    margin-right: 20px;
    box-shadow:0px 3px 6px 4px rgba(0,0,0,0.09);
    border-radius: 3px;
}
.invest_index .invest_index_warp ul.investList li:nth-child(4n){
    margin-right: 0;
}

.invest_index .invest_index_warp ul.investList li div.img {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    margin: 0 auto;
}

.invest_index .invest_index_warp ul.investList li div.img > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.invest_index .invest_index_warp ul.investList li p.name {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #29282C;
    font-family: PingFang-SC-Medium, PingFang-SC;
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
}
.invest_index .invest_index_warp ul.investList li p.con{
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



    /*投资大咖详情页*/

/*投资大咖简介信息*/
.invest_detail .invest_detail_info {
    width: 100%;
    margin: 0 auto;
    height: 200px;
    background: url(../images/invest.png);
    background-size: 100% 100%;
}

.invest_detail .invest_detail_info .investInfo {
    width: 922px;
    margin: 0 auto;
}

.invest_detail .invest_detail_info .investInfo img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin-top: 47px;
    float: left;
}

.invest_detail .invest_detail_info .investInfo .invest_int {
    float: left;
    margin-left: 30px;
    margin-top: 40px;
    width: 777px;
}

.invest_detail .invest_detail_info .investInfo .invest_int .name {
    font-size: 18px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
}

.invest_detail .invest_detail_info .investInfo .invest_int .detail {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    font-family: PingFangTC-Medium, PingFangTC;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*导航栏*/
.invest_detail .invest_nav_box {
    width: 100%;
    height: 50px;
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.invest_detail .invest-nav {
    width: 1200px;
    margin: 0 auto;
}

.invest_detail .invest-nav > a {
    display: block;
    font-size: 14px;
    color: #4A4A4A;
    float: left;
    height: 50px;
    font-weight: 400;
    line-height: 50px;
}

.invest_detail .invest-nav > ul {
    float: left;
    margin-left: 266px;
}

.invest_detail .invest-nav > ul li {
    position: relative;
    float: left;
    cursor: pointer;
    margin: 0px 100px;
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 50px;
}

.invest_detail .invest-nav > ul .select {
    color: #FF2525;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: 600;
    font-size: 16px;
}

.invest_detail .invest-nav > ul .select::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #FF2525;
    position: absolute;
    bottom: 6px;
}

/*文章*/
.invest_detail .invest_warp {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.invest_detail .invest_warp .invest_articleCon {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.invest_detail .invest_warp .invest_articleCon > ul > li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.11);
}

.invest_detail .invest_warp .invest_articleCon > ul > li:nth-child(2n) {
    margin-right: 0;
}

.invest_detail .invest_warp .invest_articleCon > ul > li .img {
    float: left;
    width: 180px;
    height: 123px;
}

.invest_detail .invest_warp .invest_articleCon > ul > li .img > img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.invest_detail .invest_warp .invest_articleCon > ul > li .content {
    float: left;
    width: 320px;
    margin-left: 20px;
}

.invest_detail .invest_warp .invest_articleCon > ul > li .content .title {
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(74, 74, 74, 1);
    line-height: 22px;
    height: 66px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.invest_detail .invest_warp .invest_articleCon > ul > li .content .bottom {
    line-height: 14px;
    height: 14px;
    margin-top: 45px;
}

.invest_detail .invest_warp .invest_articleCon > ul > li .content .bottom span {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 14px;
}

.invest_detail .invest_warp .invest_articleCon > ul > li .content .bottom .iconfont {
    color: #FF9061;
    font-size: 14px;
}

.invest_detail .invest_warp .invest_articleCon > ul > li .content .bottom .people {
    float: right;
}


/*视频*/

.invest_detail .invest_warp .invest_videoCon {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.invest_detail .invest_warp .invest_videoCon > ul li {
    float: left;
    width: 240px;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(240, 240, 240, 1);
}

.invest_detail .invest_warp .invest_videoCon > ul li:nth-child(4n) {
    margin-right: 0;
}

.invest_detail .invest_warp .invest_videoCon > ul li:last-child {
    margin-right: 0;
}

.invest_detail .invest_warp .invest_videoCon > ul li .invest_videoImg {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.invest_detail .invest_warp .invest_videoCon > ul li .invest_videoImg img {
    width: 100%;
    height: 100%;
}

.invest_detail .invest_warp .invest_videoCon > ul li .invest_videoImg span.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
}

.invest_detail .invest_warp .invest_videoCon > ul li .invest_videoImg:hover span.mask {
    display: none;
}

.invest_detail .invest_warp .invest_videoCon > ul li .invest_videoImg img.follow {
    position: relative;
    width: 35px;
    height: 35px;
    left: 40%;
    bottom: 60%;
}

.invest_detail .invest_warp .invest_videoCon > ul li .invest_videoImg .iconfont {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    left: 40%;
    bottom: 60%;
}

.invest_detail .invest_warp .invest_videoCon > ul li .invest_videodesc p:first-child {
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    width: 100%;
    padding-top: 10px;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    color: #4A4A4A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.invest_detail .invest_warp .invest_videoCon > ul li .invest_videodesc p:last-child {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    font-family: PingFangTC-Medium, PingFangTC;
    color: #999999;
    padding-top: 10px;
}

.invest_detail .invest_warp .invest_videoCon > ul li .invest_videodesc p span:last-child {
    float: right;
}































