.container ul{
    display: flex;
    margin-bottom:30px;
}

.left{
    width: 940px;
    margin-right: 20px;
    margin-top: 40px;
    padding-right: 30px;
    float: left;
    font-size: 17px;
    position: relative;
    
 
}

.left .title{
    float: left;
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.5;
}

.left .info{
    float: left;
        width: 100%;
    font-size: 14px;
    display: inline-block;
    color: #999;
    line-height: 16px;
}
.left .info span{float:left;margin-right:10px}
.left .info img {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    object-fit: cover;
}
.left .info .azz_btn{
    color: red;
    float: right;
    font-weight: bold;

}
.left .info .zz_btn{
    color: red;
    cursor: pointer;
    float: right;
    font-weight: bold;

}
.left .info .zz_btn .layui-icon{
    margin-right: 8px;
}
.left .content{width:100%;float:left;margin-top:20px}
.left .content p{ 
   text-indent: 0em;
    line-height: 1.8;
    margin: 10px 0;
    
}
.left .content .figure{max-width:100%;float:left}
.left .content img{max-width:100%;}


.left .content .img_view{
    float: left;
    width: 100%;
}
.left .content .img_view img{
    float: left;
    max-width: 100%;
    margin-bottom: 20px;
}
.left .video_view{
    float: left;
    width: 100%;;margin-top:20px
}
.left .video_view video{
    float: left;
    width: 100%;
}

.pay_colum{
    float: left;
    width:100%;
}

.pay_tit{
    float: left;
    width:100%;
    text-align: center;
}
.pay_tit b{color:red}
.pay_submit_colum{
    float: left;
    width:100%;
    
    text-align: center;
    margin-top: 30px;
}
.pay_submit{magin:0 auto}
.qc{float:left;width:100%;margin-top:20px;text-align:center}
.qc img{width:180px;height:180px}
.qc span{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: red;
}

.fujian_colum {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.fujian_colum .mtit{
    
    float: left;
    width: 100%;
    line-height: 50px;
    font-weight: bold;
}
.fujian_colum li {
    float: left;
    width: 100%;
    box-sizing: border-box;
    min-height: 50px;
    background-color: #ececec;
    padding-left: 10px;
    margin-bottom: 10px;
    display: flex;
}
.fujian_section span {
    float: left;
    line-height: 22px;
    font-size: 16px;
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
}
.fujian_colum ul {
    float: left;
    width: 100%;
}

.fujian_colum .down_btn {
    float: right;
    width: 100px;
    font-size: 14px;
    /*line-height: 50px;*/
    background-color: #129aee;
    color: #ffffff;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fujian_colum ul li img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#down_mask{float:left;width:100%;text-align:center}
#down_mask .down_notice{
    
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
.container .right{
    float: left;
    width: calc(100% - 950px);
    
    margin-top: 40px;
}
.container .right_mtit{
        width: 100%;
    background: #fbfbfb;
    padding: 25px 0 0;
    margin-bottom: 20px;
    color: #1d1d1d;
    font-size: 14px;float: left;
}
.container .right_mtit h5{
        font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    border-left: 5px solid #129aee;
    padding-left: 25px;float: left;
}
.container .right .list{
    padding: 15px 10px;
    float: left;
    width: 100%;
    background-color: #fbfbfb;
}

.container .right .list a{
    width:100%;float: left;
    line-height:24px;
     overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
    padding-top: 5px;
    border-top: 1px solid #ececec;
    font-size: 16px;
    
}

.content span{
    
    text-wrap: wrap!important;
}