* {
    padding: 0;
    margin: 0;
}

.banner {
    width: 1400px;
    margin: 0 auto;
}

.header {
    height: 148px;
    width: 100%;
    background: #2c3240;
    border-bottom: 2px solid #6a707e;
}

.header img {
    margin-top: 28px;
    margin-left: 11px;
    height: 100px;
}

.nav {
    height: 62px;
    width: 100%;
    background: url(nav-bj.jpg);
}

.nav ul {
    list-style: none;
    display: flex;
    line-height: 62px;
    justify-content: space-around;
    align-items: center;
}

.nav ul li a {
    font-size: 17px;
    color: white;
    text-decoration: none;
}

.nav ul li a:hover {
    font-weight: 700;
}

.bg {
    height: 340px;
    background: url(header-bj.jpg) 100% 70%;
}

.footer {
    height: 230px;
    background: #2c3240;
}

.footer .left {
    color: #8f939f;
    text-align: center;
    float: left;
    margin-top: 40px;
    margin-left: 239px;
}

.footer .left img {
    width: 126px;
}

.footer .left p {
    margin-top: 3px;
}

.footer .right {
    float: left;
    margin-left: 90px;
    margin-top: 40px;
}

.content {

}

.content .title {
    height: 80px;

    margin: 0 auto;

    border-bottom: 1px solid #bdbec3;

}

.content .title .left {
    float: left;
    height: 80px;
    width: 272px;
    background: #717a99;
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: 80px;
}

.content .title .right {
    float: left;
    width: 1128px;
    line-height: 80px;


}

.content .title .right h3 {
    float: left;
    margin-left: 105px;
    font-size: 18px;
}

.content .title .right p {
    float: right;
    margin-right: 44px;
}



/* 本例子css */
.slideTxtBox {

    width: 1400px;
    margin: 0 auto;
   display:flex;
    text-align: left;
}

.slideTxtBox .hd {
    width: 272px;
   
    background: #b6bdcd;
 	overflow:hidden;

}


.slideTxtBox .hd ul {

	
    list-style: none;

}


.slideTxtBox .hd ul li {
    font-size: 18px;
    text-align: center;
    position: relative;
    height: 50px;
    line-height: 50px;
  
    cursor: pointer;
}

.slideTxtBox .hd ul li::before {
    content: ' ';
    width: 200px;
    display: inline-block;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 40px;
    background: url("/cms_files/filemanager/1892844109/picture/20239/0926069ca2d849f3b838f4550d09102a.jpg");
}


.slideTxtBox .bd {
   
   
    /* margin-left: 94px; */
}

.slideTxtBox .bd .text {
    margin-top: 37px;

    float: left;

    width: 1128px;
}

.slideTxtBox .bd .text h2 {
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 30px;
}

.slideTxtBox .bd .text h3 {
    text-align: center;
    font-size: 25px;
}

.slideTxtBox .bd .text p {
   
    font-size: 17px;
}

.slideTxtBox .bd ul {
    list-style: none;
    /* padding-left: 94px; */
    zoom: 1;
}



.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
background:#2C3240!important;
}