﻿@charset "utf-8";

/* swiper */


/* reset css */

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}

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;
}

.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;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.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;
}


/* 字体字号 */

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 {
    text-decoration: none;
}

a:active {
    outline: none;
}

a:link {
    text-decoration: none;
}

.content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

body {
    background: #fff url(../images/bg.png) 50% 0 no-repeat;
}

.logo {
    padding-top: 35px;
    margin-bottom: 530px;
}

.cont-nr {
    overflow: hidden;
}

.list-box {
    float: left;
    width: 585px;
    margin-bottom: 35px;
}

.cont-nr>div:nth-child(2n+2) {
    margin-left: 30px;
}

.list-box h5 {
    font-size: 30px;
    font-weight: 700;
    color: #006bc8;
    font-family: 思源宋体 Heavy;
    line-height: 60px;
    background: url(../images/till1.png) 63% 50% no-repeat;
    position: relative;
}

.list-box h5 a {
    position: absolute;
    line-height: 60px;
    right: 0;
    color: #f6937d;
    font-size: 16px;
    font-weight: 400;
}

.list-t li {
    position: relative;
    padding-left: 20px;
    line-height: 55px;
    font-size: 16px;
    border-bottom: 1px dashed #dedede;
}

.list-t li:last-child {
    border-bottom: 0;
}

.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #f6a0a0;
    border-radius: 100px;
}

.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    width: 80%;
}

.list-t li a:hover {
    color: #006bc8;
}

.list-t li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
}

@media(max-width:1200px) {
    .content {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .list-box {
        width: 100%;
    }
    .cont-nr>div:nth-child(2n+2) {
        margin-left: 0px;
    }
    .list-box h5 {
        background: none;
    }
    .list-t li .date {
        display: none;
    }
    .list-t li a {
        width: 100%;
    }
    .logo img {
        max-width: 80%;
    }
    body {
        background-size: 182% 50%;
    }
    .logo {
        padding-top: 0px;
        margin-bottom: 230px;
    }
}