html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

a,
a:hover {
    text-decoration: none;

    outline: none;
}

a {
    color: #3a3a3a;
}

fieldset,
img {
    border: none;
}

img {
    max-width: 100%;
}

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

ol,
ul {
    list-style: none;
}

hr {
    height: 1px;

    border: none;
}

input[type=button] {
    outline: none;

    -webkit-appearance: none;
}

* {
    font-family: 'microsoft yahei', -apple-system-font, Helvetica Neue, sans-serif;

    box-sizing: border-box;

    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

html {
    width: 100%;
    height: 100%;
}

body {
    min-width: 1200px;
    min-height: 100%;
}

.header {
    background: #f1f1f1;
}

.hd-header {
    width: 1200px;
    height: 40px;
    margin: auto;

    justify-content: space-between;
}

.hd-hd-lul li,
.hd-hd-rul li {
    font-size: 14px;

    display: flex;
    flex-direction: row;

    cursor: pointer;

    align-items: center;
}

.hd-hd-lul li {
    position: relative;

    margin-right: 15px;
    padding-right: 12px;
}

.hd-hd-lul li:after {
    position: absolute;
    top: 50%;
    right: 0;

    width: 8px;
    height: 4px;
    margin-top: -2px;

    content: '';
    transition: transform .3s;
    transform: rotate(-90deg);

    background: url('../yses_img/nav_down.png');
    background: url('../yses_img/nav_down.png');
}

.hd-hd-lul li:hover:after {
    transform: rotate(0);
}

.hd-hd-lul li:last-child {
    margin-right: 0;
}

.hd-hd-rul li {
    margin-left: 15px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hd-hd-rul li img {
    margin-top: 1px;
    margin-right: 3px;
}

.hd-drop {
    position: absolute;
    z-index: -100;
    top: 100%;
    left: 0;

    overflow: hidden;

    width: 150px;

    transition: opacity .3s, transform .3s;
    transform: translateY(-10px);

    opacity: 0;
}

.hd-drop img {
    width: 150px;
    height: 150px;
}

.hd-hd-lul>li:hover .hd-drop {
    z-index: 999;

    transform: translateY(0px);

    opacity: 1;
}

.es-searchbar-wrap {
    background: #fff;
}

.es-searchbar {
    width: 1200px;
    height: 100px;
    margin: auto;

    justify-content: space-between;
    align-items: center;
}

.es-logo {
    margin-right: 44px;
}

.es-form {
    width: 390px;
    height: 40px;

    align-items: center;
}

.es-search-input {
    width: 310px;
    height: 38px;
    padding: 0 10px;

    border: 1px solid #cecece;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    outline: none;
}

.es-search-btn {
    font-size: 16px;
    line-height: 38px;

    width: 80px;
    height: 38px;

    text-align: center;

    color: #fff;
    border: none;
    outline: none;
    background: #78d56e;
}

.es-weather {
    margin-left: 30px;

    align-items: center;
}

.es-weather img {
    margin-right: 7px;
    margin-left: 7px;
}

.es-swiper {
    width: 242px;
    height: 60px;
}

.es-swiper img {
    width: 100%;
    height: 100%;
}

.es-swiper .swiper-slide {
    width: 242px;
    height: 60px;
}

.es-swiper .swiper-wrapper {
    width: 726px;
    height: 60px;

    transition-duration: .3s;
    transform: translate3d(-242px, 0px, 0px);
}

.es-swiper .swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 80px;

    width: 100%;

    text-align: center;
}

.es-swiper .swiper-pagination-switch {
    width: 8px;
    height: 8px;
}

.es-swiper .swiper-active-switch {
    background: #4589e1;
}

.es-nav-wrap {
    background: #ebfde9;
    border: 1px solid #d6f2d3;
}



.es-nav {
    width: 1200px;
    height: 57px;
    margin: auto;
}

.es-nav>li {
    position: relative;
}

.es-nav>li>a {
    display: flex;
    flex-direction: row;
    height: 100%;
    padding: 0 35px;
    cursor: pointer;
    transition: background-color ease .3s;
    color: #595757;
    align-items: center;
}

.es-nav>li>a:hover {
    transition: background-color ease .3s;
    background: #78d56e;
}

.es-nav .es-nav-active>a {
    background: #78d56e;
    color: #fff;
}

.sub-nav {
    position: absolute;
    z-index: -100;
    top: 100%;
    left: 0;

    overflow: hidden;

    width: 100%;

    transition: .3s all;
    transform: translateY(-8px);

    opacity: 0;
}

.es-nav li:hover .sub-nav {
    z-index: 99999;

    transform: translateY(0px);

    opacity: 1;
}

.es-nav li:hover {
    cursor: pointer;

    background: #78d56e;
}

.sub-nav li a {
    font-size: 14px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 57px;
    padding: 0 25px;
    transition: .1s all;
    color: #595757;
    background: #ebfde9;

    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.sub-nav li a:hover {
    background: #78d56e;
    color: #fff;
}

.es-channel-wrap {
    background: #ededed;
}

.es-channel {
    width: 1200px;
    height: 44px;
    margin: auto;
}

.es-channel>li {
    margin-right: 24px;
}

.es-channel>li:last-child {
    margin-right: 0;
}

.es-channel>li>a {
    display: flex;
    flex-direction: row;

    height: 100%;

    transition: color ease .3s;

    color: #333;

    align-items: center;
}

.es-channel>li>a:hover {
    transition: color ease .3s;

    color: #0076d1;
}

.es-adver {
    margin: 10px 0;

    align-items: center;
}

.es-adver img {
    width: 100%;
    height: 100%;
}

.topic {
    height: 125px;

    justify-content: space-between;
}

.topic-left {
    width: 1040px;

    justify-content: space-between;
}

.topic-left .topic-h1 a {
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;

    display: block;
    overflow: hidden;

    height: 70px;

    transition: color ease .3s;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #305798;
}

.topic-line {
    height: 45px;

    background: #f5f5f5;
}

.topic-swiper {
    overflow: hidden;
}

.topic-swiper .swiper-slide {
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding: 10px 0;
}

.topic-swiper .swiper-slide a {
    font-size: 14px;

    overflow: hidden;

    padding: 0 10px;

    text-align: left;
}

.topic-swiper .swiper-slide a:hover {
    color: #305798;
}

.topic-swiper .swiper-slide a span {
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.topic-liner {
    width: 22px;
    height: 45px;

    background: #d1dae1;
}

.topic-right {
    width: 140px;
    height: 125px;
}

.topic-right .swiper-pagination {
    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;

    text-align: center;
}

.topic-right .swiper-pagination-switch {
    width: 8px;
    height: 8px;
}

.topic-right .swiper-active-switch {
    background: red;
}

.topic-right .swiper-slide {
    width: 140px;
    height: 125px;
}

.topic-liner .up {
    position: relative;

    display: block;

    width: 0;
    height: 0;
    margin: 10px auto;

    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #333;
}

.topic-liner .down {
    position: relative;

    display: block;

    width: 0;
    height: 0;
    margin: 10px auto;

    transform: rotate(180deg);

    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #333;
}

.hot {
    margin: 10px 0;
}

.hot-left {
    position: relative;

    width: 258px;
    height: 690px;

    border: 1px solid #e1e1e1;
}

.hot-left::before {
    position: absolute;
    top: -1px;
    left: 50%;

    width: 30%;
    height: 3px;
    margin-left: -15%;

    content: '';

    background: #305798;
}

.hot-l-logo {
    display: block;

    height: 23px;
    margin: 10px auto 15px auto;
}

.hot-l-ul {
    margin: 0 7px;
}

.hot-l-li {
    overflow: hidden;

    margin: 13px 0;

    border-bottom: 1px dashed #e1e1e1;
}

.hot-l-a {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
}

.hot-l-a img {
    width: 78px;
    height: 48px;
    margin-bottom: 13px;
}

.hot-l-a span {
    font-size: 14px;
    line-height: 22px;

    overflow: hidden;

    height: 48px;
    margin-left: 8px;
}

.hot-l-dotli {
    font-size: 14px;
    line-height: 19px;

    position: relative;

    display: flex;
    flex-direction: row;

    margin: 13px 0;
    padding-left: 4px;

    align-items: center;
}

.hot-l-dotli::before {
    position: absolute;
    top: 50%;
    left: 0;

    width: 4px;
    height: 4px;
    margin-top: -2px;

    content: '';

    border-radius: 50%;
    background: #999;
}

.hot-l-dotli a {
    font-size: 14px;
    line-height: 15px;

    overflow: hidden;

    width: 100%;
    height: 15px;
    padding-left: 8px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}

.hot-mid {
    width: 512px;
    height: 690px;
    margin-right: 22px;
    margin-left: 26px;
}

.hot-m-tt {
    overflow: hidden;

    width: 100%;
    height: 42px;

    background: url('../yses_img/div_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hot-m-txt {
    width: 115px;
    height: 100%;

    border-top: 2px solid #305798;
    background: #fff;

    align-items: center;
    justify-content: center;
}

.hot-m-txt img {
    margin-top: 2px;
}

.hot-m-txt span {
    font-size: 20px;
    font-weight: bold;

    margin-left: 5px;

    color: #001b64;
}

.hot-m-ul {
    margin-top: 17px;
}

.hot-m-li {
    font-size: 16px;

    position: relative;

    height: 36px;
    margin: 0;
    padding: 8px 0 8px 4px;
}

.hot-m-li:first-child {
    font-size: 22px;
    font-weight: bold;
    line-height: 23px;

    overflow: hidden;

    width: 100%;
    height: 23px;
    margin-bottom: 8px;
    padding: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
}

.hot-m-li:first-child::before {
    display: none;
}

.hot-m-li::before {
    position: absolute;
    top: 50%;
    left: 0;

    width: 4px;
    height: 4px;
    margin-top: -2px;

    content: '';

    border-radius: 50%;
    background: #999;
}

.hot-m-li:first-child a {
    line-height: 23px;

    height: auto;
    margin-left: 0;
    padding-left: 0;
}

.hot-m-li a {
    line-height: 20px;

    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 20px;
    padding-left: 8px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-m-li a:hover {
    color: #305798;
}

.hot-right {
    width: 380px;
    height: 690px;
}

.hot-swiper {
    position: relative;

    height: 212px;
}

.hot-swiper .prev,
.hot-swiper .next {
    position: absolute;
    z-index: 999;
    top: 50%;

    width: 35px;
    height: 62px;
    margin-top: -31px;

    cursor: pointer;
}

.hot-swiper .next {
    right: 0;
}

.hot-swiper .next:hover {
    border-radius: 4px 0 0 4px;
    background: rgba(0, 0, 0, .4);
}

.hot-swiper .prev {
    left: 0;
}

.hot-swiper .prev:hover {
    border-radius: 0 4px 4px 0;
    background: rgba(0, 0, 0, .4);
}

.hot-swiper .swiper-slide {
    position: relative;

    width: 100%;
    height: 212px;
}

.hot-swiper .swiper-slide .p {
    font-size: 14px;
    line-height: 40px;

    position: absolute;
    bottom: 0;

    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #fff;
    background: rgba(0, 0, 0, .4);
}

.hot-row {
    margin: 15px 0 20px 0;
}

.hot-row-li {
    display: flex;
    overflow: hidden;
    flex-direction: column;

    height: 122px;
    margin-right: 10px;

    flex: 1 1;
}

.hot-row-li:last-child {
    margin-right: 0;
}

.hot-row-li a {
    display: flex;
    flex-direction: column;

    justify-content: center;
}

.hot-row-li a:hover {
    color: #305798;
}

.hot-row-li img {
    width: 100%;
    height: 104px;
}

.hot-row-li h3 {
    font-size: 14px;
    line-height: 20px;

    overflow: hidden;

    height: 18px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-r-ft {
    overflow: hidden;

    width: 380px;
    height: 321px;

    background: url('../yses_img/ztbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hot-zt {
    height: 20px;
    margin: 20px 20px 10px 20px;

    align-items: center;
}

.hot-zt-swiper {
    height: 148px;
    margin: 0 11px;
}

.hot-zt-swiper .swiper-slide {
    position: relative;

    display: flex;
    flex-direction: row;

    align-items: center;
}

.hot-zt-swiper .swiper-pagination {
    line-height: 30px;

    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 0;

    width: 30%;
    height: 30px;

    text-align: center;
}

.hot-zt-swiper .swiper-pagination-switch {
    width: 8px;
    height: 8px;

    background: transparent;
}

.hot-zt-swiper .swiper-active-switch {
    background: #fff;
}

.swiper-container {
    position: relative;

    height: 100%;
}

.swiper-container .swiper-img {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 30px;

    background: rgba(0, 0, 0, .4);
}

.swiper-container .swiper-text span {
    font-size: 14px;
    line-height: 30px;

    display: inline-block;
    overflow: hidden;

    width: 70%;
    height: 100%;
    padding: 0 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #fff;
}

.hot-zt-ul {
    margin: 14px 11px;
}

.hot-zt-li {
    padding: 5px 0;
}

.hot-zt-li a {
    font-size: 14px;

    position: relative;

    display: flex;
    flex-direction: row;

    align-items: center;
}

.hot-zt-li a::before {
    content: attr(data-tt);

    color: #587796;
}

.hot-zt-li a:hover {
    color: #305798;
}

.hot-zt-li span {
    position: relative;

    padding-left: 18px;
}

.hot-zt-li span::before {
    position: absolute;
    top: 50%;
    left: 10px;

    width: 1px;
    height: 14px;
    margin-top: -7px;

    content: '';

    background: #e5eaf3;
}

.es-adver1 {
    margin: 20px 0;

    justify-content: center;
}

.es-live {
    height: 240px;
    margin: 20px auto;
}

.es-live-li {
    width: 300px;
    height: 240px;
}

.es-live-li a {
    display: flex;
    flex-direction: column;
}

.es-live-li img {
    width: 280px;
    height: 200px;
    margin: auto;
}

.es-live-li h3 {
    font-size: 14px;

    overflow: hidden;

    width: 280px;
    margin: 10px auto;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #425571;
}

.es-link-wrap {
    height: 170px;
    margin-top: 30px;

    border-top: 1px solid #e1e1e1;
    background: #f4f4f4;
}

.es-link {
    width: 1200px;
    margin: auto;
}

.es-link-hd {
    font-size: 20px;
    font-weight: bold;

    margin: 20px 0 20px 0;

    color: #001b64;
}

.es-link-ul {
    display: flex;
    flex-direction: row;

    align-items: center;
}

.es-link-li {
    display: flex;
    flex-direction: column;
}

.es-link-li:first-child a {
    margin-left: 0;
}

.es-link-li a {
    font-size: 12px;
    line-height: 33px;

    width: 122px;
    height: 33px;
    margin: 5.6px;

    transition: all .2s ease-in-out;
    text-align: center;

    background: #e3eaee;
}

.es-link-li a:hover {
    cursor: pointer;

    color: #fff;
    background: #383838;
}

.news {
    justify-content: space-between;
}

.news-left {
    overflow: hidden;

    width: 865px;
    min-height: 300px;

    justify-content: space-between;
    flex-wrap: wrap;
}

.news-side {
    width: 301px;
}

.clear-mgtop {
    margin-top: 0 !important;
}

.bl-ul {
    margin-top: 4.5px;
}

.bl-li {
    position: relative;

    padding-left: 8px;
}

.bl-li::before {
    position: absolute;
    top: 50%;
    left: 4px;

    width: 4px;
    height: 4px;
    margin-top: -2px;

    content: '';

    border-radius: 50%;
    background: #999;
}

.bl-li a {
    font-size: 14px;
    line-height: 30px;

    display: flex;
    overflow: hidden;
    flex-direction: row;

    height: 30px;
    padding-left: 8px;

    white-space: nowrap;

    align-items: center;
}

.bl-li a:hover {
    color: #305798;
}

.bl-li a>span {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-cover {
    position: relative;

    width: 100%;
    height: 150px;
}

.video-cover img {
    width: 100%;
    height: 100%;
}

.video-cover p {
    font-size: 14px;
    line-height: 25px;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    padding: 0 20px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #fff;
}

.sp-li a {
    display: flex;
    flex-direction: row;

    height: 30px;
    margin-left: 4px;

    align-items: center;
}

.sp-li a:hover {
    color: #305798;
}

.sp-li img {
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.sp-li span {
    font-size: 14px;

    overflow: hidden;

    margin-left: 8px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.seri-li:nth-child(-n+3) .seri-no {
    color: #f64747;
}

.seri-li a {
    font-size: 14px;

    display: flex;
    flex-direction: row;

    height: 30px;

    align-items: flex-start;
}

.seri-li a:hover {
    color: #305798;
}

.seri-no {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;

    margin-right: 8px;

    vertical-align: middle;

    color: #999;
}

.seri-text {
    font-size: 14px;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.app-wrap {
    flex-wrap: wrap;
}

.app-icon {
    width: 73px;
    height: 63px;
}

.app-icon img {
    width: 100%;
    height: 100%;
}

.news .news-wrap {
    position: relative;

    width: 417px;
    min-height: 400px;
    margin-top: 0;
}

.news-img-li a {
    overflow: hidden;

    height: 137px;
    margin: 20px 0 10px 0;
    padding-bottom: 16px;

    border-bottom: 1px dotted #ccc;
}

.news-thumb {
    width: 198px;
    height: 120px;
}

.news-doc {
    overflow: hidden;

    width: 200px;
}

.news-h {
    font-size: 14px;
    line-height: 25px;

    overflow: hidden;

    height: 45px;

    color: #3d58a1;

    align-items: flex-end;
}

.news-p {
    font-size: 13px;
    line-height: 25px;

    overflow: hidden;

    height: 70px;

    color: #888;
}

.news-li {
    position: relative;

    padding-left: 8px;
}

.news-li::before {
    position: absolute;
    top: 50%;
    left: 4px;

    width: 4px;
    height: 4px;
    margin-top: -2px;

    content: '';

    border-radius: 50%;
    background: #999;
}

.news-li-a {
    font-size: 14px;
    line-height: 30px;

    height: 30px;
    padding-left: 8px;

    color: #333;
}

.news-li-a:hover {
    color: #305798;
}

.news-li-a span {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.eight-xs {
    margin-top: 15px;
    margin-bottom: 8px;
    padding-bottom: 8px;

    border-bottom: 1px dotted #ccc;

    flex-wrap: wrap;
    justify-content: space-between;
}

.eight-xs_btn {
    font-size: 14px;
    line-height: 33px;

    width: 98px;
    height: 33px;
    margin: 3px;

    transition: all .1s;
    text-align: center;

    color: #555;
    background: #f3f3f3;
}

.eight-xs_btn:hover {
    color: #fff;
    background: #305798;
}

.eight-li {
    position: relative;

    padding-left: 8px;
}

.eight-li::after {
    position: absolute;
    top: 50%;
    left: 4px;

    width: 4px;
    height: 4px;
    margin-top: -2px;

    content: '';

    border-radius: 50%;
    background: #999;
}

.eight-li a {
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: flex;
    flex-direction: row;

    height: 30px;

    color: #333;

    align-items: center;
}

.eight-li a::before {
    font-size: 14px;

    padding-left: 8px;

    content: attr(data-tt);
    white-space: nowrap;

    color: #305798;
}

.eight-li a:hover {
    color: #305798;
}

.eight-li a>span {
    position: relative;

    display: inline-block;
    overflow: hidden;

    padding-left: 18px;

    white-space: nowrap;
    text-overflow: ellipsis;

    align-items: center;
}

.eight-li a>span::before {
    position: absolute;
    top: 50%;
    left: 10px;

    width: 1px;
    height: 15px;
    margin-top: -7.5px;

    content: '';

    background: #e5eaf3;
}

.live-li {
    width: 300px;
    height: 240px;
}

.live-img {
    position: relative;

    width: 280px;
    height: 200px;
    margin: auto;
}

.live-img img {
    width: 100%;
    height: 100%;
}

.live-icon {
    font-size: 12px;
    line-height: 16px;

    position: absolute;
    bottom: 0;
    left: 0;

    width: 30px;
    height: 16px;

    text-align: center;

    color: #fff;
    background: url('../yses_img/livered.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.live-txt {
    font-size: 14px;

    overflow: hidden;

    width: 280px;
    margin: 10px auto;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #425571;
}

.tv-l {
    width: 588px;
}

.tv-r {
    width: 572px;
    height: 480px;
}

.tv-hd {
    position: relative;

    height: 42px;

    background: url('../yses_img/div_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.tv-hd_txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;

    position: relative;

    overflow: hidden;

    height: 42px;
    padding: 0 8px;

    cursor: pointer;
    white-space: nowrap;

    color: #000;
    border-top: 2px solid rgba(48, 87, 152, .1);
}

.tv-hd .tab_active {
    cursor: pointer;

    border-top: 2px solid #305798;
    background: #fff;
}

.tab_hide {
    display: none;
}

.tv-li {
    font-size: 16px;

    position: relative;

    margin: 0 10px;
    padding: 8px 0;
}

.tv-li::before {
    position: absolute;
    top: 50%;
    left: 4px;

    width: 4px;
    height: 4px;
    margin-top: -1px;

    content: '';

    border-radius: 50%;
    background: #999;
}

.tv-li a {
    display: block;
    overflow: hidden;

    height: 20px;
    padding: 0 8px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #444;
}

.tv-li a:hover {
    color: #305798;
}

.tv-li span {
    display: inline-block;
    overflow: hidden;

    height: 20px;
    margin-left: 8px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.tv-bold-li {
    font-size: 22px;
    font-weight: bold;
    line-height: 23px;

    margin: 20px 10px 10px 10px;

    color: #333;
}

.tv-bold-li a {
    display: block;
    overflow: hidden;

    width: 90%;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.tv-bold-li a:hover {
    color: red;
}

.tv-swiper {
    position: relative;

    overflow: hidden;

    height: 292px;
}

.tv-swiper .swiper-slide {
    height: 292px;
}

.tv-swiper .prev,
.tv-swiper .next {
    position: absolute;
    z-index: 999;
    top: 50%;

    width: 40px;
    height: 67px;
    margin-top: -32.5px;
}

.tv-swiper .prev>img,
.tv-swiper .next>img {
    width: 100%;
    height: 100%;
}

.tv-swiper .prev {
    left: 0;
}

.tv-swiper .next {
    right: 0;
}

.tv-zhuci {
    position: relative;
}

.tv-zcr-txt {
    line-height: 46px;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 40px;
    padding-top: 14px;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;

    cursor: pointer;

    color: #fff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 140%);
}

.tv-zcr-txt:hover .tv-zcr-p {
    transition: opacity .3s, transform .3s;
    transform: translate3d(0, 10px, 0);

    opacity: 1;
}

.tv-zcr-p {
    line-height: 20px;

    position: absolute;
    z-index: 9999;
    right: 50%;
    bottom: 70px;

    display: block;

    width: 260px;
    min-height: 200px;
    margin-right: -130px;
    padding: 10px;

    cursor: default;
    pointer-events: none;

    opacity: 0;
    background: #2a3035;
}

.tv-zcr-p::after {
    position: absolute;
    top: 100%;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -10px;

    content: '';
    pointer-events: none;

    border: solid transparent;
    border: 1px solid;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #2a3035;
}

.tv-zcr-p .name {
    font-size: 14px;
    line-height: 20px;

    display: block;

    height: 20px;

    color: red;
}

.tv-zcr-p .profile {
    font-size: 14px;
    line-height: 20px;

    display: block;
}

.gallery {
    display: flex;
    flex-direction: row;

    margin-top: 20px;

    justify-content: space-between;
}

.gallery-l {
    width: 454px;
    height: 302px;
}

.gallery-r {
    display: flex;
    flex-direction: row;

    margin-left: 6.5px;

    flex: 1 1;
    flex-wrap: wrap;
}

.gallery-grid {
    display: flex;
    flex-direction: row;

    width: 180px;
    height: 148px;
    margin-right: 6.5px;
    margin-bottom: 6px;

    align-items: center;
}

.gallery-grid:nth-child(4n+4) {
    margin-right: 0;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
}

.tj-l {
    width: 454px;
    height: 302px;
}

.tj-link {
    position: relative;

    width: 454px;
    height: 302px;
}

.tj-link-hd {
    line-height: 40px;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 40px;
    padding: 0 20px;

    content: '';

    color: #fff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 140%);
}

.tj-l_img {
    width: 100%;
    height: 100%;
}

.tj-r {
    margin-left: 6.5px;

    flex-wrap: wrap;
}

.tj-grid {
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: row;

    width: 180px;
    height: 148px;
    margin-right: 6.5px;
    margin-bottom: 6px;

    align-items: center;
}

.tj-grid:nth-child(4n+4) {
    margin-right: 0;
}

.tj-grid:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.tj-grid img {
    transition: all .6s;
}

.tj-grid:hover img {
    transition: all .6s;
    transform: scale3d(1.05, 1.05, 1);
}

.tj-grid .tj-grdhd {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    transition: opacity .6s;
    transform-origin: 50%;

    color: #fff;

    align-items: center;
    justify-content: center;
}

.tj-grid .tj-grdhd:hover {
    background: rgba(0, 0, 0, .5);
}

.tj-grid .tj-grdhd::before {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: transform .6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    pointer-events: none;

    background: rgba(255, 255, 255, .6);
}

.tj-grid .tj-grdhd:hover::before {
    transition: transform .6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);

    background: rgba(255, 255, 255, .6);
}

.tj-grid .tj-grdhd h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    overflow: hidden;

    height: 30px;
    margin-top: 30px;

    transition: all .35s;

    opacity: 0;
}

.tj-grid .tj-grdhd:hover h3 {
    margin-top: 0;

    transition: all .35s;

    opacity: 1;
}

.tj-grid img {
    width: 100%;
    height: 100%;
}

.content-h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;

    padding: 10px 0;

    color: #000;
}

.content-d {
    font-size: 14px;
    line-height: 36px;

    color: #3a3a3a;
}

.content-d span {
    display: inline-block;

    margin-right: 20px;
}

.content-c {
    line-height: 28px;

    margin: 10px 0 40px 0;
}

.content-c p {
    margin: 10px 0;

    text-indent: 2em;
}

.content-c img {
    max-width: 100%;
    max-height: 100%;

    text-align: center;
    vertical-align: middle;
}

.content-c a {
    font-size: inherit;

    color: #305798;
}

.content-c a:hover {
    text-decoration: underline;
}

.list-swiper {
    position: relative;

    overflow: hidden;

    height: 375px;
}

.list-swiper .prev {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;

    display: flex;
    flex-direction: column;

    width: 40px;
    height: 65px;
    margin-top: -32.5px;

    justify-content: center;
    align-items: center;
}

.list-swiper .next {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 0;

    display: flex;
    flex-direction: column;

    width: 40px;
    height: 65px;
    margin-top: -32.5px;

    justify-content: center;
    align-items: center;
}

.list-swiper .next img,
.list-swiper .prev img {
    width: 100%;
    height: 100%;
}

.list-swiper .swiper-slide {
    width: 810px;
    height: 375px;
}

.list-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.list-ul1 {
    margin: 20px 0;
}

.list-li1 {
    display: flex;
    flex-direction: row;

    height: 175px;
    padding: 15px 0;

    border-bottom: 1px dotted #e1e1e1;
}

.list-thumb1 {
    display: flex;
    flex-direction: row;

    width: 240px;
    height: 100%;
    margin-right: 15px;

    align-items: center;
}

.list-thumb1 img {
    width: 100%;
    height: 100%;
}

.list-d1 {
    display: flex;
    overflow: hidden;
    flex-direction: column;

    justify-content: space-between;
}

.list-d1-h3 {
    font-size: 18px;
    font-weight: 400;

    overflow: hidden;

    height: 26px;

    vertical-align: text-top;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
}

.list-d1-h3:hover {
    color: #305798;
}

.list-d1-h3 a {
    font-size: 18px;
    font-weight: 400;

    display: block;
    overflow: hidden;

    height: 26px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
}

.list-d1-h3 a:hover {
    color: #305798;
}

.list-d1-dt {
    font-size: 12px;
    line-height: 14px;

    overflow: hidden;

    height: 14px;
    margin: 10px 0;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: #888;
}

.list-d1-dt span {
    display: inline-block;

    margin-right: 15px;
}

.list-d1-txt {
    overflow: hidden;
}

.list-d1-p {
    font-size: 14px;
    line-height: 22px;

    overflow: hidden;

    height: 44px;

    color: #555;
}

.list-d1-btn {
    font-size: 14px;
    line-height: 20px;

    display: inline-block;

    height: 30px;
    padding: 5px 12px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background .3s;

    color: #fff;
    background: #0076d1;
}

.list-d1-btn:hover {
    text-decoration: underline;

    color: #999;
    background: #ccc;
}

.side-box {
    background: #f4f4f4;
}

.side-tt {
    display: flex;
    flex-direction: row;

    padding: 30px 20px;

    align-items: center;
}

.side-tab {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;

    height: 40px;

    cursor: pointer;
    text-align: center;

    color: #000;
    background: #e4e4e4;
}

.side-tab-active {
    color: #fff;
    background: #0076d1;
}

.side-tab-ul {
    padding: 0 20px 20px 20px;
}

.side-tab-link {
    font-size: 14px;
    line-height: 36px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 36px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #222;
}

.side-tab-link:hover {
    color: #305798;
}

.side-tab-link::before {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 6px;

    text-align: center;

    color: #555;
    border-radius: 20px;
    background-color: #ccc;
}

.side-tab-link:nth-child(1)::before {
    content: '1';

    color: #fff;
    background: red;
}

.side-tab-link:nth-child(2)::before {
    content: '2';

    color: #fff;
    background: red;
}

.side-tab-link:nth-child(3)::before {
    content: '3';

    color: #fff;
    background: red;
}

.side-tab-link:nth-child(4)::before {
    content: '4';
}

.side-tab-link:nth-child(5)::before {
    content: '5';
}

.side-tab-link:nth-child(6)::before {
    content: '6';
}

.side-tab-link:nth-child(7)::before {
    content: '7';
}

.side-tab-link:nth-child(8)::before {
    content: '8';
}

.side-tab-link:nth-child(9)::before {
    content: '9';
}

.side-tab-link:nth-child(10)::before {
    content: '10';
}

.side-top {
    padding: 0 20px 10px 20px;
}

.side-top .side-top-img {
    width: 110px;
    height: 80px;

    -ms-grid-row-align: center;
    align-self: center;
}

.side-top .side-top-txt {
    font-size: 14px;
    line-height: 20px;

    overflow: hidden;

    width: 190px;
    height: 80px;
    padding-right: 10px;

    color: #222;

    flex-wrap: nowrap;
}

.shipin {
    flex-wrap: wrap;
}

.sp-fm {
    width: 260px;
    margin-right: 15px;
    margin-bottom: 15px;

    cursor: pointer;
    transition: box-shadow .3s;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.sp-fm:nth-child(3n+3) {
    margin-right: 0;
}

.sp-fm:hover {
    box-shadow: 0 8px 20px #ccc;
}

.sp-fm-p {
    display: block;

    padding: 6px 10px;

    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.sp-fm-fl {
    font-size: 12px;

    color: #999;
}

.sp-fm-fl span {
    margin-right: 15px;
}

.sp-fm-fl span:last-child {
    margin-right: 0;
}

.sp-fm-img {
    position: relative;

    width: 100%;
    height: 150px;
}

.sp-fm-img:hover .sp-fm-lay {
    z-index: 1;

    opacity: 1;
}

.sp-fm-lay {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    transition: all .3s;

    opacity: 0;
    background: rgba(0, 0, 0, .6);
}

.sp-fm-img img {
    width: 100%;
    height: 100%;
}

.sp-pan {
    width: 260px;
    height: 170px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;

    border: 1px solid #f7f7f7;
    border-radius: 4px;
    background: #fdfdfd;
}

.sp-pan:nth-child(3n+3) {
    margin-right: 0;
}

.sp-fm-t {
    font-size: 14px;
    line-height: 24px;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.zhutu-h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;

    padding: 10px 0;

    text-align: center;

    color: #000;
}

.zhutu-wrap {
    font-size: 14px;
    line-height: 48px;

    height: 48px;
    margin-top: 20px;

    text-align: center;

    color: #666;
    background: #f8f8f8;
}

.zhutu-am {
    font-size: 16px;
    line-height: 28px;

    padding: 20px;

    text-indent: 2em;
}

.zhutu-am p {
    margin: 10px 0;

    text-indent: 2em;
}

.zhutu-imgs .viewer-title {
    font-size: 14px;
    line-height: 22px;

    width: 100%;
    max-height: 50px;
    margin: 20px;
    padding: 5px 15px;

    white-space: pre-wrap;

    opacity: 1;
    background: rgba(0, 0, 0, .5);
}

.yinpin-am {
    font-size: 16px;
    line-height: 28px;

    padding: 20px 0;
}

.yinpin-am audio {
    display: block;

    max-width: 100%;
    margin: 0 auto;

    background: #f1f1f1;
}

.yinpin-am p {
    margin: 10px 0;

    text-indent: 2em;
}

.shipin-am {
    font-size: 16px;
    line-height: 28px;

    padding: 20px 0;
}

.shipin-am video {
    display: block;

    max-width: 100%;
    margin: 0 auto;

    background: #f1f1f1;
}

.shipin-am p {
    margin: 10px 0;

    text-indent: 2em;
}

.footer-wrap {
    font-size: 12px;

    overflow: hidden;

    height: 190px;

    text-align: center;

    color: #b0b0b0;
    background: #383838;
}

.footer-wrap h2 {
    margin: 20px 0;
}

.es-wrap {
    width: 1200px;
    margin: auto;
}

.es-row {
    display: flex;
    flex-direction: row;
}

.es-col {
    display: flex;
    flex-direction: column;
}

.es-flex {
    flex: 1 1;
}

.es-jcbtw {
    justify-content: space-between;
}

.es-jcmid {
    justify-content: center;
}

.es-almid {
    align-items: center;
}

.es-pan {
    position: relative;

    margin-top: 20px;

    border-top: 1px solid #e1e1e1;
}

.es-pan::before {
    position: absolute;
    top: -1px;
    left: 0;

    width: 133px;
    height: 2px;

    content: '';

    background: #3f538a;
}

.es-pan_hd {
    height: 26px;
    margin: 10px 0;

    align-items: center;
}

.es-pan_icon {
    margin-top: 2px;
}

.es-pan_txt {
    font-size: 20px;
    font-weight: bold;

    margin-left: 5px;

    color: #3f538a;
}

.es-pan_slim {
    font-size: 20px;

    color: #001b64;
}

.es-pan_bd {
    margin-top: 20px;
}

.swiper-pagination-switch {
    display: inline-block;

    width: 6px;
    height: 6px;
    margin: 0 5px;

    cursor: pointer;

    opacity: .8;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #555;
}

.es-pop {
    position: absolute;
    z-index: 999999;
    top: 30%;
    left: 50%;

    display: flex;
    flex-direction: column;

    width: 40%;
    margin-left: -20%;

    background: transparent;

    justify-content: center;
    align-items: center;
}

.es-pop-bd {
    padding: 15px 20px;

    transition: transform .3s;
    transform: scale(0, 0);
    text-align: center;

    color: #fff;
    border-radius: 3px;
    background: rgba(0, 0, 0, .8);
}

.es-scale-fadein {
    transition: transform .3s;
    transform: scale(1, 1);
}

.es-popup {
    font-size: 14px;
    line-height: 22px;

    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;

    max-width: 480px;
    padding: 10px 20px;

    transform: translate(-50%, -50%);
    text-align: center;

    color: #fff;
    border-radius: 4px;
    background: rgba(33, 35, 35, .8);
}

.es-crumbs {
    margin: 15px 0;
    padding: 10px 15px;

    border-radius: 3px;
    background: #f5f5f5;
}

.es-crumbs-a {
    font-size: 14px;
    line-height: 25px;

    position: relative;

    display: inline-block;

    height: 25px;
    margin-right: 18px;
    margin-left: 0;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.es-crumbs-a:hover {
    color: #3f538a;
}

.es-crumbs-a::after {
    font-size: 14px;
    line-height: 25px;

    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;

    width: 14px;
    height: 25px;

    content: '>';
    text-align: center;
    pointer-events: none;

    color: #333;
}

.es-crumbs-a:last-child::after {
    display: none;
}

.es-crumbs-a:last-child:hover {
    color: inherit;
}

.es-crumbs-a:last-child {
    margin-right: 0;
}

.es-content {
    padding: 20px 0;
}

.es-lbd {
    overflow: hidden;
    margin-right: 50px;
    padding: 15px 0;
}

.es-left {
    overflow: hidden;
    margin-right: 50px;
}

.es-rside {
    width: 340px;
    padding: 15px 0;
}

.listCname {
    background: #78d56e !important;
}