*{
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 公共 */

body{
    font-size: 12px;
    color: #555;
    font-family: Microsoft Yahei, Arial, Lucida, Verdana, Helvetica, sans-serif;
    background: url(../images/body_bg.jpg) top center no-repeat #eeeeee;
    /* background-size:cover; */
}

a {
    color: #333;
    text-decoration: none;
    transition: all .2s linear;
}

.highlight,
a:hover {
    color:red;
}

.hidden {
    display: none !important;
}

.w1250{
    width: 1250px;
    margin: 0 auto;
}

/*图片放大的样式*/
.img{
    overflow: hidden;
}

.img-zoom img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-zoom:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* 公共分享 */
.hwh-share {
    margin: 20px 0;
    text-align: center;
}

.hwh-like .btn-like:hover,
.hwh-like .btn-like.btn-liked{
    color: #FFF;
    background-color: #f75444;
    border-color: #f75444 !important;
}

/* 公共点赞 */
.hwh-like{
    text-align: center;
    margin: 20px 0;
}


/* 公共顶部 */
#header>.top{
    display: flex;
    justify-content: space-between;
    height: 200px;
}

#header>.top>.logo{
    position: relative;
    display: flex;
    align-items: center;
}

#header>.top>.logo>a{
    position: absolute;
    left: -75px;
}

#header>.top>.search{
    margin-top: 62px;
}

#header>.top>.search .layui-input{
    background-color: rgba(255,255,255,0);
}

#header>.top>.search .layui-input-group:hover .layui-input-suffix{
    background-color: #4499de;
}

#header>.top>.search .layui-input-group:hover .layui-input{
    background-color: rgba(255,255,255,1) !important;
}

#header>.top>.search .layui-icon-search {
    color: #FFF
}

#header>.top>.search .layui-input-split.layui-input-suffix{
    cursor: pointer;
}

#header .layui-nav{
    display: flex;
    border-radius:0;
    background-color: #4499de;
    padding: 0;
}

#header .layui-nav .layui-nav-more{
    right: 13px;
}

#header .layui-nav .layui-nav-item a{
    text-align: center;
    font-size: 18px;
    color: #FFF;
}

#header .layui-nav .layui-nav-item a:hover{
    background-color: #212c6e;
}

#header .layui-nav .layui-nav-item{
    flex: 1;
}

#header .layui-nav .layui-this{
    background-color: #212c6e;
}

#header .layui-nav .layui-this:after,.layui-nav-bar {
    display: none;
}

#header .layui-nav .layui-nav-item .layui-nav-child a{
    color: #333;
}

#header .layui-nav .layui-nav-item .layui-nav-child .layui-this a{
    color: #FFF;
}

#header .layui-nav .layui-nav-item .layui-nav-child a:hover{
    color: #FFF;
}

#header .layui-nav-child dd{
    border-bottom: 1px solid #EEE;
}

#header .layui-nav-child dd:last-child{
    border: 0;
}


/* 公共底部 */
#footer {
    margin: 25px 0 20px 0;
    border-top: solid 12px #4499de;
    color: #2c2c2c;
}

#footer>.w1250{
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

#footer>.w1250>dd{
   margin-right: 10px;
}

#footer>.w1250>dd>p{
   line-height: 30px;
}

#footer>.w1250>dd>p>span{
    margin-right: 15px;
}

/* 公共分页 */
.pager{
    margin-top: 20px;
}

.pager .pagination{
    display: flex;
}

.pager .pagination>li{
    margin-right: 5px;
}

.pager .pagination>li>a:hover{
    background-color: #212c6e;
    color: #FFF;
    border-color:#212c6e;
}

.pager .pagination>li>span,
.pager .pagination>li>a{
    display: block;
    border: 1px solid #bbb;
    padding: 5px 11px;
    font-size: 16px;
    color: #666;
    background-color: #FFF;
}

.pagination>li.active>span{
    color: #FFF;
    border-color:#212c6e;
    background-color: #212c6e;
}

/* 公共列表页 */
.list{
    margin-top: 20px;
    display: flex;
}

.list>.main{
    flex:1;
    overflow: hidden;
}

.list>.main>.item-wp{
    background-color: #fff;
}

.list>.main>.item-wp>.item{
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #EEE;
}

.list>.main>.item-wp>.item:last-child{
    border: 0;
}

.list>.main>.item-wp>.item:hover{
    background: #F5F5F5;
    transition:all .3s ease-in-out 0s;
}

.list>.main>.item-wp>.item>.img{
    margin-right: 15px;
    width: 160px;
    height: 110px;
}

.list>.main>.item-wp>.item>.img>img{
    width: 100%;
    height: 100%;
}

.list>.main>.item-wp>.item>.article{
    flex:1;
    overflow: hidden;
}

.list>.main>.item-wp>.item>.article>dt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>.main>.item-wp>.item>.article>dt>a{
    font-size: 18px;
    font-weight: bold;
    /* color: #333333; */
    line-height: 26px;
    margin-bottom: 5px;
}

.list>.main>.item-wp>.item>.article>dd.info{
    font-size: 12px;
    color: #999999;
    margin-top: 4px;
}

.list>.main>.item-wp>.item>.article>dd.info>span{
    margin-right: 10px;
}

.list>.main>.item-wp>.item>.article>dd.desc{
    color: #666;
    font-size: 14px;
    margin-top: 4px;

    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;  
    -webkit-line-clamp:3;
}

/* 公共面包屑导航 */
.breadcrumb {
    padding: 12px 20px 12px;
    list-style: none;
    background-color: #f5f5f5;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #777777;
}


/* 公共右边栏 */
.sidebar{
    width: 350px;
    margin-left: 20px;
}

.sidebar>.item-wp{
    margin-bottom: 20px;
}

.sidebar>.item-wp>dt{
    background-color: #F5F5F5;
    padding: 7px 15px;
    border-top: 2px solid #4499de;
    font-size: 18px;
}

.sidebar>.item-wp>dd{
    background-color: #FFF;
}

.sidebar>.item-wp>dd>ul{
    /* padding: 0 12px; */
}

/* 公共右边栏-热门新闻 */
.sidebar>.item-wp.hot-news>dd>ul>li{
    border-bottom: 1px solid #EEE;
    padding: 12px 10px;
    font-size: 14px;

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

.sidebar>.item-wp.hot-news>dd>ul>li:hover{
    background: #F5F5F5;
    transition:all .3s ease-in-out 0s;
}

.sidebar>.item-wp.hot-news>dd>ul>li>span{
    margin-right: 5px;
}

.sidebar>.item-wp.hot-news .layui-badge{
    background-color: #4499de;
}

.sidebar>.item-wp.hot-news>dd>ul>li:nth-child(n+4) .layui-badge{
    background-color: #999999;
}

/* 公共右边栏-精彩推荐 */

.sidebar>.item-wp.recommend-news>dd>ul>li{
    display: flex;
    padding: 12px 10px;
    border-bottom: 1px solid #EEE;
}

.sidebar>.item-wp.recommend-news>dd>ul>li:hover{
    background: #F5F5F5;
    transition:all .3s ease-in-out 0s;
}

.sidebar>.item-wp.recommend-news>dd>ul>li>.img{
    margin-right: 10px;
    width: 120px;
    height: 80px;
}

.sidebar>.item-wp.recommend-news>dd>ul>li>.img>img{
    width: 100%;
    height: 100%;
}

.sidebar>.item-wp.recommend-news>dd>ul>li>.article{
    flex: 1;
    overflow: hidden;
}

.sidebar>.item-wp.recommend-news>dd>ul>li>.article>a{
    font-size: 14px;
    font-weight: bold;

    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp:2;  
}

.sidebar>.item-wp.recommend-news>dd>ul>li>.article>p{
    line-height: 20px;
    margin-top: 2px;
    color: #999;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;  
    -webkit-line-clamp:2;
}

/* 公共右边栏-媒体矩阵 */
.item-wp.mtjz>dd{
    text-align: center;
}

.item-wp.mtjz>dd>img{
    max-width: 100%;
}

/* 公共选项卡 */
#home .layui-tab{
    margin: 0;
}

#home .layui-tab-content{
    
}

#home .layui-tab .layui-tab-title{
    border-bottom-width: 2px;
}

#home .layui-tab .layui-tab-title li{
    font-size: 18px;
    font-weight: bold;
}

#home .layui-tab-brief>.layui-tab-title .layui-this {
    color: #4499de;
}

#home .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #4499de;
}

#home .layui-tab-item>ul{
    display: block;
}

#home .layui-tab-item>ul>li{
    border-bottom: 1px  dashed #e5e5e5;
    padding-left: 15px;
}

#home .layui-tab-item>ul>li>a{
    display: block;
    font-size: 14px;
    padding: 8px 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 首页 */
#home{
    background-color: #FFF;
}

#home>.top{
    display: flex;
    padding: 20px;
}

#home>.top>.left{
}

#home>.top>.right{
    flex: 1;
    overflow:hidden;
    /* min-width: 0; */
}

#home>.top>.right>.layui-tab{
    margin-left: 20px;
}

#home>.main{
    display: flex;
    margin-top: 10px;
    padding: 0 20px;
}

#home>.main>.home-item{
    flex: 1;
    overflow:hidden;
    /* min-width: 0; */
}

#home>.main>.home-item .jzmz{
    margin-top: 10px;
}

#home>.main>.home-item .jzmz>button{
background-color: #4499de;
}


#home>.main>.home-item:nth-child(2){
    margin: 0 20px;
}

#home>.main>.home-item .layui-tab-item>.zxjj{
    font-size: 14px;
    line-height: 27px;
    text-indent: 2em;
    text-align: justify;
}

#home>.main>.home-item .layui-tab-item>.zxjj>span>a{
    margin-left: 50px;
    color: #1d81e2; 
}

#home>.main>.home-item .layui-tab-item>ul>li:last-child{
    /* border: 0; */
}


/* 首页-主轮播图 */

#hwh-carousel-1 .layui-carousel-ind{
    z-index: 1;
    top: -65px;
}

#hwh-carousel-1 .layui-carousel-ind ul li.layui-this {
    background-color: #4499de
}

#hwh-carousel-1>div>a>img{
    width: 100%;
    height: 100%;
}

#hwh-carousel-1>div>a>h3{
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #FFF;
    z-index: 2;
    text-align: center;
    font-size: 22px;
    font-weight: normal;

    width: 95%;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#hwh-carousel-1>div>a::after {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(-180deg,transparent,rgba(0,0,0,.8));
    content: "";
    height: 30%;
    left: 0;
    width: 100%;
    z-index: 1;
    display: block;
}

/*频道页*/
#channel>.main>.item-wp{
    display: flex;
    flex-wrap: wrap;
}

#channel>.main>.item-wp>dl{
    width: calc(47% - 10px);
    padding: 1.5% 1.5% 1% 1.5%;
    background-color: #fff;
    margin-top: 20px;
}

#channel>.main>.item-wp>dl:nth-child(odd){
    margin-right: 20px;
}


#channel>.main>.item-wp>dl>dt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

#channel>.main>.item-wp>dl>dt>h3{
    border-left: 3px solid #4499de;
    padding-left: 7px;
}

#channel>.main>.item-wp>dl>dt>h3>a{
    font-size: 18px;
}

#channel>.main>.item-wp>dl>dd.first{
    display: flex;
}

#channel>.main>.item-wp>dl>dd.first>.img{
    width: 140px;
    height: 90px;
    margin-right: 15px;
}

#channel>.main>.item-wp>dl>dd.first>.img>img{
    width: 100%;
    height: 100%;
}

#channel>.main>.item-wp>dl>dd.first>.info{
    flex: 1;
    overflow: hidden;
}

#channel>.main>.item-wp>dl>dd.first>.info>h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

#channel>.main>.item-wp>dl>dd.first>.info>p{
    margin-top: 4px;
    color: #666;
    font-size: 14px;
        line-height: 21px;
   display: -webkit-box;
      display: -moz-box;
      overflow: hidden;  
      text-overflow: ellipsis;  
      word-break: break-all;  
      -webkit-box-orient: vertical;  
      -webkit-line-clamp:3;  
}

#channel>.main>.item-wp>dl>dd.body{
    padding-top: 4px;
}

#channel>.main>.item-wp>dl>dd.body>ul>li{
    position: relative;
    margin: 11px 0;
    font-size: 14px;
    display: flex;
}

#channel>.main>.item-wp>dl>dd.body>ul>li::before{
    content:''; 
    position:absolute; 
    left:0;
    top:48%;
    width:4px;
    height:4px;
    background:#EEE;
}

#channel>.main>.item-wp>dl>dd.body>ul>li>a{
    display: block;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

#channel>.main>.item-wp>dl>dd.body>ul>li>span{
    display: block;
    color: #666;
}

/* 内容页 */
.show{
    margin-top: 20px;
    display: flex;
}

.show>.main{
    flex:1;
    overflow:hidden;
}

.show>.main>.article{
    background-color: #FFF;
    padding: 20px;
}

.show>.main>.article>.title{
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
}

.show>.main>.article>.info{
    text-align: center;
    color:#999;
}

.show>.main>.article>.info{
    border-top: 1px solid #EEE;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    margin-bottom: 15px;
}

.show>.main>.article>.info>li{
    font-size: 14px;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.show>.main>.article>.info>li>i.layui-icon{
    margin-right: 4px;
}

.show>.main>.article>.content p{
    font-size: 16px;
    color: #333;
}

.show>.main>.article>.content p img{
    /* display: block; */
    /* margin: 10px auto; */
    max-width: 100% !important;
}

.show>.main>.article>.metainfo>ul>li{
    margin-bottom: 5px;
}

.show>.main>.article>.metainfo>ul>li .hwh-tag{
    margin-right: 5px;
    padding: 3px 5px;
     transition: all .3s;
    -webkit-transition: all .3s;
}

.show>.main>.article>.metainfo>ul>li .hwh-tag:hover{
    background: #212c6e !important;
}

.show>.main>.article>.metainfo>ul>li .hwh-tag>a{
    color: #FFF;
}

.show>.main>.operation{
    border-top: 1px solid #EEE;
    padding: 20px;
    background-color: #F5F5F5;
}

.show>.main>.operation>dl{
    display: flex;
    align-items: center;
}

.show>.main>.operation>dl>dt{
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.show>.main>.operation>dl>dt>span{
    margin: 0 5px;
}

.show>.main>.operation>dl>dd{
    flex: 1;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show>.main>.operation>dl:first-child{
    padding-bottom: 10px;
}

.show>.main>.operation>dl:last-child{
    padding-top: 10px;
    border-top: 1px dashed #EEE;
}

/* 搜索 */
.search-info{
    padding: 12px 20px 12px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.search-info .more>ul{
    display: flex;
}

.search-info .more>ul>li{
    margin-left: 10px;
}

.search-info .more>ul>li>a.active{
    color: #4499de;
}

/* 专题 */
.special-info{
    background-color: #FFF;
    padding: 20px;
}

#special .special-info .banner{
    background-color: #FFF;
}
#special .special-info .headline{
}

#special .special-info .banner {
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    height: 300px;
    position: relative;
}

#special .special-info .banner .title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.50));
}

#special .special-info .banner .title .layui-badge{
    margin: 15px 0 0 15px;
}

#special .special-info .banner .title h1 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin: 15px;
}


#special .special-info .headline{
    margin-top: 20px;
}

#special .special-info .headline blockquote{
    border-radius: 3px;
    padding: 15px 17px;
    border: none;
    background: #f5f9ff;
    font-family: 'Open Sans', sans-serif !important;
}

#special .special-info .headline blockquote h3{
    line-height: 35px !important;
    margin-bottom: 0px;
    margin-top: 0 !important;
    font-size: 16px !important;
    font-weight: 400;
    color: #777;
}