
@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: top;
    border: 0;
}

a {
    color: #000;
    text-decoration: none;
}

.wrapper {
    width: 1400px;
    margin: auto;
}


.bottom {
    width:1400px; 
    margin:0 auto;
    position: relative;
}

.box1 {
    position: relative;
    width:1400px; 
    margin:0 auto;
}

.box2 {
    position: relative;
    width:1400px; 
    margin:0 auto;
}


.box2-main {
    padding: 45px 70px 30px 70px;
    width: 1400px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 540px);
    grid-gap: 30px;
    justify-content: center;


}


.news1 {
    width: 450px;
    height: 300px;
    position: relative;

}

.news1 .pic {
    width: 450px;
    height: 250px;
    position: relative;

}

.news1 .pic img{
    width: 450px;
    height: 250px;

}

.news1 .title {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;

}

.news1 .title a{

    color: #000;

}










