.news_1 .list{
    margin-top: 25px;
    
    overflow: hidden;
}
.news_1 .list .con_first{
    width:48%;
    border-radius: 5px;
    height: 300px;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 20px;
}
.news_1 .list .con_first:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000020;
}
.news_1 .list .con{
    float: left;
    width: 23%;
    margin-right: 2%;
    border-radius: 5px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}
.news_1 .list .con .con_img{
    height: 50%;
    overflow: hidden;
    
}
.news_1 .list .con .con_title{
    padding:  20px 0;
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #aaaaaa80;
    text-align: center;
    margin: 0 10px;
}
.news_1 .list .con .con_content{
    padding-top:  18px;
    color: #666;
    margin: 0 10px;
}
.news_1 .list .con_first  .xq{
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 30px;
    position: absolute;
    bottom: 30px;
    right: 20px;
}
.news_1 .list .con_first .text .title{
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 10px;
    position: relative;
}
.news_1 .list .con_first .text .title:before{
    content:"";
    position: absolute;
    width: 50%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.news_1 .list .con_first .text .content{
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.news_1 .list .con_first .text{
    padding: 30px 20px;
}
.news_1 .top{
    overflow: hidden;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #aaa;
}
.news_1 .top .name{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    border-bottom: 3px solid #006bc3;
    padding-bottom: 10px ;
}
.news_1 .top .more{
    float: right;
    margin-right: 25px;
}
.news_1 .top .more a{
    color:#008cff;
}
.news_1{
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width:800px){
    .news_1 .list .con{
        height: 500px;
    }
    .news_1 .list .con .con_img{
        height: 70%;
    }
    .news_1 .list .con .con_img img{
        display: block;
        margin: 0 auto;
    }
    .news_1{
        width: auto;
    }
    .news_1 .list .con{
        width:100% ;
    }
    .news_1 .list .con_first{
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .news_1 .list .con .con_title{
        height: 58px;
        padding: 10px 0;
        
    }
    .news_1 .list .con .con_content{
        height: 78px;
        overflow: hidden;
    }
    .news_1 .top{
        margin: 0 10px;
    }
}