@charset 'tuf-8';
.container {
    height: 100%;
}
.lbox {
    width: 21.5%;
    min-height: 850px;
    padding: 12px;
    background: #f1f1f1;
}
.lbox .title {
    width: 225px;
    height: 65px;
    background: #228feb;
    font-size: 24px;
    text-align: center;
    line-height: 65px;
    color: #ffffff;
}
.lbox .talk ,.lbox .round {
    width: 224px;
    height: 45px;
    margin-top: 15px
}
.lbox .talk img ,.lbox .round img {
    width: 100%;
    height: 100%;
}
.lbox ul {
    padding: 10px 2px;
}
.lbox ul li {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    letter-spacing: 1px;
    padding-left: 18px;
    position: relative;
}
.lbox ul li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.r_box {
    width: 100%;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #e1e1e1; */
}
.r_box ul{
    margin-top: 30px;
}
.r_box li{
    float: left;
    /* margin-right: 50px; */
    /* margin-bottom: 20px; */
    width: 25%;
    min-height: 220px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 20px;
    }
.r_box li img {
	width: 100%;
	height: auto;
}
.r_box li p {
    margin: 12px 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width:768px) {
    .r_box{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .lbox ,.r_box {
        float: none;
        width: 100%;
    }
    .lbox  {
        min-height: auto;
        margin-bottom: 10px;
    }
    .lbox .lm {
        display: flex;
        justify-content: space-between;
    }
    .lbox .title {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .lbox .talk , .lbox .round{
        width: 49%;
    }
    .r_box li{
        width: 100%;
        margin-right: 0;
    }
    .r_box li img{
        width: 100%;
        height: auto;
    }
    .r_box li p{
        
margin: 10px 0;
        
font-size: 14px;
    }
}



@media screen and (min-width:768px) and (max-width:1199px){
    .r_box{
    width: 100%;
    }
    .r_box li{
        width: 49%;
        float: left;
        margin-left: 2%;
        margin-right: 0;
    }
    .r_box li:nth-child(odd){
        margin-left: 0;
    }
    .lbox .title{
        width: 100%;
    }
    .lbox .talk, .lbox .round{
        width: 100%;
    }
}
