@charset "UTF-8";

html,
body {
	background-color: #fff;
	margin: unset !important;
	font-family: Poppins, Poppins;
	height: 100vh;
}
.page .top{
    padding: 80px 0 !important;
    margin: 80px 0 0 0 !important;
    background-color: #F1F5FF;
}
/* panel - 2 step start */
.public_tab .tab{
    width: 60% !important;
    margin-bottom: 40px !important;
}

.otherproxy{
    max-width: 1024px;
    padding: 160px 0;
     margin: auto;
}
.otherproxy .search_blog {
    width: 60%;
    padding-bottom: 60px;
    margin: auto;
}
.otherproxy .search_blog .el-input__inner {
    border-radius: 45px;
    height: 48px !important;
    line-height: 48px !important;
}
.otherproxy .otherproxy_main{
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
}
.otherproxy .otherproxy_main .otherproxy_one{
    cursor: pointer;
    flex: 1 1 32%;
    max-width: 32%;
    box-sizing: border-box;
    min-height: 261px;
    padding: 34px 25px;
    background-color: transparent;
    border: 1px solid #E6EAF5;
    border-radius: 12px;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.otherproxy .imginfo{
    padding-bottom: 24px;
}
.otherproxy .imginfo .otherproxy_img{
    width: auto;
    height: 50px;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #DFE7FA;
}

.otherproxy .otherproxy_main .otherproxy_one .otherproxy_title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    color: #363230;
}

.otherproxy .otherproxy_main .otherproxy_one .otherproxy_intro{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #464F63;
    line-height: 180%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.otherproxy .otherproxy_main .otherproxy_one:hover{
    background-color: #fff;
    box-shadow: 0px 6px 24px 0px #DFE7FA;
     border: 1px solid #E6EAF5;
}
/* panel - 2 step end */