body, html {
    height: 100%;
    /*background-color: #f4f4f4;*/
    /*background:url(../img/img/content_bgc.jpg);*/
    background-color: rgba(252,238,226,1);
}

.content {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 5px 1px rgba(143, 143, 143, 0.1);
    display: flex;
}
.content .cont_left {
    width: 400px;
    height: 100%;
    min-height: 560px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 10px 0 30px 50px;
    box-shadow: 0 -5px 10px 0 #e3e3e3,
                -6px 0 6px 0 #e3e3e3,
                6px 0 6px 0 #e3e3e3,
                0 5px 19px 0 #e3e3e3;
}
.content .cont_left img {
    padding: 40px 30px 80px 30px;
    height: 560px;
    width: 100%;
}
.content .cont_right {
    width: 600px;
    min-width: 200px;
    margin-left: 80px;
    padding: 0 20px 20px 0;
}
.content .cont_right .m-search-title {
    font-size: 28px;
    margin-top: 50px;
}
.content .cont_right .info {
    font-size: 16px;
    padding: 10px 0 10px 20px;
    min-height: 400px;
    color: #666;
}
.content .cont_right .info h1 {
    height: 35px;
    line-height: 35px;
    margin: 30px 0;
}
.content .cont_right .info > div {
    line-height: 30px;
    word-break: break-all;
}
.content .cont_right .read {
    text-align: right;
}
.content .cont_right .read a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    background-color: rgba(253,179,132,1);
    border-radius: 5px;
    letter-spacing: 2px;
}

footer {
    text-align: center;
    color: #a6a6a6;
    margin-top: 60px;
    padding-bottom: 20px;
    width: 100%;
    min-width:1200px;
    display: none;
}