/*当前位置*/
.locationBox {
    background: #F4F4F4;
    height: 40px;
    margin-bottom: 40px;
}

.locationBox a, .locationBox span {
    color: #333;
    font-size: 16px;
    line-height: 40px;
}

/*标题和稿件信息*/
.titleMess {
    margin-bottom: 30px;
}

.titleMess h5 {
    font-size: 22px;
    color: #333;
    line-height: 28px;
    letter-spacing: 1.2px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;

}

.titleMess h4 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1.6px;
    margin-bottom: 30px;
    text-align: center;
}

.titleMess .source {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.titleMess .source p {
    margin-right: 15px;
    font-size: 14px;
    color: #666;
    float: left;
}

.titleMess .source p span {
    margin-right: 15px;
    font-size: 14px;
    color: #666;
}

.titleMess .source > p:last-child {
    float: right;
    margin-right: 0;
}

.abstract {
    margin-top: 30px;
    margin-bottom: 15px;
    display: none;
}

.abstract div {
    padding: 17px 30px;
    background: #F9F9F9;
    min-height: 66px;
    margin-top: 15px;
}

.abstract div p {
    font-size: 14px;
    color: #A6A6A6;
    line-height: 22px;
    letter-spacing: .3px;
}

#app {
    width: 100%;
}

.content {
    padding-right: 20px;
    overflow: initial;
    margin-bottom: 20px;
    border-right: 1px solid #ccc;
}

.top .btnLoginBox {
    margin-top: 20px;
}

.content iframe {
    width: 100%;
    min-height: 400px;
}

a:hover {
    overflow: visible;
}

.m-hd {
    width: 100%;
    background: #444444;
    color: #a9d1ff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    font-size: 15px;
}

.m-nav a {
    float: left;
    line-height: 40px;
    margin-right: 22px;
    color: #ffffff;
}

.m-nav a:last-child {
    margin-right: 0;
}

.m-nav a:hover, .m-nav span:hover {
    color: #fff;
}

p, a, h4, span, p:hover, a:hover, h4:hover, span:hover {
    color: #4E4E4E;
}

.title {
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #333333;
}

.center {
    margin-top: 20px;
}

/*定义显示样式*/
.my_p_style {
    line-height: 35px;
    color: #333333;
    font-size: 18px;
    letter-spacing: 3px;
}

.news_detail_img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.news_detail_img_desc, .app-video-description {
    font-size: 17px !important;
    padding-top: 30px;
    color: #000;
    letter-spacing: .8px;
    line-height: 30px;
}

.news_detail_img_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 98%;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    padding: 5px 1%;
}

.news_detail_img_desc:hover {
    color: #fff !important;
}

.centerText {
    overflow: hidden;
}

.centerText p {
    line-height: 2em;
    font: 16px/2em "微软雅黑", "宋体";
    color: #2C2C2C;
    margin-bottom: 1em;
}

.centerText div {
    line-height: 2em;
    font: 16px/2em "微软雅黑", "宋体";
    color: #2C2C2C;
}

.centerText img, .centerText video {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.el-carousel__indicators--outside {
    display: none;
}

.carouselBtnBox {
    padding: 20px 0;
    text-align: center;
}

.carouselBtnBox span {
    margin: 0 3px;
    font-size: 15px;
    line-height: 25px;
}

.el-pager li {
    color: #fff !important;
}

.el-pager li.active {
    color: #E70012 !important;
}

.el-pagination .btn-next, .el-pagination .btn-prev {
    background: rgba(0, 0, 0, 0) !important;
}

.el-pagination button.disabled {
    color: #9c9c9c !important;
}

.el-pagination .btn-next, .el-pagination .btn-prev {
    color: #fff !important;
}

.el-pager li {
    font-size: 20px !important;
    background: rgba(0, 0, 0, 0) !important;
    font-weight: normal;
}

.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
    font-size: 20px !important;
}

/*结束*/
.textBottom {
    width: 100%;
    text-align: right;
    margin: 30px 0 20px 0;
    color: #000;
    font-size: 15px;
}

/*相关阅读*/
.likeNewsBox {
    margin-top: 30px;
    margin-bottom: 90px;
}

.likeNewsBox .head {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.likeNewsBox .head h5 {
    font-size: 20px;
    color: #00946C;
    letter-spacing: 1px;
    border-left: 6px solid #CD1415;
    padding-left: 10px;
    margin: 10px 0;
    float: left;
}

.likeNewsBox .head a {
    font-size: 14px;
    color: #666;
    line-height: 47px;
    float: right;
}

.likeNewsBox ul {
    overflow: hidden;
    margin-top: 20px;
}

.likeNewsBox ul li {
    width: 47.5%;
    float: left;
    margin-right: 2%;
    position: relative;
    padding-left: 1.5%;
}

.likeNewsBox ul li i {
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    background: #333333;
    top: 17px;
    left: 0;
    border-radius: 50%;
}

.likeNewsBox ul li:nth-child(2n) {
    margin-right: 0;
}

.likeNewsBox ul li a {
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    color: #333;
    letter-spacing: .7px;
}

/*分享评论点赞区域*/
.shareBox {
    height: 60px;
    border-bottom: 2px solid #F0F3F7;
    overflow: initial;
    margin-top: 50px;
}

.shareBox h5 {
    float: left;
    font-size: 20px;
    line-height: 60px;
    margin-right: 10px;
}

.shareBox .el-col-10 > img {
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.shareBox span {
    color: #333;
    font-size: 16px;
    float: right;
    line-height: 60px;
}

/*二维码生成*/
.erWMBox {
    width: 160px;
    height: 160px;
    position: absolute;
    top: -170px;
    left: 0;
    z-index: 10;
    border: 1px solid #f2f2f2;
    opacity: 0;
}

/*分享评论点赞区域*/
/*评论列表*/
.commentList {
}

.commentList .oneComment {
    padding: 10px 0;
    border-bottom: 1px solid #DEDEDE;

}

.commentList .oneComment .head {
    overflow: hidden;
}

.commentList .oneComment .head img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.commentList .oneComment .head span {
    line-height: 40px;
    font-size: 14px;
    color: #000;
}

.commentList .oneComment .head span:last-child {
    color: #7C7676;
    font-size: 14px;
    float: right;

}

.commentList .oneComment p {
    line-height: 30px;
    padding-left: 50px;
    color: #7C7774;
}

.radioGroupBox {
    margin: 20px 0;
    text-align: center;
}

.radioGroupBox img {
    vertical-align: middle;
    height: 50px;
}

.app-image-container {
    text-align: center !important;
    margin-bottom: 5px !important;
}

.app-image-container img {
    max-width: 85%;
    display: block;
    padding: 0 2rem;
}

.app-image-container span {
    font: 17px/2em "微软雅黑", "宋体" !important;
    color: #9e9696 !important;
}

/*发布评论*/
.submitBox {
}

.submitBox {
    border-radius: 5px;
    background: #F2F2F2;
    padding: 10px;
}

/*搜索框样式处理*/
.el-input__inner {
    border-radius: 27px;
    border-right: none;
}

.el-input-group__append {
    border-radius: 0 27px 27px 0;
    background: #fff;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #d8dce5;
}

/*顶部头像大小*/
.top .peopleBox img {
    width: 50px;
    height: 50px;
    margin-top: 5px;
}

.app-image-description {
    text-align: center;
}