html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    
    font-size: inherit;
    
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}



html {
    font-size: 12px;
    line-height: 1;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    background-color: #FAFAFA;
    color: #333;
}

html * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
}

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

a:hover {
    color: #1658A0;
}

strong {
    font-weight: bold;
}

.red {
    color: #EB0000;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.ml15 {
    margin-left: 15px;
}


.common-scroll ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: transparent;
}


.common-scroll ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: transparent;
}


.common-scroll ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #1658A0;
}

::-webkit-input-placeholder {
    
    color: #fff;
    font-size: 16px;
}

:-moz-placeholder {
    
    color: #fff;
    font-size: 16px;
}

::-moz-placeholder {
    
    color: #fff;
    font-size: 16px;
}

:-ms-input-placeholder {
    
    color: #fff;
    font-size: 16px;
}

.c9-placeholder ::-webkit-input-placeholder {
    
    color: #999;
    font-size: 14px;
}

.c9-placeholder :-moz-placeholder {
    
    color: #999;
    font-size: 14px;
}

.c9-placeholder ::-moz-placeholder {
    
    color: #999;
    font-size: 14px;
}

.c9-placeholder :-ms-input-placeholder {
    
    color: #999;
    font-size: 14px;
}

.db {
    display: block;
}

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

.main {
    max-width: 1300px;
    margin: 0 auto;
}

.loadinfo{text-align: center; color: #cd0000; margin-bottom: 40px; font-size: 24px; line-height: 40px; margin-top: 40px;}
[ms-controller]{display:none !important;}
.bdshare-button-style0-24 a{width: 24px; height: 24px; display: inline-block; margin-right: 6px;}
.otherlink-bg { background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0; bottom: 0; left: 0; opacity: 0; position: fixed; right: 0; top: 0; transition: all 0.3s ease 0s; z-index: 99; }
.otherlink-bg.in { opacity: 1; }
.otherlink-pop { background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 6px; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); height: 180px; left: 50%; margin: -250px 0 0 -280px; overflow: hidden; position: fixed; top: -25%; transition: all 0.4s ease 0s; width: 470px; z-index: 100; }
.otherlink-pop.in { top: 50%; }
.otherlink-pop a.offBtn { color: #ccc; font-size: 20px; font-weight: 700; line-height: 20px; padding: 5px 10px; position: absolute; right: 8px; top: 5px; }
.otherlink-pop h2 { font-size: 16px; padding: 45px 40px; font-weight: normal; text-align: left; font-size: 14px; line-height: 2em; }
.otherlink-pop p.btns { background: #f5f5f5 none repeat scroll 0 0; border-top: 1px solid #ddd; bottom: 0; height: 50px; left: 0; position: absolute; text-align: right; width: 100%; }
.otherlink-pop p.btns a { border: 1px solid #bbbbbb; border-radius: 3px; color: #333; display: inline-block; font-size: 14px; height: 30px; line-height: 30px; margin: 9px 15px 0 0; padding: 0 15px; }
.otherlink-pop p.btns a:hover { background: #e6e6e6 none repeat scroll 0 0; }
.otherlink-pop p.btns a.toOtherLink { background: #337ab7 none repeat scroll 0 0; border: 1px solid #337ab7; color: #fff; }
.otherlink-pop p.btns a.toOtherLink:hover { background: #286090 none repeat scroll 0 0; }
.qrcode-wrap{box-sizing: content-box;}

@media screen and (max-width: 1300px) {
    .main {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.ovh {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.img {
    display: block;
    width: 100%;
    height: 100%;
}


.header-wrapper {
    background-color: #fff;
}

.common-header {
    position: relative;
    height: 118px;
    transition: all .3s;
}

.common-header .main {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-pack: space-between;
    
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    
    -webkit-box-align: flex-start;
    
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;

    padding-top: 20px;
}

.common-header .logo {
    display: block;
    height: 0.973333rem;
    width: 3.2799988rem;
    min-height: 45px;
    margin-top: 7px;
    float: left\0;
}

.common-header .common-header-right {
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    
    float: right\0;
}

.common-header .common-header-right .top {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-pack: flex-end;
    
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;

    margin-bottom: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #333;

    text-align: right\0;
}

.common-header .top .other-items {
    display: inline-block\0;
    padding: 0 38px 0 28px;
}

.common-header .top em {
    padding: 0 8px;
    font-size: 14px;
    color: #666666;
}

.common-header .top .items {
    -js-display: flex;
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-pack: flex-end;
    
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    display: inline-block\0;

}

.common-header .top .item {
    padding: 0 14px;
    line-height: 22px;
    font-size: 14px;
    border: 1px solid #666666;
    border-radius: 11px;
    color: #666666;
    margin-left: 10px;
    display: inline-block\0;
}

.common-header .top .item.act {
    padding: 0 15px;
    color: #1658A0;
    border-color: #1658A0;
    border-radius: 6px;
}

.common-header .top .items .item:hover {
    background-color: #1658A0;
    color: #fff;
}

.common-header .common-nav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-pack: flex-end;
    
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;

}

.common-header .common-nav .nav {
    margin-left: 37px;
    padding: 15px 0 25px;
    font-size: 22px;
    font-weight: bold;
    display: inline-block\0;
}

.fixed.common-header {
    *zoom: 1\0;
    z-index: 20;
}

.fixed.common-header:after {
    content: "\0020";
    display: none;
    display: block\0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.common-header.fixed .common-header-right {
    float: left\0;
    margin-top: 12px\0;
}

.fixed.common-header .common-small-search {
    display: block\0;
    float: right\0;
    margin-top: 22px\0;
    position: relative;
}
.fixed.common-header .common-small-search .placeholder{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 8%;
    line-height: 32px;
    z-index: 10;
    color: #999;
}

.fixed.common-header .logo {
    margin-top: 4px\0;
}


.common-small-search {
    display: none;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 172px;
    padding: 0 14px 0 6px;
    height: 34px;
    margin-top: 0;
    border-radius: 50px;
    border: 1px #c8c8c8 solid;
    background: #fff;
}

.common-small-search .input {
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    
    height: 32px;
    line-height: 32px;
    margin-left: 8%;
    background: #fff;
    color: #999;
    border: none;
    outline: none;
    float: left\0;
    width: calc(92% - 20px)\0;
}

.common-small-search .iconfont {
    font-size: 13px;
    color: #333;
    float: right\0;
    line-height: 34px\0;
}


.common-blue-banner {
    background: url(../png/ayvkwd.png) no-repeat center center /cover;
}

.common-blue-banner .main {
    position: relative\0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-pack: space-between;
    
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

    height: 80px;
    color: #fff;

}

.common-blue-banner .timer-wrapper {
    float: left\0;
    margin-top: 11px\0;
    width: 139px;
    font-size: 16px;
    line-height: 26px;

}

.common-blue-banner .accessibility-btn {
    float: right\0;
    margin-top: 17px\9\0;
    width: 139px;
    padding: 11px 14px;
    font-size: 22px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    text-align: center;

}


.search-wrapper {
    position: absolute\0;
    left: 50%\0;
    margin-left: -250px\0;
    top: 50%\0;
    margin-top: -25px\0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    
    -webkit-box-pack: space-between;
    
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 500px;
    height: 50px;
    padding: 15px 0 15px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;

}

.search-wrapper .search-btn {
    padding: 0 12px;
    font-size: 21px;
    float: right\0;
}

.search-wrapper .select-inp .inp {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    height: 22px\0;
    line-height: 22px\0;
}

.search-wrapper .select-tip {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    
    -webkit-box-pack: space-between;
    
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 73px;
    padding-right: 14px;
    font-size: 16px;
    border-right: 1px solid #fff;
    float: left\0;
    display: inline-block\0;

}

.search-wrapper .select-tip .iconfont {
    font-size: 20px;
}

.search-wrapper .select-inp {
    margin-left: 16px;
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    
    width: calc(100% - 140px)\0;
    display: inline-block\0;
    position: relative;
}

.search-wrapper .select-inp .placeholder{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 22px;
    z-index: 10;
    font-size: 16px;
    color: #fff;
}


.footer-wrapper {
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
    padding-top: 3px;
    background-color: #F2F2F2;
}

.footer-wrapper .f-top {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-pack: space-between;
    
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    *zoom: 1\0;
    text-align: right\0;
}

.footer-wrapper .f-top:after {
    content: "\0020";
    display: none;
    display: block\0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.footer-wrapper .f-left {
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    
    font-size: 14px;
    color: #333;
    float: left\0;
    text-align: left\0;
}

.footer-wrapper .f-left .line {
    padding: 10px 0;
    line-height: 20px;
}

.footer-wrapper .f-left .f-nav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

}

.footer-wrapper .f-left em {
    padding: 0 11px;
    font-size: 14px;
    color: #666666;
}

.footer-wrapper .f-center {
    width: 304px;
    display: inline-block\0;
}

.footer-wrapper .f-center .f-r-title {
    font-size: 14px;
    color: #333;
    padding-top: 13px;
    font-weight: bold;
    text-align: left\0;
}

.footer-wrapper .f-center .f-r-box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    
    -webkit-box-pack: space-between;
    
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    margin-top: 16px;
}

.footer-wrapper .f-center .f-r-box .item {
    width: 148px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    position: relative;
    background-color: #EBEBEB;
    cursor: pointer;
    display: inline-block\0;
}

.footer-wrapper .f-center .f-r-box .qrcode {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 126px;
    height: 126px;
    line-height: 126px;
    display: none;
    background-color: #ffffff;
    z-index: 3;
}

.footer-wrapper .f-center .f-r-box .item:hover {
    background-color: #1658A0;
    color: #fff;
}

.footer-wrapper .f-center .f-r-box .item:hover .qrcode {
    display: block;
}

.footer-wrapper .f-right {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-left: 27px;
    display: inline-block\0;
    margin-top: 40px\0;
}

.footer-wrapper .f-right .f-img1 {
    display: inline-block\0;
    width: 56px;
    height: 68px;
    margin-right: 28px;
}

.footer-wrapper .f-right .f-img2 {
    display: inline-block\0;
    width: 110px;
    height: 55px;
}

.footer-wrapper .f-tips {
    margin-top: 23px;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 28px;
    border-top: 1px solid #e2e2e2;
}

.footer-wrapper .f-tips .other {
    margin-left: 30px;
}


.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    text-align: center;
    right: 0;
    padding-right: 12px;
    text-align: right;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-switch.swiper-active-switch {
    background-color: #C62B31;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    width: 34px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin-top: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    position: absolute;
    left: 39%;
    top: 50%;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
    margin-top: -5px;

}

.swiper-button-next:after {
    transform: rotate(135deg);
    left: auto;
    right: 39%;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 20px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper {
    height: 100%;
}


.common-tab {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-pack: space-between;
    
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    *zoom: 1\0;

}

.common-tab:after {
    content: "\0020";
    display: none;
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}


.common-tab.noborder {
    border-bottom: none;
}

.common-tab .tabs {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    
    display: flex;
    float: left\0;
}

.common-tab .tabs .tab {
    position: relative;
    padding: 11px 16px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    display: inline-block\0;
}

.common-tab .tabs .tab::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #CBCBCB;
}

.common-tab .tabs .tab:last-child::after {
    display: none;
}

.common-tab .tabs .tab::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    height: 1px;
    width: 0%;
    background-color: #1658A0;
    transition: all 0.3s;
}

.common-tab.noborder .tabs .tab:first-child {
    padding-left: 0;
}

.common-tab.noborder .tabs .tab::before {
    display: none;
}

.common-tab .tabs .tab:hover,
.common-tab .tabs .tab.act {
    font-weight: bold;
    color: #1658A0;
}

.common-tab .tabs .tab:hover::before,
.common-tab .tabs .tab.act::before {
    width: 100%;
    left: 0;
    transition: all 0.3s;
}

.common-tab .more {
    font-size: 16px;
    color: #333333;
    float: right\0;
    margin-top: 11px\0;
}

.common-tab .more:hover {
    color: #0167cc;
}


.common-list {
    padding: 15px 0 17px;
    overflow: hidden;
    transition: opacity 0.3s;
}

.common-list .item {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-pack: space-between;
    
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
    color: #333333;
    display: block\0;
    *zoom: 1\0;

}

.common-list .item:after {
    content: "\0020";
    display: none;
    display: block\0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.common-list .item .date {
    font-size: 16px;
    color: #999999;
    float: left\0;
}

.common-list .ovh {
    font-size: 14px\0;
}
.common-list .ovh br{ display: none; }

.common-list .item .title {
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    width: 0;
    
    margin-right: 15px;
    transform: translateX(0px);
    transition: all 0.3s;
    float: left\0;
    font-size: 16px\0;
    width: calc(100% - 120px)\0;
}

.common-list.common-table .item .title {
    width: calc(100% - 230px)\0;
}

.common-list .item .name {
    font-size: 18px;
}

.common-list .item:before {
    content: "";
    display: inline-block\0;
    vertical-align: top\0;
    margin-top: 5px\0;
    float: left\0;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    background: #CCCCCC;
    transform: translateX(0px);
    transition: all 0.3s;
}

.common-list .item:hover .title {
    transform: translateX(10px);
    transition: all 0.3s;
}

.common-list .item:hover:before {
    background-color: #1658A0;
    transform: translateX(10px);
    transition: all 0.3s;
}

.table-title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    
    -webkit-box-pack: space-between;
    
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 4px;
    padding: 16px 0;
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #E2E2E2;
}

.table-title.bg {
    margin-top: 24px;
    padding: 11px 0 11px 16px;
    background-color: #F3F8FF;
    border-bottom: none;
    color: #1658A0;
}

.table-title.bg b {
    font-weight: normal;
}

.common-table {
    *zoom: 1;
}

.common-table:after {
    content: "\0020";
    display: none;
    display: block\0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.common-table .title {
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    
    float: left\0;
    width: calc(100% - 100px - 80px - 20px);
}

.common-table .date {
    width: 100px;
    text-align: center;
    float: left\0;
}

.common-table .status {
    width: 80px;
    text-align: right;
    margin-right: 20px;
    float: left;\0;
}


.common-title {
    padding: 12px 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: #1658A0;
}


.common-search {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

    margin-top: 20px;
}

.common-search .search-inp {
    -js-display: flex;
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 220px;
    height: 40px;
    max-width: 220px;
    margin-right: 6px;
    padding: 10px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    display: inline-block\0;
    vertical-align: top\0;
    *zoom: 1\0;
}

.common-search .search-inp:after {
    content: "\0020";
    display: none;
    display: block\0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.common-search .search-inp .search-icon {
    color: #1658A0;
    font-size: 16px;
    display: inline-block\0;
    float: left\0;
    vertical-align: top\0;
}
.common-search .search-inp .ie9-inp{
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    margin-left: 8px;
    width: calc(100% - 24px)\0;
    display: inline-block\0;
    float: left\0;
    vertical-align: top\0;
    position: relative\0;
}
.common-search .search-inp .ie9-inp .placeholder{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 20px;
    z-index: 10;
    font-size: 14px;
    color: #999;
}
.common-search .search-inp .inp {
    
    background-color: transparent;
    border: none;
    color: #999999;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    height: 20px\0;
    line-height: 20px\0;
}

.common-search .search-btn {
    height: 40px;
    padding: 0 24px;
    margin-left: 10px;
    background-color: #1658A0;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    text-align: center;
    display: inline-block\0;
    vertical-align: top\0;
    cursor: pointer;
}

.dync-ad {
    z-index: 9999;
}

.dync-ad .ad-close {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.handle-title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-pack: space-between;
    
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 36px;
    padding-right: 20px;
    line-height: 36px;
    font-size: 14px;
    color: #999999;
    background: #F3F8FF;
    *zoom: 1\0;
    text-align: right\0;
}

.handle-title:after {
    content: "\0020";
    display: none;
    display: block\9\0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.handle-title .name {
    width: 94px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #1658A0;
    float: \left;
}

.handle-title .more {
    font-size: 16px;
    color: #333333;
}

.handle-title .more:hover {
    color: #0167cc;
}


.common-page {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    
    -webkit-box-pack: center;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;

    padding: 40px 10px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.common-page .num {
    min-width: 40px;
    padding: 0 12px;
    height: 40px;
    border: 1px solid #e3e3e3;
    margin: 0 5px;
    display: inline-block\0;
}

.common-page .num.disabled {
    color: #999;
    background-color: #f2f2f2;
}

.common-page .num.act {
    color: #fff;
    border-color: #1658A0;
    background-color: #1658A0;
}

.common-page .num.go {
    border-color: #e2e2e2;
    background-color: #e2e2e2;
}

.common-page .num.inp {
    width: 40px;
    margin: 0 5px;
    outline: none;
    text-align: center;
}

.common-page .num .iconfont {
    display: inline-block;
    color: #999;
    font-size: 12px;
    margin: 0 2px;
    vertical-align: top;
}

.common-shadow {
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}


@media screen and (min-width: 992px) {

    
    .common-header.fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        height: 85px;
        background-color: #fff;
        border-bottom: 8px solid #1658a0;
        z-index: 20;
        transition: all .3s;
    }

    .common-header.fixed .logo {
        margin-top: 0;
        height: 66%;
    }

    .common-header.fixed .main {
        padding: 0;
        
        -webkit-box-align: center;
        
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        height: 100%;
    }

    .common-header.fixed .common-header-right .top {
        display: none;
    }

    .common-header.fixed .common-nav {
        justify-content: flex-start;
        margin-left: 20px;
    }

    .common-header.fixed .common-nav .nav {
        margin-left: 15px;
        padding: 15px 0;
    }

    .common-header.fixed .common-small-search {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

    }

    .common-header.fixed .main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .common-header.fixed .common-nav .nav {
        font-size: 18px;
    }
}

@media screen and (min-width: 1099px) {
    .common-header.fixed .logo {
        height: 80%;
    }

    .common-header.fixed .common-nav .nav {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .common-header.fixed .logo {
        height: 90%;
    }

    .common-header.fixed .common-nav .nav {
        font-size: 22px;
    }
}

@media screen and (max-width: 1199px) {
    .common-list .item {
        font-size: 14px;
        padding: 8px 0;
    }

    .common-tab .tabs .tab {
        font-size: 16px;
    }

    .common-tab .more {
        font-size: 14px;
    }

    .common-list .item .date {
        font-size: 14px;
    }

    .common-list .item .name {
        font-size: 16px;
    }

    .common-title {
        font-size: 18px;
    }

    .table-title {
        font-size: 14px;
        padding: 14px 0;
    }

    .common-list .item .title {
        font-size: 14px\0;
    }
}

@media screen and (max-width: 1099px) {
    .bs-dn {
        display: none;
    }

    .common-page .bs-dn {
        display: none;
    }

    .common-header .common-nav .nav {
        margin-left: 28px;
        font-size: 20px;
        font-size: 19px\0;
    }

    
}

@media screen and (max-width: 991px) {
    ::-webkit-input-placeholder {
        
        font-size: 14px;
    }

    :-moz-placeholder {
        
        font-size: 14px;
    }

    ::-moz-placeholder {
        
        font-size: 14px;
    }

    :-ms-input-placeholder {
        
        font-size: 14px;
    }

    .ms-dn {
        display: none;
    }

    .common-header {
        height: auto;
        height: 120px\0;
    }

    .common-header .main {
        padding-top: 10px;
        flex-direction: column;
    }

    .common-header .common-header-right {
        width: 100%;
    }

    .common-header .common-header-right .top .items,
    .common-header .top .item {
        display: none;
    }

    .common-header .common-nav {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        text-align: center;
    }

    .common-header .common-nav .nav {
        display: inline-block;
        font-size: 16px;
        padding: 14px 0;
        margin-left: 0;
        margin-right: 15px;
    }

    .common-header .logo {
        margin-top: 0;
    }

    .common-header .common-header-right .top {
        position: absolute;
        right: 0;
        top: calc((100% - 54px) / 2 - 12px);
        margin-bottom: 0;
    }

    .common-header .top .other-items {
        padding: 0 15px;
    }

    .search-wrapper {
        -webkit-box-flex: 1;
        
        -moz-box-flex: 1;
        
        -webkit-flex: 1;
        
        -ms-flex: 1;
        
        flex: 1;
        
        height: 40px;
        padding: 5px 0 5px 15px;
        left: 15px\0;
        right: 15px\0;
        top: 12px;
        margin-left: 0px\0;
        margin-top: 0px\0;
        width: calc(100% - 30px)\0;
    }
    .common-blue-banner #searchDocForm{display: flex; width: 100%;}
    .search-wrapper .select-tip {
        width: 56px;
        padding-right: 5px;
        font-size: 14px;
        width: 60px\0;
        line-height: 28px\0;
    }

    .search-wrapper .select-tip .iconfont {
        display: inline-block\0;
        vertical-align: middle\0;
    }

    .search-wrapper .search-btn {
        font-size: 20px;
        line-height: 32px\0;
        cursor: pointer;
    }

    .search-wrapper .select-inp {
        margin-left: 10px;
        font-size: 14px;
    }
    .search-wrapper .select-inp .placeholder{
        font-size: 14px;
    }

    .common-blue-banner .main {
        height: 64px;
    }

    .footer-wrapper .main {
        
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        
        -webkit-box-pack: center;
        
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
    }

    .footer-wrapper .f-left {
        width: 100%;
        -webkit-box-flex: none;
        
        -moz-box-flex: none;
        
        -webkit-flex: none;
        
        -ms-flex: none;
        
        flex: none;
        
        text-align: center;
    }

    .footer-wrapper .f-left .f-nav {
        
        -webkit-box-pack: center;
        
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-wrapper .f-right {
        margin-top: 20px\0;
    }

    .common-title {
        padding: 12px 0;
    }

    .table-title {
        margin-top: 0;
    }

    .common-page {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .common-page .num {
        min-width: 32px;
        padding: 0 10px;
        height: 32px;
        line-height: 32px;
    }

    .footer-wrapper .f-top {
        text-align: center;
    }
}

@media screen and (max-width: 750px) {
    .sm-db {
        display: block;
    }

    .sm-dn {
        display: none;
    }

    .common-header .logo {
        max-width: 216px;
    }

    .common-header .logo .img {
        width: auto;
    }

    .footer-wrapper .f-left .line {
        padding: 5px 0;
    }

    .footer-wrapper .f-left em {
        padding: 0 6px;
    }

    .footer-wrapper .f-tips {
        line-height: 22px;
    }

    .footer-wrapper .f-tips .other {
        display: block;
        margin-left: 0;
    }

    .common-list .item .name {
        font-size: 14px;
    }

    .common-tab .more {
        display: none;
    }

    .common-tab .tabs .tab {
        font-size: 14px;
        padding: 10px 5px;
    }

    .common-list {
        padding: 5px 10px;
    }

    .common-list .item .date {
        display: none;
    }

    .common-list .item .title {
        margin-right: 0;
        width: calc(100% - 14px)\0;
    }

    .common-search .search-inp {
        height: 36px;
    }

    .common-search .search-btn {
        height: 36px;
        line-height: 36px;
        padding: 0 18px;
        font-size: 14px;
    }

    .footer-wrapper .f-center {
        display: none;
    }

    .footer-wrapper .f-right {
        display: none;
    }

    .footer-wrapper .f-tips {
        margin-top: 8px;
    }

    .handle-title {
        line-height: 30px;
        font-size: 12px;
        line-height: 36px\0;
    }

    .handle-title .name {
        width: 80px;
        font-size: 14px;
    }

    .handle-title .more {
        font-size: 14px;
    }

    .common-table .date {
        display: none;
    }

    .table-title .title {
        margin-left: 15px;
        width: calc(100% - 120px)\0;
    }

    .common-table .status {
        margin-right: 10px;
        margin-right: 15px\0;
    }

    .common-page .page {
        display: none;
    }

    .common-table.common-list .item .title {
        width: calc(100% - 114px)\0;
    }
}

@media screen and (max-width: 374px) {
    .footer-wrapper .f-left em {
        padding: 0 1px;
    }

    .footer-wrapper .f-left {
        font-size: 13px;
    }

    .footer-wrapper .f-center {
        width: 100%;
    }

    .footer-wrapper .f-center .f-r-box .item {
        font-size: 13px;
        width: 140px;
    }

    .footer-wrapper .f-tips {
        font-size: 13px;
    }
}