h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

.text .data{right:0; bottom:0; position:absolute;}
.text .data span{color:#b7b7b7; font-size:12px; line-height:14px;}
.text .data .view{padding-left:24px; background:url(images/tubiao.png) -239px -40px no-repeat;}
.text .data .comment{padding-left:21px; background:url(images/tubiao.png) -237px -74px no-repeat; margin-left:20px;}

/*hot*/
.newslist {width: 1200px;margin: 0 auto;}
.newslist .hot-nav{width:100%; border-bottom:1px solid #e7e7e7;}
.newslist .hot-nav h1{color:#1a1a1a; font-weight:normal; position:relative; line-height:40px; display:inline-block;}
.newslist .hot-nav h1 a{color:#1a1a1a; font-weight:normal;}
.newslist .hot-nav h1:after{content:""; height:2px; width:100%; position:absolute; left:0; bottom:-6px; background-color:#ef3838;}

.newslist .item{border-top:1px solid #f2f2f2; padding:27px 0 16px;}
.newslist .item:hover{ background-color:rgba(240,240,240,0.4);}
.newslist .item .img{width:180px; height:100px; float:left; display:block; position:relative; margin-right:10px; overflow:hidden;}
.newslist .item .img img{width:100%; height:100%;}
.newslist .item .img i{width:20px; height:14px; position:absolute; left:11px; bottom:7px; background:url(images/tubiao.png) -239px -10px no-repeat; display:inline-block;}
.newslist .item .text{ overflow:hidden; position:relative; }
.newslist .item .text h1 a{color:#1a1a1a; font-weight:normal;}
.newslist .item .text h1 a:hover{color:#ef3838;}
.newslist .item .text .des{color:#5a5a5a; font-size:14px; line-height:24px; margin-top:20px; height:72px;}
.newslist .item .text .fl{margin-top:30px; font-size:12px; color:#b7b7b7;}


.page-large{margin:40px 0 20px; text-align:center;}
.page-large a{width:34px; height:34px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:34px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-large a.on{border:1px solid #ef3838; background:#ef3838; color:#fff;}
.page-large a.none{border:none;}
.page-large .Num:hover{border:1px solid #ef3838; color:#ef3838;}
.page-large .on:hover{border:1px solid #ef3838; color:#fff;}

/*page*/
.page-large{margin:40px 0 20px; text-align:center;}
.page-large a{width:34px; height:34px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:34px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-large a.on{border:1px solid #ef3838; background:#ef3838; color:#fff;}
.page-large a.none{border:none;}
.page-large .Num:hover{border:1px solid #ef3838; color:#ef3838;}
.page-large .on:hover{border:1px solid #ef3838; color:#fff;}

.page-large .prev-page{background:url(images/small-prev-page.png) center center no-repeat;}
.page-large .next-page{background:url(images/small-next-page.png) center center no-repeat;}
.page-large .prev-page:hover{border:1px solid #ef3838; background:url(images/small-prev-page-on.png) center center no-repeat #ef3838;}
.page-large .next-page:hover{border:1px solid #ef3838; background:url(images/small-next-page-on.png) center center no-repeat #ef3838;}


/* 页码&滚动加载 */
.pageListBox {
    margin-top: -4%; padding-bottom: 6% ;
}
.pageListBox .pageList {
    position: relative;
    line-height: 40px;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    overflow-x: hidden;
}
.pageListBox .pageList ul {
    position: relative;
    float: none !important;
}
.pageListBox .pageList ul,
.pageListBox .pageList ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.pageListBox .pageList ul li {
    margin: 0 5px;
    font-size: 14px;
}
.pageListBox .pageList li > span,
.pageListBox .pageList li > a {
    display: block;
    padding: 0 10px;
    min-width: 20px;
    height: 40px;
    font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
    color: #333333;
    font-size: 14px;
    z-index: 2;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: all 320ms ease-out 0s;
    transition: all 320ms ease-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.pageListBox .pageList li > span:before,
.pageListBox .pageList li > a:before,
.pageListBox .pageList li > span:after,
.pageListBox .pageList li > a:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: -1;
    pointer-events: none;
}
.pageListBox .pageList li > span:after,
.pageListBox .pageList li > a:after {
    border: #dddddd solid 1px;
}
.pageListBox .pageList li > span:before,
.pageListBox .pageList li > a:before {
    background-color: #024381;
    -webkit-transition: all 320ms ease-out 0ms;
    transition: all 320ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
}
.pageListBox .pageList li.active > span,
.pageListBox .pageList li.active > a {
    color: #fff;
}
.pageListBox .pageList li.active > span:before,
.pageListBox .pageList li.active > a:before {
    -webkit-transition: all 320ms ease-out 0ms;
    transition: all 320ms ease-out 0ms;
    opacity: 1;
    visibility: visible;
}
.pageListBox .pageList li.active > span:after,
.pageListBox .pageList li.active > a:after {
    -webkit-transition: all 320ms ease-out 0ms;
    transition: all 320ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
}
.pageListBox .pageList li a:active:after {
    -webkit-transition: all 0ms ease-out 0ms !important;
    transition: all 0ms ease-out 0ms !important;
    opacity: 1 !important;
    visibility: visible !important;
    border-color: #fff;
}
@media screen and (min-width: 1025px) {
    .pageListBox .pageList a:hover {
        color: #fff;
    }
    .pageListBox .pageList a:hover:before {
        -webkit-transition: all 320ms ease-out 0ms;
        transition: all 320ms ease-out 0ms;
        opacity: 1;
        visibility: visible;
    }
    .pageListBox .pageList a:hover:after {
        -webkit-transition: all 320ms ease-out 0ms;
        transition: all 320ms ease-out 0ms;
        opacity: 0;
        visibility: hidden;
    }
}
@media screen and (max-width: 1024px) {
    .pageListBox  { margin-top: -20px; padding-bottom: 8%;}
    .pageListBox .pageList {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .pageListBox .pageList a:active {
        color: #fff;
        -webkit-transition: none !important;
        transition: none !important;
    }
    .pageListBox .pageList a:active:before {
        -webkit-transition: all 320ms ease-out 0ms;
        transition: all 320ms ease-out 0ms;
        opacity: 1;
        visibility: visible;
    }
    .pageListBox .pageList a:active:after {
        -webkit-transition: all 320ms ease-out 0ms;
        transition: all 320ms ease-out 0ms;
        opacity: 0;
        visibility: hidden;
    }
}
@media screen and (max-width: 750px) {
    .pageListBox .pageList {
        line-height: 36px;
    }
    .pageListBox .pageList li > span,
    .pageListBox .pageList li > a {
        display: block;
        min-width: 24px;
        padding: 0 6px;
        height: 36px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    }
    .pageListBox .pageList ul li {
        margin-left: 4px;
        margin-right: 4px;
    }
}