@charset 'utf-8';

* {
box-sizing: border-box;
margin: 0;
padding: 0;
word-break: break-all;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333
}

a,
span {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
}

textarea {
    outline: none;
    border: none;
    resize: none;
}

input,
textarea {
    box-sizing: content-box;
    outline: none;
    background: 0 0;
    font-family: "Microsoft YaHei"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acacac;
}

table tr td,
table {
    border-collapse: collapse;
}

body {
    font-size: 0;
    color: #000;
    font-family: "Microsoft YaHei";
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.db {
    display: inline-block;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}
/*单行省略*/
.ellipsis1 {
    overflow: hidden; /*超出的部分隐藏起来。*/
    white-space: nowrap; /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis; /* 支持 IE */
}
/*多行省略*/
.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.width1200 {
    width: 1200px;
    margin: 0 auto;
}
.h5show{
  display: none !important;
}
/* 分页 */
.page {
    text-align: center;
    padding: 23px 0 13px;
    margin-left: 30px;
    margin-right: 30px;
}

.page span {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    padding-top: 2px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    line-height: 28px;
    text-align: center;
}

.page input {
    width: 50px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.page a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    color: #7a7a7a;
    vertical-align: middle;
    padding: 5px 11px;
}

/* .page .yj-pga0 {
    background: url(yj-larrow.png) no-repeat center center;
}

.page .yj-pga0:hover {
    background: url(yj-larrow2.png) no-repeat center center #2760b7;
} */

.page .yj-pga6 {
    border: none;
    width: 15px;
}

.page .yj-pga6:hover {
    background: none;
    color: #333333;
}

/* .page .yj-pga8 {
    background: url(yj-rarrow.png) no-repeat center center;
}

.page .yj-pga8:hover {
    background: url(yj-rarrow2.png) no-repeat center center #2760b7;
} */

.page .yj-pga9 {
    border: none;
    color: #333333;
}

.page .curp,.page a:hover,.page .blue {
    color: #fff;
    background-color: #0075e6;
	border-radius: 4px;
}
.page .go {
    display: inline-block;
    padding-top: 2px;
    width: 30px;
    height: 30px;
    border: 1px solid #e0e0e0;
    text-align: center;
    line-height: 30px;
    color: #b9bfc5;
    font-size: 14px;
    margin-right: 10px;
    background: #fff;
    border-radius: 3px;
}
.pagination {
    /*分页*/
    text-align: center;
    font-size: 16px;
    padding: 30px 0;
    padding-bottom: 50px;
}

.pagination a {
    width: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    background: #ebebeb;
    margin: 0 6px;
    color: #666666;
}

.pagination a:hover {
    background: #0059a7;
    color: #fff;
    cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
    width: 78px;
}

.pagination .active {
    background: #0059a7;
    color: #fff;
}
@media screen and (max-width: 768px){
    .width1200{
        width: 100%;
    }
  .h5hide{
    display: none !important;
  }
  .h5show{
    display: block !important;
  }
  /* 分页 */
  .page{
        margin: auto;
    }
    .page a{
        margin-bottom: 0.2rem;
    }
    .pagination{
        text-align: center;
        padding: .3rem 0;
    }
    .pagination a,.pagination span{
        display: inline-block;
        line-height: .5rem;
        height: .5rem;
        min-width: .6rem;
        border-radius: .04rem;
        text-align: center;
        padding: 0 .1rem;
        color: #666666;
        font-size: .3rem;
        margin-right: .05rem;
        width: auto;
    }
    .pagination span{
        margin-right: 0;
}
}
