html,
body {
    color: #666;
    background-color: #f2f2f2;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

img {
    border: 0;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.header-header-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.6s ease-out;
}

.header-header-title {
    width: 1200px;
    margin: 0 auto;
}

.header-header-title .header-title {
    float: left;
    margin-left: 10px;
}

.header-header-title a {
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
    line-height: 28px;
}

.header-header-title .navList {
    float: right;
    margin-right: 10px;
}

.header-header-title .navList li:first-child {
    margin-left: 0;
}

.header-header-title .navList li {
    float: left;
    margin-left: 66px;
}


.header-header-title .navList li a {
    font-size: 12px;
}

.header-header-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    z-index: 999;
    transition: all 0.45s ease-in-out;
}

.header-header-nav.moveDown {
    top: 29px;
    transition: all 0.45s ease-in-out;
}

.header-header-nav .wrapper {
    position: relative;
    width: 1180px;
    /* padding: 0 10px; */
    height: 60px;
    margin: 0 auto;
}

.header-header-nav .header-logo {
    width: 130px;
    height: 35px;
    background: url(/lianghua/images/icon-white.png) no-repeat;
    background: url(/lianghua/images/icon-white.png) no-repeat\9;
    background-size: 130px auto;
}

.header-header-nav .wrapper .header-logo {
    position: relative;
    top: 19px;
}

.header-header-nav.solid .header-logo {
    background: url(/lianghua/images/icon-blue.png) no-repeat;
    background: url(/lianghua/images/icon-blue.png) no-repeat\9;
    background-size: 130px auto;
}

.header-header-nav .header-logo h1 {
    text-indent: -99999px;
}

.header-header-nav .wrapper .header-top-nav {
    position: absolute;
    right: 200px;
    top: 0;
}

.header-top-nav .menu {
    -webkit-user-select: none;
    user-select: none;
    margin-top: 4px;
}

.header-top-nav .menu>li {
    float: left;
    margin-left: 20px;
    height: 55px;
}

.header-top-nav .menu>li>a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    padding: 0 10px;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    border-bottom: 2px solid transparent;
    border-bottom: 0 \9;
    background-color: rgba(0, 0, 0, 0);
}

.header-header-nav.solid .header-top-nav .menu>li>a {
    color: #383838;
}

.header-top-nav .menu>li .panel {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    height: 120px;
    padding-top: 0;
    filter: alpha(opacity=0) \9;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: -1;
    visibility: hidden;
    visibility: visible\9;
    display: none\9;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

.header-top-nav .menu>li .panel.product {
    height: auto;
}

.header-top-nav .menu>li .panel .inner {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    width: 1180px;
    padding: 28px 0 37px 0;
    box-shadow: none;
    overflow: hidden;
    text-align: center;
}

.header-top-nav .menu>li .panel .list {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    /* float: left; */
}

.header-top-nav .menu>li .panel.product .list {
    box-sizing: border-box;
    display: block;
    height: 60px;
    text-align: left;
    margin-left: 295px;
    margin-top: 30px;
}

.header-top-nav .menu>li .panel.product .list dt {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    width: 90px;
    vertical-align: middle;
    font-size: 16px;
    color: #373d40;
    line-height: 60px;
    margin-right: -20px;
}

.header-header-nav.solid .header-top-nav .menu>li .panel .list dt {
    color: #7d8496;
}

.header-top-nav .menu>li .panel .list dd {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    margin-left: 80px;
    text-align: center;
    vertical-align: top;
}

.header-top-nav .menu>li .panel .list a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #383838;
    font-weight: 400;
    text-align: center;
}

.header-header-nav.solid .header-top-nav .menu>li .panel .list a {
    color: #383838;
}

.header-top-nav .u-iconfont {
    font-size: 32px;
    line-height: 33px;
    color: #383838;
}

.header-top-nav .menu>li .panel .list dd em {
    font-weight: 400;
}

.header-top-nav .menu>li .panel .list dd .txt {
    display: block;
    margin-top: 8px;
    font-style: normal;
}

a,
a:hover {
    color: #488bff;
}

.header-header-top.moveUp {
    top: -29px;
    transition: all 0.5s ease-out;
}

.header-header-nav.solid {
    background-color: #fff;
    border-bottom: 1px solid #f0f1f2;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
}

.header-header-nav .wrapper .m-login {
    position: absolute;
    right: 10px;
    top: 16px;
}

.u-btn {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    padding: 7px 15px;
    background-color: #49a0f5;
    border: 1px solid #49a0f5;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}

.m-login .u-btn {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: top;
}

.m-login .sign {
    transition: all 0.4s ease-out;
}

.u-btn.sign {
    padding: 7px 15px;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
}

.m-login .u-btn.sign {
    margin-right: 12px;
}

.header-header-nav.solid .m-login .u-btn {
    transition: all 0.4s ease-out;
}

.header-header-nav.solid .m-login .sign {
    background-color: transparent;
    border: 1px solid #505050;
    color: #383838;
    transition: all 0.4s ease-out;
}

.header-header-nav.solid .m-login .free {
    background-color: #f55449;
    border: 1px solid #49a0f5;
    color: #fff;
    transition: all 0.4s ease-out;
}

.m-login .u-btn {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: top;
}

.u-btn.free {
    padding: 7px 15px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #383838;
}

.m-login .u-btn.free {
    margin-left: 0;
}

.header-header-nav.solid .m-login .u-btn {
    transition: all 0.4s ease-out;
}

.header-header-nav.moveDown {
    top: 29px;
    transition: all 0.45s ease-in-out;
}

.header-top-nav .menu>li:hover .panel {
    filter: alpha(opacity=100) \9;
    opacity: 1;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: 1;
    visibility: visible;
    display: block\9;
}

.header-top-nav .menu>li>a:hover {
    color: #3b8fea;
    border-color: #3b8fea;
    border-bottom: 2px solid #3B8FEA;
}

.header-top-nav .menu>li .panel .list dd .txt:hover {
    color: #3b8fea;
}

.icon-font {
    width: 30px;
    height: 30px;
    background-size: 30px;
    display: block;
    margin: 0 auto;
}

.icon-font-item001 {
    background: url("/lianghua/images/icon001.png") no-repeat;
    background-size: 30px;
}

.icon-font-item002 {
    background: url("/lianghua/images/icon002.png") no-repeat;
    background-size: 30px;
}

.icon-font-item003 {
    background: url("/lianghua/images/icon003.png") no-repeat;
    background-size: 30px;
}

.icon-font-item004 {
    background: url("/lianghua/images/icon004.png") no-repeat;
    background-size: 30px;
}

.icon-font-item005 {
    background: url("/lianghua/images/icon005.png") no-repeat;
    background-size: 30px;
}

.icon-font-item006 {
    background: url("/lianghua/images/icon006.png") no-repeat;
    background-size: 30px;
}

.icon-font-item007 {
    background: url("/lianghua/images/icon007.png") no-repeat;
    background-size: 30px;
}

.header-top-nav .menu>li .panel .list a:hover .icon-font {
    width: 30px;
    height: 30px;
    background-size: 30px;
    display: block;
    margin: 0 auto;
}

.header-top-nav .menu>li .panel .list a:hover .icon-font-item001 {
    background: url("/lianghua/images/icon001-1.png") no-repeat;
    background-size: 30px;
}

.header-top-nav .menu>li .panel .list a:hover .icon-font-item002 {
    background: url("/lianghua/images/icon002-2.png") no-repeat;
    background-size: 30px;
}

.header-top-nav .menu>li .panel .list a:hover .icon-font-item003 {
    background: url("/lianghua/images/icon003-3.png") no-repeat;
    background-size: 30px;
}

.header-top-nav .menu>li .panel .list a:hover .icon-font-item004 {
    background: url("/lianghua/images/icon004-4.png") no-repeat;
    background-size: 30px;
}

.header-top-nav .menu>li .panel .list a:hover .icon-font-item005 {
    background: url("/lianghua/images/icon005-5.png") no-repeat;
    background-size: 30px;
}

.header-top-nav .menu>li .panel .list a:hover .icon-font-item006 {
    background: url("/lianghua/images/icon006-6.png") no-repeat;
    background-size: 30px;
}

.header-top-nav .menu>li .panel .list a:hover .icon-font-item007 {
    background: url("/lianghua/images/icon007-7.png") no-repeat;
    background-size: 30px;
}

.header-top-nav .menu>li .panel .list a:hover .txt {
    color: #3b8fea;
}

.solid .header-top-nav .menu>li .panel {
    top: 61px;
}

.header-banner-slide {
    position: relative;
    min-width: 1000px;
    background-color: #081238;
    margin-bottom: 25px;
}

.header-banner-main,
.contents-main {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
}

.contents-main {
    margin-bottom: 25px;
}

.header-banner-wrapper {
    position: relative;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.header-banner-button {
    z-index: 1002;
    margin-top: 15px;
    position: absolute;
    /* top: 59%; */
    top: 75%;
    /* left: 12%; */
    right: 17%;
}

.header-banner-button a {
    padding: 8px 43px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 2px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.3;
    color: #383838;
    color: #fff;
    background-color: #11388C;
    border-color: #11388C;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    border: 1px solid #11388C;
}

.header-banner-button a:hover {
    color: #fff;
    border-color: #3981ff;
    background-color: #3981ff;
}

.header-banner-button .header-btn-wh {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 20px;
    padding: 11px 43px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.header-banner-button .header-btn-wh:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
}

.header-banner-news {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    background-color: #6F6E78;
    /*\9*/
}

.header-banner-news-box {
    width: 1180px;
    margin: 0 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-banner-news-box ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
}

.header-banner-news-box ul li {
    box-sizing: border-box;
    display: table-cell;
    padding: 27px 54px 27px 40px;
    text-align: left;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    width: 320px;
}

.header-banner-news-box ul li:first-child {
    border-left: 0;
}

.header-banner-news-box ul li a {
    font-size: 14px;
    line-height: 35px;
    color: #fff;
}

.header-bar-pic {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    text-align: center;
}

.header-bar-pic img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
}

.header-bar-title {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-bar-text {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-banner-news-box ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.header-banner-wrapper ul li img {
    width: 100%;
    height: 580px;
    display: block;
    border: none;
}

.header-banner-wrapper ul li {
    position: relative;
}

.header-banner-circle ul li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    width: 6px;
    height: 6px;
    background: url(/lianghua/images/icon-q1.png) no-repeat;
    background: url(/lianghua/images/icon-q1.png) no-repeat\9;
    background-size: 6px 6px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
}

.header-banner-circle ul .on {
    width: 14px;
    height: 6px;
    background: url(/lianghua/images/icon-q2.png) no-repeat;
    background: url(/lianghua/images/icon-q2.png) no-repeat\9;
    background-size: 24px 6px;
}

.header-banner-circle {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    width: auto;
    /* bottom: 138px; */
    bottom: 38px;
    padding: 5px 13px;
    padding-bottom: 3px;
    border-radius: 16px;
    text-align: center;
}

.header-banner-button-mo {
    width: 180px;
    left: 50%;
    margin-left: -90px;
}

/* 轮播图 S */
.banner-container {
    width: 770px;
    height: 414px;
}

.banner-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /* left: 0; */
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.banner-slide.active {
    opacity: 1;
}

.banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.7); */
    color: white;
    padding: 20px;
    text-align: center;
}

.banner-content h2 {
    margin: 0 0 10px 0;
}

.banner-content p {
    margin: 0;
}

.banner-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.banner-nav button {
    /* background: rgba(0, 0, 0, 0.5); */
    background: none;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    /* border-radius: 50%; */
    font-size: 18px;
}

.banner-nav button:hover {
    background: none;
    /* background: rgba(0, 0, 0, 0.8); */
}

.list-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px;
    /* border: 1px solid #8e8e8e; */
    background-color: #ffffff;
    text-align: left;

    margin-bottom: 10px;
}

.list-title a {
    float: right;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #666666;
}

/* 轮播图 E */

.list-right-img1 {
    width: 370px;
    height: 75px;
    line-height: 70px;
    text-align: center;
    margin-top: 16px;
    border: 1px solid #dddddd;
}

.list-right-img1 span {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.list-right-img2 {
    width: 175px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 16px;
    margin-right: 7px;
    display: inline-block;
}

.list-right-img2 span {
    font-size: 14px;
    padding-left: 15px;
    font-weight: bold;
    color: #ffffff;
}

.header-content {
    width: 1178px;
    margin-right: auto;
    margin-left: auto;
}

/* bootstrap 样式 */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.m-1 {
    margin: 0.25rem !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.bg-light {
    background-color: #ffffff !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #e6e6e6 !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
}

.pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
}

.pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
}

.pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
}

.pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
}

.pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
}

.pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

/* 右侧 tag部分*/


.list-tag-a {
    border: 1px solid #ccc;
    color: #777;
    padding: 3px 7px;
    display: block;
    float: left;
    margin: 3px 7px;
    font-size: 14px;
}

/* 全局样式 */

h2 {
    font-size: 16px;
}

h3 {
    font-size: 16px;
}

.list-right {
    float: right;
}

.list-left {
    float: left;
}

.container-m-t-25 {
    margin-top: 25px;
}

.container-w770 {
    width: 770px;
}

.container-w370 {
    width: 370px;
}

.container-no-overflow {
    white-space: normal;
    word-wrap: break-word;
}

.container-mar-to-15 {
    margin-top: 15px;
}

.container-mar-bo-0 {
    margin-top: 0;
}

.container-mar-bo-25 {
    margin-top: 25px;
}
.list-title {
    background: linear-gradient(35deg, #D9E9F4, #ffffff);
}
.list-title h3{
    font-size: 14px;
    font-weight: bold;
}