h1 {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #388DCD;
}

small {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.artilce div {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.artilce_txt {
    margin-top: 30px;
    overflow: hidden;
}

.artilce_txt .layui-col-md9 {
    width: 72%;
}

.artilce_bgc {
    background: #EEF9FF;
}

.bookimg {
    padding: 12px;
    width: 30%;
    height: 100%;
}

.bookimg img {
    margin-top: 20px;
    width: 100%;
}

.artilce_txtR {
    width: calc(100% - 32%);
    height: 100%;
    padding: 12px;
}

.artilce_txtR small {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 60px;
}

.artilce_txtR span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
}

.pt25 {
    margin-top: 25px;
}

.downL_ {
    height: 40px;
    background-color: #008ED3;
    width: 240px;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.downL_ a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
}

.downL_:hover {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
}

.downL_:hover a {
    color: #333333;
}

#social_banner .layui-carousel-ind {
    width: 100% !important;
}

#social_banner .swiper-slide img {
    height: 100%;
}

.report_a {
    display: block;
    /* height: 40px; */
    line-height: 40px;
    float: left;
    margin-right: 36px;
    margin-bottom: 24px;
    padding: 0px 24px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    border: 1px solid #ccc;
}

.report_a:hover {
    color: #333 !important;
}

.report_add {
    background: #008ED3;
    border-radius: 5px;
    color: #FFFFFF;
    border: 1px solid #008ED3;
}

.report_add:hover {
    color: #FFFFFF !important;
}

@media screen and (max-width:768px) {
    .artilce_txtR {
        width: auto;
    }
}

@media screen and (max-width:560px) {
    small {
        font-size: 18px;
    }
    .artilce_txt {
        margin-top: 10px;
    }
    .artilce div {
        font-size: 12px;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        /* text-align: justify; */
    }
    .artilce_txtR small {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #333333;
        line-height: 20px;
    }
    .artilce_txt .layui-col-md9 {
        width: 100%;
    }
}