.header{
    position: relative;
}
.wrapper{
    position: relative;
    z-index: 99;
    width: 100%;
    margin-top: -15%;
    /* background-image:-webkit-linear-gradient(to right,#083d51 20%,#0d4356 50%,#165164 100%); */
    /* background-image:-o-linear-gradient(to right,#083d51 20%,#0d4356 50%,#165164 100%); */
    /* background-image:-moz-linear-gradient(to right,#083d51 20%,#0d4356 50%,#165164 100%); */
    /* background-image:linear-gradient(to right,#083d51 20%,#0d4356 50%,#165164 100%); */
}
.content{
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}
.content .list li{
    float: left;
    margin-top: 35px;
    margin-right: 37.5px;
    width: 335px;
    border-radius: 10px;
    background-color: #f4f4f4;
}
.content .list li a{
    padding: 15px;
}
.content .list li:nth-of-type(3n){
    margin-right: 0;
}
.content .list li .listMsg{
    position: relative;
    width: 305px;
    height: 305px;
}
.content .list li .listMsg img{
    border: 1px solid #f45f96;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.content .list li .listMsg p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, .3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    text-align: left;
}
.content .list li .listBot{
    margin-top: 12px;
}
.content .list li .listBot button{
    color: #fff;
    background-color: #f45f96;
    height: 30px;
    width: 85px;
    border-radius: 5px;
    border: none;
}
.content .list li .listBot span{
    color: #E61414;
    font-size: 24px;
    display: inline-block;
    line-height: 30px;
}
.content .list li .listBot strong{
    color: #a3a3a3;
    margin-left: 10px;
    line-height: 30px;
}
/* .footer{
    width: 100%;
    min-width: 1200px;
    height: 265px;
    background-size: auto 100%;
}
.footer_ct{
    width: 1080px;
    margin: 0 auto;
    padding-top: 60px;
}
.footer_right{
    border-left:1px solid #18586c;
    padding-left: 25px;
    margin-left: 25px;
}
.footer_right p{
    color: #18586c;
    line-height: 1.6;
} */