
li {
    list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

#demo {
    width: 100%!important;
    text-align: center;
    margin-top: 50px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #D32A2A;
}

#demo a,
#demo span {
    margin-right: 10px;
    padding: 4px 14px;
}
.banner{
    width: 100%;
    position: relative;
    height: 294px;
    background-color: rgba(0,0,0,.44);
    background-size: cover;
    background-position: 50%;
}
.banner div{
    width: 100%;
    min-width: 992px;
    text-align: center;
    color: #fff;
    position: absolute;
    /*top: 80px;*/
    letter-spacing:2px;
    background: rgba(0,0,0,0.3);
    height: 100%;
    padding-top: 80px;
}
.banner h1{
    letter-spacing:5px;
    line-height: 2;
    font-size: 44px;
}
.banner p{
    font-size: 22px;
}
.wrap {
    width: 1200px !important;
    min-width: 992px;
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
}
.wrap-title{
    font-size: 16px;
    position: relative;
    margin-bottom:20px ;
}
b{
    width: 50px;
    height: 4px;
    background-color: #d32a2a;
    background-image: linear-gradient(270deg, rgba(234, 22, 67, 1) 0%, rgba(243, 99, 42, 1) 100%), linear-gradient(rgba(173, 34, 35, 1), rgba(173, 34, 35, 1));
    background-blend-mode: normal, normal;
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-box{
    width: 580px;
    padding: 20px 0;
}
figure{
    width: 100%;
}
figure img{
    width: 100%;
    height: 200px;
}
figcaption{
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;

}
.main-text{
    color: #888;
    line-height: 1.5;
    font-size: 15px;

}
.main-title{
    display: flex;
    justify-content: space-between;
    color: #888;
    padding: 20px 0;
}
.main-title p:nth-of-type(1){
    font-size: 15px;
    font-weight: 600;
}
.main-title a p.goin{
    font-size: 13px;
    color: #8B8B8B;
}
.main-title p:nth-of-type(1) span{
    color: #D32A2A;
}
.main-box ul{
    border: dashed 1px #E6E6E6;
    padding: 20px 0px 20px 40px;
    color: #666;
}
.main-box ul li{
    list-style: disc;
    line-height: 2;
}
.goin{
    cursor: pointer;
}
.titho:hover{
    color: #D32A2A;
    cursor: pointer;

}
.thd-pager .thd-pagination>li>a {
    line-height: 1.428571429;
    position: relative;
    float: left;
    text-decoration: none;
    border-radius: 0px;
    border: 1px solid #B0B4B9;
    color: #555;
    background-color: #FFFFFF;
    padding: 7px 12px;
}