.company_content{
    width: 75%;
    margin: 0 auto;
}
.swiper-container {
    margin-top: 40px;
    width: 100%;
    /*height: 210px;*/

}
.swiper-wrapper{
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.swiper-slide {
    /*height: 260px;*/
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    cursor: pointer;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    display: block;
}
.swiper-pagination{
    left: 20px;
    text-align: left;
    padding-left: 20px;
    width: 350px!important;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    opacity: .6;
    background: #c9cdd0;
}
.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #dc0814;
    border: none;
    opacity: 1;
}
.recommend{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.recommend_img{
    width: 200px;
    height: 130px;
    background-size: 100%;
    background-position: center;
}
.recommend_content{
    width: calc(100% - 200px - 20px - 10px);
    padding-right:10px ;
    text-align: left;
}
.recommend_content_date{
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #173993;
}
.recommend_content_title{
    margin-bottom: 6px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: 2px;
}
.recommend_content_remark{
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #939393;
    line-height: 25px;
    font-size: 16px;
    /*display: block; */
}
.recommend_content_details{
    margin-top: 10px;
    padding: 6px 36px;
    background: #e6e6e6;
    color: #db0016;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.5s;
}
.recommend_content_details:hover{
    background: #db0016;
    color: #ffffff;
}

.small_second_nav{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    border-top: 1px silver solid;
    padding-top: 30px;
}
.small_second_nav_item{
    display: inline-block;
    padding: 10px 25px;
    margin-right: 15px;
    background: #b3b3b3;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.5s;
    cursor: pointer;
}
.small_second_nav_item:hover{
    background:   #e00616;
    color :#ffffff;
}
.small_second_nav_item_this{
    background: #e00616;
}
.second_nav_content_text{
    color:  #e00616;
    font-weight: bold;
}
.company_list{
    margin-top: 20px;
}
.company_list_item{
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    transition: all 0.5s;
    position: relative;
}
.company_list_item:hover{
    background: #f7f7f7;
}
.company_list_item:hover .triangle{
    display: block;
}
.company_list_item_img{
    width: 200px;
    min-height: 130px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.company_list_item_content{
    width: calc(100% - 200px - 20px);
}
.border {
    width: 80px;
    height: 4px;
    box-sizing: border-box;
    border-top: 4px #e6e6e6 solid;
    position: relative;
    margin-bottom: 15px;
}
.border-red {
    position: absolute;
    top: -4px;
    width: 40px;
    height: 4px;
    box-sizing: border-box;
    border-top: 4px #e00616 solid;
}
.company_list_item_title{
    padding-right: 50px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.company_list_item_remark{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
    line-height: 25px;
    text-align: justify;
    color: #7c7c7c;
    font-size: 16px;
}
.company_list_item_date{
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #7c7c7c;
}
.triangle {
    position:absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #e00616;
    border-right: 50px solid transparent;
    display: none;
    background: #ffffff;
    transition: all 0.5s;
}
.company_news_list_page{
    text-align: center;
    margin-top: -30px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #e60128;
}
.layui-laypage a, .layui-laypage span{
    margin-left: 10px;
}

.recommend_content_title {
    margin-bottom: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    letter-spacing: 2px;
}
.recommend_content_date {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    color: #545454;
    margin-top: 12px;
}
.new_list_style{
    display: flex;
    border-top: 1px silver solid;
    padding-top: 30px;
    margin-top: 30px;
}
.small_second_nav{
    display: block;
    width: 300px;
    margin-top: 0;
    padding-top: 0;
    border: none;
}
.new_list_content{
    width: calc(100% - 300px - 20px);
}
.small_second_nav_item{
    display: block;
    text-align: right;
    padding: 10px 25px;
    margin-right: 15px;
    background: #f2f2f2;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 4px;
}
.small_second_nav_item_top{
    display: block;
    text-align: right;
    padding: 26px 25px;
    margin-right: 15px;
    background: #f2f2f2;
    color: #545454;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 4px;
}
.top_eng{
    font-size: 22px;
    color: #d1d1d2;
}
.small_second_nav_item_this {
    background: #e00616;
    color: #ffffff;
}
.company_list{
    margin-top: 0;
}

.company_list_item {
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    transition: all 0.5s;
    position: relative;
}
.company_list_item_remark {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    line-height: 25px;
    text-align: justify;
    color: #7c7c7c;
    font-size: 16px;
    padding-right: 50px;
}
.company_list_item_date {
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #7c7c7c;
}
.small_second_nav_bg{

    height: 150px;
    background: url("../../../../Public/Home/image/small_second_nav_bg.jpg");
    padding: 10px 25px;
    margin-right: 15px;
}

.empty{
    text-align: center;
    font-size: 16px;
    color: #585858;
}