.container{
    width: 1050px;
    padding:0px;
}

.container img{
    /*
    height: 100%;
    width: 100%;
    */
}
.imgT{
    width: 332px;
    height: 230px;
    overflow: hidden;
}
.text{
    margin-top: 10px;
}
.text p{
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.text .sj{
    margin-left: 16px;
    margin-right: 20px;
    font-size: 18px;
    color: #ea2e49;
    font-weight: 500;
}
.text .sj i{
    font-style: unset;
    font-size: 12px;
}

.tb-sj{
    text-align: right;
  
}
table td{
    letter-spacing: 1px;
    font-size: 16px;
}
.breadcrumb{
    background-color: #fff;
}
.breadcrumb a{
    color: #000;
}
.htitle{
    text-align: center;
    margin-bottom: 54px;
    margin-top: 50px;

    font-size: 26px;
}
.artext img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 800px;
}
.artext p{
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 16px;
    line-height: 26px;
    font-family: '微软雅黑';
    letter-spacing: 2px;
}
.text-msg{
    text-align: center !important;
    margin-left: -10px !important;
    color: #6e6e6e;
}