@charset "utf-8";
/* CSS Document */

.g-c-bd {
    position: relative;
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
}


.m-hotrec {
    width: 100%;
    min-height: 555px;
    background: #fff;
}
.m-hotrec .g-hr-main {
    padding: 40px 0 0px;
}
.m-hotrec .g-hr-main .g-hrm-recommand {
    margin-top: 59px;
    zoom: 1;
}

.m-hotrec .g-hr-main .g-hrm-recommand .g-m-recjump {
    position: relative;
    float: left;
    display: block;
    margin-left: 50px;
    width: 360px;
    background: #fff;
	    border: 1px solid #dbe0e5;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
       transition: all .2s linear;
}
.m-hotrec .g-hr-main .g-hrm-recommand .g-m-recjump:hover {
        box-shadow: 1px 8px 26px rgba(45, 46, 47, 0.5);
}

.m-hotrec .g-hr-main .g-hrm-recommand .g-m-recjump:first-child {
    margin-left: 0;
}
.m-hotrec .g-hr-main .g-hrm-recommand .g-m-recjump .box-item-img {
    width: 100%;
    height: 150px;
    position: relative;
}

.m-hotrec .g-hr-main .g-hrm-recommand .g-m-recjump .box-item-img .g-mrecj-img {
    width: 100%;
    height: 100%;
}
.m-hotrec .g-hr-main .g-hrm-recommand .g-m-recjump .g-mrecj {
    width: 300px;
    height: 165px;
    padding: 29px 30px;
}
.m-hotrec .g-hr-main .g-hrm-recommand .g-m-recjump .g-mrecj .g-mrecj-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #4082bb;
}
.m-hotrec .g-hr-main .g-hrm-recommand .g-m-recjump .g-mrecj .g-mrecj-subtitle {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.3px;
    text-align: left;
    color: #333;
    margin: 8px 0 18px;
    font-weight: inherit;
}
.m-hotrec .g-hr-main .g-hrm-recommand .g-m-recjump .g-mrecj .g-mrecj-content {
    width: 100%;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.3px;
    text-align: justify;
    color: #999;
}

.m-hotrec .g-hr-main .g-hrm-recommand:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}
.m-hotrec .g-hr-main .g-hrm-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 0.86;
    text-align:  center;
    color: #333;
}



