@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px "微软雅黑", Arial, Tahoma, Helvetica, \5b8b\4f53, sans-serif;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;

}

p,
h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

/*清除内外边距*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;

}

/*设置默认字体*/

:focus {
    outline: 0;
}

ul,
ol,
ul li,
ol li {
    list-style: none;
}

/*重置列表*/

address,
caption,
cite,
em,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

/*form label {
	cursor: pointer;
}*/

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    outline: none;
}

textarea {
    resize: none
}

input {
    vertical-align: middle;
}

img {
    border: 0;
}

/*重置图片元素*/

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

/*重置表格*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

input {
    _filter: chroma(color=#000000);
}

/*--清除浮动
------------------------------------------------------------------------------------------*/

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.overflow {
    overflow: hidden;
    _zoom: 1;
}

.clear {
    clear: both;
}

.l,
.fl {
    float: left;
}

.r,
.fr {
    float: right;
}

/*省略号*/
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ellipsis-s {
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

a {
    color: #333;
}

body {
    background: #f5f5f5;
    /*font-family: "微软雅黑";*/
}

button {
    background: none;
    border: none;
}

input {
    border: none;
    outline: none;
}

p {
    font-size: 16px;
    color: #333333;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉下拉箭头*/
    border: none;
    background: none;
}

/*重置元素结束*/


/*公共样式开始*/
.container {
    width: 1200px;
    margin: 0 auto;
}


/*公共效果*/
.hovercolor:hover,.hovercolor:hover a{
    color: #07bda6 !important;
}

.trans-shadow:hover{
    -webkit-box-shadow: 0px 1px 5px #939393;
    box-shadow: 0px 1px 5px #939393;
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);
}
.trans-shadow{
    transition: all .5s;
}
.overflow{
    overflow: hidden;
    margin-top: 20px;
}
.overflow>.fl{
    width: 796px;
}
.overflow>.fr{
    width: 392px;
}


/* icon字体引用 */
@font-face {
    font-family: 'iconfont';  /* Project id 3418641 */
    src: url('font_3418641_yv83j01fhl.woff2?t=1654508503902') format('woff2'),
    url('font_3418641_yv83j01fhl.woff?t=1654508503902') format('woff'),
    url('font_3418641_yv83j01fhl.ttf?t=1654508503902') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* news-title */
.news-title{
    display: flex;
    align-items: center;
}
.news-title span{
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #ee4747;
    margin-right: 7px
}
.news-title p{
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.news-title div{
    width: 100%;
    height: 1px;
    background-color: #ddd;
    flex: 1;
}


/* top */
.top{
    width: 100%;
    height: 90px;
    background-color: #fff;
}
.top div{
    width: 1200px;
    margin: 0 auto;
    padding: 23px 0;
}


/* header */
.header{
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.header>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.header-logo img{
    display: block;
    height: 42px;
}
.header-nav{
    overflow: hidden;
    position: relative;
}
#headerNav-bar{
    position: absolute;
    bottom: 0;
    display: block;
    height: 3px;
    background-color: #ee4747;
    transition: all .3s;
    display: none;
}
.header-nav a{
    display: block;
    float: left;
    height: 100%;
    margin-right: 50px;
    font-size: 16px;
    line-height: 80px;
    color: #666;
}
.header-nav .navOpt{
    color: #ee4747;
}
.header-nav a:last-child{
    margin-right: 0;
}


/*.topNav-bg{
    width: 100%;
    height: 73px;
}*/


/* list-l */
.list-l{
    width: 796px;
    background-color: #fff;
    padding-top: 20px;
}
.list-l .news-title{
    box-sizing: border-box;
    padding: 0 20px;
}
.list-l>ul{
    margin-top: 10px;
}
.list-l>ul li{
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #fff;
    transition: all .3s;
}
.list-l>ul li:hover{
    background-color: #efefef;
}
.list-l.zhishi-l>ul li a{
    display: block;
    padding: 30px 0;
    border-bottom: 1px dashed #efefef;
}
.list-l.zhishi-l>ul li:last-child a{
    border-bottom: none;
}
.list-l.zhishi-l>ul li a h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.list-l.zhishi-l>ul li a h2 span{
    display: inline-block;
    vertical-align: bottom;
    width: 4px;
    height: 18px;
    background-color: #ee4747;
    margin-right: 10px;
}
.list-l.zhishi-l>ul li a p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin: 15px 0 -5px;
}
.list-l.zhishi-l>ul li a div{
    overflow: hidden;
    margin-top: 20px;
}
.list-l.zhishi-l>ul li a div em{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #999;
}
.list-l.zhishi-l>ul li a div em:last-child{
    margin-left: 40px;
}

/* news-fr */
.news-fr{
    box-sizing: border-box;
    padding: 20px 20px 0;
    width: 392px;
    height: 370px;
    background-color: #fff;
}
.news-fr>ul{
    overflow: hidden;
    margin-top: 10px;
}
.hotnews-li .hotnews-a{
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed #efefef;
}
.hotnews-li:last-child .hotnews-a{
    border-bottom: none;
}
.hotnews-li .hotnews-title{
    display: flex;
    align-items: center;
    flex: 1;
    height: 16px;
    opacity: 1;
    transition: all .3s;
}
.hotnews-li .hotnews-title span{
    color: #999;
}
.hotnews-li .hotnews-title i{
    display: block;
    flex: 1;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: #333;
}
.hotnews-li .hotnews-title em{
    display: block;
    margin-right: 0;
    margin-left: auto;
    font-size: 14px;
    color: #999;
}
.hotnews-li .hotnews-opt{
    height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: all .3s;
}
.hotnews-li .hotnews-opt-img{
    float: left;
    position: relative;
    margin-right: 10px;
}
.hotnews-li .hotnews-opt-img img,
.list-r>ul li a .list-r-img img{
    display: block;
    width: 90px;
    height: 60px;
}
.hotnews-li .hotnews-opt-img span,
.list-r>ul li a .list-r-img span{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 0 0 10px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background-color: #999;
}
.hotnews-li .hotnews-opt-title{
    margin-top: 5px;
    width: 252px;
    float: left;
}
.hotnews-li .hotnews-opt-title p,
.list-r>ul li a .list-r-content p{
    font-size: 16px;
    line-height: 1;
    color: #333;
}
.hotnews-li .hotnews-opt-title div,
.list-r>ul li a .list-r-content div{
    margin-top: 20px;
    overflow: hidden;
}
.hotnews-li .hotnews-opt-title div em,
.list-r>ul li a .list-r-content em{
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #999;
}
.hotnews-li.hotnews-li-opt .hotnews-title{
    height: 0;
    opacity: 0;
}
.hotnews-li.hotnews-li-opt .hotnews-opt{
    height: 60px;
    opacity: 1;
}

/* list-r */
.list-r{
    width: 392px;
    background-color: #fff;
    padding-top: 20px;
}
.list-r .news-title{
    box-sizing: border-box;
    padding: 0 20px;
}
.list-r>ul{
    margin-top: 10px;
}
.list-r>ul li{
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    transition: all .3s;
}
.list-r>ul li:hover{
    background-color: #efefef;
}
.list-r>ul li a{
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px dashed #efefef;
}
.list-r>ul li:last-child a{
    border-bottom: none;
}
.list-r>ul li a .list-r-img{
    position: relative;
    margin-right: 10px;
}
.list-r>ul li a .list-r-content{
    width: 252px;
    flex: 1;
}


/* footer */
/*.footer{*/
/*    margin-top: 20px;*/
/*    padding: 20px 0;*/
/*    background-color: #31302b;*/
/*}*/
/*.footer .container{*/
/*    overflow: hidden;*/
/*}*/
/*.footer p{*/
/*    font-size: 12px;*/
/*    line-height: 1;*/
/*    color: #666;*/
/*}*/


/* crumbs */
.crumbs{
    overflow: hidden;
    margin-top: 30px;
}
.crumbs p,
.crumbs a{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #666;
}


/*!* 分页 *!*/
/*.pagination {*/
/*    width: 392px;*/
/*    margin: 50px auto 70px;*/
/*}*/

/*.pagination ul {*/
/*    !* width: 100%; *!*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin: 0 auto;*/
/*}*/

/*.pagination ul li {*/
/*    background: #fff;*/
/*}*/

/*.pagination ul li span {*/
/*    display: block;*/
/*    width: 42px;*/
/*    font-size: 16px;*/
/*    color: #939393;*/
/*    height: 42px;*/
/*    text-align: center;*/
/*    line-height: 42px;*/
/*    border: 1px solid #e0e0e0;*/
/*    box-sizing: border-box;*/
/*}*/

/*.pagination ul li.page-l span {*/
/*    background: url(/static/home/images/img/page-l.png) no-repeat center;*/
/*    background-size: 8px 14px;*/
/*}*/

/*.pagination ul li.page-r span {*/
/*    background: url(/static/home/images/img/page-r.png) no-repeat center;*/
/*    background-size: 8px 14px;*/
/*}*/

/*.pagination ul li span.clecked {*/
/*    background: #ee4747;*/
/*    border-color: #ee4747;*/
/*    color: #fff;*/
/*}*/



body{
    background-color: #f0f4fa;
}


/* header */
.header{
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.header>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.header-logo img{
    display: block;
    height: 42px;
}
.header-nav{
    overflow: hidden;
    position: relative;
}
#headerNav-bar{
    position: absolute;
    bottom: 0;
    display: block;
    height: 3px;
    background-color: #ee4747;
    transition: all .3s;
    display: none;
}
.header-nav a{
    display: block;
    float: left;
    height: 100%;
    margin-right: 50px;
    font-size: 16px;
    line-height: 80px;
    color: #666;
}
.header-nav .navOpt{
    color: #ee4747;
}
.header-nav a:last-child{
    margin-right: 0;
}



/* top content */
.top-content{
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
.left-nav{
    float: left;
    width: 250px;
    height: 500px;
    box-sizing: border-box;
    padding: 22px 0 0 20px;
    background-color: #fff;
}
.left-nav-a{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #222;
    padding-top: 28px;
}
.left-nav-a:first-child{
    padding: 0;
}
.left-nav-a img{
    margin-right: 6px;
    vertical-align: bottom;
}
.left-nav-sort{
    overflow: hidden;
    padding-top: 2px;
}
.left-nav-sort a{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #999;
    margin: 11px 24px 0 0;
}
.left-nav-sort a:hover{
    color: #ee4747;
}


.banner{
    width: 650px;
    margin: 0 10px;
    float: left;
}

/*.banner-swiper{*/
/*    width: 100%;*/
/*    height: 360px;*/
/*}*/
/*.banner-swiper img{*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.banner-swiper .swiper-pagination{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    box-sizing: border-box;*/
/*    padding: 0 10px;*/
/*    bottom: 10px;*/
/*}*/
/*.banner-swiper .swiper-pagination span{*/
/*    display: block;*/
/*    flex: 1;*/
/*    height: 1px;*/
/*    background-color: rgba(255,255,255,.2);*/
/*    margin:0 10px 0 0 !important;*/
/*    opacity: 1;*/
/*    border-radius: 0;*/
/*    transition: all .3s;*/
/*}*/
/*.banner-swiper .swiper-pagination span:last-child{*/
/*    margin-right: 0 !important;*/
/*}*/
/*.banner-swiper .swiper-pagination .swiper-pagination-bullet-active{*/
/*    height: 3px;*/
/*    background-color: #fff;*/
/*}*/
.swiper-button-prev,
.swiper-button-next,
.content1-l .swiper-button-prev,
.content1-l .swiper-button-next{
    width: 12px!important;
    height: 24px!important;
    margin: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
}
.swiper-button-next img,
.content1-l .swiper-button-next img{
    transform: rotate(180deg);
}
.swiper-button-prev::after,
 .swiper-button-next::after,
.content1-l .swiper-button-prev::after,
.content1-l .swiper-button-next::after{
    display: none;
}
.banner-btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.banner-btm a img{
    display: block;
    width: 210px;
    height: 130px;
    filter: brightness(100%);
    transition: all .3s;
}
.banner-btm a img:hover{
    filter: brightness(110%);
}
.right-news{
    float: left;
    width: 280px;
    height: 500px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 22px 20px 0;
}
.right-news>h2{
    padding-bottom: 14px;
    border-bottom: 1px solid #efefef;
}
.right-news-list{
    padding-top: 4px;
}
.right-news-list>a{
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 16px 0 17px;
    font-size: 14px;
    line-height: 1;
    color: #222;
    transition: padding .3s;
}
.right-news-list>a::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px dashed #efefef;
    z-index: 9;
}
.right-news-list>a:hover{
    padding-left: 4px;
    color: #ee4747;
}
.right-news-list>a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ee4747;
    transition: all .3s;
    z-index: 99;
}
.right-news-list>a:hover::after{
    width: 100%;
}
.right-news-list>a span{
    font-weight: bold;
    color: #ee4747;
}



/* quick link */
.quick-link{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 20px auto 0;
    background-color: #fff;
}
.quick-link li{
    flex: 1;
    padding: 20px 0;
    transition: all .3s;
}
.quick-link li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #efefef;
    transition: all .3s;
}
.quick-link li:last-child a{
    border-right: none;
}
.quick-link li a span{
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #ee4747;
    font-size: 28px;
    line-height: 58px;
    text-align: center;
    color: #ee4747;
    transition: all .3s;
}
.quick-link li a p{
    font-size: 16px;
    line-height: 1;
    color: #666;
    margin-top: 10px;
    text-align: center;
    transition: all .3s;
}
.quick-link li:hover{
    background-color: #ee4747;
}
.quick-link li:hover a{
    border-color: transparent;
}
.quick-link li:hover a span{
    border-color: #fff;
    color: #fff;
}
.quick-link li:hover a p{
    color: #fff;
}






/* news content1 */
.news-content{
    width: 1200px;
    margin: 20px auto 0;
    overflow: hidden;
}
.news-content-l{
    float: left;
    width: 860px;
    height: 327px;
    box-sizing: border-box;
    padding: 20px 24px 0;
    background-color: #fff;
}

/* 标题 */
.news-content-tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #efefef;
}
.news-content-tit p{
    font-size: 18px;
    font-weight: bold;
    color: #222;
    line-height: 1;
}
.news-content-tit p span{
    color: #ee4747;
}
.news-content-tit-nav{
    overflow: hidden;
}
.news-content-tit-nav div{
    display: block;
    float: left;
}
.news-content-tit-nav a{
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #666;
    margin-left: 18px;
}
.news-content-tit-nav span{
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #ddd;
    margin-left: 18px;
}
.news-content-tit-nav .opt a{
    color: #ee4747;
}



/* 左侧内容1 */
.news-content1{
    display: none;
    margin-top: 20px;
    overflow: hidden;
}
.news-content1:first-child{
    display: block;
}
.content1-l{
    float: left;
    width: 320px;
    height: 220px;
}
.content1-l .swiper-slide{
    position: relative;
}
.content1-l .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.content1-l .swiper-slide p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: rgba(0,0,0,.6);
    box-sizing: border-box;
    padding: 0 45px 0 15px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}
.content1-l .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 0 !important;
    left: 290px !important;
    right: 0 !important;
    box-sizing: border-box;
    padding-right: 15px;
    height: 36px;
    width: 30px !important;
}
.content1-l .swiper-pagination span{
    display: block;
    border-radius: 0;
    width: 2px;
    height: 4px;
    background-color: rgba(255,255,255,.2);
    margin: 0 3px 0 0 !important;
    opacity: 1;
    transition: height .2s;
}
.content1-l .swiper-pagination span:last-child{
    margin: 0 !important;
}
.content1-l .swiper-pagination .swiper-pagination-bullet-active{
    height: 8px;
    background-color: #ee4747;
}
.content1-c{
    width: 241px;
    margin-left: 10px;
    float: left;
    overflow: hidden;
}
.content1-c a:first-child{
    display: block;
    float: left;
    width: 100%;
}
.content1-c a:nth-child(n+2){
    display: block;
    float: left;
    width: 116px;
    margin-top: 15px;
}
.content1-c a:last-child{
    margin-left: 9px;
}
.content1-c a img{
    display: block;
    width: 100%;
    filter: brightness(100%);
}
.content1-c a h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content1-c a p{
    flex: 1;
    font-size: 12px;
    line-height: 1;
    color: #222;
    margin-top: 6px;
}
.content1-c a span{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #fcbe00;
    margin-top: 6px;
}
.content1-c a:hover img{
    filter: brightness(110%);
}
.content1-c a:hover p{
    color: #ee4747;
}
.content1-r{
    float: right;
    width: 211px;
}
.content1-r a{
    display: block;
    box-sizing: border-box;
    padding: 12px 0;
    font-size: 14px;
    line-height: 1;
    color: #222;
    transition: padding .3s;
}
.content1-r a span{
    font-weight: bold;
    color: #ee4747;
}
.content1-r a:hover{
    padding-left: 4px;
    color: #ee4747;
}



/* 左侧内容2 */
.content2-l{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.content2-l:nth-child(n+2){
    display: none;
}
.content2-ll{
    position: relative;
    float: left;
    width: 320px;
    height: 220px;
    overflow: hidden;
}
.content2-ll>img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.content2-ll>h4{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 55px 15px 11px 20px;
    background-image: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0));
    transition: all .2s;
}
.content2-ll>h4 img{
    display: block;
    margin-right: 6px;
}
.content2-ll>h4 p{
    flex: 1;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.content2-ll>h4 p a{
    color: #fff;
}
.content2-ll>h4 span{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #999;
}
.content2-ll:hover>img{
    transform: scale(1.06);
}
.content2-ll:hover>h4{
    padding-left: 24px;
}
.content2-lr{
    width: 462px;
    float: right;
    overflow: hidden;
}
.content2-lr a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 212px;
    box-sizing: border-box;
    padding: 12px 0;
    transition: padding .2s;
}
.content2-lr a:nth-child(even){
    float: right;
    width: 212px;
}
.content2-lr a p{
    flex: 1;
    font-size: 14px;
    line-height: 1;
    color: #222;
}
.content2-lr a span{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #999;
}
.content2-lr a:hover{
    padding-left: 4px;
}
.content2-lr a:hover p{
    color: #ee4747;
}






.news-content-r{
    float: right;
    width: 330px;
    height: 327px;
    background-color: #fff;
}


/* 热门1 */
.content1-hot{
    width: 100%;
    height: 56px;
    background: url('/static/home/img/index/hot-titleBg.jpg') center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    line-height: 56px;
}
.content1-hot span{
    color: #ee4747;
}
.content1-hot-list{
    padding-top: 13px;
}
.hot-list1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 13px 20px;
}
.hot-list1 p{
    flex: 1;
    font-size: 14px;
    line-height: 1;
    color: #222;
}
.hot-list1 p span{
    color: #bbb;
}
.hot-list1:first-child p span{
    color: #ee4747;
}
.hot-list1:nth-child(2) p span{
    color: #fa813f;
}
.hot-list1:nth-child(3) p span{
    color: #f7bc49;
}
.hot-list1>span,
.hot-list2>span{
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    color: #ee4747;
}
.hot-list1>span img,
.hot-list2>span img{
    display: block;
    margin-right: 6px;
}
.hot-list1:hover,
.hot-list2:hover{
    background-image: linear-gradient(to right, #ee4747, #fae7e7);
}
.hot-list1:hover p,
.hot-list1:hover p span,
.hot-list2:hover p,
.hot-list2:hover p span{
    color: #fff;
}




/* 热门2 */
.content2-hot{
    box-sizing: border-box;
    padding: 20px 20px 0;
}
.content2-hot div{
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    line-height: 1;
}
.content2-hot div span{
    color: #ee4747;
}
.content2-hot div p{
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
    color: #ee4747;
    line-height: 1;
    opacity: .2;
}
.content2-hot-list{
    margin-top: 10px;
}
.hot-list2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 10px 10px;
}
.hot-list2 p{
    flex: 1;
    font-size: 14px;
    line-height: 22px;
    color: #222;
}
.hot-list2 p span{
    display: inline-block;
    width: 36px;
    height: 22px;
    box-sizing: border-box;
    padding-left: 12px;
    background-image: linear-gradient(to right, rgba(187,187,187,0), rgba(187,187,187,1));
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 22px;
    margin-right: 6px;
    border-radius: 0 11px 11px 0;
}
.hot-list2:first-child p span{
    background-image: linear-gradient(to right, rgba(238,71,71,0), rgba(238,71,71,1));
}
.hot-list2:nth-child(2) p span{
    background-image: linear-gradient(to right, rgba(250,129,63,0), rgba(250,129,63,1));
}
.hot-list2:nth-child(3) p span{
    background-image: linear-gradient(to right, rgba(247,188,73,0), rgba(247,188,73,1));
}
.hot-list2:hover p span{
    background: none;
    padding-left: 11px;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #ee4747, #ee4747), linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    line-height: 20px;
}




/* 专题聚合 */
.juhe-l{
    width: 860px;
    height: 310px;
    background-color: #fff;
    float: left;
    overflow: hidden;
}
.juhe-l-img{
    display: block;
    float: left;
    width: 156px;
    height: 100%;
}
.juhe-l-news{
    float: right;
    width: 660px;
    padding-right: 24px;
}
.juhe-l-news>h2{
    font-size: 18px;
    font-weight: bold;
    color: #222;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #efefef;
}
.juhe-l-news>h2 span{
    color: #ee4747;
}
.juhe-l-news>div{
    margin-top: 12px;
    overflow: hidden;
}
.juhe-l-news>div a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 300px;
    box-sizing: border-box;
    padding: 12px 0;
    transition: all .2s;
}
.juhe-l-news>div a:nth-child(even){
    float: right;
}
.juhe-l-news>div a p{
    flex: 1;
    font-size: 14px;
    line-height: 1;
    color: #222;
}
.juhe-l-news>div a p span{
    font-weight: bold;
    color: #ee4747;
}
.juhe-l-news>div a>span{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #999;
}
.juhe-l-news>div a:hover,
.juhe-r-list a:hover{
    padding-left: 4px;
}
.juhe-l-news>div a:hover p{
    color: #ee4747;
}


.juhe-r{
    width: 330px;
    height: 310px;
    float: right;
    background-color: #fff;
}
.juhe-r-img{
    display: block;
    width: 100%;
}
.juhe-r-list{
    box-sizing: border-box;
    padding: 11px 20px 0;
}
.juhe-r-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 11px 0;
    transition: all .2s;
}
.juhe-r-list a p{
    flex: 1;
    font-size: 14px;
    line-height: 1;
    color: #666;
}
.juhe-r-list a p span{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin-right: 6px;
    background-color: #bbb;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
    text-align: center;
}
.juhe-r-list a>span{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #999;
}
.juhe-r-list a:hover p{
    color: #222;
}
.juhe-r-list a:first-child p span{
    background-color: #ee4747;
}
.juhe-r-list a:nth-child(2) p span{
    background-color: #fa813f;
}
.juhe-r-list a:nth-child(3) p span{
    background-color: #f7bc49;
}





/* 友情链接 */
.yqlink{
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 40px auto 0;
}
.yqlink>h2{
    font-size: 18px;
    line-height: 24px;
    color: #222;
    padding: 0 30px 0 20px;
}
.yqlink>div{
    flex: 1;
    padding-left: 30px;
    border-left: 1px solid #bbb;
    overflow: hidden;
}
.yqlink>div a{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #999;
    padding: 12px 0;
    margin-right: 30px;
}
.yqlink>div a:hover{
    color: #ee4747;
}



/* index footer */
.index-footer{
    width: 100%;
    background-image: linear-gradient(to right, #222a37, #2f171c);
    margin-top: 40px;
}
.index-footer div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.index-footer div p{
    font-size: 12px;
    line-height: 1;
    color: #666;
    padding: 20px 0;
}
.index-footer div p a{
    color: #fff;
}
.index-footer div p a:hover{
    color: #ee4747;
}










.footer{
    padding:20px 0;
    background-color:#31302b;
    color:#fff;
    text-align:center;
    font-size: 14px;
}
.footer p{
    color:#fff;
}

.footer a{
    color:#fff;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #ee4747;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #ee4747;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}