@charset "utf-8";

/* CSS3动画库 */
@import url("animate.css");

/* swiper */
@import url("swiper.css");

/* reset css */

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

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

fieldset,
img {
    border: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}





/* 通用功能 */

.vm,
input,
label {
    vertical-align: middle;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.h>li {
    float: left;
}

.clearfix:after,
.nav:after,
.content:after,
.grid:after,
.h:after,
.jr-row:after,
.jr-grids:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix,
.nav,
.content,
.grid,
.row,
.h {
    *zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font: 0/0 Arial;
    visibility: hidden;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr40 {
    margin-right: 40px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.hide {
    display: none;
}

.nt {
    text-align: left;
    letter-spacing: -3em;
    overflow: hidden;
}

.nt:first-letter {
    margin-left: -20em;
}

.et {
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff;
}


/* 字体字号 */

body,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}


/* 链接 */

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

a:hover {
    color: #048;
    text-decoration: none;
}

a:active {
    outline: none;
}


/* 颜色 */

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #bbb !important;
}

.text-red {
    color: #f41c20 !important;
}

.text-orange {
    color: #f39c12 !important;
}

.text-yellow {
    color: #f1c40f !important;
}

.text-green {
    color: #36d2a5 !important;
}

.text-cyan {
    color: #4eccdb !important;
}

.text-blue {
    color: #1b80d2 !important;
}

.text-purple {
    color: #9b59b6 !important;
}

.text-pink {
    color: #ff8aab !important;
}

.md-gray {
    background-color: #f5f5f5;
    color: #797979;
}

.md-red {
    background-color: #f41c20;
}

.md-orange {
    background-color: #f39c12;
}

.md-yellow {
    background-color: #f1c40f;
}

.md-green {
    background-color: #36d2a5;
}

.md-cyan {
    background-color: #4eccdb;
}

.md-blue {
    background-color: #0f39ff !important;
}

.md-purple {
    background-color: #9b59b6;
}

.md-pink {
    background-color: #ff8aab;
}

.md-lightblue {
    background-color: #e9f3fd;
}

.md-deepblue {
    background-color: #147;
}

.gd-gray {
    background: #ece9e6;
    background: -webkit-linear-gradient(60deg, #ece9e6, #f8f8f8);
    background: linear-gradient(60deg, #ece9e6, #f8f8f8);
}

.gd-red {
    background: #ee0979;
    background: -webkit-linear-gradient(60deg, #ee0979, #ff6a00);
    background: linear-gradient(60deg, #ee0979, #ff6a00);
}

.gd-orange {
    background: #ff5858;
    background: -webkit-linear-gradient(60deg, #ff5858, #fcab2a);
    background: linear-gradient(60deg, #ff5858, #fcab2a);
}

.gd-yellow {
    background: #ffcf83;
    background: -webkit-linear-gradient(60deg, #eaa02a, #ffcf83);
    background: linear-gradient(60deg, #eaa02a, #ffcf83);
}

.gd-green {
    background: #96deda;
    background: -webkit-linear-gradient(60deg, #50c9c3, #96deda);
    background: linear-gradient(60deg, #50c9c3, #96deda);
}

.gd-cyan {
    background: #36d1dc;
    background: -webkit-linear-gradient(60deg, #5b86e5, #36d1dc);
    background: linear-gradient(60deg, #5b86e5, #36d1dc);
}

.gd-blue {
    background: #00c6fb;
    background: -webkit-linear-gradient(60deg, #005bea, #00c6fb);
    background: linear-gradient(60deg, #005bea, #00c6fb);
}

.gd-purple {
    background: #834d9b;
    background: -webkit-linear-gradient(60deg, #834d9b, #d04ed6);
    background: linear-gradient(60deg, #834d9b, #d04ed6);
}

.gd-pink {
    background: #ff8aab;
    background: -webkit-linear-gradient(60deg, #fa647e, #ff8aab);
    background: linear-gradient(60deg, #fa647e, #ff8aab);
}

.gd-lightblue {
    background: #e9f3fd;
    background: -webkit-linear-gradient(60deg, #0ed2f7, #e9f3fd);
    background: linear-gradient(60deg, #0ed2f7, #e9f3fd);
}

.gd-deepblue {
    background: #4b6cb7;
    background: -webkit-linear-gradient(60deg, #182848, #4b6cb7);
    background: linear-gradient(60deg, #182848, #4b6cb7);
}

.md-red,
.md-red>a,
.md-orange,
.md-orange>a,
.md-yellow,
.md-yellow>a,
.md-green,
.md-green>a,
.md-cyan,
.md-cyan>a,
.md-blue,
.md-blue>a,
.md-purple,
.md-purple>a,
.md-pink,
.md-pink>a,
    /*.md-lightblue,
    .md-lightblue>a,*/
.md-deepblue,
.md-deepblue>a,
.gd-red,
.gd-red>a,
.gd-orange,
.gd-orange>a,
.gd-yellow,
.gd-yellow>a,
.gd-green,
.gd-green>a,
.gd-cyan,
.gd-cyan>a,
.gd-blue,
.gd-blue>a,
.gd-purple,
.gd-purple>a,
.gd-pink,
.gd-pink>a,
    /*.gd-lightblue,
    .gd-lightblue>a,*/
.gd-deepblue,
.gd-deepblue>a {
    color: #fff !important;
}



/* webkit滚动条 */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #bbb;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track-piece {
    background-color: #ddd;
}





.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w40 {
    width: 40%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.w75 {
    width: 75%;
}

.w25 {
    width: 25%;
}

.w66 {
    width: 66.67%;
}

.w33 {
    width: 33.33%;
}

.w16 {
    width: 16.66%;
}


/*  各种列表 */

.list li {
    position: relative;
    line-height: 1.5;
}

.list li>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

[class*="list-"] .pic,
.pic-text .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

[class*="list-"] .pic img,
.pic-text .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

[class*="list-"] .pic:hover img,
.pic-text .pic:hover img {
    transform: scale(1.05);
}


/* 文字列表基础 */

.list-t li {
    position: relative;
    padding: 8px 0 8px 20px;
    line-height: 24px;
    font-size: 18px;
}

/*.list-t li:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #ddd;
    border-radius: 100px;
}

.list-t li:hover:before {
    background-color: #1b80d2;
}*/

.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-t li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #bbb;
}

.list-t li .date+a {
    width: 70%;
}


