@import url('../css/public.css');
@import url('../css/header.css');
@import url('../css/footer.css');

.slogan h3 {
    color: #1F7DBF;
}

.slogan h3::after {
    background: #1F7DBF;
}

.half-circle {
    background: #fff;
}

.list-con {
    padding: 25px 0 60px;
}

.list_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:  0 42px;
    height: 128px;
    border-radius: 4px;
    background: #FFFFFF url('../images/list_top.png') no-repeat left center;
    box-sizing: border-box;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #1F7DBF;
    box-shadow: 0px 4px 52px 0px rgba(20, 59, 118, 0.08);
}

.list_top h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 32px;
    color: #333333
}

.list_top h3 span {
    color: #1F7DBF;
}

.list-top-a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list-top-a a{
    margin: 0 18px;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
}

.list-top-a a.on{
    padding: 10px 40px;
    color: #FFFFFF;
    border-radius: 223px;
    background: #1F7DBF;
}
.list-area {
    width: 100%;
}

.list-area ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list-area li {
    margin-top: 32px;
    width: calc((100% - 60px) / 3);
    height: 444px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.1686);
    background: #FFFFFF;
    overflow: hidden;
	margin-right: 30px;
}
.list-area li:nth-child(3n){
	margin-right: 0px;
}
.list-area li .pic {
    width: 100%;
    height: 263px;
}

.list-area li .text {
    box-sizing: border-box;
    padding: 30px 28px ;
}

.list-area li .text h3 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.list-area li p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #F3F3F3;
}

.list-area li p .time1 {
    font-size: 14px;
    color: #666666;
}

.list-area li p a{
    font-size: 14px;
    color: #1F7DBF;
}

/**
 * 信箱表单
 */
/**
 * 信箱表单
 */
.zxzx #zxzxForm {
    margin-top: 20px;
}

.zxzx .left {
    width: 30% !important;
}

.zxzx .right {
    width: 66.7% !important;
}

.zxzx .left .layui-input-block {
    margin-bottom: 22px;
    width: 100%;
}

.layui-input-block {
    margin-left: 0 !important;
}

.zxzx .left .layui-inline {
    margin-bottom: 0 !important;
    width: 33.33%;
}

.zxzx .layui-input,
.zxzx .layui-textarea {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    text-indent: 30px;
    border: none;
    color: #A5BBDB;
    background: #F4F7FC;
}

.ipt_msg .layui-textarea {
    padding-top: 20px;
    height: 150px;
    line-height: 32px;
    color: #A5BBDB;
}

.zxzx .ipt_email {
    margin-right: 0 !important;
}

.zxzx .ipt_msg .layui-input-block {
    width: 100%;
    margin-bottom: 22px;
}

.yzm_bot {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.zxzx .ipt_yzm {
    width: 243px !important;
}

.zxzx .yzm_img img {
    height: 64px;
}

.zxzx .ipt_yzm .layui-input {
    background: #f2f6f9;
    font-size: 16px;
    color: #383838;
    text-indent: 0;
}

.zxzx .layui-btn {
    width: 144px;
    height: 64px;
    line-height: 64px;
    color: #fff;
    border-radius: 7px;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.zxzx #btn_submit {
    background: #1F7DBF;
}

.zxzx #btn_reset {
    background: #DBDBDB;
}

.zxzx input:-moz-placeholder,
.zxzx input::-webkit-input-placeholder,
.zxzx input::-moz-placeholder,
.zxzx input:-ms-input-placeholder {
    color: #A5BBDB;
}

.zxzx input::-webkit-input-placeholder {
    color: #A5BBDB;
}

.zxzx input::-moz-placeholder {
    color: #A5BBDB;
}

.zxzx input:-ms-input-placeholder {
    color: #A5BBDB;
}

.zxzx textarea::-webkit-input-placeholder {
    color: #A5BBDB;
}