html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
a {
    margin: 0;
    padding: 0;
}

html{
    min-width: 1250px;
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

select,
input {
    vertical-align: middle;
    color: #999;
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

select,
input,
textarea {
    font-size: 16px;
    margin: 0;
    color: #333;
    font-family: Arial, Microsoft YaHei, "微软雅黑";
}

textarea {
    resize: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

body {
    font: 16px/150% Arial, Microsoft YaHei, "微软雅黑";
    color: #2d3039;
    /* min-width: 1300px; */
    -webkit-text-size-adjust: none;
    background: #fff;
}

.clearfix:before,
.clearfix:after {
    display: table;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #333;
    text-decoration: none;
}


/* a:hover {
    opacity: .6;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
}

s,
i,
em,
span strong {
    font-style: normal;
    text-decoration: none;
    font-family: none;
}

span {
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}


/*公共方法*/

.clear {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.cursor {
    cursor: pointer;
}


/*背景及色值表*/

.u-f {
    display: flex;
}

.u-f-ac {
    align-items: center;
}

.u-f-as {
    align-items: flex-start;
}

.u-f-ae {
    align-items: flex-end;
}

.u-f-jss {
    justify-content: flex-start;
}

.u-f-jac {
    justify-content: center;
}

.u-f-jsb {
    justify-content: space-between;
}

.u-f-jsa {
    justify-content: space-around;
}

.u-f-jfe {
    justify-content: flex-end;
}

.u-f-aca {
    align-content: space-around;
}

.u-f-acb {
    align-content: space-between;
}

.u-f1 {
    flex: 1;
}

.u-f-column {
    flex-direction: column;
}


/* 公共样式 start */

.texthide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.color000 {
    color: #000;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w744 {
    width: 744px;
}

.w440 {
    width: 440px;
}

.hide {
    display: none;
}

.bkwhite {
    background-color: #fff;
}

.bkgray {
    background: #f5f7f8 !important;
}

.pad16 {
    padding: 16px !important;
}


/* 首页通用布局 */

.warp-box .main {
    padding: 24px 0;
    width: 100%;
    background: #F3F5F7;
    box-sizing: border-box;
}

.det-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #F5F7F8;
}

.det-title h3 {
    line-height: 64px;
    font-size: 24px;
    font-weight: 400;
    color: #2d3039;
    min-width: 80px;
    text-align: center;
    border-bottom: 1px solid #5997e0;
}

.det-title a {
    font-size: 14px;
    font-weight: 400;
    color: #96999b;
}

.det-title a:hover {
    opacity: .8;
}

.container {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.wait {
    cursor: wait !important;
}

.pointer {
    cursor: pointer !important;
}

.w100 {
    width: 100%;
}

.fx1{
    flex: 1;
}
.fx2{
    flex: 2;
}


/* 公共样式 end */


/* 翻页样式 start */

.ui-pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 744px;
}

.ui-pagination-container a {
    margin: 0 5px;
}


/* 翻页样式 end */

.container-fluid{
    width: 1200px;
    margin: 0 auto;
}

.page-header{
    width: 1200px;
    margin: 0 auto;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}

.page-header-title{
    text-align: right;
    margin: 20px 0;
    color: #343536;
}
.page-header-title a:hover{
    color: #00ABEB;
}

/*翻页 start*/
.dreamer-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.dreamer-pagination .dreamer-ul{
    display: flex;
    align-items: center;
}

.dreamer-pagination .dreamer-ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #00ABEB;
    width: 36px;
    height: 36px;
    border: 1px solid #00ABEB;
    background: #FFFFFF;
    margin: 0 4px;
}

.dreamer-pagination .dreamer-ul li.active a{
    background: #00ABEB;
    color: #fff;
}

/*翻页 end*/

.news-details .media-heading{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #BFC0C3;;
}

.news-details .media-heading a{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.news-details .media-heading span {
    font-size: 14px;
    font-weight: 500;
    color: #6E6F70;
    line-height: 28px;
}

.single-post-header .post-tag{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    color: #333333;
    margin-bottom: 35px;
    font-size: 16px;
}

.single-post-header h1{
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
}

.blog-page-1{
    min-height: 500px;
}

.blog-home{
    min-height: 500px;
}

.card-details img{
    max-width: 100%;
}

.card-details{
    line-height: 30px;
}

.blog-page-1 .form-group{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.blog-page-1 .form-group input{
    border: 1px solid #333333;
    padding: 0 10px;
    height: 35px;
}

.blog-page-1 .form-group textarea{
    padding: 10px;
}

.blog-page-1 .form-btn-group-left{
    margin-top: 50px;
    padding-left: 45px;
}

.blog-page-1 .form-btn-group-left button{
    background: #00abeb;
    color: #fff;
    width: 200px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}












