.container{width:1200px;margin:0 auto;}
.message{width:100%;height:1634px;background:#f1f5fa;}
.message .info{height:400px;margin-top:60px;background:#fff;}
.message .info .head{min-height:65px;border-bottom:1px solid #f1f5fa;line-height:65px;display: flex;flex-wrap: wrap;}
.message .info .head span{display:inline-block;width:160px;font-size:18px;text-align:center;}
.message .info .head span.active{color:#fff;background:#236be7;}
.message .info .content{padding:0 30px;}
.message .info .content>div:nth-child(1){height:60px;font-size:22px;font-weight:700;line-height:60px;border-bottom:1px dashed #e5e5e5;}
.message .info .content>div:nth-child(2)>div:nth-child(1){height:70px;font-size:20px;font-weight:700;text-align:center;line-height:70px;}
.message .info .content>div:nth-child(2) .border{height:2px;width:48px;background:#236be7;margin:0 auto;}
.message .info .content>div:nth-child(2)>div:nth-child(3){text-align:center;width:100%;margin:20px auto;font-size:16px;color:#999;}
.message .info .content>div:nth-child(2)>div:nth-child(3) img:nth-child(1){vertical-align:top;}
.message .info .content>div:nth-child(2)>div:nth-child(3) img:nth-child(3){vertical-align:bottom;}
.message .data{height:660px;margin-top:40px;background:#fff;padding:0 30px;}
.message .data .text{height:73px;line-height:73px;border-bottom:1px dashed #e5e5e5;}
.message .data .text span:nth-child(1){font-size:22px;font-weight:700;margin-right:25px;}
.message .data .text span:nth-child(2){font-size:14px;color:#999;}
.message .data .tabs{}
.message .data .tabs ul{height:125px;line-height:125px;padding-top:20px;box-sizing:border-box;display:flex;}
.message .data .tabs li{float:left;width:167px;height:83px;border:1px solid #eee;flex:1;margin-left:25px;line-height:83px;text-align:center;font-size:16px;}
.message .data .tabs li:first-child{margin-left:0;}
.message .data .tabs li button{width:167px;height:83px;color:#999;}
.message .data .tabs li button.active{width:169px;height:114px;background:#236be7;margin-top:-10px;color:#fff;}
.message .data .tabs .img{height:423px;border:1px solid #236be7;text-align:center;padding-top:20px;box-sizing:border-box;}
.message .path{height:355px;background:#fff;margin-top:40px;padding:0 30px;}
.message .path div{height:73px;line-height:73px;border-bottom:1px dashed #e5e5e5;font-size:22px;font-weight:700;margin-bottom:45px;}
.message .path img{ max-width: 100%;height: auto;}



@media only screen and (max-width: 1199px){
    .message .info{margin-top: 10px;}
    .message .data{padding: 0 10px;}
    .message .data .tabs ul{height: 60px;overflow: auto;padding-top: 10px;}
    .message .data .tabs li{width: auto;height: 40px;line-height: 40px;}
    .message .data .tabs li button.active{height: 40px;width: auto;margin-top: 0;}
    .message .data .tabs li button{height: 40px;width: 100%;display: flex;align-items: center;white-space: nowrap;padding: 0 15px;}
}



