
.top2 {
    /*background-color: #0662b5*/
    background: url(/images/banner_bg.png);
    width: 100%;
    height: 426px;
    background-size: 100% auto;
}

.layui-btn:hover {
    color: #0e47e9;
}

.login-bg {
    width: 780px;
    background-size: 100% 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.Hlogin {
    /* background: url(/images/banner_right.png) left top no-repeat;
       background-color: #072942cc;
        margin-top:-24px;
        width: 285px;*/
    /* height: 208px;*/
    /* float: left;
        padding-top: 50px;*/
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /*opacity: 0.9;*/
}
/* .Hlogin button{
    margin-left:25px;
    
    }*/

.content-mid {
    background-color: #fff;
    color: #666;
    height: 50px;
    line-height: 50px;
}

    .content-mid h3 {
        float: left;
        margin: 0 20px;
        font-size: 1.2rem;
    }

.wellcon {
    margin-left: 5px
}

.news-icon {
    margin-right: 10px;
}

    .news-icon img {
        width: 25px;
    }

.login-btns button {
    width: 100%;
    background-color: #fff;
    /*border-radius: 20px;*/
    color: #fff;
    font-size: 1.5em;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
}

.login-btns img {
    position: relative;
}

.layui-card {
    padding-top: 10px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 10px #06C;
    -webkit-box-shadow: 2px 2px 10px #009688;
    box-shadow: 2px 2px 10px #009688;
}

.layui-card-header {
    padding: 0 5px;
    margin: 0 10px;
    /*border-left: 5px solid #0662b5;*/
    height: 36px;
    line-height: 36px;
    border-bottom: none;
}

    .layui-card-header h3 {
        float: left;
        padding: 0 8px;
        color: #fff;
        background: #019798;
        font-size: 1.1rem;
    }

    .layui-card-header .more {
        float: right;
    }

.more a {
    color: #999;
}

.layui-card-body {
    border-top: 1px dashed #ddd;
    padding: inherit;
    margin: 10px 15px
}

    .layui-card-body a {
        height: 35px;
        line-height: 35px;
        color: #666;
        width: 100%;
        display: flex;
    }

        .layui-card-body a .title {
            color: #666;
            width: calc(100% - 85px);
            float: left;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            font-size: 1rem;
        }

    .layui-card-body .date {
        margin-left: 5px;
        color: #ddd;
        width: 80px;
        float: left;
        text-align: right;
    }

.margin-top-40 {
    margin-top: 40px;
}

.layui-form-item {
    margin-bottom: 15px;
}

.uplodMode li {
    list-style-type: disc;
}
/*新闻模块*/
.layui-text ul {
    padding: inherit;
}

.indexYwLUl1 li {
    padding: 8px 0;
    overflow: hidden;
    height: 60px;
}

    .indexYwLUl1 li span {
        width: 50px;
        height: 60px;
        float: left;
        display: block;
        color: #fff;
        font-size: 12px;
        text-align: center;
        background-color: #e9e9e9;
    }

    .indexYwLUl1 li a {
        float: left;
        display: block;
        color: #333333;
        height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        width: calc(100% - 60px);
        marginm;
        line-height: 28px;
        padding-left: 10px;
        font-size: 1rem;
    }

    .indexYwLUl1 li span i {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 20px;
        margin-top: .3rem;
        color: #999;
        /* font-family: 'Roboto',sans-serif; */
        font-weight: bold;
    }

    .indexYwLUl1 li span b {
        font-weight: 500;
        /*    transform: scale(.8);
    -ms-transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);*/
        display: block;
        width: 100%;
        height: 22px;
        color: #fff;
        background-color: #019798;
    }
/*温馨提示*/
.telphone {
    color: #c2c2c2;
    font-size: .8rem;
    margin-bottom: 15px;
}

    .telphone i {
        margin-right: 10px;
    }

    .telphone img {
        width: 32px;
    }
@media screen and (min-width: 1400px){
    .layui-container {
    width: 1450px;
   }
    .loginDiv {
        margin-top: 1em;
    margin-bottom: 1em;
    }
}
@media screen and (min-width: 1600px) {
    .layui-container {
        width: 1570px;
    }
    .loginDiv {
        margin-top: 3em;
        margin-bottom: 3em;
    }
}