
#fullScreenContainer .pc-header-two{
    background-color: #fff;
    height: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 6px #888888;
}
.header-two-left{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    letter-spacing:2px
}
.header-two-left li{
    margin: 0 3%;
}
.header-two-left li:hover{
    cursor: pointer;
}
.header-two-left li:active{
    color: #000;
}
.header-two-left .active{
    color: #33a4ff;
}
.active{
    /* color: aqua; */
}
.header-two-right{
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    letter-spacing:2px
}
.header-two-right li{
    height: 20px;
    line-height: 20px;
    width: 30%;
    text-align: center;
}
.header-two-right li:hover{
    cursor: pointer;
}
.header-two-right li:nth-child(1){
    background-color: #33a4ff;
    border-radius: 4px;
    padding: 1%;
    color: azure;
}

/* 内容列表 */
.pc-content{
    width: 100%;
    height: 100%;
    /* background-color: #F5F5F5; */
}
.pc-content-list{
    height: 100%;
    width: 100%;
}
.pc-content-list li:nth-child(1){
    margin-top: 2%;
}
.pc-content-list li{
    background-color: #fff;
    margin: 20px auto 10px;
    padding: 20px;
    width: 1250px;
    border: 1px solid #e5e5e5;
}
.pc-content-list-li-box{
    height: 230px;
    /* background-color: lightblue; */
    width: 100%;
    margin: 0px auto;
    padding: 24px 0px;
    /*border-bottom: 1px solid #ccc;*/
    /* border: 1px solid #e5e5e5; */
    display: flex;
    align-items: center;
    position: relative;
}
.pc-content-list li:last-child .pc-content-list-li-box:last-child{
    border: none;
}
.pc-content-list-li-box-img{
    width: 360px;
    height: 236px;
}
.pc-content-list-li-box-img img{
    height: 100%;
    width: 100%;
}
.pc-content-list-li-box-text{
    width: 50%;
    height:236px;
    /* border: solid 1px slateblue; */
    font-size: 16px;
    color: #333333;
    margin: 0 20px;
    overflow:hidden;
}
.pc-content-list-li-box-text h2{
    padding: 1% 0;
    font-weight: 600;
    color: #000;
}
/* 论坛时间 */
.list-li-box-text-time{
    margin-top: 10px;
}
/* 论坛地址 */
.list-li-box-text-path{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.list-li-box-text-brief{
    line-height: 24px;
    color: #333333;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.pc-content-list-li-box-text p{
    line-height: 30px;
}
.pc-content-list-li-box-text p span{
    color: red;
}
.pc-content-list-li-box-detail{
    width: 110px;
    height: 36px;
    background-color: #33a4ff;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    right:20px;
    top: 80px;
}
.pc-content-list-li-box-detail a{
    color: #fff;
    display: block;
}
.pc-content-list-li-box-detail:hover{
    cursor: pointer;
}
.pc-content-list-li-box-goBack{
    width: 110px;
    height: 30px;
    color: #00a0e9;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right:20px;
    top: 140px;
}
.pc-content-list-li-box-goBack a{
    color: #00a0e9;
    display: block;
}

/* 中间大图片 */
.pc-content-img{
    background-color: #fff;
    margin: 20px auto 10px;
    padding: 0 20px;
    width: 1250px;
    border: 1px solid #e5e5e5;
}
.pc-content-img img{
    height: 270px;
    width: 470px;
    padding: 1% 1% 2% 1%;
}

/* 介绍人信息 */
.pc-content-message{
    background-color: #fff;
    margin: 20px auto 10px;
    padding: 20px;
    width: 1250px;
    border: 1px solid #e5e5e5;

}
.pc-content-message-lists{
    /* padding: 1%; */
    background-color: #fff;
    /* display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
}
.pc-content-message-lists li{
    /* height: 288px; */
    min-height: 200px;
    width: 98%;
    background-color: #FAFAFA;
    margin: 1%;
    text-align: center;
    /* padding: 20px 0; */
    border:1px solid rgba(230,230,230,1);
    border-radius:8px;
    /* box-shadow: 3px 3px 3px;  */
}
.pc-content-message-lists-top{
    width: 100%;
    height: 110px;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
}
.content-message-lists-main{
    position: relative;
    display: flex;
    align-items: center;
}
.pc-content-message-lists li .message-lists-head{
    height: 160px;
    width: 115px;
    margin-left: 20px;
    padding: 20px 0;
}
.message-lists-head-postion{
    height: 160px;
    width: 120px;
    overflow: hidden;
    position: absolute;
    top: 20px;
}
.message-lists-text{
    text-align: start;
    margin-left: 20px;
    min-height: 136px;
    width: 88%;
    padding: 20px 0;
}
.lists-text-color{
    color: #808080 !important;
    font-size: 14px;
}
.pc-content-message-lists li .message-lists-head img{
    width: 100%;
}
.message-lists-brief{
    /* height: 114px; */
    min-height: 126px;
    width: 98%;
    color: #333333;
    font-size: 14px;
    text-align: start;
}
.pc-content-message-lists li h2{
    margin: 0 0 10px 0;
    color: #333333;
    font-size: 20px;
}
.pc-content-message-lists li p{
    /* color: #666; */
    font-size: 14px;
}
.pc-content-message-lists li>p{
    padding-top: 4%;
}



