﻿@font-face {
    font-family: '4077TH';
    src: url('../fonts/4077TH.eot');
    src: url('../fonts/4077TH.eot') format('embedded-opentype'),
         url('../fonts/4077TH.woff2') format('woff2'),
         url('../fonts/4077TH.woff') format('woff'),
         url('../fonts/4077TH.hxd') format('truetype'),
         url('../fonts/4077TH.svg') format('svg');
}
@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src:url('../fonts/SourceHanSansCN-Bold.otf') format('opentype');  
}
@font-face {
    font-family: 'SourceHanSansCN-Light';
    src:url('../fonts/SourceHanSansCN-Light.otf') format('opentype');   
}
@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src:url('../fonts/SourceHanSansCN-Normal.otf') format('opentype');   
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src:url('../fonts/SourceHanSansCN-Regular.otf') format('opentype');   
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, b, u, i,dl, dt, dd, ol, ul, li, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
footer, header, hgroup,section,img{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    /* 'SourceHanSansCN-Regular',"SimSun" */
    font-family:"微软雅黑","黑体";
    /* font-family: '微软雅黑',"SimSun" ; */
    font-weight: normal;
}
img{
    border:0;
}
a{
    text-decoration:none;
}
ul,li,ol{
    list-style: none;
    margin:0;
}


@media screen and (min-width:768px){
    html, body{
        min-width: 1300px;
    }
}

/*分页*/
.ipage{height:auto; text-align:center; margin-top:20px; margin-bottom:20px;}
.totalfont{ font-size: 14px; color: #666; display: none;}
.ipage ul{ display:flex; align-items:center;justify-content:center;}
.ipage ul li{ width:30px; height:30px; background:#eaeaea; margin:0 5px; line-height:30px; text-align:center;}
.ipage ul li.active{ color:#fff; background:#1e50ae;}
.ipage a{ height:30px;line-height:30px;color:#888;font-size: 15px;padding:0px 5px;display: inline-block;margin: 0px 5px; vertical-align: top;}
.ipage a:hover{color:#1e50ae; text-decoration:none;font-weight:bold;}
.ipage .current{color:#1e50ae;border-bottom:2px solid #ca352b;display:inline-block; height:30px;line-height:30px;padding:0px 5px;margin:0px 5px;font-size:15px;font-weight:bold;}
 


