
input:focus,select:focus,textarea:focus {
	outline:-webkit-focus-ring-color auto 0;
}
.clearfix {zoom: 1;}
.clearfix:after {content: "020";height: 0px;display: block;overflow: hidden;clear: both;}
.margin_auto{margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}
.yjs .banner {
    width: 100%;
    height: 300px;
    background: url(yjs-banner.png) no-repeat center center;
    background-size: auto 100%;
}
.yjs .container {
    width: 1200px;
    margin: 20px auto;
}
.yjs-title {
    padding: 20px 0 30px;
}
.yjs-title h3 {
    font-size: 30px;
    color: #404040;
    padding: 0 0 30px;
    display: inline-block;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    position: relative;
}
.yjs-title h3::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #2d7bf9;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.container_text .layui-col-md3 a {
    display: block;
    height: 70px;
    border-radius: 6px;
    background-color: #fff;
    margin: 0 10px 20px;
    text-align: center;
    font-size: 17px;
    /* line-height: 70px; */
    padding: 25px 20px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    box-shadow: 0 2px 20px rgb(0 0 0 / 5%);
}
.container_text .layui-col-md3 a:hover {
    background-color: #2d7bf9;
    color: #fff;
    box-shadow: 0 2px 20px rgb(45 123 249 / 30%);
}
.container_text .layui-col-md3{
    width: 33%;
    float: left;
}

@media only screen and (max-width:768px){
    body{
        font-size: 14px;
    }
    .yjs .banner{
        background-size: 180%;
        height: 2.14rem;
    }
    .yjs-title h3 {
        font-size: 0.6rem;
        color: #404040;
        padding: 0 0 0.6rem;
        display: inline-block;
        line-height: 1;
        margin: 0;
        font-weight: 700;
        position: relative;
    }
    .yjs .container{
        margin: 0;
    }
    .yjs-title{
        padding: 0.2rem 0.2rem 0.3rem;
    }
    .yjs .container{
        width: 100%;
    }
    .container_text .layui-col-md3{
        width: 100%;
    }
    .container_text .layui-col-md3 a {
        display: block;
        height: 1.4rem;
        border-radius: 0.12rem;
        background-color: #fff;
        margin: 0 0.2rem 0.4rem;
        text-align: center;
        font-size: 0.34rem;
        /* line-height: 70px; */
        padding: 0.5rem 0.4rem;
        box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        box-shadow: 0 2px 0.4rem rgb(0 0 0 / 5%);
    }
}