.conter{width: 1200px;margin:40px auto 150px;}
.conter h5{border-bottom: 1px solid #04437e;margin-top: 50px;}
.conter h5 span:nth-child(1){font: 30px "微软雅黑";color: #04437e;display: inline-block;border-bottom:5px solid #04437e;font-weight: bold;}
.conter h5 span:nth-child(2){font: 24px "微软雅黑";color: #9b9b9b;margin-left: 10px;}
.conter h5 span:nth-child(3){font: 22px "微软雅黑";color: #535353;float: right;line-height: 46px;}
.conter h5 span:nth-child(3) a{color: #535353;}
.conter ul{display: flex;flex-wrap: wrap;}
.conter ul li{width: 360px;background: #efefef;padding: 10px 10px 80px;margin-top: 30px;margin-left: 10px;margin-right: 10px;position: relative;}
.conter ul li h4{font: 20px "微软雅黑";color: #333333;font-weight: bold;}
.conter ul li p{font: 14px "微软雅黑";color: #333333;line-height: 24px;}
.sex,.sex_list{margin-top: 20px;}
.conter ul li button{font: 14px "微软雅黑";color: #FFFFFF;background: #04437e;border: none;padding: 6px 0;border-radius: 10px;cursor: pointer;display: block;position: absolute;width: 120px;left: 50%;margin-left: -60px;bottom: 20px;}


@media screen and (max-width:768px) {
    .conter ul {
        flex-direction: column;
    }
}