*{
    font-family: Microsoft YaHei;
}
.news_banner img{
    margin: 0 auto;
    display: block;
    width: 100%;
}
.news_main .row{
	max-width: 1125px;
	margin: 25px auto 45px;
}
h2.entry-title{
    margin-top: 25px;
    margin-bottom: 10px;
}
h2.entry-title a{
	display: inline-block;
	color: #00427a;
	font-size: 24px;
    margin-right: 20px;
    position: relative;
    top: 3px;
}
span.published{
    background-color: #00bea4;
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    width: 132px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.post-content p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}
.post-content a.more-link{
	display: block;
	margin-top: 5px;
    color: #50b5b3;
    font-size: 14px;
}
.post-content a.more-link:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #50b5b3;
    border-left-style: solid;
    margin-top: -15px;
    position: absolute;
    left: 50px;
}
@media screen and (max-width: 1023.98px) {
    h2.entry-title a{
        font-size: 20px;
        display: block;
        margin: 6px 0 10px;
    }
    h2.entry-title img{
        width: 55px;
        height: auto;
        display: block;
    }
}
@media screen and (max-width: 599.98px) {
    h2.entry-title a{
        font-size: 18px;
    }
    span.published{
        width: 130px;
        font-weight: normal;
    }
    h2.entry-title img{
        width: 50px;
        height: auto;
    }
}