body {
    background: #eeeeee;
}


.login_form {
    background-color: #ffffff;
    padding: 20px 30px 0px 30px;
    margin-left: 20px;
    width: 326px;
    box-shadow: 0px 3px 6px #333333;
    text-align: center;
}

.login_form .icon_user {
    background: url(../front-v2/images/iconfont-yonghu.png) no-repeat 7px center;
}

.login_form .icon_password {
    background: url(../front-v2/images/iconfont-psw.png) no-repeat 7px center;
}

.login_form .input-group-addon i {
    background-size: 25px;
    position: absolute;
    left: 3px;
    top: 0px;
    width: 30px;
    height: 30px;
}

.login_form .title_name {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
}

.login_form .form-group {

    display: block;
}

.login_form .form-control {
    height: 30px;
    font-size: 12px;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.login_form .input-group-addon {
    padding: 17px 20px;
}

.tishi .prompt, .tishis .prompt {
    background: #ffffff;
    border: 1px solid #F94D50;
    color: #F94D50;
    text-align: left;
    padding-left: 40px;
    line-height: 28px;
    border-radius: 3px;
    position: relative;
    display: none;
}

.tishi .tishi_icon, .tishis .tishi_icon {
    background: url(../front-v2/images/bz_16x16.png) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 15px;
}


.blog .blog-inner .media img {
    margin: 1px;
}

.blog .blog-inner .media {
    margin-bottom: 0px !important;
}

/*.page-pagination li a {
    color: #1f2d30;
    width: auto;
    padding: 10px 20px;
}*/

.col-sm-3, .col-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    /* min-width: 12.5rem; */
}

@media only screen and (min-width: 1200px) {
    .blog .blog-inner .media img {
        height: 380px !important;
        width: 206px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .blog .blog-inner .media img {
        height: 375px !important;
        width: 165px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .blog .blog-inner .media img {
        height: 378px !important;
        width: 166px !important;
    }
}

@media only screen and (max-width: 991px) {
    .blog .blog-inner .media img {
        height: 365px !important;
        width: 186px !important;
    }

    .login_form {
        margin-left: calc((100% / 2) - 163px) !important;
    }
}

@media only screen and (max-width: 768px) {
    .blog .blog-inner .media img {
        height: 60px !important;
        width: 141px !important;
    }
}


.carousel-item .my-col {

    padding: 0px 2px 0px 2px;
}

.carousel-item .my-col .item {

    height: 410px;

}

.carousel-item img {

    height: 380px;
}

.carousel-item .bottom {

    width: 100%;
    height: 30px;
    background: #fff;
    text-align: center;
    padding: 0px 3px 0px 3px;


}

.carousel-item .bottom a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #999;
}

@media only screen and (min-width: 1200px) {
    .carousel-item .my-col .item {
        width: 195px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .carousel-item .my-col .item {
        width: 155px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .carousel-item .my-col .item {
        width: 155px !important;
    }
}

@media only screen and (max-width: 991px) {
    .carousel-item .my-col .item {
        width: 155px !important;
    }


}

@media only screen and (max-width: 768px) {
    .carousel-item .my-col .item {
        width: 175px !important;
    }
}


.blog .blog-inner .bottom {
    text-align: center;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.fl {
    float: left;
}

.fr {
    float: left;
}

.msgs {
    display: inline-block;
    width: 104px;
    color: #0697DA;
    font-size: 12px;
    border: 1px solid #0697DA;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: 3px;
    border-radius: 50px;
    cursor: pointer;
}

.msgs-active {
    background: #E6E6E6;
    color: #818080;
    border: 1px solid #CCCCCC;
}


