

.row-news1 .box-seach .select,
.row-news1 .box-seach .seach{
    position: relative;
    border: 2px solid rgba(9, 8, 9, 0.2);
    border-radius: 4px;
    height: 54px;
    line-height: 50px;
}
.row-news1 .box-seach .select select,
.row-news1 .box-seach .seach input{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    color: rgba(32, 32, 32, 0.8);
}
.row-news1 .box-seach .select i,
.row-news1 .box-seach .seach .seach-sub{
    position: absolute;
    right: 20px;
    top: 0;
}
.row-news1 .box-seach .select{
    width: 130px;
    margin-right: 16px;
}
.row-news1 .box-seach .seach input::placeholder{
    color: rgba(32, 32, 32, 0.8);
}
.row-news1 .box-seach .seach .seach-sub{
    right: 0;
    padding: 0 20px;
    background: transparent;
    border: none;
    height: 50px;
    cursor: pointer;
}
.row-news1 .box-seach .seach .seach-sub::after{
    content: '';
    display: inline-block;
    border-left: 1px solid rgba(9, 8, 9, 0.2);
    height: 70%;
    position: absolute;
    left: 0;
    top: 15%;
}
.row-news1 .box-seach .seach i{
    font-size: 24px;
}

@media only screen and (max-width:768px){
    .row-news1 .box-seach .select, .row-news1 .box-seach .seach {
        float: none;
        width: 100%;
        margin-top: 10px;
        height: 40px;
        line-height: 38px;
        border-width: 1px;
    }
    .row-news1 .box-seach .seach .seach-sub {
        padding: 0 12px;
        height: 38px;
    }
}



/* 新闻列表 */
.news_activity_list .news_list .list{display: block;}
.news_activity_list .news_list .list:not(:last-child){margin-bottom: 30px;}
.news_activity_list .news_list .img{position: relative;width: 360px;height: 210px;margin-right: 40px;}
.news_activity_list .news_list .img img{width: 100%;}
.news_activity_list .news_list .img .tit{display: none}
.news_activity_list .news_list .cont{border-bottom: 1px solid rgba(5, 0, 1, 0.3);padding-bottom: 14px;padding-top: 10px;}
.news_activity_list .news_list .cont .time{line-height: 40px;}
.news_activity_list .news_list .list .btn{font-size: 16px;}
.news_activity_list .news_list .list:hover .btn,
.news_activity_list .news_list .list:hover .tit{color: #0573c4;}

@media only screen and (max-width:768px){
    .news_activity_list .news_list .img {width: 100%;height: auto;margin-right: 0;float: none;margin-bottom: 20px;}
}





/* 新闻详情 */
.row-details1 .des{
    padding: 24px 20px 35px;
    background: #eee;
    border: 2px solid #E8E8E8;
}
.row-details1 .des .txt{
    padding: 14px 20px 0;
}
.details-page a:hover span{
    color: #0573c4;
}

@media only screen and (max-width:768px){
    .row-details1 .time{
        font-size: 14px;
    }
}