.home-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.tips {
    margin-bottom: 10px;
    background-color: #4087C5;
    padding: 10px;
    color: #fff;
}
.news-list {
    border: 1px solid #ddd;
    padding: 10px;
}
.news-list .news-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news-list .news-item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
.news-list .newstitle {
    margin-bottom: 10px;
}
.news-list .news-item a:hover {
    color: #4087C5;
}
.newsbody {
    font-size: .7rem;
}

.news-cont {
    position: relative;
}
a.newblock:hover,.newblock-active {
    border: 2px dashed #f00;
}
.other-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-detail p {
    margin: 10px 0;
    line-height: 190%;
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 0em;
    word-wrap: break-word;
}
.news-detail strong {
    font-weight: bold;
}

@media (max-width:767px){
	/* //<=768px的设备 */
	.home-cont {
        display: block;
    }
    .paper-image  {
        margin-bottom: 20px;
    }
    .paper-image .news-cont {
        max-width: 400px;
        width: 100%;
        margin: 0px auto;
    }
    .news-cont img {
        max-width: 400px;
        width: 100% !important;
        height: auto !important;
    }
    .home-cont .paper-bcs {
        margin-left: 0px;
    }
}