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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a:hover,
a:active {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    outline: 0
}

input::-ms-clear {
    display: none
}

.ui-pager {
    text-align: right
}

.ui-pager ul {
    margin: 30px 0;
    list-style: none;
    overflow: hidden;
    font-size: 0
}

.ui-pager ul li {
    font-size: 14px;
    display: inline-block;
    line-height: 32px;
    text-align: center
}

.ui-pager ul li a {
    text-decoration: none;
    padding: 6px 13px;
    line-height: 23px;
    color: #7c7e8b;
    border-radius: 3px
}

.ui-pager ul li a:hover {
    background-color: #00c0f1;
    color: #fff
}

.ui-pager ul li.active a {
    background-color: #00c0f1;
    color: #fff;
    cursor: default
}

.ui-dialog-mask {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2999;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 100%
}

.ui-dialog-pop {
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3000;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    outline: 0
}

.ui-dialog-pop .ui-dialog-hd {
    font-size: 18px;
    padding: 0 15px;
    line-height: 40px;
    position: relative;
    font-style: normal;
    border-bottom: 1px solid #eef2f5
}

.ui-dialog-pop .ui-dialog-bd {
    margin: 20px
}

.ui-dialog-pop .ui-dialog-close {
    position: fixed;
    right: 5px;
    top: -12px;
    cursor: pointer;
    font-size: 80px;
    color: #fff
}

.ui-dialog-pop .ui-dialog-ft {
    padding: 20px;
    text-align: right
}

.ui-dialog-pop .ui-dialog-ft .ui-dialog-button {
    margin-right: 15px
}

.ui-dialog-pop .button {
    margin-right: 15px;
    font-size: 18px
}

.alert-box {
    font-size: 16px;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #2cd188;
    border-radius: 6px;
    color: #fff
}

.alert-box i {
    margin-right: 10px
}

.alert-box.success {
    background-color: #2cd188
}

.alert-box.warning {
    background-color: #ffa800
}

.alert-box.info {
    background-color: #ffa800
}

.alert-box.alert {
    background-color: #ff4931
}

.alert-box.secondary {
    background-color: #e7e7e7
}

.alert-box.radius {
    border-radius: 6px;
}

.alert-box .close {
    right: .22222rem;
    background: inherit;
    color: #333;
    font-size: 1.22222rem;
    line-height: .9;
    margin-top: -.61111rem;
    opacity: .3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%
}

.alert-box-pop {
    position: fixed;
    left: 50%;
    font-weight: 400;
    opacity: .6;
    z-index: 5000
}

.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 14px;
    margin-top: -3px;
    background: url("../img/purple_c05b591.png") no-repeat;
    border: 0;
    cursor: pointer
}

.icheckbox_square-blue.zoom-detect,
.iradio_square-blue.zoom-detect {
    background: url("../img/purple_c05b591.png") no-repeat
}

.icheckbox_square-blue {
    background-position: -3px -2px
}

.icheckbox_square-blue.hover {
    background-position: -20px -2px
}

.icheckbox_square-blue.checked {
    background-position: -37px -2px
}

.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default
}

.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0
}

.iradio_square-blue {
    background-position: -54px -2px
}

.iradio_square-blue.checked {
    background-position: -88px -2px
}

.iradio_square-blue.disabled {
    background-position: -192px 0;
    cursor: default
}

.iradio_square-blue.checked.disabled {
    background-position: -216px 0
}

@media (-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi),
(min-resolution:1.25dppx) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url("../img/purple@2x_7dc84fe.png");
        -webkit-background-size: 120px 18px;
        background-size: 120px 18px
    }
    .icheckbox_square-blue.zoom-detect,
    .iradio_square-blue.zoom-detect {
        background-image: url("../img/purple@2x_7dc84fe.png")
    }
}

.parsley-errors-list {
    position: absolute
}

.parsley-errors-list li {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    background-color: #ff4830;
    margin-left: 16px;
    top: -5px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px
}

.parsley-errors-list li:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #ff4931;
    content: '';
    position: absolute;
    top: -12px;
    left: 10px
}

.parsley-errors-list li span {
    display: inline-block;
    margin-left: 0;
    font-size: 12px
}

.parsley-error {
    background: #fff0f0;
    color: #d95c5c;
    border-color: #cc334c
}

.parsley-success {
    background-color: #eeffe7;
    color: #3c763d;
    border-color: #bedebe
}

.header {
    min-width: 1220px;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    background-color: #fff;
    text-align: center;
    /*   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05); */
    z-index: 2;
    width: 100%;
}

.mgt70 {
    margin-top: 58px;
}

.header .header-nav {
    display: inline-block;
    height: 70px;
    overflow: hidden
}

.header .header-nav li {
    position: relative;
    float: left;
    padding-left: 14px;
    padding-right: 15px;
    font-size: 18px;
    color: #262D3C
}

.header .header-nav li a {
    display: block;
    line-height: 70px
}

.header .header-nav li.active a {
    position: relative;
    color: #fa771d
}

.content-head-title a:hover {
    position: relative;
    color: #fa771d
}

.header .header-nav li.active a:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #fa771d
}

.header .header-nav li:hover a {
    color: #fa771d
}

.header .header-nav ul {
    display: inline-block;
    overflow: hidden
}

.header .header-logo {
    width: 350px;
    height: 30px;
    text-align: left;
    font-size: 0;
    float: left;
    margin-top: 10px;
}

.header .header-logo.small-size {
    left: 30px
}

.header .header-logo a {
    display: inline-block;
    height: 30px
}

.header .header-logo a.header-ocp-link {
    position: relative;
    margin-left: 24px;
    vertical-align: top
}

.header .header-logo a.header-ocp-link img {
    position: relative;
    top: 2px
}

.header .header-logo a.header-ocp-link:before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 21px;
    left: -14px;
    top: 4px;
    background-color: #DBDBDE
}

.header .header-auth {
    position: absolute;
    height: 100%;
    right: 70px;
    top: 0
}

.header .header-auth.small-size {
    right: 30px
}

.header .header-auth .header-auth-tourist {
    line-height: 70px
}

.header .header-auth .header-auth-tourist a {
    display: inline-block;
    padding: 8px 16px;
    box-sizing: border-box;
    color: #393E4C;
    line-height: 100%
}

.header .header-auth .header-auth-tourist a:hover {
    background-color: #7761E0;
    color: #FEFEFF
}

.header .header-auth .header-search {
    margin-right: 20px;
    box-sizing: border-box;
    line-height: 70px
}

.header .header-auth .header-search .header-search-content {
    display: inline-block;
    height: 36px;
    border: 1px solid #E7EAEE;
    line-height: 36px;
    vertical-align: middle;
    font-size: 12px;
    color: #5a6169
}

.header .header-auth .header-search .header-search-content .header-search-selection,
.header .header-auth .header-search .header-search-content .header-search-input,
.header .header-auth .header-search .header-search-content .header-search-btn {
    display: inline-block;
    vertical-align: top
}

.header .header-auth .header-search .header-search-content .header-search-selection {
    position: relative;
    width: 80px;
    border-right: 1px solid #E7EAEE;
    cursor: pointer
}

.header .header-auth .header-search .header-search-content .header-search-selection .header-select-values {
    position: absolute;
    left: -2px;
    top: 35px;
    margin-top: 1px;
    background-color: #393E4C;
    z-index: 1000
}

.header .header-auth .header-search .header-search-content .header-search-selection .header-select-values ul {
    width: 84px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #393E4C
}

.header .header-auth .header-search .header-search-content .header-search-selection .header-select-values ul li {
    padding-left: 12px;
    text-align: left;
    font-size: 12px;
    color: #FFF;
    cursor: pointer
}

.header .header-auth .header-search .header-search-content .header-search-selection .header-select-values ul li:hover {
    background-color: #323745
}

.header .header-auth .header-search .header-search-content .header-search-input.small-size input {
    width: 80px
}

.header .header-auth .header-search .header-search-content .header-search-input input {
    width: 180px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 33px;
    font-size: 12px;
    color: #5a6169;
    padding-left: 10px
}

.header .header-auth .header-search .header-search-content .header-search-btn {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer
}

.header .header-auth .header-search .header-search-content .iconfont {
    font-size: 12px;
    color: #8D959C
}

.header .header-auth .header-search .header-search-content .iconfont.icon-search {
    font-size: 20px
}

.header .header-auth .header-search .header-search-content .iconfont.icon-triangle-copy {
    display: inline-block;
    transition: linear .3s;
    transform: rotate(0deg);
    position: relative;
    top: 0
}

.header .header-auth .header-search .header-search-content .iconfont.icon-triangle-copy.active {
    transform: rotate(180deg);
    top: -1px
}

.header .header-auth .header-auth-user {
    position: relative;
    line-height: 70px
}

.header .header-auth .header-auth-user img {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    line-height: 100%
}

.header .header-auth .header-auth-user .header-user-info {
    position: absolute;
    width: 150px;
    left: -60px;
    background-color: #393E4C;
    z-index: 1000;
    top: 72px;
    color: #FFF
}

.header .header-auth .header-auth-user .header-user-info p {
    padding-left: 20px;
    border-bottom: 1px solid #5A6169;
    line-height: 40px;
    font-size: 12px;
    color: #FFF;
    text-align: left
}

.header .header-auth .header-auth-user .header-user-info .header-user-info-links {
    padding-top: 10px;
    padding-bottom: 10px
}

.header .header-auth .header-auth-user .header-user-info .header-user-info-links a {
    display: block;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    text-align: left
}

.header .header-auth .header-auth-user .header-user-info .header-user-info-links a .iconfont,
.header .header-auth .header-auth-user .header-user-info .header-user-info-links a span {
    display: inline-block;
    vertical-align: middle
}

.header .header-auth .header-auth-user .header-user-info .header-user-info-links a:hover {
    background-color: #323745;
    color: #FFF
}

.header .header-auth .header-auth-user .header-auth-notice {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    line-height: 20px;
    color: #262D3C
}

.header .header-auth .header-auth-user .header-auth-notice .iconfont {
    font-size: 16px
}

.header .header-auth .header-auth-user .header-auth-notice.has-notice:before {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    top: -3px;
    right: -3px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #7D5CE8
}

.header .header-auth .header-auth-user .header-auth-notice.has-notice:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    right: -4px;
    top: -4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.header.header-user .grid {
    position: relative
}

.header.header-user .header-logo,
.header.header-user .header-nav {
    position: relative;
    float: left
}

.header.header-user .header-logo {
    left: 0
}

.header.header-user .header-nav {
    margin-left: 35px
}

.header.header-user .header-auth {
    float: right;
    position: relative;
    right: 0
}

.header-auditing {
    width: 100%;
    height: 40px;
    background: rgba(147, 196, 71, .2);
    line-height: 40px;
    color: #5C8C12;
    font-size: 14px;
    text-align: center
}

.footer {
    background-color: #242633;
    box-sizing: border-box
}

.footer .footer-top {
    overflow: hidden;
    /* border-bottom: 1px solid #E7EAEE */
}

.footer .footer-top .footer-links .footer-links-content {
    margin-left: -21px
}

.footer .footer-top .footer-links .footer-links-content a {
    float: left;
    margin-left: 21px;
    line-height: 100%
}

.footer .footer-top .footer-contact {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 1px solid #36394B;
    padding-left: 50px;
}

.footer .footer-top .footer-contact p {
    line-height: 100%;
    margin-bottom: 0px
}

.footer .footer-top .footer-contact p:last-child {
    margin-bottom: 0
}

.footer .footer-top .footer-weixin {
    float: right;
    margin-bottom: 20px;
    border-left: 1px solid #36394B;
    padding-left: 50px;
}

.footer .footer-top .footer-weixin img {
    width: 104px;
    height: 104px
}

.footer .footer-top .footer-weixin .footer-weixin-info {
    float: left;
    width: 165px;
}

.footer .footer-copyright {
    padding-top: 22px;
    padding-bottom: 32px
}

.footer .footer-copyright p {
    margin-bottom: 12px;
    line-height: 100%
}

.footer .footer-copyright p:last-child {
    margin-bottom: 0
}

.footer .footer-copyright p a {
    color: #FFFFFF;
    font-size: 12px
}

.footer .footer-copyright p a:hover {
    color: #fa771d
}

.footer .footer-common-title {
    margin-bottom: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.footer .footer-common-txt,
.footer .footer-links a,
.footer .footer-contact p,
.footer .footer-copyright p {
    color: #fff;
    font-size: 12px
}

.footer .footer-common-light,
.footer .footer-weixin p {
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    margin-top: 15px
}

.footer .footer-common-hr {
    width: 1200px;
    height: 1px;
    background-color: #E8EAEE
}

.footer .footer-links,
.footer .footer-contact,
.footer .footer-weixin {
    float: left
}

.footer a:hover {
    color: #fa771d
}

.footer.dark {
    background-color: #393E4C
}

.footer.dark .footer-top {
    border-bottom: 1px solid #606571
}

.footer.dark .footer-common-title {
    color: #FFF;
    font-size: 14px
}

.footer.dark .footer-common-hr {
    width: 1200px;
    height: 1px;
    background-color: #FFF
}

.footer.dark a:hover {
    color: #FFF
}

.suspension {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 10
}

.suspension .suspension-top {
    width: 44px;
    height: 132px;
    font-size: 12px;
    color: #19BBFF;
    background-color: #393E4C
}

.suspension .suspension-top .suspension-item {
    width: 100%;
    height: 44px;
    text-align: center;
    cursor: pointer;
    position: relative
}

.suspension .suspension-top .suspension-item .item-i {
    display: inline-block;
    color: #FFF;
    width: 75%;
    margin-top: 10px
}

.suspension .suspension-top .suspension-item .item-i i {
    font-size: 20px
}

.suspension .suspension-top .suspension-item .item-text {
    display: none;
    width: 75%;
    margin-top: 6px;
    font-size: 12px
}

.suspension .suspension-top .suspension-item:hover {
    background-color: #282B35
}

.suspension .suspension-top .suspension-item:hover .item-i {
    display: none
}

.suspension .suspension-top .suspension-item:hover .item-text {
    display: inline-block
}

.suspension .suspension-bottom {
    width: 44px;
    height: 44px;
    margin-top: 5px;
    background-color: #19bbff;
    cursor: pointer;
    display: none;
    color: #fff;
    padding-top: 1px;
    text-align: center
}

.suspension .suspension-bottom i {
    margin-top: 8px;
    font-size: 20px;
    display: block
}

body {
    font-family:'pingfang SC';
    background-color: #F6F6F6;
    min-width: 1200px
}

body a {
    text-decoration: none;
    color: #2a2a2a
}

body a:hover {
    color: #FF8932
}

::-webkit-input-placeholder {
    color: #c6cace;
    font-size: 12px
}

::-moz-placeholder {
    color: #c6cace;
    font-size: 12px
}

::-ms-input-placeholder {
    color: #c6cace;
    font-size: 12px
}

#clearfix {
    /*  *zoom: 1 */
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.zoom {
    zoom: 1
}

.hide {
    display: none
}

.hidden {
    visibility: hidden
}

.none {
    display: none
}

.grid {
    width: 1200px;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.black-theme+.ui-dialog-mask {
    opacity: .3
}

.black-theme.ui-dialog-pop {
    border: 0;
    border-radius: 0
}

.black-theme.ui-dialog-pop .ui-dialog-hd {
    line-height: 50px;
    font-size: 16px;
    padding-left: 25px;
    background: #7761e0;
    color: #fff
}

.black-theme.ui-dialog-pop .ui-dialog-close {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 24px
}

.black-theme.ui-dialog-pop .ui-dialog-close:hover {
    opacity: .5
}

.imageclipper-dialog-wrapper {
    top: 321px
}

.imageclipper-dialog-wrapper .avatar-select-btn {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    color: #fff;
    background: #7761e0;
    border: 1px solid #7761e0;
    margin-left: 0;
    margin-bottom: 10px;
    cursor: pointer
}

.imageclipper-dialog-wrapper #avatarBox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    margin-right: 20px;
    width: 700px;
    min-height: 360px;
    border: 1px solid #eee;
    background: url("img/avatar-bg_ec6d42b.jpg")
}

.imageclipper-dialog-wrapper #avatarBox canvas {
    position: absolute;
    background: url("img/avatar-bg_ec6d42b.jpg");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.imageclipper-dialog-wrapper .avatar-left-wrap {
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.imageclipper-dialog-wrapper .avatar-left-wrap #avatarPreviewBox {
    width: 175px;
    height: 105px;
    background: url("img/avatar-default_e0c55fb.jpg");
    background-size: 175px 105px
}

.imageclipper-dialog-wrapper .avatar-left-wrap .avatar-size-text {
    color: #999;
    margin-top: 10px
}

.imageclipper-dialog-wrapper .avatar-save {
    color: #7761E0;
    background: #fff;
    border: 1px solid #7761E0;
    width: 82px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    margin: 0 15px 20px 20px
}

.imageclipper-dialog-wrapper .ui-dialog-ft {
    margin-top: -20px;
    padding: 0 10px
}

.imageclipper-dialog-wrapper .ui-dialog-ft .dialog-tips {
    float: left;
    padding-left: 10px;
    color: #8F959B
}

.button {
    width: 130px;
    height: 30px;
    cursor: pointer
}

.ghost-button {
    background: #FFF;
    border: 1px solid #7761e0;
    color: #8F959B
}

.primary-button {
    color: #FFF;
    background: #7761e0;
    border: 1px solid #7761e0
}

.footer-map {
    height: 100%;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    font-size: 14px;
    color: #FFFFFF
}

.footer-map a {
    color: #FFFFFF;
}

.footer-map>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-map>div>div {
    height: 30px;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
    width: 130px;
    padding-left: 10px;
}

.footer-map>div>div:hover {
    /* box-shadow: 0px 4px 18px -4px rgba(0, 0, 0, 0.2); */
    border-radius: 6px;
}

.footer-map>div>div:hover a {
    color: #fa771d;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.footer .footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-common-title {
    height: 0px;
    line-height: 20px;
}

.copyright {}

.copyright div {
    line-height: 30px;
    height: 30px;
    background: #2E303C;
}


/* 悬浮链接 */

.suspension {
    width: 140px;
    height: 360px;
    position: fixed;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #fff;
}

.suspensionHeader {
    width: 100%;
    height: 100px;
    background: #ff560c;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 29px;
}

.suspensionHeader img {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ff560c;
    position: absolute;
    top: -52px;
    left: 31px;
    padding: 10px 10px;
}

.suspensionHeader div {
    text-align: center;
    color: #fff;
    height: 20px;
    line-height: 12px;
    margin-bottom: 13px;
}

.suspensionHeader div:first-of-type {
    font-size: 20px;
    height: 25px;
    line-height: 25px;
}

.suspensionConter {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.suspensionHeader .xiangTitle {
    font-size: 20px;
    text-align: center;
    color: #fff;
    height: 20px;
    position: absolute;
    line-height: 20px;
    top: 31px;
    width: 100%;
}

.xiangPhone {
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 60px;
}

.suspensionConter>div {
    flex: 1;
    /* line-height: 50px; */
    margin: 10px 0;
    width: 110px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #FF8932;
    background-color: #f0debc;
    cursor: pointer;
    position: relative;
}

.suspensionConter>div span:last-of-type {
    padding-left: 22px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 16px;
}

.suspensionConter>div .img {
    position: absolute;
    left: -10px;
    top: 0;
    border-radius: 50%;
    background-color: #ff560c;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.suspensionConter>div .img img {
    width: 20px;
    height: 20px;
}

#LRfloater0 {
    display: none !important;
}


/* 新闻资讯 */

#source .conter {
    display: flex;
    width: 1200px;
    margin: 10px auto;
    background: #fff;
    padding: 30px 20px;
    cursor: pointer;
}

#source .conter img {
    margin-right: 20px;
    width: 320px;
    height: 210px;
}

#source .conter h3 {
    height: 50px;
    line-height: 50px;
}

#source .conter>div {
    flex: 1;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#source .conter p {
    width: 100%;
    flex: 1;
    font-size: 15px;
    font-family: 'PingFang SC';
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
}

#source .hander {
    width: 100%;
    height: 200px;
    background-image: url(../../index/img/banner.png);
}

#source .conter .journalism {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#source .conter .journalism .border {
    width: 85px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #fa771d;
    border-radius: 2px;
    font-size: 9px;
    font-weight: 500;
    color: #fa771d;
    text-align: center;
    padding: 5px;
}

#source .conter .journalism div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#source .conter .journalism div .time,
#source .conter .journalism div .num {
    font-weight: 500;
    color: rgba(154, 154, 154, 1);
    padding: 0 10px;
}


/* 新闻内容 */

#source .journalism-conter {
    background: #fff;
    width: 1200px;
    margin: 10px auto;
    display: flex;
}

#source .journalism-conter .left {
    flex: 1;
}

#source .journalism-conter .right {
    width: 180px;
}

.active {
    color: #fa771d
}