* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

[v-clack] {
    display: none;
}

a:hover {
    cursor: pointer;
}

.clear {
    clear: both;
}

.ovflow {
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
}

.flex-box {
    display: flex;
    overflow: hidden;
}

.top {
    width: 100%;
    background: #EEEEEE;
}

.topcont {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}

.topcont img {
    float: left;
    margin-left: 50px;
    margin-top: 5px;
    height: 77%;
}

.topcont a {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-right: 50px;
    color: #ffffff;
}


/*banner*/

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}


/*内容 */
.cont {
    width: 1200px;
    margin: 0 auto;
}

/*头条*/
.toutiao {
    width: 100%;
    margin: 35px 0;
    border-radius: 10px;
    position: relative;
    background: #fff8df;
    padding: 30px 50px;
    box-sizing: border-box;
    text-align: center;
}

.toutiao a {
    font-size: 36px;
    line-height: 47px;
    color: #d90a1a;
    font-weight: bold;
}

/*轮播图*/
.carousel-box {
    width: 785px;
    margin-right: 10px;
}

.carousel-item {
    width: 100%;
    height: 417px;
}

.carousel-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.carousel-item a img {
    width: 100%;
    height: 443px;
    display: block;
    object-fit: cover;
}

.carousel-item a p {
    width: 100%;
    height: 74px;
    font-weight: bolder;
    text-align: center;
    font-size: 22px;
    line-height: 74px;
    background: url(./images/jj_bg.jpg) no-repeat;
    overflow: hidden;
    color: #fffee0;
}

.carousel-box .el-carousel__indicators--horizontal {
    position: absolute;
    width: 45%;
    top: 415px;
    right: 10px;
    z-index: 2;
    text-align: right;
    left: auto;
    text-align: right;
    transform: none;
}

.el-carousel__button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
}

.el-carousel__indicator--horizontal.is-active .el-carousel__button {
    background-color: #ea2313;
}

.el-carousel__arrow i {
    display: none;
}

.el-carousel__arrow--left {
    width: 34px;
    height: 73px;
    border-radius: 0;
    background: url(./images/left.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -45px;
    z-index: 999999;
}

.el-carousel__arrow--right {
    width: 34px;
    height: 73px;
    border-radius: 0;
    background: url(./images/right.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -45px;
    z-index: 999999;
}

/*轮播图新闻*/
.carousel-news {
    width: 405px;
    background: #fffef6;
    overflow: hidden;
}

.carousel-news ul {
    overflow: hidden;
    margin: 0px auto 0;
}

.carousel-news li {
    font-size: 16px;
    color: #333;
    border-left: 6px solid #ea2313;
    padding: 9px 15px 9px 15px;
    height: 56.5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.carousel-news li + li {
    border-top: 1px solid #f8e7d2;
    padding: 8px 15px 8px 15px;
}

.carousel-news li:hover {
    background: url(./images/jj_wz_hover.jpg) no-repeat;
    background-size: 100% 100%;
    border-left: 6px solid #ea2313;
    color: #fff;
}

.carousel-news li a {
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.carousel-news li:hover a {
    color: #fff;
}

/*评论解读*/
.head-box {
    margin-bottom: 30px;
    position: relative;
}

.head-box img {
    display: block;
    width: 100%;
}

.head-box a {
    position: absolute;
    right: 15px;
    top: -30px;
    height: 45px;
    font-size: 16px;
    color: #666666;
    line-height: 45px;
}

.pljd-list ul {
    overflow: hidden;
    margin-bottom: 40px;
}

.pljd-list li {
    width: 48%;
    float: left;
    border: 1px solid #F0F0F0;
    padding: 19px 20px;
    margin: 15px 2% 15px 0;
    box-sizing: border-box;
    background: rgba(255, 254, 252, 1);
    box-shadow: 0px 0px 2.82px #9999998c;
}

.pljd-list li:nth-child(2n) {
    margin-right: 3px;
    float: right;
}

.pljd-list li:hover {
    border: 1px solid #e0a6a6;
}

.pljd-list li a {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bolder;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pljd-list li:hover a {
    color: #c01c1c;
}

.pljd-list li a img {
    float: left;
    margin-right: 16px;
    margin-top: 18px;
    width: 6px;
    border-radius: 50%;
}

.xxgc-list ul li {
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 9px 8px 4px #F0D5AF;
}

.xxgc-list ul li:nth-child(2n) {
    margin-right: 8px;
}

.xxgc-list ul li:hover {
    border: 1px solid #F0F0F0;
}

/* 尾部 */
.footer {
    height: 160px;
    background-color: #8f140a;
    color: #fff;
    /* margin-top: 20px; */
    font-size: 14px;
    padding-top: 70px;
    box-sizing: border-box;
}

.footer .cont {
    padding-bottom: 0;
}

.footer .row {
    margin-top: 0;
}

.footer .row p {
    text-align: center;
}
