* {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.center {
    margin-top: 30px;
    width: 100%;
}

/* 标题栏目头部 */
.lis {
    height: 35px;
}

.lis .tet {
    font-size: 25px;
    color: #94072a ; 
    font-weight: bolder; 
    vertical-align: middle; 
    height: 35px; 
    line-height: 35px; 
    margin-left: 30px;
}

.lis .more{
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    right: 50px;
}

.lis img {
    height: 35px; 
    vertical-align: middle;
}

/* 加粗下划线 */
.streak {
    background-color: #94072a; 
    height: 5px; 
    width: 250px; 

}

.under_l {
    height: 1px;
    width: 100%;
    background-color: black;
    opacity: 0.1;
}

/* 标题栏目头部结束 */

/* 第一行部分 */


.lel {
    padding:0 3px;
}

.lel img{
    width: 100%;
    height: 260px;  
}

.lie {
    height: 30px;
    line-height: 27px;
    background-color: firebrick;
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    overflow: hidden;
}

.lie:hover {
    color: white;
}

/* 第一行左侧列表 */

.cont1 a{
    border-bottom: 1px dashed black;
    flex: 1;
}

.cont1 ul li {
    margin-top: 20px;
}



/* 第一行右侧 */
.firr_cen .fir_content {
    width: 100%;
}

.fir_content li {
    margin-top: 15px;
    height: 60px;
    width: 100%;
}

.fir_content .date {
    height: 55px;
    width: 65px;
    float: left;
    background-color: #b5b5b5;
}

.fir_content .date .ri {
    height: 30px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

.fir_content .date .year {
    margin-top: 3px;
    height: 20px;
    font-size: 15px;
    text-align: center;
}

.fir_content a {

    margin-left: 15px;
    float: left;
    align-items: center;
    width: calc(98% - 80px);
    height: 60px;
    line-height: 30px;
    color: black;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fir_content ul li:hover a{
    color: #EA0000 ;
}
.fir_content ul li:hover .date {
    color: white;
    background-color: #B22222;
}

.hr1 {
    display: flex;
    border-top: 1px solid rgb(128, 128, 128);
    width: 98%;
    margin: 30px auto;

}
.hr2 {
    border-top: 1px solid rgb(128, 128, 128);
    width: 98%;
    margin: 0;

}
/* 第二行部分 */

.cen_con {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.fir_content2 {
    width: 100%;
}

.fir_content2 li {
    display: flex;
    margin-top: 30px;
    height: 30px;
    width: 100%;
}

.fir_content2 a {
    margin-left: 15px; 
    align-items: center;
    height: 30px;
    line-height: 30px;
    color: black;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    width: calc(98% - 45px);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fir_content2 ul li:hover a{
    color: #EA0000 ;
}

.date2 {
    border: 1px solid #b5b5b5 ;
    height: 30px;
    min-width: 100px;
    line-height: 30px;
    cursor: pointer;
}

.date2 span {
    display: inline-block;
    font-size: 14px;
    background-color: #b5b5b5;
    padding-left: 5px;
    margin-right: 5px;
    width: 54px;
    height: 28px;
}

/* 中间底部 */

.con_bom {
    width: 100%;
    background-color: #f4f4f4;
}

.con_bom .bott {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}


.content_bottom_left{
    width: 100%;
    height: 245px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.content_bottom_left_content{
    width: 1088px;
    height: 240px;
    border-radius: 5px;
    margin: 0 auto;
    
    overflow: hidden;
    position: relative;
}

@media screen and (min-width:1700px) {
    .content_bottom_left_content{
        width: 1360px;
    }
}

/*@media screen and (min-width:1020px ) and (max-width: 1306px){*/
/*    .content_bottom_left_content{*/
/*        width: 816px;*/
/*    }*/
/*}*/

/*@media screen and (min-width:680px) and (max-width:1020px){*/
/*    .content_bottom_left_content{*/
/*        width: 544px;*/
/*    }*/
/*}*/

/*@media screen and (min-width:340px) and (max-width:680px){*/
/*    .content_bottom_left_content {*/
/*        width: 272px;*/
/*    }*/
/*}*/


/* 轮播图 */
.content_bottom_left ul{
    /* width: 1632px; */
    width: 3264px;
    height: 140px;
    position: relative;
}
.content_bottom_left ul li{
    width: 250px;
    height: 220px;
    float: left;
    margin: 0 11px;
}


.content_bottom_left ul li img{
    width: 100%;
    height: 100%;
}

.ctlc_prev{
    width: 30px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 13px;
    clip: rect(50px,30px,100px,0px);
    z-index: 12;
    cursor: pointer;
}

.ctlc_next {
    width: 30px;
    height: 100px;
    top: 50px;
    right: 10px;
    position: absolute;
    clip: rect(0px,30px,50px,0px);
    z-index: 12;
    cursor: pointer;
}


/* Elink */

.con_bom_1 {
    background-color: #fff;
    margin-bottom: 50px;
}

.Elink {
    margin-top: 10px;
}

.Elink ul li {
    margin-top: 20px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.Elink ul li Elinks {
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.Elink ul li a {
    display: flex;
    
    flex-direction: column;
    background-color: #94072a;
    color:white;
}