* {
    padding: 0;
    margin: 0;
}

#app {
    width: 100%;
    height: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


p, a, h4, span, p:hover, a:hover, h4:hover, span:hover {
    color: #4E4E4E;
}

.title {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 5px;
}

.center {
    margin-top: 20px;
}

.centerTop a:first-child {
    display: inline-block;
    padding: 5px 8px;
    background: #F04E4A;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-right: 10px;
}

.centerTop {
    padding-bottom: 10px;
}

.centerTop a {
    font-size: 16px;
}

.source {
    padding: 10px 0;
    border-bottom: 1px solid #d3d3d3;
}

.source span {
    font-size: 15px;
    margin: 20px 20px 0 0;
}

/*定义显示样式*/
.my_p_style {
    line-height: 35px;
    color: #333333;
    font-size: 18px !important;
    letter-spacing: 3px;
}

.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%;
    cursor: pointer;
}

.news_detail_img_desc:hover {
    color: #fff !important;
}

.centerText {
    overflow: hidden;
}

.centerText p {
    line-height: 2em;
    margin: 0px 3px 15px;
    text-indent: 30px;
    font: 18px/2em "微软雅黑","宋体";
}

.centerText img, .centerText video {
    max-width: 700px;
    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;
    cursor: pointer;
}

.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 {
    display: none;
}

.likeNewsBox {
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 30px;
}

.likeNewsBox h5 {
    font-size: 18px;
    line-height: 40px;
    border-top: 1px solid #d0cfcf;
    margin-bottom: 20px;
}

.likeNewsBox ul {
    overflow: hidden;
}

.likeNewsBox ul li {
    width: 46%;
    padding-right: 4%;
    float: left;
}

.likeNewsBox ul li a {
    font-size: 17px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.likeNewsBox ul li:hover a {
    color: #F04E4A;
}

embed {
    width: 100%;
}
