* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #111;
}

button {
    border: none;
}

.text-white,
.text-white a {
    color: #fff;
}

.text-center {
    text-align: center;
}

.padding-zero {
    padding: 0;
}

.sw-nav {
    background-color: #19a3d3;
    padding: 10px 0 !important;
}

.nav-search {
    padding-top: 10px;
    padding-right: 5px;
    font-size: 12px;
}

.nav-search .form-control {
    padding: 3px 12px;
}

.nav-search .input-group-addon {
    padding: 3px 8px;
}

.form-group {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

.mhome-news-title {
    font-size: 18px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mhome-news-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
}

.padding-l-zero {
    padding-left: 0;
}

.padding-r-zero {
    padding-right: 0;
}

.mhome-news-info {
    color: #919191;
    padding-top: 25px;
}

.mhome-news-info .pull-right {
    color: #ccc;
    border: 1px solid #ccc;
    padding: 0 5px;
    border-radius: 4px;
}

.mhome-news-list {
    overflow: hidden;
    margin: 15px 0;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
}

.mad-info {
    color: #919191;
    padding-top: 10px;
}

.mad-info .pull-right {
    color: #d3edfe;
    border: 1px solid #d3edfe;
    padding: 0 5px;
    border-radius: 4px;
}

.home-img-group .col-xs-4 {
    padding: 0 5px;
}

.mhome-xs-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
}

.home-img-group {
    padding-top: 10px;
}

.mhome-more {
    background-color: #ddd;
    padding: 5px 0;
    margin-bottom: 15px;
}

.mcopy {
    line-height: 1.5em;
    padding-bottom: 15px;
    overflow: hidden;
}

.nav-sub-nav {
    float: left;
    width: 20%;
}

.nav-sub {
    background-color: #f7f7f7;
    padding: 5px 0;
    overflow: hidden;
}

.nav-sub-active a {
    color: #19a3d3;
}

.btn-video {
    background-color: #19a3d3;
    color: #fff;
    border-radius: 2px;
    padding: 3px 8px;
    font-size: 12px;
    margin-right: 5px;
}

.list-brand {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100px;
    text-align: center;
    border: 1px #ddd solid;
    padding: 0 10px;
}

.list-brand a {
    display: table-cell;
    width: 100%;
    height: 100px;
    vertical-align: middle;
}

.list-brand a img {
    max-width: 100%;
    max-height: 90px;
    margin: 0 auto;
}

.list-brand-name {
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 30px;
    text-align: center;
    padding: 5px 10px;
}

.word-break {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.margin-top-30{
    margin-top: 30px;
}
.quanwu-img{
    width: 100%;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quanwu-title{
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 15px;
}
.quanwu-time{
    color: #919191;
    margin: 0;
    font-size: 14px;
}
.hr-list-title{
    font-size: 16px;
}
.hr-list-time,.hr-list-info{
    color: #919191;
    padding-top: 5px;
}
.text-red{
    color: red;
}
.hr-list{
    overflow: hidden;
    border-bottom:1px solid #e6e6e6;
    padding-bottom:10px;
    margin-bottom: 10px;
}
.show-hr-title{
    font-size: 18px;
    font-weight: bold;
}
.show-hr-pay{
    font-size: 16px;
    padding:8px 0;
}
.show-hr-info p{
    margin-bottom: 5px;
    color: #919191;
}
.show-hr-brand{
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}
.show-news-time{
    color: #919191;
    padding: 8px 0;
}
.show-news-content{
    font-size: 16px;
    line-height: 1.75em;
}
.show-news-content img{
   max-width: 100% !important;
   margin: auto;
   display: block !important;
}


.hide,.pages_inp,.pages_btn{display:none;}