.news_title{
    border-top: 2px solid #555;
    border-bottom: 1px solid #555;
    padding: 10px 0;
    font-size: 1.15rem;
    margin: 60px 0 20px 0;
}
.news_detail{
    display: flex;
}
.news_date{
    margin-left: auto;
    padding: 10px 0;
    text-align: right;
}
.news_from{
    padding: 10px;
    background: #555;
    display: inline-block;
    color: #fff;
}
.news_from > a,
.news_from > a:hover{
    color: #fff;
}
.news_from > a > img{
    width: 62px;
}
.news_contents{
    padding: 10px 0;
}
.media_list_icon{
    max-width: 84px;
}
.news_contents > p > img,
.news_contents > img{
    max-width: 100%;
}
.news_contents{
    padding: 10px 0;
     line-height: 1.42;
}

.news_contents > p{

    margin-bottom: 0;
}
.news_bottom{
    text-align: center;
    margin: 40px 0;
}
.media_thumb{
    width: 100%;
}
.media_wrap{
    margin: 0 18px 40px 18px;
}
.media_title{
    font-size: 1.5rem;
    line-height: 1.6rem;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    padding: 10px 0;
}
.media_info{
    padding-top: 10px;
}
.media_desc{
    padding: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.85rem;
    line-height: 1.3rem;
    max-height: 52px;
}
.media_item{
    display: block;
    padding: 21px 12px;
    color: #000;
}
.media_bottom_info{
    left: 60px;
    position: absolute;
    right: 12px;
    height: 208px;
    bottom: 30px;
    padding: 14px;
    top: 44%;
    background: rgba(255,255,255,0.9);
}
.media_item:hover > .media_bottom_info{

    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #0053ab90;
    color: #fff !important;
}

.media_item:hover > .media_bottom_info > .media_line{

    background-color: #fff !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.media_line{

    width: 100%;
    height: 4px;
    margin: 10px auto;
    background-color: #8cc633;
}

/*search*/
.media_top_btn{
    display: flex;
}
.media_video{
    margin-left: auto;
    margin-right: 4px;
    justify-content: flex-end;
}
.media_back{
    margin-left: 4px;
}
.media_search{
    margin: 10px 4px 64px 4px;
    background-color: #f2f2f2;
}
.media_search_wrap{
    width: 80%;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 20px 0;
}
.search_choice{
    background-color: #fff;
    display: flex;
}
.media_search_form,
.media_search_form_video{
    display: flex;
}

.search_left{
    align-items: center;
    font-weight: 500;
    color: #555;
    margin: 8px 20px 0 20px ;
}
.search_vertical_bar{
    width: 2px;
    height: 16px;
    background-color: #bfbfbf;
    margin: 10px;
}
.search_select:focus,
.search_input:focus {
    color: #555;
    background-color: #fff;
    border-color: #8cc633;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(140,198,51,0.25);
}
.search_select{
    width: 50%;
    color: #555;
    border-radius: 0 !important;
    border-width: 0px 2px 0px 0px;
}

.media_search_top,
.media_search_bottom
{
    display: flex;
}
.search_reset_btn{
    color: #bfbfbf;
    font-size: 0.85rem;
    margin: 4px 0 0 8px;

}
.search_reset_btn:hover{
    color: #555;
    text-decoration: none;

}
.search_input{
    cursor: text;
    height: 100%;
    padding: 0.25rem 0.75rem;
    border-radius: 0 !important;
    border: 0 !important;
}

.video_go{
    background-color: #bfbfbf ;

}
.search_go{

    background-color: #555;
}
.video_go{

    background-color: #bfbfbf;
}
.video_go,
.search_go{
    border-radius: 0 !important;
    border: 0 !important;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;

}
.video_go:hover{

    background-color: #8cc633;
    color: #555;
}

.search_go:hover{
    background-color: #363636;
    color: #fff;
}
.search_go:active{
    box-shadow: inset -4px -4px 12px #363636;
    background-color: #363636;
    color: #fff;
}
@media (max-width: 1220px) {
}
@media (max-width: 767px) {
    .media_back{
        margin-left: 0px;
    }
    .media_search{
        margin: 6px auto 10px 0;
        background-color: #f2f2f2;
    }
    .media_search_wrap {
        width: 100%;
        padding: 18px 10px;
    }
    .search_left {
        
        margin: 8px 0px 0 8px;
    }
    .media_video {
         margin-right: 0px;
    }
    .media_search_form {
        display: block;
    }
    .media_search_form_video {
        display: flex;
    }
    .media_search_bottom{
        margin-top: 10px;
    }
    .search_input {
        padding: 0.5rem 0.75rem;
        /*max-width: 120px;*/
    }

    .search_select:nth-child(2){
        border-width: 0px;
    }
    
    .video_go, .search_go {
        padding: 0.5rem 0.75rem;
    }

    .search_input{
        font-size: 0.85rem;
        width: 80%;
    }
    .search_select{

        font-size: 0.85rem;
    }
}

@media (max-width: 575px){

}



@media (max-width: 372px){


    .media_bottom_info{
                top: 28%;
    }
    .media_title {
        font-size: 1.3rem;
        line-height: 1.4rem;
        height: 52px;
        padding: 7px 0;
    }
    .media_info {
         padding-top: 0px;
    }
}
