#NewsContent .News a {
    color: #000;
    text-decoration: none;
}
.News .Newstext {
    float: left;
    width: 1200px;
    top: 10px;
    left: 0px;
    font-family: 'microsoft yahei';
    text-decoration: none;
}
.gl-btn{
    display: inline-block;
    background: #fff;
    color: #000;
    width: 228px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: left;
    margin-bottom: 14px;
    margin-right: 14px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    font-family: 黑体;
    background-color: #fff;
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
    padding: 2px;
}
.gl-btn:nth-child(5n){
    margin-right: 0px;
}
.News .Newstext img {
    position: relative;
    margin: 0 auto;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
}
.gl-btn img{
    display: block;
    width: 100%;
    height: 125.92px;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#NewsContent .News p {
    text-indent: 0px;
    margin-bottom: 0px;
    margin: 2px 0;
   
    font-size: 16px;
    font-weight: bold;
}
.gl-btn p{
    color: #000 !important;
}