
li {
    list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

#demo {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #D32A2A !important;
}

#demo a,
#demo span {
    margin-right: 10px;
    padding: 4px 14px;
}

.banner {
    width: 100%;
    position: relative;
    height: 352px;
    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: 46px;
}

.banner p {
    font-size: 16px;
}

.main {
    width: 920px !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 800px;
    max-width: 920px;
    margin: auto;
    position: relative;
    top: -100px;
}
.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.title p:nth-of-type(1) {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 20px;
    background: rgba(22, 38, 58, 0.6);
    letter-spacing: 1px;
}
.title p:nth-of-type(2){
    position: relative;
    top: -8px;
}
.title p:nth-of-type(2) img {
    margin:0 10px;
}
.wrap{
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 0;
}
.main-box {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    box-sizing: border-box;
    border-bottom: solid 1px #e6e6e6;
    padding: 20px 0 40px;
}

.img-box {
    width: 210px;
    height: 160px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    overflow: hidden;
}
.img-box img {
    width: 100%;
    height: 100%;
}

.img-box span:nth-of-type(1) {
    background: rgba(0, 0, 0, 0.5);
    width: 80px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.img-box span:nth-of-type(2) {
    background: rgb(211, 42, 46);
    width: 46px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.text-box {
    flex: 1;
    position: relative;
    color: #919191;
}
h4 {
    font-weight: 400!important;
    color: #333!important;
    font-size: 20px!important;
    margin-bottom: 10px;
}
.text-box a h4:hover {
    color: #D32A2A!important;
    cursor: pointer!important;
}

.text-box div:nth-of-type(1) {
    margin-top: 20px;
}

.text-box-bottom {
    width: 595px;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
}

.text-box-bottom p img {
    width: 25px;
}

.text-box-bottom ul {
    display: flex;
}

.text-box-bottom ul li {
    padding-left: 70px;
}

.text-box-bottom ul li img {
    width: 18px;
}

