.backimg_section{
    width: 100%; min-width: 1200px;overflow: hidden;
} 

.backimg_section img{width:100%;height:auto;animation: banner_outside 6s infinite alternate}
@keyframes banner_outside {
    0% {
    -o-transform: scale(1);
    transform: scale(1);
}
100% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
}
.main_content{
    width:1200px;margin:0 auto;
}
.sele_section{width:100%;margin-top:40px;
    min-width: 1200px;}
.sele_section .sele_list{margin:0 auto;display: flex;    line-height: 50px;    text-align: center;align-items: center;    justify-content: center;}
.sele_section .sele_tit{width:200px;padding-left:20px;padding-right:20px;border:1px solid #ececec;margin-bottom:10px;height:50px;font-size:16px;position:relative;cursor: default;}
.sele_section .sele_tit.sele{background-color:rgb(0, 159, 233);color:#ffffff!important;border:0px!important}
.sele_section .sele_tit .layui-edge-bottom{
    position: absolute;
    top: 50px; 
    left: 115px;
    border-top-color: rgb(0, 159, 233);
    display: none;
}
.sele_section .sele_tit.sele .layui-edge-bottom{display:block}

.con_section{width:100%;margin-top:30px;min-height:500px}
.con_section .con_list{width:100% }
.con_section .con_list .con_dlist{width:100% }
.con_section .con_list .con_item{float:left;width:50%;height:130px;display:flex;cursor:pointer;margin-bottom:30px}
.con_section .con_item img{width:220px;height:100%;border-radius:8px}
.con_section .con_item .con_detail{width:calc(100% - 220px);height:100%;padding:0px 20px;box-sizing:border-box}
.con_section .con_item .con_detail .title{
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: block;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    
}
.con_section .con_item .con_detail .title:hover{color:#00a0e9!important}
.con_section .con_item .con_detail .des{
        width: 100%;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: rgb(102, 102, 102); 
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.con_section .con_item .con_detail .date{
    width: 100%;
    margin-top:10px;
    color:rgb(153, 153, 153);
    font-size:14px;
    display: block;
}
.con_section .laypage_section{
    width: 100%;
    /*float: left;*/
    text-align: center;
    margin-top: 20px;
}
.con_section .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#00a0e9}
.con_section .layui-laypage a:hover {
    color: #00a0e9;
}