*{
    margin: 0;
    padding: 0;
}
.my_project{
    width:245px;
    height:96px;
    background:rgba(230,0,18,1);
    text-align: center;
}
.my_project span:nth-child(1){
    font-size:20px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(255,255,255,1);
    display: block;
    padding-top: 22px;
    box-sizing: border-box;
}
.my_project span:nth-child(2){
    font-size:18px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(255,255,255,1);
}
*{
    margin: 0;
    padding: 0;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    border: 1px solid #FA5757;
    color: #FA5757;
}
layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-radius: 0;
    border: none;
    display: inline-grid;
}
.layui-tab-title li{
    padding: 0 30px;
    text-align: left;
}
.layui-tab-content {
    padding: 35px 245px;
}
.layui-tab{
    width: 100%;
    position: relative;
    float: left;
    text-align: center;

}
.layui-tab-title{
    text-align: center;
    width:245px;
    height: 465px;
    background:rgba(247,247,247,1);
    display: inline-grid;

}
.layui-tab-item{
    position: absolute;
    top: 0;
    /*padding-left: 20px;*/
    box-sizing: border-box;
}
.layui-tab-title li{
    text-align: center;
}
.layui-tab-title li{
    font-size:18px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(68,68,68,1);
    padding-top: 25px;
    box-sizing: border-box;
}
.container_remark{
    width: 100%;
    position: relative;
    float: left;
}
.project_first{
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
}
.project_one{
    width: 298px;
    height: 252px;
    position: relative;
    float: left;
    margin-right: 20px;
}
.project_one img{
    width: 100%;
    height: 100%;
}
.project_two{
    width: 618px;
    height: 252px;
    position: relative;
    float: left;
    background: #EBEBEB;
}
.project_two p{
    width: 96%;
    font-size:16px;
    font-family:PingFang;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:25px;
    padding-top: 15px;
    padding-left: 28px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}
.project_two a{
    font-size:16px;
    font-family:PingFang;
    font-weight:500;
    color:rgba(230,0,18,1);
    line-height:26px;
    position: absolute;
    right: 40px;
    bottom:10px;
}
.project_two img{
    width:7px;
    height:12px;
    position: absolute;
    right: 30px;
    bottom: 17px;
}
.project_second{
    width: 100%;
    position: relative;
    float: left;
}
.project_three{
    width:298px;
    height:279px;
    position: relative;
    float: left;
    margin-right: 20px;
}
.project_three img{
    width: 100%;
    height: 100%;
}
.project_span{
    width:100%;
    height:49px;
    background:rgba(0,0,0,0.4);
    line-height: 49px;
    position: absolute;
    bottom: 0;
}
.project_span span{
    font-size:14px;
    font-family:PingFang;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:26px;
    padding-left: 15px;
    box-sizing: border-box;
}






