/*标题+信息*/
.messBox {
    margin-bottom: 30px;
}

.messBox h5 {
    font-size: 36px;
    line-height: 50px;
    color: #323232;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
    cursor: default;
}

.messBox p {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    color: #333333;
}

.messBox p span {
    font-size: 15px;
    color: #666666;
    margin-right: 20px;
}

/*文章正文*/
.app-video-description {
    padding: 28px 0;
    font-size: 16px;
    line-height: 28px;
}
.artContent {
   /* margin-bottom: 100px;*/
    margin-bottom: 50px;
}

.artContent p {
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
    letter-spacing: 1px;
    margin-top: 20px;
}

.artContent p a {
    word-wrap:break-word;
}

.artContent section {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.artContent p img,
.artContent p video {
    max-width: 70%;
    display: block;
    margin: 0 auto 25px;
}

.artContent video {
    width: 100%;
    max-height: 550px;
}


    /*公共样式标题*/
.commentTitleBox {
    display: flex;
    margin: 40px 0;
}

.commentTitleBox h5 {
    width: 110px;
    height: 40px;
    text-align: center;
    color: #FFFFFF;
    line-height: 40px;
    border-radius: 4px;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: normal;
    background: #B81B22;
}

.commentTitleBox i {
    flex: 1;
    display: block;
    height: 3px;
    background: #B81B22;
    margin-top: 18.5px;
}

.logoHang .el-input-group__append {
    font-size: 18px;
}

.commentBox {
}

.commentBox .oneBox {
}

.commentBox .oneBox .commentImg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commentBox .oneBox .commentImg img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.commentBox .oneBox .commentImg pre {
    flex: 0 0 64%;
    line-height: 25px;
    letter-spacing: 2px;
    padding: 0 20px;
}

.commentBox .oneBox .commentImg .time {
    flex: 1;
    text-align: right;
}

.commentBox .oneBox .commentMess {
    overflow: hidden;
}

.commentBox .oneBox .commentMess h5 {
    float: left;
    font-size: 18px;
    padding-left: 10px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #004E96;
    line-height: 50px;
}

.commentBox .oneBox .commentMess span {
    line-height: 50px;
    float: right;
    color: #999;
    margin-right: 30px;
}

.commentBox .oneBox .commentMess pre {
    float: right;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #333;
}

.commentBox .oneBox ul {
    margin-left: 60px;
    padding: 20px 25px;
    background: #FBFBFB;
}

.commentBox .oneBox ul li {
    display: flex;
    padding-top: 10px;
}

.commentBox .oneBox ul li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
}

.commentBox .oneBox ul li div {
    flex: 1;
    border-bottom: 1px solid #95B4D1;
}

.commentBox .oneBox ul li:last-child div {
    border-bottom: none;
}

.commentBox .oneBox ul li p {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}

.commentBox .oneBox ul li p i {
    color: #004E96;
    font-style: normal;
    margin-right: 5px;
    vertical-align: bottom;
}

.commentBox .oneBox ul li span {
    display: block;
    margin-top: 20px;
    text-align: right;
    line-height: 35px;
    color: #999;
}

/*分页框*/
.paginationBox {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 50px;
}

.el-pagination button, .el-pagination span:not([class*=suffix]) {
    height: 30px;
    line-height: 30px;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #E74A51;
    color: #FFF;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #E74A51;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #DEDDE2;
    color: #606266;
    min-width: 30px;
    border-radius: 3px;
}

/*没有评论*/
.noComment {
    line-height: 150px;
    text-align: center;
}

.noComment p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #666666;
}

.sharetools {

}

.sharetools > a {
    margin-left: 50px;
}

.zan-color {
    color: #B81B22;
}

.app-image {
    width: 100%;
}

.sharetools ul {
    display: flex;
    width: 30%;
    margin: 0 auto;
}

.sharetools ul li {
    flex: 1;
    cursor: pointer;
}

.sharetools ul li img {
    width: 25px;
    height: 25px;
    padding-right: 5px;
}

.share-wx-news {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    transform: translate(-50%,-50%);
    text-align: center;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    padding: 30px;

}

.share-wx-news i {
    position: absolute;
    right: 7px;
    top: 0px;
    font-size: 22px;
    font-style: normal;
    cursor: pointer;
}


.share-wx-news-title {
    position: absolute;
    left: 30%;
    top: 2%;
}

.share-wx-news p img {
    width: 100%;
}

.bankindex a {
    margin-top: 15px;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #B81B22;
    color: #fff;
    text-align: center;
}

.biankuang {
    margin: 40px 0;
    padding: 34px;
    border-radius: 10px;
    border: 1px solid #ccccce;
}

.enclosure-wrapper {
    padding: 60px 0;
}
.enclosure {
    padding-left: 40px;
}

.enclosure p {
    font-size: 16px;
}

.enclosure ul {
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.enclosure ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.enclosure ul li i {
    font-style: normal;
}

/*
.artContent {
    margin: 10px 0;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.06rem;
    font-weight: 300;
    text-indent: 0 !important;
    text-align: justify !important;
}

.artContent p {
    letter-spacing: 0.6px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #333333;
    text-indent: 0 !important;
}*/
