/* 头部css */

* {
    padding: 0px;
    margin: 0px;
}

input,
button,
select,
textarea {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.show {
    display: none;
}

.header-top {
    padding: 15px;
    background: url("../image/pc-bg.0a6cef8c.png") no-repeat center;
    background-size: cover;
}

.head-top img {
    width: 40%;
    margin-bottom: 15px;
}

.header-title {
    margin-bottom: 17px;
}

.header-title div {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 26px;
}

.header-inp {
    position: relative;
}

.header-inp input {
    padding: 0px 43px 0px 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
    border: 0px;
    font-size: 16px;
}

.header-inp input::-moz-input-placeholder,
.header-inp input::-ms-input-placeholder,
.header-inp input::-webkit-input-placeholder {
    color: #CCCCCC;
}

.fdj-div img {
    width: 22px;
    height: 22px;
}

.fdj-div {
    position: absolute;
    top: 7px;
    right: 10px;
}

.lan {
    display: none;
}

.header-nav {
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    overflow: scroll;
}

.header-nav a:first-child {
    margin-left: 20px;
}

.header-nav a {
    margin-right: 10px;
    color: #333333;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    font-size :15px
}

.header-nav::-webkit-scrollbar {
    display: none;
}

.cate-item {
    position: relative;
}

.header-nav .fonthong::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -7px;
    left: 0px;
    background: #0042A2;
    position: absolute;
}


/* 首页css */

.main-i {
    padding: 10px;
}

.main-i-top {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.i-one {
    text-align: center;
    width: 46%;
    height: 103px;
    margin: 0px 5px 10px 5px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
}

.one-img {
    margin-top: 8px;
    width: 53px;
    margin-bottom: 5px;
}

.one-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}

.main-i-chose {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.main-chose-one {
    text-align: center;
    width: 47%;
    margin: 0px 5px 10px 5px;
    background: #FFFFFF;
    border-radius: 10px;
}

.main-chose-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 26px;
}

.main-chose div {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #003399;
    line-height: 26px;
    position: relative;
}

.main-chose>div::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -7px;
    left: 0px;
    background: #0042A2;
    position: absolute;
}

.main-i-btn {
    text-align: center;
    width: 100%;
    height: 30px;
    font-weight: 600;
    line-height: 30px;
    font-size: 15px;
    color: #666666;
    background: #EEEEEE;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ul-listb li {
    position: relative;
    margin-bottom: 10px;
}

.ul-listb .con::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #cccccc;
    position: absolute;
    top: 36%;
    left: -5px;
}

.main-i-list {
    padding: 10px;
}

.con {
    padding-left: 10px;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
}


/* 底部 */

.footer-swiper {
    width: 100%;
    height: 99px;
    margin: 0 auto;
}
.swiper-wrapper .swiper-slide a img{
     width: 100%;
     height: 100%;
}
.footer-title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 23px;
    margin-bottom: 10px;
}

.footer-top {
    padding: 15px;
    margin-bottom: 10px;
}

.footer-bottom {
    display: flex;
    padding: 30px 15px;
    background: #2F66A7;
}

.footer-bl img {
    margin-top: 75px;
    width: 40px;
}

.footer-br img {
    margin-top: 75px;
    width: 63px;
}

.footer-bm {
    flex: 4;
}

.footer-bm div {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.footer-bm img {
    width: 13px;
}


/*轮播图 */

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* 详情页面 */

p {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.main-d-middle {
    margin-top: 10px;
    margin-bottom: 15px;
}

.d-fl {
    margin-right: 15px;
}

.main-d {
    padding: 0px 15px 0px;
}

.main-d-title {
    text-align: center;
    padding: 14px 0px 14px 0px;
    font-size: 21px;
    font-weight: 600;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
    ;
}

.main-d-time {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 17px;
}

.main-d-time div {
    display: inline-block;
}

.main-d-con {
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 24px;
}

.main-d-con a{
    word-wrap:break-word;
}

.d-konw-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 18px;
    margin-bottom: 15px;
}

.d-konw-a a {
    font-size: 14px;
    font-weight: 400;
    color: #0F5DA5;
    line-height: 16px;
}

.d-konw-a {
    margin-bottom: 4px;
}


/* error错误 */

.main-e {
    padding-top: 50px;
    padding-bottom: 94px;
}

.main-e-con {
    display: flex;
    justify-content: center;
}

.main-e-red {
    font-size: 13px;
    font-weight: 400;
    color: #BD1A2D;
    line-height: 24px;
}

.main-e-blo {
    font-size: 13px;
    font-weight: 400;
    color: #202020;
    line-height: 24px;
}

.main-e-img {
    text-align: center;
    margin-bottom: 26px;
}

.main-e-img img {
    width: 80px;
}

.main-one img {
    width: 21px;
}

.main-two {
    margin-left: 10px;
}


/* 列表 */

.s-top-left {
    font-size: 12px;
    font-weight: 400;
    color: #777879;
    line-height: 22px;
}

.list-bottom {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 19px;
}

.list-con {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-bottom-top,
.list-one-nei {
    display: flex;
    flex-direction: row;
}

.list-bottom-cate {
    margin-right: 20px;
}

.list-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.list-one {
    display: flex;
    padding: 10px 0px 10px 0px;
    flex-direction: column;
    border-bottom: 1px solid #EEEEEE;
}

.list-left {
    margin-right: 10px;
    flex: 3;
}

.list-right {
    flex: 2;
}

.list-right img {
    width: 100%;
}

.k-top-right {
    display: flex;
}

.main-k-top {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #EEEEEE;
}

.k-top-left {
    font-size: 15px;
    font-weight: 400;
    color: #003399;
    line-height: 25px;
}

.k-top-right img {
    width: 21px;
}

.main-konw {
    padding: 0px 16px 0px 16px;
}


/* 瀑布流 */

.card-img-chose,
.list-img-no {
    display: none;
}

.water-co {
    display: none;
}

.waterfall-top,
.sl-right {
    padding: 0px 8px 8px 8px;
}

.waterfall-top{
    margin-top:10px;
}
.waterfall .hl-txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size:13px;
}

.waterfall {
background-color: #f8f8f8;
column-count: 2;
column-gap: 0;
}

.waterfall .list-content {
background: #FFF;
margin: 0px 2px 5px 2px;
box-sizing: border-box;
break-inside: avoid;
}

.waterfall .sl-left img {
width: 100%;
}

.waterfall-top .hl-title {
font-size: 16px;
font-weight: 400;
color: #333333;
line-height: 20px;
cursor: pointer;
margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.waterfall .list-content .hl-top {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: auto;
box-sizing: border-box;
}

.waterfall .list-content {
border: none;
}

.waterfall .hl-txt {
font-size: 13px;
font-weight: 400;
color: #333;
line-height: 20px;
margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-wrap: break-word;
}

.waterfall .hl-bottom {
font-size: 12px;
font-weight: 400;
color: #999999;
line-height: 20px;
}

.card-btn {
margin-top: 30px;
color: #999999;
text-align: center;
height: 24px;
line-height: 24px;
background: #E5E5E5;
}

.list-con p{    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 13px;
}

.main-konw em {
    color: #d30b15;
    font-style:normal;
}