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);*/
}
.content:after{
    display: block;
    content:"";
    clear:both;
}
.content .cont_left {
    width: 350px;
    height: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 5px 1px rgba(143, 143, 143, 0.1);
    padding-bottom: 10px;
}
.content .cont_left .title {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    font-size: 20px;
    color: #c1976e;
}
.content .cont_left .img {
    margin: 0 auto;
    width: 150px;
    height: 200px;
    /*border: 1px solid green;*/
}
.content .cont_left .img img {
    width: 100%;
    height: 200px;
    cursor: pointer;
    /*border: 1px solid red;*/
}
.content .cont_left .last_detail {
    margin: 10px auto;
    width: 300px;
    padding: 10px 0;
    /*height: 100%;*/
}
.content .cont_left .last_detail div {
    float: left;
    height: 100%;
}
.content .cont_left .last_detail h1 {
    float: left;
    width: 70px;
    margin-right: 10px;
    font-weight: bold;
    color: rgb(145, 142, 142);
    padding: 5px 0;
    margin-left: 10px;
}
.content .cont_left .last_detail span {
    float: left;
    width: 190px;
    padding: 5px 0;
    margin-left: 10px;
}

.content .cont_right {
    float: left;
    width: 750px;
    /*height: 100%;*/
    min-width: 200px;
    /*min-height: 600px;*/
    /*border: 1px solid red;*/
    margin-left: 20px;
    padding: 0 20px 20px 0;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 5px 1px rgba(143, 143, 143, 0.1);
}

.content .cont_right .sort {

    height: 40px;
    width: 100%;
    padding: 10px;
    color: rgb(145, 142, 142);
}
.content .cont_right .sort .sort_name {
    position: relative;
    float: left;
    width: 110px;
    margin-left: 10px;
}
.content .cont_right .sort .sort_name span:nth-child(1) {
    cursor: pointer;
}
.content .cont_right .sort .sort_name span:nth-child(2) {
    position: absolute;
    top: 8px;
    left: 60px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgb(145, 142, 142);
}
.content .cont_right .sort .sort_name span:nth-child(3) {
    display: none;
    position: absolute;
    top: 8px;
    left: 60px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgb(145, 142, 142);
}
.content .cont_right .sort .sort_edit_time {
    position: relative;
    float: left;
    width: 110px;
}
.content .cont_right .sort .sort_edit_time span:nth-child(1) {
    cursor: pointer;
}
.content .cont_right .sort .sort_edit_time span:nth-child(2) {
    position: absolute;
    top: 8px;
    left: 60px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgb(145, 142, 142);
}
.content .cont_right .sort .sort_edit_time span:nth-child(3) {
    display: none;
    position: absolute;
    top: 8px;
    left: 60px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgb(145, 142, 142);
}
.content .cont_right .sort .sort_in_time {
    position: relative;
    float: left;
    width: 110px;
}
.content .cont_right .sort .sort_in_time span:nth-child(1) {
    cursor: pointer;
}
.content .cont_right .sort .sort_in_time span:nth-child(2) {
    position: absolute;
    top: 8px;
    left: 60px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgb(145, 142, 142);
}
.content .cont_right .sort .sort_in_time span:nth-child(3) {
    display: none;
    position: absolute;
    top: 8px;
    left: 60px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgb(145, 142, 142);
}
.cont_right .list {
    padding: 10px 0 10px 20px;
    display: flex;
    width: 700px;
    flex-wrap: wrap;
    min-height: 590px;
}
.cont_right .list .row {
    width: 25%;
    height: 260px;
    margin-bottom: 26px;
    padding-right: 26px;
}
.cont_right .list .row img {
    /*width: 100%;*/
    height: 200px;
}
.cont_right .list .row p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cont_right .pageSelect {
    display: flex;
    margin-left: 20px;
}
.cont_right .pageSelect .pgSizeSelect{
    margin: 50px 0 0;
    width: 80px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid rgba(118, 118, 118, 0.3);
}
.cont_right .pageSelect .search {
    height: 34px;
    line-height: 34px;
    margin: 50px 0 0;
    padding-left: 8px;
}

.cont_right .pageSelect .search input {
    height: 34px;
    line-height: 34px;
    width: 34px;
    margin: 0 4px;
    padding: 0 4px;
    border: 1px solid rgba(118, 118, 118, 0.3);
    border-radius: 5px;
}
.cont_right .pageSelect .search span{
    font-size: 16px;
}

#page {
    /*flex:1;*/
    margin: 50px 0 0;
    font: 14px arial;
    white-space: nowrap;
}

#page a {
    cursor: pointer;
}

#page a:active {
    color:#af6f40;;
}

#page a:visited {
    color: #000000
}

#page a, #page strong {
    display: inline-block;
    vertical-align: text-bottom;
    height: 34px;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    overflow: hidden;
    margin-right: 9px;
    background: #fff;
}

#page strong .pc {
    cursor: auto;
    border: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;

}

#page span {
    display: block;
}

#page .pc {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(118, 118, 118, 0.3);
    cursor: pointer;
    border-radius: 5px;
}

#page .n:hover, #page a:hover .pc {
    border: 1px solid #af6f40;
}

#page .n {
    height: 34px;
    width: 34px;
    /*padding: 0 18px;*/
    border-radius: 5px;
    text-indent: -999px;
}

#page .page-pre{
    background: url(../img/img/search_btn_prve.png);
    background-size: 100%;
}

#page .page-next{
    background: url(../img/img/search_btn_next.png);
    background-size: 100%;
}
footer {
    text-align: center;
    color: #a6a6a6;
    margin-top: 60px;
    padding-bottom: 20px;
    width: 100%;
    min-width:1200px;
}