﻿/*头条*/
.headLineBox {
    border-bottom: 1px solid #BD7B7D;
    border-top: 1px solid #BD7B7D;
    margin: 14px auto;
}

/*.headLineBox > div {
    display: flex;
    background: #B81B22;
    margin: 10px 0;
    border-radius: 10px;
}*/

.headLineBox .head-journalism {
    position: relative;
    width: 100%;
    height: 63px;
    line-height: 63px;
    background: #B81B22;
    margin: 10px 0;
    border-radius: 10px;
}

.headLineBox .head-journalism .head-journalism-left {
    text-align: center;
    margin: 0 auto;
}

.headLineBox .head-journalism .head-journalism-left .head-journalism-text {
    width: 90%;
    display: inline-block;
    height: 63px;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FDE398;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 24px;
    letter-spacing: 2px;
    margin-right: 135px;
}

.headLineBox .head-journalism .head-journalism-left .head-journalism-text a {
    color: #FDE398;
}

.headLineBox .head-journalism .head-journalism-right {
    position: absolute;
    width: 180px;
    right: 0;
    top: 0;
    height: 63px;
    text-align: center;
}

.headLineBox .head-journalism .head-journalism-right .shuxian {
    color: #FFFFFF;
}

.headLineBox .head-journalism .head-journalism-right .more-journalism {
    color: #FFFFFF;
    padding-left: 50px;
    font-size: 16px;
}

    /*.headLineBox div a {
        text-align: center;
        margin-left: 45px;
        line-height: 63px;
        letter-spacing: 1.5px;
        font-size: 16px;
        color: #ffffff;
        display: block;
    }

    .headLineBox div a:first-child {
        flex: 1;
        margin-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #FDE398;
        padding: 0 15px;
        box-sizing: border-box;
        font-size: 24px;
        letter-spacing: 2px;
    }*/


/*轮播图一行*/
/*轮播图*/
.lun-content {
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 0 8px 5px #f7f7f7;
}

.lunBox {
    height: 330px;
    float: left;
}
.bottom-name {
    opacity: 0.5;
    background: #000;
}

.bottom-name,.bottom-names {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.lunBox img {
    width: 480px;
    height: 270px;
    object-fit: cover;
}

/*轮播图左侧*/
.lunLeftBox {
    height: 300px;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}

.lunLeftBox ul {
    height: 100%;
    overflow: hidden;
}

.lunLeftBox ul li {
    background: #fbfbfb;
    padding: 10px 20px;
    box-sizing: border-box;
    /*flex: 1;*/
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    height: 100px;
}

.lunLeftBox ul li:last-child {
    border-bottom: none;
}

.lunLeftBox ul li:hover {
    background: #FFFFFF;
    border-right: 1px solid #eeeeee;
}

.lunLeftBox ul li h5 {
    height: 50px;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 25px;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lunLeftBox ul li:hover h5 {
    font-weight: bold;
}

.lunLeftBox ul li p {
    position: absolute;
    bottom: 10px;
    z-index: 10;
}

.lunLeftBox ul li p span {
    font-size: 14px;
    color: #999999;
    margin-right: 10px;
    letter-spacing: 1px;
}

/*轮播图右侧*/
.lunRightBox {
    height: 300px;
    position: relative;
    float: right;
}

.lunRightBox .topMessBox {
    z-index: 1000;
    margin-left: 15px;
    background: #FFFFFF;
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in;
}


.lunRightBox .topMessBox h5 {
    line-height: 27px;
    font-size: 20px;
    height: 54px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 10px;
}

.lunRightBox .topMessBox div {
    overflow: hidden;
    margin-bottom: 10px;
}

.lunRightBox .topMessBox span {
    margin-right: 20px;
    font-size: 13px;
    color: #999;
}

.lunRightBox .huole {
    width: 19px;
    height: 19px;
    background: url(../images/redu.png) no-repeat;
    background-size: 100%;
    display: inline-block;
}

.lunRightBox .topMessBox p {
    color: #333;
    text-indent: 2em;
    line-height: 23px;
    /*width: 360px;*/
    height: 50px;
    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;
    display: none;
}


.topMessBox:hover {
    background: #F2F2F2;
}

.topMessBox:hover p {
    display: block;
   /* width: 360px;*/
    height: 50px;
    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;
}

.topMessBox:hover h5 {
    font-weight: bold;
}


/*.lunRightBox .topMessBox:first-child {
    background: #F2F2F2;
}

.lunRightBox .topMessBox:first-child p {
    display: block;
}*/

.lunRightBox .currentHover {
    background: #F2F2F2;
}

.lunRightBox .currentHover h5 {
    font-weight: bold;
}

.lunRightBox .currentHover p {
    display: block;
    /*width: 360px;*/
    height: 50px;
    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;
}

    /*即时新闻*/
.cloum-xian {
    position: absolute;
    right: 6px;
    top: 0;
    width: 2px;
    height: 40px;
    background: #efeaea;
}
.nowNews {
    display: flex;
    overflow: hidden;
    margin-bottom: 15px;
}

.nowNews .nowNews-title {
    width: 44px;
    height: 40px;
    line-height: 19px;
    text-align: center;
    border: 1px solid #ede0e0;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
    color: #B61D22;
}

.nowNews .nowNews-con {
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.nowNews img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.nowNews ul {
    height: 40px;
    flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
}

.nowNews ul li {
    float: left;
    margin-right: 40px;
}

.nowNews ul li a {
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 1.5px;
}

/*swiper*/
.mySwiper {
    width: 92%;
    margin: 0 4%;
    overflow: hidden;
}

.mySwiper a {
    display: block;
}

.mySwiper img {
    height: 120px;
    width: 100%;
}

.mySwiper h5 {
    color: #A00002;
    border-bottom: 1px solid #A00002;
    font-size: 15px;
    display: inline-block;
    line-height: 25px;
    margin: 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.mySwiper p {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mySwiper h6 {
    /*line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;*/
}

.mySwiper span {
    font-size: 12px;
    color: #999;
}

.mySwiper em {
    display: block;
    font-style: normal;
    margin-top: 6px;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    text-align: justify;
}
.mySwiper1 .swiper-button-prev {
    left: 0;
}

.mySwiper1 .swiper-button-next {
    right: 0;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    background: #DFDFDF;
    top: 22px;
    height: 120px;
    border-radius: 7px;
    text-align: center;
}

.mySwiper .swiper-button-prev i,
.mySwiper .swiper-button-next i {
    font-size: 14px;
    line-height: 120px;
    color: #ffffff;
    font-weight: bolder;
}

/*云服务*/
.serviceBox {
    margin: 20px 0;
}

.serviceBox ul {
    display: flex;
}

.serviceBox ul li {
    flex: 1;
}

.serviceBox ul li a {
    display: block;
    text-align: center;
    padding-top: 26px;
}

.serviceBox ul li a img {
    width: 100px;
    height: 100px;
    border-radius: 50% 50%;
    transition: all 0.5s ease-out;
    box-shadow: -7px 0 15px #b3b3b3;
    margin-top: 10px;
}

.serviceBox ul li a img:hover {
    transform: scale(1.3);
}

.serviceBox ul li a p {
    line-height: 66px;
    color: #000;
    font-size: 16px;
}

/*横向手风琴*/
/*.options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    width: 100%;
    height: 150px;
    margin: 10px auto;
}

.options .option {
    position: relative;
    overflow: hidden;
    min-width: 40px;
    width: auto;
    !*margin: 0 10px;*!
    display: flex;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option .titleText {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin: 35px 0 0 10px;
    color: #A0A0A0;
    font-size: 16px;
    letter-spacing: 5px;
    display: block;
    vertical-align: middle;
    height: 150px;
    background: #ffffff;
}

.options .option.active {
    flex-grow: 10000;
}

.options .option:not(.active) {
    flex-grow: 1;
}

!*.options .option {
    flex-grow: 1;
}

.options .option:hover {
    flex-grow: 10000;
}*!

.options .option .messBox {
    position: absolute;
    left: 40px;
    right: 0;
    flex: 1;
    height: 150px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option .messBox div {
    position: relative;
    width: 100%;
    height: 150px;
}

.options .option .messBox img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;

}

.options .option .messBox h6 {
    position: absolute;
    left: 15%;
    width: 70%;
    z-index: 10;
    top: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.options .option .messBox p {
    position: absolute;
    left: 15%;
    width: 70%;
    z-index: 10;
    top: 90px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}*/

/*新闻专题*/
.specialBox {
    background: #F4F4F4;
    border-radius: 10px;
    padding: 0 25px;
    margin-bottom: 30px;
}

.specialBox > p {
    background: #B81B22;
    width: 131px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 0 0 13px 13px;
    margin: 0 auto 15px;
}

.specialBox .firstBox {
    display: flex;
    padding: 0px 50px 30px 50px;
    border-bottom: 1px solid #B81B22;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.specialBox .firstBox > a {
    width: 310px;
    height: 180px;
    display: block;
    margin-right: 35px;
}

.specialBox .firstBox > a img {
    width: 100%;
    height: 100%;
/*    object-fit: cover; */
}

.specialBox .firstBox > div {
    flex: 1;
}

.specialBox .firstBox > div h5 {
    margin-top: 35px;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.specialBox .firstBox > div div {
    margin-bottom: 10px;
}

.specialBox .firstBox > div div span {
    margin-right: 20px;
    color: #999999;
}

.specialBox .firstBox > div p {
    margin-right: 20px;
    color: #999999;
    margin-bottom: 10px;
}

.specialBox .firstBox > div .more {
    display: block;
    float: right;
    color: #B81B22;
    margin-top: 15px;
}

.news-icon{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/news-icon.png) no-repeat;
    background-size: 100%;
    vertical-align: inherit;
}

/*文章列表*/
/*右侧*/
.rightBox {
    border-top: 1px solid #B81B22;
}

.artBox .tabBox {
    overflow: hidden;
    margin-bottom: 20px;
}


.artBox .tabBox a {
    width: 70px;
    height: 30px;
    background: #B4B4B4;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    display: block;
    float: left;
}

.artBox .tabBox a i {
    margin-right: 3px;
}

.artBox .tabBox a.current {
    background: #B81B22;
}

/*列表形式*/
.listBox img {
    width: 210px;
    height: 118px;
    object-fit: cover;
    border-radius: 3px;
}

.artBox .listBox {
    border: 1px solid transparent;
}

.artBox .listBox li {
    position: relative;
    padding: 20px 0;
    color: #333333;
    margin-bottom: 0;
    width: 100%;
    height: 160.3px;
    box-sizing: border-box;
    min-height: 0;
    display: flex;
    border-bottom: 1px solid #dadada;
}

.artBox .listBox li:last-child {
    border-bottom: none;
}

.artBox .listBox li > a {
    float: left;
    margin-right: 20px;
    width: 212px;
    height: 118px;
    position: relative;
}

.artBox .listBox li > div {
    flex: 1;
}

.artBox .listBox li .news_share {
    color: #666;
    bottom: inherit;
    top: 0;
    width: 100%;
    left: 0;
    line-height: 21px;
    font-size: 12px;
    position: absolute;
    display: none;
    overflow: hidden;
    z-index: 10;
    padding: 0 10px;
    box-sizing: border-box;
    background-size: 100%;
}

.artBox .listBox li .news_share a {
    width: 19px;
    height: 21px;
    margin-left: 3px;
    margin-top: 7px;
    vertical-align: middle;
    display: block;
    background: url(./../images/share_bg90.png) no-repeat;
    background-size: 78px;
    float: right;
}

.artBox .listBox li .news_share p {
    width: 19px;
    height: 21px;
    margin-left: 3px;
    margin-top: 7px;
    vertical-align: middle;
    display: block;
    background: url(./../images/share_bg90.png) no-repeat;
    background-position: -20px 0 !important;
    background-size: 78px;
    float: right;
}

.artBox .listBox li .news_share span {
    float: right;
    line-height: 33px;
    margin-right: 5px;
}

.artBox .listBox li h2 {
    font-weight: normal;
    margin-top: 10px;
    color: #333;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.artBox .listBox li p span {
    margin-left: 4px;
    height: 24px;
    color: #B4B4B5;
}

.artBox .listBox li:hover {
    background-color: #F9FCFD;
}

.artBox .listBox li:hover .news_share {
    display: block;
}


.loading {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8a8a8a;
    margin-top: 10px;
}

.loading .image {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    animation: loading 3s infinite linear;
}

@keyframes loading {
    from {
        transform :rotate(0deg);
    }
    to {
        transform :rotate(360deg);
    }
}

.noMore {
    display: none;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8a8a8a;
    margin-top: 10px;
}

.moreBtnBox {
    /*margin-top: 14px;
    line-height: 30px;*/
    position: absolute;
    bottom: -8px;
}

.moreBtnBox span {
    display: block;
    float: left;
    margin-right: 6px;
    font-size: 12px;
}

.moreBtnBox span img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.moreBtnBox span a {
    margin-top: 4px;
    display: inline-block;
    width: 75px;
    height: 25px;
    line-height: 25px;
    background: #F2F2F2;
    color: #B81B22;
    border-radius: 20px;
    text-align: center;
}
