* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

.banner a {
    display: block;
}

.banner img {
    width: 100%;
}

.container {
    padding: 30px 10px 0;
}

.title {
    color: #a92222;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.introduce {
    padding: 15px 10px 0;
    color: #453c3c;
    font-size: 14px;
}

.halfImg {
    overflow: hidden;
}

.halfImg li {
    width: calc((100% - 10px) / 2);
    float: left;
    margin-right: 10px;
}

.halfImg li:nth-child(2n+2) {
    margin-right: 0;
}

.halfImg li a {
    display: block;
    position: relative;
}

.halfImg li a span {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.halfImg li a img {
    width: 100%;
}

.halfImg li > span {
    display: block;
    color: #554d4d;
    font-size: 16px;
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.kcjs, .xszp {
    margin-top: 15px;
}

.fullBtn {
    margin-top: 20px;
}

.fullBtn a {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #f39800;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
}

.xszp li {
    margin-bottom: 10px;
}

.others {
    margin-top: 15px;
}

.others li {
    margin-bottom: 10px;
}

.cont {
    padding: 15px;
    background-color: #ffffff;
   border: 1px solid #f1f1f1;
    border-radius: 15px;
}

.cont .li {
    background-color: #ffffff;
    border-radius: 15px;
    border: dashed 1px #d0d0d0;
    padding: 16px;

}

.cont .li .flex_n {
    width: 58px;
    margin-right: 12px;
}

.container {
  
    margin-left: auto;
    margin-right: auto;
}

.cont .li .flex_n b {
    font-size: 22px;
    line-height: 40px;
    color: #4d4c4a;
}
.flex_1 b{
    font-size: 18px;
}
.mt10{
 margin-top: 10px;
}