.banner {
	padding-bottom: 150px;
}
.banner>img {
    width: 100vw;
    height: 46.875vw;
}

.banner ul {
    margin: 113px auto 0;
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner ul li {
    width: 382px;
    height:372px;
    padding-bottom: 22px;
    margin-bottom: 41px;
    border-radius:0 0 15px 15px;
}
.banner ul li a{
    display:inline-block;
}
.banner ul li img{
    width: 382px;
    height: 223px;
    border-radius: 15px 15px 0 0;
    border:1px solid #D6D6D6;
    border-bottom:none;
}
.banner ul li p:nth-of-type(1) {
	padding-left: 15px;
    line-height: 24px;
    font-size: 18px;
    font-weight:bold;
}

.banner ul li p:nth-of-type(2) {
    width: 355px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 13px;
    padding-left: 15px;
}
.newslist li a div{
    border:1px solid #D6D6D6;
    border-top:none;
    padding:20px 0;
    margin-top:-10px;
    border-radius: 0 0 15px 15px;
    height:140px;
    overflow: hidden;
}
@media screen and (max-width: 1200px){
	.banner {
	padding-bottom: 100px;
}
	.banner ul {
    margin: 92.28px auto 0;
    width: 980px;
}
.banner ul li {
	background-size: 312px 263.7px;
    width: 312px;
    padding-bottom: 18px;
    margin-bottom: 33.5px;
}
.banner ul li img{
height: 141.3px;

}
.banner ul li p:nth-of-type(1) {
    line-height: 19.6px;
    font-size: 14.7px;
}

.banner ul li p:nth-of-type(2) {
    width: 290px;
    font-size: 9.8px;
    line-height: 16.3px;
    margin-top: 10.6px;
    height: 47.37px;
    overflow: hidden;
}
}
.newsPageinfo{
    width:1200px;
    overflow: hidden;
    padding:30px;
    margin:0 auto;
}
.newsPageinfo h2{
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}
.newsPageinfo .pagecon{
    width:1200px;
    margin:50px auto;
    font-size:14px;

}
.newsPageinfo .pagecon p{
    text-indent:24px;
    line-height:30px;
}
.newsPageinfo .posttime{
    margin-top:30px;
    line-height:80px;
    text-align:center;
    font-size:13px;
}
