.main {
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: #ececec;

}
.main .section{
    width: 1170px;
    margin: 0 auto;
}
.main .notice_bar{
   float: left;
   width: 100%;
    text-align: center;
    font-size: 24px;
    height: 32px;
    line-height: 32px;
    padding-bottom: 50px;
    margin: 50px 0;
    background: url(/static/index/img/page-title-bg.png)center bottom no-repeat;
}

.main .div{
    float: left;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: solid 1px #eee;

}
.main .div ul{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.main .div ul:before{
    content: "";
    display: block;
    clear: both;

}
.main .div ul .img_section{
    float: left;
    width: 20%;
    box-sizing: border-box;

}
.main .div ul img{
    float: left;
    display: inline-block;
    vertical-align: middle;

}
.main .div ul .con_section{
    float: left;
    width: 59%;
    box-sizing: border-box;
    padding: 7.5px;
}
.main .div ul .con_section .title_div{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    line-height: 40px;
}
.main .div ul .con_section .title_div h3 {
    float: left;
    color: #009688;
    font-weight: 700;
    font-size: 20px;
}
.main .div ul .con_section .title_div .tit{
    float: right;
}
.main .div ul .con_section .title_div .tit span{   float: left; margin-left: 15px;}
.main .div ul .con_section .title_div .tit span small{
    float: left;
    font-size: 14px;
    color: #2daea9;
}
.main .div ul .con_section .con_div{
   float: left;
    width: 100%;
}
.main .div ul .con_section .con_div p{
    line-height: 24px;
}
.main .div ul .con_section .con_div p small{
    font-size: 14px;
    color: #2daea9;
}
.main .div ul .btn_colum{
    float: left;
    width:16%;
    box-sizing: border-box;
    padding: 7.5px;
}
.main .div ul .btn_colum .btn_list{
float: left;
    width: 100%;
}
.main .div ul .btn_colum a{
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    margin-left: 0px!important;
}