﻿.con_bom_0{
    background: linear-gradient(to bottom, #f4f4f4 0% ,#f4f4f4 40% ,#A8332B 40% , #A8332B 100%);
}

.content_bottom_left1{
    width: 100%;
    height: 560px;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
}

.content_bottom_left_content1{
    width: 1088px;
    height: 560px;
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;


}

@media screen and (min-width:1700px) {
    .content_bottom_left_content1{
        width: 1360px;
    }

}

/*@media screen and (max-width: 1306px){*/
/*    .content_bottom_left_content1{*/
/*        width: 816px;*/
/*    }*/
/*}*/

/*@media screen and (min-width:680px) and (max-width:1020px){*/
/*    .content_bottom_left_content1{*/
/*        width: 544px;*/
/*    }*/
/*}*/

/*@media screen and (min-width:340px) and (max-width:680px){*/
/*    .content_bottom_left_content1 {*/
/*        width: 272px;*/
/*    }*/
/*}*/


/* 轮播图 */
.content_bottom_left1 ul{
    /* width: 1632px; */
    width: 3264px;
    height: 140px;
    position: relative;
}
.content_bottom_left1 ul li{
    width: 250px;
    height: 535px;
    float: left;
    margin: 0 11px;
    background-color: #fff;
    cursor: pointer;
}

.content_bottom_left1 ul li a {
    color: black;
}

.content_bottom_left1 ul li img{
    width: 100%;
    /*height: 53%;*/
    height: 100%;
}

.c_con_on {
    margin: 0 auto;
    width: 80%;
}

.c_con span {
    display: block;
    margin-top: 20px;
    width: 100%;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}

.c_con p {
    margin-top: 20px;
    font-size: 14px;
    height: 90px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: black;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c_con .c_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.ctlc_prev1{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 255px;
    left: 20px;
    /* clip: rect(50px,30px,100px,0px); */
    z-index: 12;
    cursor: pointer;
}


.ctlc_next1 {
    width: 100px;
    height: 100px;
    top: 255px;
    right: 20px;
    position: absolute;
    /* clip: rect(0px,30px,50px,0px); */
    z-index: 12;
    cursor: pointer;
}

.ctlc_next1 img,
.ctlc_prev1 img {
    height: 100%;
    width: 100%;
}


.colo {
    position: absolute;
    background-color: #ad3129;
    width: 100%;
    height: 350px;
    top: 300px;
    z-index: 0;
}