﻿.content img {
    display: inline-block;
}

.floats, .theright {
    top: 272px !important;
}

.newDetail {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: 14px;
}

.newDetail_span {
    color: #245399;
}

.newList_title {
    margin-top: 14px;
    background-color: #245399;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    font-family: Microsoft YaHei;
    padding-left: 20px;
}

.contents {
    background-color: #fff;
    padding: 20px 30px;
    margin-top: 14px;
}

.title {
    text-align: center;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 44px;
}

.content_jieshi {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;

    line-height: 40px;
}

.content_jieshi_l {
    color: #666666;
}

.content_jieshi_r {
    color: #333333;
}

.fenjiex {
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    margin-top: 20px;
}

.content {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    margin-top: 20px;
}

.dayin {
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-top: 20px;
}

.fontsiseamll, .fontsimidlle, .fontsisebig {
    cursor: pointer;
}

.fontsiseamll:hover {
    color: blue;
}

.fontsimidlle:hover {
    color: blue;
}

.fontsisebig:hover {
    color: blue;
}

@media screen and (max-width: 768px) {
    .newDetail {
        margin-top: 38px;
    }
    .content_jieshi{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .content_jieshi_l{
        display: flex;
        flex-wrap: wrap;
    }
    .content img{
        display: block;
        width: 100% !important;
    }
}

