.container{
    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
    position: relative;
}

.content{
    width: 1200px;
    height: 440px;
    position: absolute;
    transform: translateX(-50%) translateY(-35%);
    top: 45%;
    left: 50%;
}

.cnt_left{
    width: 600px;
    height: 440px;
    float: left;
}
.cnt_left img{
    width:100%;
    height:100%;
}
.cnt_right{
    width: 600px;
    height: 440px;
    float: right;
    background: #F9F9F9;
    padding-left: 42px;
    padding-right: 42px;
    box-sizing: border-box;
}
.cnt_title {
    font-size:30px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:#222;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    margin-top: 60px;
}
.cnt_line {
    background:#E60606;
    width: 120px;
    height: 5px;
    border: 0px;
    margin-top: 26px;
    margin:0;
    margin-bottom: 20px;
}
.cnt_list {
    padding:0;
    margin:0;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #35393f;
    letter-spacing: 0;
    text-align: justify;
    line-height: 25px;
    margin-top: 26px;
    list-style: none;
}
.cnt_list span{
    font-size: 16px;
    line-height:34px;
}
.cnt_list .dt {
    font-weight: bold;
    color:#222;
}
.cnt_list .dd {
    font-weight: 300;
    color:#666;
}
.footer{
    position: absolute;
    bottom:0;
    background: none;
}