.fontColor333{
    color: #333333;
}
.fontColor999{
    color: #999999;
}
.topBox {
    background-color: #ffffff;
}
body{
    background-color: #f5f5f5;
}
.container{
    width: 100%;
    height: auto;
    position: relative;
    /* top: 110rem; */
    display: flex;
    justify-content: center;
   
}
.center{
    width: 64%;
    /* background-color: aliceblue; */
}
.title{
    width: 325rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5rem;
}
.title h1{
    margin: 0;
    font-size: 70rem;
}
.line{
    width: 10rem;
    height: 76rem;
    background-color: #146DFD;
    border-radius: 6rem;
}
.summary{
    display: block;
    margin: 20rem 0rem;
}
.boxFather{
    width: 100%;
    /* background-color: aliceblue; */
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}
.box{
    margin: 10rem 28rem 20rem 0rem;
    /* margin: 10rem 0rem 20rem 0rem; */
    width:370rem;
    height: 380rem;
    background-color: #ffffff;
    border-radius: 18rem;
}
.box:not(:nth-child(3n)){margin-right: 30rem;}
.boxTop{
    width: 100%;
    height: 60%;
	overflow: hidden;
	background: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 18rem 18rem 0rem 0rem;
}
/* .boxTop img{
    width: 100%;
	min-width: 366rem;
	min-height: 229rem;
    border-radius: 18rem 18rem 0rem 0rem;
} */
.boxBottom{
    display: flex;
    align-items: center;
    height: 40%;
}
.bottomContent{
    display: flex;
    flex-direction: column;
    margin: 0rem 20rem;
   
}
.articleTitle{
    font-size: 20rem;
    margin-top: 0rem;
    /* height: 50rem; */
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.articleMsg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30rem;
    width: 320rem;
}
.articleMsg img{
    width: 22rem;
}
.time{
    font-size: 16rem;
}
/* @media screen and (max-width:1780rem){
    .center{width: 66%;}
    .box{width: 30%;height: 30%;}
    .title{width: 269rem;}
    .line{height: 58rem;}
    .title h1{font-size: 58rem;}
    .box:not(:nth-child(3n)){margin-right: 20rem;}
    .summary{margin: 15rem 0;}
    .articleTitle{font-size: 16rem;}
    .time{font-size: 14rem;}
    .articleMsg img{width: 20rem;}
} */
/* @media screen and (max-width:1470rem){
    .center{width: 66%;}
    .box{width: 30%;height: 290rem;}
    .title{width: 269rem;}
    .line{height: 58rem;}
    .title h1{font-size: 58rem;}
    .box:not(:nth-child(3n)){margin-right: 20rem;}
    .summary{margin: 15rem 0;}
    .articleTitle{font-size: 16rem;width: 255rem;}
    .time{font-size: 14rem;}
    .articleMsg img{width: 20rem;}
    .articleMsg{width: 240rem;}
}
 */