.bkt {
    line-height: 120px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.newsbox {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
a.newsli {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #eff2f7;
    margin: 0 auto 35px auto;
    text-decoration: none;
}
.newsli p {
    width: 300px;
    height: 180px;
    display: block;
    float: left;
    padding: 25px 80px 25px 35px;
    overflow: hidden;
}
.newsli p img {
    display: block;
    width: 100%;
    height: 100%;
}
.newsc {
    width: 740px;
    height: auto;
    overflow: hidden;
    float: left;
}
.newsli span {
    display: block;
    height: auto;
	overflow: hidden;
    font-size: 24px;
    line-height: 180%;
    font-weight: bold;
    margin-top: 20px;
}
.newsli font {
    display: block;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}
.newsli i {
    display: block;
    height: 40px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.newsli:hover span {
    color: #3c9beb;
}

@media screen and (max-width: 1680px) {
    .bkt {
        line-height: 100px;
        font-size: 38px;
    }
}
@media screen and (max-width: 1440px) {
    .bkt {
        line-height: 80px;
        font-size: 34px;
    }
}
@media screen and (max-width: 1280px) {
    .bkt {
        line-height: 80px;
        font-size: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .bkt {
        font-size: 26px;
    }
}