*{box-sizing:border-box}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, dt, li, p {
  padding: 0;
  margin: 0;
}
body{
    font-family:Arial, sans-serif;
    min-width:100%;
    margin:0 auto;
    font-family: '微柔雅黑';
}
input,
button{
    outline:none;
    border:none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover{text-decoration: none;color:initial}

li, i {
  list-style: none;
}

img {
  width: auto;
  max-width: 100%;
  border:0 none;
  vertical-align: middle;
  border:0 none;
}




/* 翻页条 */

.flex_row{
    width: 100%;
    display: flex;
}
.flex_row .tcdPageCode {
    width: 100%;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.current {
    background: #014A87;
    color: #fff;
    border-color: transparent;
    padding: 8px 14px;
    margin: 0 8px;
}
.flex_row .tcdPageCode a {
    color: #333 !important;
    padding: 8px 14px;
    margin: 0 8px;
    border: 1px solid #dddddd;
}
.flex_row .tcdPageCode .disabled,
.flex_row .tcdPageCode .nextPage {
    border: 1px solid #dddddd;
    color: #333 !important;
    padding: 8px 14px;
    margin: 0 8px;
    font-size: 12px;
}



@media (max-width:767px){
    /* 翻页条 */
    .navigation .navigation_ul li {
        cursor: pointer;
        padding: 4px 10px;
    }
}

@media (max-width:991px) and (min-width:768px){
    
}

@media (min-width:992px) and (max-width:1024px){
    
}

@media (min-width:1200px) and (max-width:1440px){

}












