.contens{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}
.contens .leftcon{
    width: 250px;
    height: 300px;
    padding: 15px;
    background: #FFFFFF;
    border-radius:10px ;
    float: left;
}
.contens .leftcon .fllist{
    width: 250px;
    height: 40px;
    margin-bottom: 15px;
}
.contens .leftcon .fllist a{
    width: 250px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    font-size: 16px;
    color: #333333;
    border-radius: 5px;
    overflow: hidden;
}
.contens .leftcon .fllist .cur{
    width: 250px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #2c68ff;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
}
.contens .leftcon .fllist a:hover{
    background: #2c68ff;
    color: #FFFFFF;
}
.right_row{
    width: 830px;
    float: right;
    margin: 0 auto;
}
.rightcon{
    width: 830px;
    min-height: 650px;
    float: right;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 10px 30px 10px 30px;
}
.rightcon::after{
    content: "";
    width: 256px;
}
.rightcon .row{
    width: 840px;
    height: 150px;
    border-bottom: 1px dashed #CBCBCB;
    margin-bottom: 20px;
}
.rightcon .row_img{
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 30px;
    margin-top: 15px;
}
.rightcon .row_img img{
    width: 120px;
    height: 120px;
}
.rightcon .row_info{
    width: 540px;
    height: 120px;
    float: left;
    margin-top: 15px;
}
.rightcon .row_info .row_name{
    width: 500px;
    height: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
.rightcon .row_info .row_content{
    width: 500px;
    height: 80px;
    font-size: 14px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/


    word-break: break-all;
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 超出几行省略 */
    overflow: hidden;


}
.rightcon .row_btn{
    width: 90px;
    height: 47px;
    background-color: #2B67FF;
    float: right;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 50px;
    border-radius: 10px;
    margin-right: 20px;
}

.rightcon .row_btn:hover{
    opacity: .7;
}





















