.hiddentext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.head {
    width: 100%;
    height: 117px;
}

.nav {
    display: flex;
    background: #bd0202;
    color: #fff;
    height: 45px;
}


/* 导航样式 */

.nav li {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
}

.nav li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.nav li:hover {
    background: #252525;
    cursor: pointer;
}


/* 搜索框 */

.search-div {
    width: 330px;
    height: 38px;
    margin: 20px 35px auto 0;
    overflow: hidden;
}

.container,
.navdiv {
    width: 1190px;
    margin: 0 auto;
    position: relative;
}

.head-logo {
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
}

.head-logo img {
    width:150px;
}


/* 广告位 */

.advertising {
    width: 1190px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

.advertising-img {
    width: 100%;
    height: 90px;
    display: block;
}

.advertising-title {
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 16px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 6px 0 0 0;
}


/* 主体 */

.main {
    width: 1190px;
    margin: 10px auto 0 auto;
    position: relative;
}

.article {
    display: flex;
}

.article-left {
    width: 440px;
    height: 555px;
}

.article-right {
    width: 405px;
    height: 555px;
    margin-left: 25px;
}

.article-right-right {
    width: 300px;
    height: 555px;
    margin-left: 30px;
}

.article-border {
    /* width: 275px; */
    font-weight: bold;
    height: 20px;
    border-left: 3px solid #bd0202;
    display: flex;
}

.article-border a {
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;
    color: #333;
}


/* .f{
    width: 220px;
    height: 20px;
    margin-left: 10px;
}
.s{
    width: 233px;
    height: 10px;
    margin-top:10px;
    border-top: 1px solid #dfdbdb;
} */

.article-right-right-content li {
    width: 100%;
    height: 158px;
    margin: 10px 0;
}

.article-right-right-content li h3 {
    width: 100%;
    height: 20px;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-right-right-content li h3 a {
    font-size: 18px;
    line-height: 20px;
    color: black;
}

.content-li-flex {
    display: flex;
    width: 100%;
    height: 90px;
}

.content-li-flex span {
    width: 110px;
    height: 90px;
    overflow: hidden;
}

.content-li-flex span img {
    width: 110px;
    height: 90px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.content-li-flex span img:hover {
    transform: scale3d(1.2, 1.2, 1);
}

.content-li-flex div {
    text-indent: 30px;
    width: 170px;
    height: 90px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-left: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-div {
    width: 440px;
    height: 275px;
}


/* 新闻 */

.daily-news {
    width: 100%;
    height: 26px;
    margin-top: 10px;
}

.daily-flex {
    display: flex;
}

.headline {
    width: 81px;
    height: 26px;
    background: #bd0202;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.daily-news p {
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daily-news a:hover {
    color: #bd0202;
}

.daily-news a {
    color: #404040;
    font-size: 20px;
    font-weight: bold;
}

.daily-news-detail {
    width: 100%;
}

.daily-news-detail p {
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.daily-news-detail a {
    color: #404040;
    font-size: 16px;
}

.daily-news-detail a:hover {
    color: #bd0202;
}

.daily-news-two {
    width: 100%;
    height: 26px;
    margin-top: 10px;
}


/* 要闻 */


/* .importance-div {
    border-top: 2px solid #dfdbdb;
} */

.title-mod {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.title-mod h3 a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.title-mod span a {
    font-size: 14px;
}

.title-mod a:hover {
    color: #bd0202;
}


/* 要闻列表 */

.news-list {
    width: 100%;
    position: relative;
    /* height: 232px; */
}

.news-list li {
    padding: 0 0 0 21px;
    position: relative;
    height: 36px;
    line-height: 36px;
    list-style-type: disc;
    overflow: hidden;
}

.news-list li i {
    position: absolute;
    left: 0;
    top: 16px;
    display: block;
    width: 4px;
    height: 4px;
    padding: 0;
    background: #ccc;
}

.news-list li a {
    font-size: 16px;
    color: #333;
}

.news-list li:first-child {
    font-weight: bold;
}

.news-list li a:hover {
    color: #bd0202;
    overflow: hidden;
}

.plate-second {
    width: 1190px;
    height: 410px;
    padding-top: 10px;
    display: flex;
    margin: 0 auto;
    border-top: 3px solid #bd0202;
}

.hr-dashed {
    height: 0;
    margin: 20px 0 0px;
    border-width: 0;
    border-top: 1px dotted #dfdbdb;
}


/* 财经 */

.money {
    width: 1190px;
    height: 445px;
    border-top: 3px solid #bd0202;
}

.mar {
    margin-top: 10px;
}

.money h1 {
    color: #bd0202;
    font-size: 26px;
    margin: 10px auto;
}

.money-div {
    width: 1190px;
    height: 490px;
    display: flex;
}

.money-right {
    width: 315px;
    height: 390px;
    margin: 10px 0 0 43px;
}

.inter {
    width: 440px;
}

.numCode {
    margin-left: 25px;
    width: 395px;
}

.mixed {
    margin-bottom: 10px;
    width: 100%;
    height: 120px;
    display: flex;
}

.mixed-img {
    width: 170px;
    height: 100%;
}

.mixed-title {
    width: 240px;
    height: 50%;
    margin-left: 20px;
}

.mixed-title h3 {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.mixed-title p {
    height: 54px;
    line-height: 27px;
    margin: 6px 0 0;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    color: #333;
}

.mixed-title h3 a {
    font-size: 16px;
    display: block;
    color: #404040;
    white-space: normal;
    overflow: hidden;
}


/* 不同的css */

.plate-first {
    width: 1190px;
    height: 410px;
    border-top: 3px solid #bd0202;
}

.plate-container {
    width: 100%;
    height: 390px;
    display: flex;
    margin-top: 10px;
}

.plate-left {
    width: 420px;
    height: 390px;
}

.plate-middle {
    width: 310px;
    height: 390px;
    margin: 0 25px;
}

.plate-right {
    width: 410px;
    height: 390px;
}

.plate-left ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plate-left ul li a {
    font-size: 16px;
}

.plate-middle-top {
    margin-top: 10px;
}

.plate-title {
    border-left: 3px solid #bd0202;
    width: 100%;
    height: 20px;
    color: #333;
}

.plate-middle-top div h1 {
    margin-left: 10px;
    font-size: 20px;
    line-height: 20px;
}

.plate-middle-top img {
    margin-top: 10px;
    width: 100%;
    height: 160px;
    display: block;
}

.image-hint {
    font-size: 16px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.plate-middle-abreast {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.plate-middle-bottom {
    margin-top: 10px;
}

.abreastimg {
    width: 150px;
    height: 100px;
    display: block;
}

.topic {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.topict {
    width: 100%;
    height: 180px;
}

.topict ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.topic ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.topic ul li a {
    font-size: 16px;
}

.topict ul li a {
    font-size: 16px;
}

.second-left {
    width: 400px;
    height: 380px;
}

.bigimg {
    width: 400px;
    height: 200px;
    position: relative;
    margin-top: 10px;
}

.bigimg img {
    width: 100%;
    height: 200px;
    display: block;
}

.bigimg span {
    width: 97%;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    background: black;
    position: absolute;
    bottom: 10px;
    left: 7px;
    opacity: 0.75;
}

.smallimg span:hover {
    color: #bd0202;
}

.smallimg {
    margin-top: 10px;
    width: 100%;
    height: 170px;
}

.smallimg ul {
    display: flex;
    justify-content: space-between;
}

.smallimg ul li {
    width: 32%;
    height: 100px;
}

.smallimg ul li span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
}

.smallimg ul li img {
    width: 100%;
    display: block;
}

.image-hint:hover {
    background: #bd0202;
    color: #fff;
}

.second-middle {
    width: 400px;
    margin: 0 30px;
}

.second-right {
    width: 320px;
}

.second-container {
    width: 100%;
    height: 300px;
    margin-top: 15px;
}

.titleR {
    width: 100%;
    height: 20px;
    line-height: 20px;
    border-left: 3px solid #bd0202;
}

.titleR span {
    font-size: 20px;
    color: #333;
    margin-left: 10px;
    font-weight: bold;
}

.hotnewslist li {
    display: flex;
    margin-top: 20px;
}

.numlist {
    width: 24px;
    height: 18px;
    background: #bd0202;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.hottext a {
    margin: 0 10px 0 10px;
    width: 100%;
    height: 40px;
    line-height: 20px;
    color: #333;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* 轮播图 */

.swiper-container {
    width: 440px;
    height: 275px;
}

.swiper-slide img {
    width: 100%;
}

.swiper-container {
    margin-left: 0;
}

.hoverred:hover {
    color: #bd0202;
}
