@charset "utf-8";

/*iphone手机的input的样式问题*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;

}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*css初始值*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background: #FFFFFF;
    margin: 0px;
    padding: 0;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    width: 100%;
    min-width: 1200px;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
    list-style-type: none;
    outline: none;
}

img {
    border: 0;
}

input,
select {
    border: 0;
}

a:link {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:visited {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

div:focus {
    outline: none !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px
}

button {
    border: none;
    background: none;
    outline: none;
}

fieldset,
img {
    border: 0;
    max-width: 100%;
}

cite,
em,
s,
i,
b {
    font-style: normal
}

input,
button,
textarea,
select {
    font-size: 14px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    background: none;

}

button:focus {
    outline: unset;
    background: none;
}

bu
a,
input,
textarea {
    text-decoration: none;
    outline: 0;
    resize: none;
    background: none;
}

li,
img,
label,
input {
    vertical-align: middle;
    background: none;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.toast {
    display: none;
    position: fixed;
    padding: 9px 15px;
    background-color: #333;
    z-index: 8000;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

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

.ovHide2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovHide3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ovHide4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.ovHide5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.ovHide6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.ovHide7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.ovHide8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.bx-content {
    width: 1200px;
    margin: 0 auto;
}

.flex{
    display: flex;
}
.flex-sub {
    flex: 1;
}
.flex-column {
    flex-direction: column;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: flex-end;
}
.align-start {
    align-items: flex-start;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-between {
    justify-content: space-between;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    display: none;
}

.detail-main {
    width: 100%;
    padding: 30px;
    background: #FFFFFF;
    margin-bottom: 30px;
}
.detail-main-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
}

.detail-main-time {
    width: 100%;
    text-align: center;
    font-size:16px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 20px;
}

.detail-html {
    width: 100%;
    padding: 30px 0;
    font-size:14px;
    letter-spacing: 1px;
    color: #666666;
    text-align: justify;
    line-height: 22px;
    border-top: 1px solid #e8eff6;
}

.detail-html img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}
/*
    头部样式
*/
.head {
    width: 100%;
    background-color: #ffffff;
}
.head-box {
    width: 100%;
    height: 130px;
}

/*.head-logo {*/
/*    width: 380px;*/
/*}*/

/*.head-logo img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

.head-search {
    width: 318px;
    height: 50px;
    background-color: #e8eff6;
    padding: 0 15px;
}

.head-search input {
    flex: 1;
    font-size: 16px;
    color: #72808d;
}

.head-search i {
    color: #0d61d3;
    font-size: 24px;
    margin-left: 20px;
    cursor: pointer;
}

.nav-box {
    width: 100%;
    background-color: #0d61d3;
}

.nav-box .nav-list {
    width: 100%;
}

.nav-box .nav-list a {
    width: 134px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    font-size: 18px;
    color: #ffffff;
}

.nav-box .nav-list a.active {
    background-color: #04459c;
}

/*
    底部
*/

.foot {
    width: 100%;
    background-color: #0b1d2f;
    border-top: 10px solid #0d61d3;
}

.foot-top {
    padding: 40px 0;
}

.footlogo {
    width: 278px;
    height: 100px;
    border-right: 1px solid #203041;
    padding-right: 50px;
}

.footlogo img {
   display: block;
    margin-top: 30px;
}

.foottex-box {
    width: 70px;
}

.foottex-box.lang {
    width: 350px;
}

.foottex-box b {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
}

.foottex-box a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}

.foottex-box span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}

.foot-end {
    width: 100%;
    height: 90px;
    background-color: #041220;
}

.foot-end p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin: 5px 0;
}

.foot-end p a {
    font-size: 14px;
    color: #ffffff;
    margin: 0 5px;
}


/*


*/



    /*
        分页样式
    */
.page-box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.pager {
    max-width: 800px;
    text-align: center;
    margin: 20px 0;
    display: inline-block
}

.pager a {
    cursor: pointer
}

.pager a, .pager span {
    min-width: 30px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #ebebeb;
    margin-left: -1px;
    color: #666666;
    display: inline-block;
    line-height: 28px;
    float: left;
    font-size: 12px;
    text-decoration: none;
    margin: 0 4px;
    border-radius: 0px;
}

.pager a:hover, .pager span:hover {
    border-color: #e7f1ff;
    color: #0d61d3;
    position: relative;
    z-index: 1
}

.pager span.current {
    background-color: #e7f1ff;
    color: #0d61d3;
    border-color: #e7f1ff;
    position: relative;
    z-index: 1
}

/*.pager .pg-prev, .pager .pg-next {*/
/*background: #fff url(../images/page_bg.jpg) 8px 7px no-repeat*/
/*}*/

/*.pager .pg-first:hover, .pager .pg-prev:hover, .pager .pg-next:hover, .pager .pg-last:hover {*/
/*    background: #fff url(../icon/page_bg_hover.jpg) 8px 7px no-repeat*/
/*}*/

.pager .pg-prev, .pager .pg-prev:hover {
    background-position: 3px -24px;
    background: #F2F2F2;
}

.pager .pg-next, .pager .pg-next:hover {
    background-position: -27px -24px;
    background: #F2F2F2;
}

.pager .pg-last, .pager .pg-last:hover {
    background-position: -21px 7px
}

/*.pager .pg-prev[disabled=true], .pager .pg-prev[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

/*.pager .pg-next[disabled=true], .pager .pg-next[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

.pager .pg-prev[disabled=true], .pager .pg-next[disabled=true] {
    border-color: #eee;
}

.pager span.els {
    border-color: transparent
}

.pagerHtmlWrap {
    width: 800px;
    margin: 30px auto
}

.pagerHtmlWrap .cc_cells {
    width: 100%;
    height: 35px;
    padding: 5px 0;
    border-bottom: 1px #ccc solid
}

.pagerHtmlWrap .cc_cells a {
    color: #454545;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none
}

.pagerHtmlWrap .cc_cells a span {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin: 0
}
