﻿.con{
    background: url("../images/dzjt_bg.jpg") no-repeat center top;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 50px;
}
.homepage{
    width: 1100px;
    margin: 4px auto 90px;
}
.homepage a{
    display: block;
    width: 370px;
    height: 144px;
    margin-left: 40px;
}
.con .pos {
    width: 1100px;
    height: 24px;
    box-sizing: border-box;
    line-height: 24px;
    margin: 10px auto;
    background: url(../images/pos.png) no-repeat left center;
    padding-left: 24px;
    font-size: 14px;
    color: #454545;
}

.con .section{
    background: linear-gradient(to top right, #ef6167, #e33649);
    color: #ffffff;
    padding: 30px;
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 6px;
}

.con .section .title{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}

.con .section .zw{
    margin: 30px 0 0;
    font-size: 18px;
}

.con .section .zw p{
    text-align: justify;
    font-size: 18px;
    line-height: 34px;
    margin: 20px 0 0;
}

.con .section .zw *{
    font-size: 18px;
}

a.messageBtn{
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    background: #DF2E27;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 40px auto 0;
    text-align: center;
}