﻿﻿@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: 1165px;
    margin: 0 auto;
}

.herad {
    position: relative;
    width: 1165px;
    margin: 0 auto;
    padding-top: 60px;
}

.banner {
    margin-top: 65px;
    margin-bottom: 530px;
}

body {
    background: url(../images/bg.png) 50% 0% no-repeat;
}

.ctie {
    text-align: center;
    margin-bottom: 20px;
}

body * {
    box-sizing: border-box;
}


/* 焦点轮播图css */

.focus {
    float: left;
}

.focus,
.focus .pic {
    position: relative;
    width: 600px;
    height: 400px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../images/arr_l.png)\0;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../images/arr_r.png)\0;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 11px;
    right: 0;
    z-index: 9;
    text-align: right;
    padding: 0 10px;
    margin-bottom: 4px\9;
}

.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 0;
    width: 10px;
    height: 10px;
}

.focus .swiper-pagination-bullet {
    /* border: 1px solid #fff; */
    background: none;
    opacity: 1;
    background: #a0a0a0;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff;
}

.cpq-r {
    width: 540px;
    float: right;
}

.p1-2 .list-t li {
    padding: 11px 0 30px;
    margin: -23px 0 0px;
    border: 0;
    border-bottom: 1px dashed #1d6dc6;
    margin-bottom: 25px;
}

.p1-2 .list-t li a {
    max-width: 100%;
}

.p1-2 .list-t li:before {
    content: none;
    position: absolute;
    width: 8px;
    height: 15px;
    background-color: #ee1913;
    border-radius: 0;
    top: 13px;
}

.p1-2 .list-t li h3 {
    color: #555555;
    font-weight: bold;
    font-size: 22px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    padding-left: 0px;
}

.p1-2 .list-t li p a {
    color: #1d6dc6;
    display: inline-block;
    overflow: inherit;
    text-indent: 1em;
}

.list-t li {
    position: relative;
    padding-left: 13px;
    font-size: 16px;
    line-height: 48px;
}

.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%
}

.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    margin-top: -1px;
    background-color: #69b1fb;
    border-radius: 0px;
}

.list-t li p {
    color: #999999;
    font-size: 15px;
    text-indent: 2em;
    overflow: visible;
    white-space: initial;
    text-overflow: initial;
    display: block;
    line-height: 32px;
    max-height: 61px;
}

.list-t li .date {
    position: absolute;
    top: 0px;
    right: 0;
    color: #bbb;
    font-weight: normal;
}

.list-t h3:before {
    width: 0;
    height: 0;
    top: 0;
    border: 4px solid #b3d465;
    background: none;
    border-radius: 0;
}

.cp1 {
    margin-bottom: 65px;
}


/* 专题图css */

.topic {
    position: relative;
}


/* .topic h2 {
width: 60px;
height: 130px;
background: url(../images/topic.jpg) 0 0 no-repeat;
} */

.topic .scroll {
    position: relative;
    margin: 0 -10px 0 60px;
}

.topic .fl {
    position: absolute;
}

.topic li {
    width: 540px\9;
}

.topic li a {
    display: block;
    width: 520px\9;
    margin: 0 10px;
}

.topic li img {
    max-width: 100%;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 999;
}

.topic-prev {
    left: 100px;
    background-image: url(../images/zt03.png);
}

.topic-next {
    right: 35px;
    background-image: url(../images/zt04.png);
}

.cp2 {
    margin-bottom: 65px;
}

.cp3-l {
    width: 550px;
    float: left;
}

.cp3-r {
    width: 550px;
    float: right;
}

.ctie2 {
    position: relative;
}

.ckgd {
    font-size: 16px;
    font-weight: 400;
    font-family: 思源宋体;
    position: absolute;
    bottom: 28px;
    color: #69b1fb;
    right: 0;
}

.ckgd img {
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -2px;
}

.tslis {
    margin-bottom: 12px;
}

.tslis .date {
    float: left;
    width: 88px;
    height: 80px;
    text-align: center;
    background: #88c7fb;
    padding: 15px 0;
    margin-right: 20px;
}

.tslis .date b {
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
}

.tslis .date i {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.tslis h5 {
    font-size: 18px;
    color: #545151;
    font-weight: 400;
    margin-bottom: 10px;
}

.tslis p {
    font-size: 14px;
    color: #909090;
}

.cp3 {
    margin-bottom: 65px;
}

.cp4-l {
    float: left;
    width: 824px;
    height: 632px;
    position: relative;
}

.cp4-l a {
    display: block;
}

.cp4-l a img {
    width: 100%;
    height: 100%;
}

.cp4-l a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 24px 55px;
    line-height: 26px;
    font-size: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 700;
}

.cp4-r {
    float: right;
    width: 306px;
}

.cp4-r ul li {
    margin-bottom: 16px;
}

.cp4-r ul li a {
    display: block;
    width: 306px;
    height: 199px;
    position: relative;
}

.cp4-r ul li a img {
    width: 100%;
    height: 100%;
}

.cp4-r ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 15px;
    line-height: 17px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 400;
}

.cp4 {
    margin-bottom: 75px;
}

.focus2 {
    float: left;
}

.focus2,
.focus2 .pic {
    position: relative;
    width: 600px;
    height: 215px;
}

.focus2 .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus2 .pic img {
    height: 100%;
}

.focus2 .swiper-pagination-bullet-active {
    background: #fff;
}

.cp5-r {
    width: 540px;
    float: right;
}

.cp5-r .list-t {
    margin-top: -15px;
}

.cp5 {
    margin-bottom: 70px;
}