/*新闻列表——begin*/

.newslist {
    padding-bottom: 10px;
    min-height: 54vh;
}
.news_list {
    padding: 15px 0 25px
}
.news_list li {
    /*height: 110px;*/
    padding: 10px;
    border-bottom: 1px solid rgba(170, 170, 170, 0.6);
    line-height: 30px
}
.news_list li .img {
    height: 156px;
    width: 22.50%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.news_list li .text {
    width: 75%;
}
.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    flex-flow: row wrap
}
.news_list li .text .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.news_list li .text h3 {
    font-weight: bold;
}
.news_list li .text .title:hover a {
    color: rgba(38, 118, 249, 1)
}
.news_list li .text .content {
    color: #323131;
    font-size: 16px;
    margin: 10px 0 20px;
    line-height: 2;
}
.news_list li .text .content p{
    color: #323131;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_list li .text .time {
    color: #323131;
    float: right;
}
.news_list li.no-img .text {
    width: 100%
}
/*新闻列表——end*/
/*推荐轮播*/
.list-second {
    width: 100%;
    height: auto;
    display: flex;

}

.list-lunbo-box {
    width: 600px;
    height: 400px;
    flex: none;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.list-lunbo_img {
    width: 100% !important;
    height: 100% !important;
}

.list-lunbo {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.list-lunbo img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.list-lunbo > div {
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    background: linear-gradient(0, rgba(153, 12, 12, 0.7), rgba(243, 215, 215, 0.1));
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f0f0f0;
    font-size: 24px;
    text-align: left;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.list-right {
    width: 300px;
    height: 400px;
    flex: auto;
    padding-left: 20px;
}
.list-right .top-title{
    padding-left: 20px;
    width: auto;
    height: 110px;
    border-bottom: 1.8px solid #f4d5d3;
}
.list-right .top-title>a{
    letter-spacing: 0.1em;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.top-title .top-content{
    color: #323131;
    font-size: 16px;
    margin: 10px 0 20px;
    line-height: 2;
}
.top-title .top-content p{
    text-indent: 2em;
    color: #323131;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.top-content a{
    color: #EBA624;
}
.news-list{
    position: relative;
}
.news-list span{
    padding: 5px 0 5px 38px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    letter-spacing: 0.05em;
}
.news-list span::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d74339;
    position: absolute;
    left: 20px;
    margin-top: 10px;
}
/*导航栏样式*/
.content-suoyin {
    /*width: 100%;*/
    margin-top: 26px;
}

.suoyin_biaoti {
    width: 100%;
    height: 50px;
    background-color: #f4f4f4;
    box-shadow:  #f1eaea 1px 1px 1px 1px;

    border-radius: 10px;
}

.suoyin_list ul li {
    font-size: 20px;
    color: #d74339;
    float: left;
    height: 50px;
    line-height: 50px;
    min-width: 140px;
    text-align: center;
    cursor: pointer;
}

.suoyin_list .current {
    color: white;
    background: #e0665b;
    height: 50px;
    border-radius: 10px;
}

.suoyin_con {
    height: auto;
}
.suoyin_con .item{
    width: 100%;
    justify-content: flex-start;
}

.item1 .news_list {
    padding: unset!important;
}
.item1 .news_list li {
    /*height: 110px;*/
    padding: 20px;
    border-bottom: unset!important;
    line-height: 30px;
}
.item1 .news_list li .img {
    height: 156px;
    width: 22.50%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.item1 .news_list li .text {
    width: 75%;
}
.item1 .display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    flex-flow: row wrap
}
.item1 .news_list li .text .title {
    letter-spacing: 0.05em;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.item1 .news_list li .text h3 {
    font-weight: bold;
}
.item1 .news_list li .text .title:hover a {
    color: rgba(38, 118, 249, 1)
}
.item1 .news_list li .text .content {
    color: #323131;
    font-size: 16px;
    margin: 10px 0 20px;
    line-height: 2;
}
.item1 .news_list li .text .content p{
    color: #323131;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.item1 .news_list li .text .time {
    color: #323131;
    float: right;
}
.item1 .news_list li.no-img .text {
    width: 100%
}
.literature_options {
    padding: 15px 0 20px;
    text-align: left;
    border: none;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
}
.button {
    color: white;
    font-size: 19px;
    padding-top: 10px;
    background-color: #c31316;
    border-radius: 17px;
    padding: 8px 17px;
    margin-right: 15px;
}
.button:hover {
    color: black;
}



