.s_b1_form{
    padding:10px 20px;
    background:#fff;
}
.bg_eb{
    background:#ebebeb;
}
.s_input_wrap{
    width:100%;
    background:#ebebeb url(../images/search_icon02.svg) no-repeat 12px center;
    height:40px;
    padding-left:34px;
    box-sizing:border-box;
    border-radius:17px;
    background-size:18px;
}
input{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-appearance:none;
    border:0;
    border-radius:0;
    outline:none;
}
input[type="search"]::-webkit-search-cancel-button{
    display: none;
}
.m_t10{
    margin-top:10px;
}
.bg_f{
    background:#fff;
}
.s_input_wrap .s_form_input{
    border:none;
    width:100%;
    height:40px;
    line-height:40px;
    font-size:14px;
    background:none;
    box-sizing:border-box;
    padding-left:10px;
}
.s_b2_list{
    display:flex;
    flex-wrap:wrap;
}
.s_b2_list .s_b2_item{
    width:50%;
    padding:20px 4px;
    box-sizing:border-box;

}
.s_b2_list .s_b2_item:nth-child(2n+1){
    border-right:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.s_b2_list .s_b2_item:nth-child(2n){
    border-bottom:1px solid #ebebeb;
}
.s_b2_item a{
    display:flex;
}
.s_b2_item a .img{
    width:30%;
    /* text-align:center; */
    position:relative;
}
.s_b2_item a img{
    width:70%;
    vertical-align:middle;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.s_b2_item a .con{
    flex:1;
}
.s_b2_item a .con .tit{
    font-size:15px;
    color:#000;
    line-height:24px;
}
.s_b2_item a .con p{
    font-size:13px;
    color:#666;
    overflow:hidden;
    /*display:-webkit-box;*/
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}
.s_b3_tit{
    font-size:16px;
    color:#000;
    line-height:40px;
    font-weight:600;
    padding-left:15px;
}
.s_b3_list{
    display:flex;
    flex-wrap:wrap;
}
.s_b3_list .s_b3_item{
    /* flex:1; */
    width:25%;
    box-sizing:border-box;
    border-top:1px solid #ebebeb;
}
.s_b3_list .s_b3_item1{
    /* flex:1; */
    width:100%;
    box-sizing:border-box;
    border-top:1px solid #ebebeb;
    
}
.s_b3_list .s_b3_item:not(:nth-child(4n+0)){
    border-right:1px solid #ebebeb;
}
.s_b3_item a{
    display:block;
    text-align:center;
    padding:14px 0;
    font-size:14px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    color:#000;
}
.s_b3_item1 a{
    display:block;
    text-align:left;
    padding:14px 0 14px 15px;
    font-size:14px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    color:#000;
}

.c-media-tit-list {
    /* border-bottom: #e5e5e5 1px solid; */
    border-top: #e5e5e5 1px solid;
    padding-left: 0;
}
.c-media-cell{
    box-sizing: border-box;
    transition: max-height .2s;
    margin-bottom: 0;
    width: 100%;
    max-height: none;
}
.c-media-cell-tit {
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    border-bottom: #e5e5e5 1px solid;
    padding-left: 20px;
}
.c-media-cell-icon {
    width: 32px;
    height: 32px;
    float: left;
}
.c-media-cell-icon img {
    max-width: 100%;
}
.c-media-cell-tit h2 {
    /*margin-left: 50px;*/
    font-size: 18px;
    /* border-bottom: #e5e5e5 1px solid; */
    padding-bottom: 15px;
    padding-top: 3px;
    font-weight: 400;
    line-height:24px;
    color: #000;
}
.c-media-cell-tit.actived h2{
    /* color:#00a4ff; */
}
.c-media-cell-tit:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 21px;
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow_down.svg);
    transition: transform .2s;
    background-position: 50% 50%;
    background-size: 112.5% 112.5%;
    background-repeat: no-repeat;
}
.c-media-cell-con {
    background-color: #f7f8fa;
    padding: 10px 20px;
    border-bottom: #e5e5e5 1px solid;
    font-size: 14px;
}
.c-media-cell-item {
    border-bottom: none;
    position: relative;
}
.c-media-cell-item h3 {
    font-weight: 400;
    position: relative;
}
.c-media-cell-item a {
    display: block;
    padding: 12px 0;
    color: #333;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height: 1.9;

}
.c-media-cell-item.c-media-cell-item-more a{
    text-align:center;
    color:#00a4ff;
    margin-top:10px;
}
.c-media-cell-item:after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    border-bottom:1px solid #e5e5e5;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);
    -webkit-transform-origin:0 100%;
    transform-origin:0 100%;
}
.c-media-cell-item:last-child:after{
    border:0;
}
.c-media-cell-tit.actived:after {
    transition: transform .2s;
    transform: rotate(-180deg);
}
