* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*鍏ㄥ眬鏍峰紡*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 娓呴櫎娴姩=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 閽堝IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*鍘熸枃浠堕厤缃 */

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px 'PingFang SC-Medium', 'Microsoft YaHei', arial, sans-serif !important;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #0361BB;
}


/*鍧楃骇杞寲*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*鍘熸枃浠堕厤缃   end*/


/*妯悜灞呬腑*/

.te_c {
    text-align: center;
}


/*鐩稿瀹氫綅*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1200px!important;
    margin-left: auto;
    margin-right: auto;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto
}

.header {
    width: 100%;
    height: 700px;
    overflow: hidden;
    /* background: url(../images/bg4.jpg)no-repeat center top; */
    padding-top: 109px;
}

.header .top {
    margin-top: 20px;
    line-height: 20px;
}

.header .top .logo {
    color: #FFF;
}

.header .top .logo img {
    height: 20px;
    margin-right: 10px;
}

.header .top>div a {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #FFF;
    margin-right: 40px;
}

.header .top>div .db {
    background-image: url(../images/icon1.svg);
}

.header .top>div .mess {
    background-image: url(../images/icon2.svg);
}

.header .top>div .mess span {
    background-color: #FF2F2F;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #FFF;
    line-height: 20px;
    font-size: 12px;
    color: #FFF;
    margin-left: 10px;
}

.header .top>div .admin {
    background-image: url(../images/icon3.svg);
}

.header .top>div .name {
    background-image: url(../images/icon4.png);
    margin-right: 0;
}

.header .nav {
    margin-top: 35px;
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
}

.header .nav a {
    padding-bottom: 15px;
    line-height: 1.1;
    color: #FFF;
    margin-right: 40px;
}

.header .nav a.on {
    font-weight: bold;
}

.header .nav a.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background-color: #FFF;
}

.header .content {
    margin-top: 95px;
}

.header .content .text-con {
    color: #FFF;
}

.header .content .logo {
    font-size: 24px;
    font-family: 'PingFang SC-Heavy';
}

.header .content .logo img {
    margin-right: 15px;
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url('SourceHanSerifCN-Heavy.otf');
}

.header .content .logo .text {
    line-height: 1.5;
}

.header .content .text-con .txt {
    font-family: 'SourceHanSerifCN-Heavy';
    font-size: 64px;
    color: #DD0615;
    line-height: 1.6;
    margin-top: 60px;
    text-shadow: 2px 2px 1px #FFF;
}

.header .content .info {
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.header .content .user-info {
    background-color: #FFF;
    width: 460px;
    height: 360px;
    background-color: #FFF;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 25px;
}

.header .content .user-info .name-info {
    line-height: 1.7;
}

.header .content .user-info .name-info .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    background-color: #d0e0f0;
}

.header .content .user-info .name-info .avatar img {
    max-width: 100%;
    max-height: 100%;
}

.header .content .user-info .name-info .name {
    font-weight: bold;
}

.header .content .user-info .name-info .txt {
    font-size: 14px;
}

.header .content .user-info .info a {
    font-size: 24px;
    margin-left: 33px;
}

.header .content .user-info .info a span {
    font-size: 12px;
    margin-left: 10px;
}

.header .content .user-info .info .mess {
    font-size: 16px;
    background: url(../images/icon6.png)no-repeat left center;
    padding-left: 30px;
}

.header .content .user-info .mess em {
    position: absolute;
    right: -22px;
    top: -5px;
    background-color: #FF2F2F;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-style: normal;
}

.header .content .tit-con {
    line-height: 1.1;
}

.header .content .tit-con .tit {
    font-weight: bold;
}

.header .content .tit-con .tit span {
    font-weight: normal;
    margin-left: 5px;
    font-size: 14px;
}

.header .content .tit-con .time {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    background: url(../images/date.png)no-repeat left center;
    padding-left: 25px;
    background-size: 16px;
}

.header .content .null {
    background: url(../images/null.png)no-repeat center top;
    padding-top: 80px;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    margin-top: 20px;
}

.header .content .btn {
    line-height: 54px;
    background-color: #0361BB;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.head {
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    overflow: hidden;
    position: fixed;
}

.fixed {
    background: url(../images/bg.jpg)no-repeat center top;
}
.fixed2 {
    background: url(../images/bg.jpg)no-repeat center top;
    background-size: 100%;
}

.head-pub {
    height: 188px;
}

.header.head-pub .content {
    margin-top: 30px;
}

.header.head-pub .content .text-con .txt {
    font-size: 32px;
    margin-top: 0;
}

.footer {
    background-color: #0361BB;
    overflow: hidden;
    margin-top: 85px;
    color: #FFF;
    padding-bottom: 20px;
    padding-top: 40px;
}

.footer .copyright {
    font-size: 14px;
    line-height: 60px;
    border-top: 1px rgba(255, 255, 255, .2) solid;
    margin-top: 25px;
}

.footer .copyright a {
    color: #FFF;
}

.footer .item {
    padding-right: 60px;
    font-size: 14px;
    line-height: 1.2;
    /*border-right: 1px rgba(255, 255, 255, .3) solid;*/
}

.footer .item:last-child {
    padding-right: 0;
    border-right: 0;
}

.footer .item .tel {
    background: url(../images/tel.png)no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    margin-top: 30px;
    line-height: 24px;
}

.footer .item .logo {
    line-height: 1.5;
}

.footer .item .logo img {
    width: 48px;
    margin-right: 10px;
}

.footer .item .txt {
    margin-bottom: 13px;
}

.footer .item .txt:last-child {
    margin-bottom: 0;
}

.footer .item .text {
    line-height: 1.8;
}

.footer .item .text:last-child {
    margin-top: 10px;
}

.footer .item .erwma {
    width: 96px;
    height: 96px;
    overflow: hidden;
}

.footer .item .erwma:last-child {
    margin-left: 20px;
}

.footer .item .erwma img {
    width: 100%;
}

.footer .item .tit {
    font-size: 12px;
    margin-top: 10px;
}

.pub-title {
    line-height: 1.2;
}

.pub-title .title {
    font-weight: bold;
    font-size: 32px;
}

.pub-title .title1 {
    font-weight: bold;
    font-size: 18px;
}

.pub-title a {
    padding-right: 20px;
    background: url(../images/icon_enter.png)no-repeat right center;
}

.home-sz {
    margin-top: 80px;
}

.home-sz .content {
    margin-top: 30px;
}

.home-sz .pic-con {
    width: 590px;
    margin-right: 20px;
}

.home-sz .pic {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
}

.home-sz .pic-con .pic {
    height: 345px;
}

.home-sz .pic span,
.home-px .item .pic span {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: rgba(0, 0, 0, .6);
    color: #FFF;
    z-index: 10;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 40px;
    padding: 0 10px;
}

.home-sz .content .tit {
    font-family: 'PingFang SC-Heavy';
    line-height: 1.2;
    margin-top: 20px;
    font-weight: bold;
}

.home-sz .content .des {
    color: #505050;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

.home-sz .content .info {
    font-size: 12px;
    line-height: 18px;
    color: #505050;
    margin-top: 15px;
}

.home-sz .content .click,
.home-px .item .click {
    background: url(../images/eye.png)no-repeat left center;
    padding-left: 20px;
}

.home-sz .item {
    width: calc(100% - 10px);
    margin-right: 20px;
    margin-bottom: 15px;
}

.home-sz .item:nth-child(even) {
    margin-right: 0;
}

.home-sz .item:nth-child(3),
.home-sz .item:nth-child(4) {
    margin-bottom: 0;
}

.home-sz .item .pic {
    height: 140px;
}

.home-sz .item .tit {
    margin-top: 10px;
}

.home-sz .item .des {
    margin-top: 8px;
}

.home-sz .item .info {
    margin-top: 10px;
}

.home-sz .pic-con:hover .pic img,
.home-sz .item:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home-px {
    margin-top: 130px;
}

.home-px .content {
    margin-top: 30px;
}

.home-px .item {
    width: calc(25% - 5px);
    margin-right: 20px;
}

.home-px .item:last-child {
    margin-right: 0;
}

.home-px .item .pic {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    height: 140px;
}

.home-px .item .tit {
    margin-top: 10px;
    font-family: 'PingFang SC-Heavy';
    line-height: 1.2;
    font-weight: bold;
}

.home-px .item .des {
    color: #505050;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
}

.home-px .item .info {
    margin-top: 10px;
    font-size: 12px;
    color: #505050;
}

.home-yli {
    margin-top: 125px;
}

.home-yli .content {
    overflow: hidden;
}

.home-yli .item {
    padding-top: 30px;
}

.home-yli .item .pic {
    width: 285px;
    height: 140px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.home-yli .item .text-content {
    margin-right: 50px;
    padding-top: 30px;
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
}

.home-yli .item .tit {
    font-size: 24px;
    line-height: 24px;
    font-family: 'PingFang SC-Heavy';
    font-weight: bold;
}

.home-yli .item .news {
    font-size: 10px;
    font-weight: normal;
    color: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 44px;
    height: 24px;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #FF2F2F;
    line-height: 24px;
    margin-right: 10px;
}

.home-yli .item .des {
    color: #505050;
    line-height: 24px;
    margin-top: 15px;
}

.home-yli .item .date {
    margin-right: 45px;
    margin-top: 10px;
}

.home-yli .item .date .day {
    font-size: 46px;
    color: #999999;
    font-family: 'PingFang SC-Heavy';
    font-weight: bold;
    margin-right: 10px;
    line-height: 1.1;
}

.home-yli .item .date .day span {
    color: #000;
    margin-right: 10px;
}

.home-yli .item .date .mon {
    font-size: 20px;
    color: #999;
    line-height: 28px;
}

.kefu {
    width: 80px;
    height: 338px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 16px 16px 16px 16px;
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 1;
}

.kefu a {
    color: #1D1D1D;
    font-size: 14px;
    padding-top: 35px;
    margin-top: 25px;
}

.kefu .top-up {
    background: url(../images/top-fill.png)no-repeat center top;
}

.kefu .fk {
    background: url(../images/edit-fill.png)no-repeat center top;
}

.kefu .us {
    background: url(../images/tel1.png)no-repeat center top;
}

.kefu .btn {
    margin-top: 20px;
    font-size: 14px;
    color: #1D1D1D;
    cursor: pointer;
}

.kefu .btn::after {
    content: '';
    width: 12px;
    height: 13px;
    background: url(../images/arrow.png)no-repeat center;
    margin-left: 5px;
}

.px {
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    padding-bottom: 20px;
    margin-top: 60px;
}

.px .state {
    color: #FFB200;
    font-weight: bold;
}

.px .ren {
    background: url(../images/icon7.png)no-repeat left center;
    padding-left: 20px;
}

.px .filter>div {
    color: #0361BB;
    margin-right: 20px;
    padding-right: 18px;
    background: url(../images/arrow1.png)no-repeat right center;
}

.px .filter a {
    background: url(../images/icon8.png)no-repeat center;
    width: 15px;
    height: 15px;
    background-size: 100%;
}

.page {
    margin-top: 25px;
    line-height: 38px;
    font-size: 12px;
}

.page a {
    margin: 0 8px;
    border: 1px solid rgba(29, 29, 29, 0.2);
    padding: 0 15px;
    color: #1D1D1D;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.page input[type='text'] {
    width: 40px;
    height: 38px;
    margin: 0 8px;
    border: 1px solid rgba(29, 29, 29, 0.2);
    color: #1D1D1D;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.page input[type='submit'] {
    background-color: #0361BB;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 12px;
    color: #FFF;
    width: 48px;
    margin-left: 8px;
}

.page .on,
.page a:hover {
    background-color: #0361BB;
    color: #FFF;
    border-color: #0361BB;
}

.case-content,
.caozuo-content,
.px-content,
.user-content {
    background-color: #f8f9fb;
    padding-top: 35px;
    padding-bottom: 35px;
}

.case-content .info-content {
    background-color: #FFF;
    padding: 20px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.case-content .info-content .pic {
    width: 300px;
    height: 175px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-right: 20px;
}

.case-content .info-content h3 {
    font-size: 20px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 20px;
}

.case-content .info-content .txt {
    color: #333;
    font-size: 14px;
}

.liucheng {
    background-color: #FFF;
    padding: 20px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    margin-top: 20px;
}

.liucheng .tips {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.2;
}

.liucheng .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.1;
}

.liucheng .btn {
    background-color: #0361BB;
    color: #FFF;
    line-height: 42px;
    width: 96px;
    height: 42px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-family: 'PingFang SC-Heavy';
    font-weight: bold;
}

.liucheng .con {
    margin-top: 20px;
}

.liucheng .num-con {
    margin-right: 20px;
}

.liucheng .num-con .num {
    width: 24px;
    line-height: 24px;
    height: 24px;
    background: rgba(29, 29, 29, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
    color: rgba(51, 51, 51, 0.5);
    font-size: 12px;
    overflow: hidden;
}

.liucheng .num-con .txt {
    color: rgba(51, 51, 51, 0.5);
    line-height: 24px;
    font-size: 14px;
}

.liucheng .line {
    margin-right: 20px;
    width: 160px;
    height: 1px;
    background-color: rgba(29, 29, 29, 0.1);
}

.liucheng .line::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px rgba(29, 29, 29, 0.1) solid;
    border-right: 1px rgba(29, 29, 29, 0.1) solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.liucheng .num-con.on .num {
    background-color: #0361BB;
    color: #FFF;
}

.liucheng .num-con.on .txt {
    color: #0361BB;
}

.case-content .zuopin {
    background-color: #FFF;
    padding: 20px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    margin-top: 20px;
}

.case-content .zuopin .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.1;
    border-bottom: 1px rgba(51, 51, 51, 0.1) solid;
    padding-bottom: 20px;
}

.case-content .zuopin .sort {
    color: #1A1A1A;
    font-size: 14px;
    margin-top: 15px;
}

.case-content .zuopin .sort span {
    padding-right: 20px;
    margin-right: 10px;
    background: url(../images/icon9.png)no-repeat right center;
    cursor: pointer;
}

.case-content .zuopin .item {
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-top: 20px;
}

.case-content .zuopin .item:nth-of-type(3n) {
    margin-right: 0;
}

.case-content .zuopin .item .pic {
    overflow: hidden;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    height: 180px;
}

.case-content .zuopin .item .tit {
    font-family: 'PingFang SC-Heavy';
    font-weight: bold;
    margin-top: 10px;
}

.case-content .zuopin .item .txt {
    font-size: 14px;
    color: #505050;
    margin-top: 5px;
}

.case-content .zuopin .item .info {
    font-size: 14px;
    color: #505050;
}

.case-content .zuopin .item .click {
    background: url(../images/eye.png)no-repeat left center;
    padding-left: 25px;
}

.case-content .zuopin .item .zan {
    background: url(../images/icon10.png)no-repeat left center;
    padding-left: 25px;
}

.case-content .sidebar {
    width: 285px;
}

.case-content .sidebar .con {
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.case-content .sidebar .con .title {
    color: #333;
    font-weight: bold;
    line-height: 1.1;
    padding-bottom: 15px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
}

.case-content .sidebar .mulu .item {
    background-color: #F6F6F6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 44px;
    line-height: 44px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.case-content .sidebar .mulu .item .icon {
    margin-right: 10px;
}

.case-content .sidebar .mulu .item .click {
    width: 21px;
    height: 21px;
    background: url(../images/eye.png)no-repeat center;
    margin-right: 5px;
    cursor: pointer;
}

.case-content .sidebar .mulu .item .down {
    width: 21px;
    height: 21px;
    background: url(../images/down.png)no-repeat center;
    cursor: pointer;
}

.case-content .sidebar .licheng .item {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
    color: #333;
}

.case-content .sidebar .licheng .item .tit {
    font-weight: bold;
}

.case-content .sidebar .zp .item {
    margin-top: 15px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    padding-bottom: 10px;
}

.case-content .sidebar .zp .item .pic {
    overflow: hidden;
    width: 100%;
    height: 115px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.case-content .sidebar .zp .item .tit {
    margin-top: 10px;
    font-weight: bold;
}

.case-content .sidebar .zp .item .name {
    font-size: 14px;
    margin-top: 5px;
    color: #505050;
}

.case-content .sidebar .zp .item .info {
    font-size: 14px;
    color: #505050;
}

.case-content .sidebar .zp .item .click {
    background: url(../images/eye.png)no-repeat left center;
    padding-left: 25px;
}

.case-content .sidebar .zp .item .zan {
    background: url(../images/icon10.png)no-repeat left center;
    padding-left: 25px;
}

.case-content .details {
    margin-right: 20px;
}

.case-content .details h1 {
    font-size: 20px;
    font-family: 'PingFang SC-Heavy';
    font-weight: bold;
    line-height: 25px;
}

.case-content .details h1 span {
    background-color: #0361BB;
    margin-right: 10px;
    color: #FFF;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.case-content .details .user-info {
    margin-top: 15px;
    color: #333;
}

.case-content .details .user-info .avact {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}

.case-content .details .user-info .name {
    font-weight: bold;
    margin-right: 10px;
}

.case-content .details .user-info .txt {
    font-size: 14px;
}

.case-content .details .text-con {
    line-height: 1.2;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}

.case-content .details .tag {
    color: #0361BB;
    margin-right: 20px;
}

.case-content .details .text-con span {
    margin-right: 20px;
}

.case-content .details .text-con .click {
    background: url(../images/eye.png)no-repeat left center;
    padding-left: 25px;
    margin-right: 20px;
}

.case-content .details .text-con .date {
    background: url(../images/date1.png)no-repeat left center;
    padding-left: 25px;
}

.case-content .details .framework {
    margin-top: 20px;
    overflow: hidden;
}

.case-content .details .con {
    margin-bottom: 20px;
    background-color: #FFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
    padding: 20px;
}

.case-content .details .body .title {
    font-weight: bold;
    color: #333;
    line-height: 1.1;
}

.case-content .details .body .text {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin-top: 20px;
}

.case-content .details .body .text img {
    max-width: 100%;
}

.case-content .details .comment .title {
    font-weight: bold;
}

.case-content .details .comment .title span {
    font-weight: normal;
    opacity: .6;
    font-size: 14px;
    margin-left: 10px;
}

.case-content .details .comment .input {
    margin-top: 25px;
}

.case-content .details .comment .input input[type='text'] {
    width: 100%;
    background-color: #F8F9FB;
    height: 44px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 15px;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
}

.case-content .details .comment .submit {
    margin-top: 20px;
    justify-content: flex-end;
}

.case-content .details .comment .submit input {
    width: 88px;
    height: 44px;
    background: #0361BB;
    border-radius: 10px 10px 10px 10px;
    color: #FFF;
    font-size: 14px;
}

.case-content .details .comment ul {
    border-top: 1px rgba(0, 0, 0, .05) solid;
    margin-top: 20px;
}

.case-content .details .comment li {
    padding-top: 20px;
    color: #333;
}

.case-content .details .comment li .avact {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}

.case-content .details .comment li .name {
    font-weight: bold;
}

.case-content .details .comment li .name span {
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px;
}

.case-content .details .comment li .des {
    line-height: 1.5;
    margin-top: 5px;
}

.case-content .details .comment li .info {
    margin-top: 5px;
    font-size: 12px;
}

.case-content .details .comment li .zan {
    padding-left: 20px;
    background: url(../images/icon10.png)no-repeat left center;
}

.caozuo-content .sidebar {
    width: 285px;
}

.caozuo-content .sidebar .upload {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.caozuo-content .sidebar .upload img {
    width: 100%;
}

.caozuo-content .sidebar .con {
    margin-top: 20px;
    background-color: #FFF;
    padding: 25px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.caozuo-content .sidebar .con .title {
    line-height: 1;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    padding-bottom: 15px;
}

.caozuo-content .sidebar .con .title span {
    font-weight: bold;
}

.caozuo-content .sidebar .con .title a {
    background: url(../images/arrow.png)no-repeat right center;
    padding-right: 20px;
    color: rgba(51, 51, 51, 0.5);
    font-size: 14px;
}

.caozuo-content .sidebar .con li {
    margin-top: 15px;
    color: #333;
}

.caozuo-content .sidebar .con li .avact {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}

.caozuo-content .sidebar .con li .tit {
    font-weight: bold;
    line-height: 1.4;
}

.caozuo-content .sidebar .con li .des {
    font-size: 14px;
}

.caozuo-content .sidebar .con li .num {
    font-size: 14px;
    line-height: 1.5;
}

.caozuo-content .sidebar .con li .num span {
    color: #0361BB;
    font-weight: bold;
    margin-right: 10px;
}

.caozuo-content .content {
    margin-right: 20px;
    background-color: #FFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 20px;
}

.caozuo-content .content .title {
    font-weight: bold;
    line-height: 1.2;
}

.caozuo-content .content ul {
    padding-bottom: 20px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
}

.caozuo-content .content li {
    margin-top: 25px;
}

.caozuo-content .content li .pic {
    width: 237px;
    height: 117px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-right: 20px;
}

.caozuo-content .content li .tit {
    font-weight: bold;
    margin-top: 10px;
}

.caozuo-content .content li .text {
    font-size: 14px;
    color: #505050;
    margin-top: 5px;
}

.caozuo-content .content li .info {
    margin-top: 10px;
    font-size: 14px;
    color: #505050;
}

.caozuo-content .content li .click {
    background: url(../images/eye.png)no-repeat left center;
    padding-left: 30px;
    margin-right: 50px;
}

.caozuo-content .content li .down {
    background: url(../images/down.png)no-repeat left center;
    padding-left: 25px;
    margin-right: 50px;
}

.caozuo-content .content li .star {
    height: 16px;
    width: 150px;
    background: url(../images/star.png)repeat-x;
}

.px-content .sidebar {
    width: 285px;
}

.px-content .sidebar .con {
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.px-content .sidebar .con .title,
.px-content .content .anp .title {
    color: #333;
    font-weight: bold;
    line-height: 1.1;
    padding-bottom: 15px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
}

.px-content .sidebar .con .title a {
    color: rgba(51, 51, 51, 0.5);
    background: url(../images/arrow.png)no-repeat right center;
    padding-right: 20px;
    font-size: 14px;
}

.px-content .sidebar .ziliao .item {
    background-color: #F6F6F6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 44px;
    line-height: 44px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.px-content .sidebar .ziliao .item .icon {
    margin-right: 10px;
}

.px-content .sidebar .ziliao .item .click {
    width: 21px;
    height: 21px;
    background: url(../images/eye.png)no-repeat center;
    margin-right: 5px;
    cursor: pointer;
}

.px-content .sidebar .ziliao .item .down {
    width: 21px;
    height: 21px;
    background: url(../images/down.png)no-repeat center;
    cursor: pointer;
}

.px-content .sidebar .text-con {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}

.px-content .sidebar .tx .item {
    margin-top: 15px;
    overflow: hidden;
}

.px-content .sidebar .tx .avact {
    width: 48px;
    height: 48px;
    margin-right: 15px;
    overflow: hidden;
}

.px-content .sidebar .tx .name {
    font-weight: bold;
}

.px-content .sidebar .tx .text {
    font-size: 14px;
    line-height: 1.5;
}

.px-content .content {
    margin-right: 20px;
}

.px-content .content .info-con {
    background-color: #FFF;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 20px;
}

.px-content .content .info-con .pic {
    overflow: hidden;
    width: 300px;
    height: 175px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.px-content .content .info-con h1 {
    font-size: 20px;
    font-family: 'PingFang SC-Heavy';
    font-weight: bold;
    line-height: 25px;
}

.px-content .content .info-con h1 span {
    background-color: #0361BB;
    margin-right: 10px;
    color: #FFF;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.px-content .content .info-con .text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
}

.px-content .content .info-con .text-con {
    margin-top: 10px;
}

.px-content .content .info-con .text-con .text {
    width: 170px;
}

.px-content .content .anp {
    background-color: #FFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 20px;
    margin-top: 20px;
}

.px-content .content .anp .title {
    padding-bottom: 25px;
}

.px-content .content .anp li {
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    padding-top: 20px;
    padding-bottom: 20px;
}

.px-content .content .anp li .tit {
    font-weight: bold;
    cursor: pointer;
}

.px-content .content .anp li .tit .txt {
    color: rgba(51, 51, 51, 0.5);
    font-weight: normal;
}

.px-content .content .anp li .arrow {
    font-weight: normal;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
}

.px-content .content .anp li .arrow::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/arrow3.png)no-repeat center;
    margin-left: 5px;
}

.px-content .content .anp li .arrow .t2 {
    display: none;
}

.px-content .content .anp li .sub {
    display: none;
    padding-top: 20px;
}

.px-content .content .anp li .sub .pic {
    width: 200px;
    height: 115px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-right: 20px;
}

.px-content .content .anp li .sub .txt {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
}

.px-content .content .anp li .sub .txt span {
    width: 44px;
    height: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 12px;
    color: #FFF;
    margin-right: 10px;
}

.px-content .content .anp li .sub .txt .s1 {
    background-color: #0361BB;
}

.px-content .content .anp li .sub .txt .s2 {
    background-color: #FFB200;
}

.px-content .content .anp li .sub .text-con {
    margin-top: 10px;
}

.px-content .content .anp li .sub .text {
    color: #333;
    font-size: 14px;
}

.px-content .content .anp li .sub .text-con .text {
    width: 190px;
}

.px-content .content .anp li .cur .arrow .t1 {
    display: none;
}

.px-content .content .anp li .cur .arrow .t2 {
    display: block;
}

.px-content .content .anp li .cur .arrow::after {
    background-image: url(../images/arrow4.png);
}

.login-content {
    height: 100vh;
    background: url(../images/bg1.jpg)no-repeat center bottom;
    background-size: cover;
}

.login-content .copyright {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    border-top: 1px rgba(255, 255, 255, .2) solid;
    padding-top: 20px;
}

.login-content .copyright a {
    color: #FFF;
}

.header.login-content .content {
    margin-top: 25vh;
}

.login-form {
    width: 460px;
    height: 405px;
    background-color: #FFF;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    padding: 25px;
}

.login-form .title-con {
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    line-height: 1.4;
}

.login-form .title-con span {
    padding-bottom: 13px;
    color: rgba(29, 29, 29, 0.5);
    font-size: 20px;
    /*margin-right: 65px;*/
    cursor: pointer;
}

.login-form .title-con span:last-child {
    margin-right: 0;
}

.login-form .title-con span.on {
    color: #0361BB;
    font-weight: bold;
}

.login-form .title-con span.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background-color: #0361BB;
}

.login-form .group {
    margin-top: 30px;
}

.login-form .group input {
    width: 100%;
    height: 56px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(29, 29, 29, 0.2);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px;
    padding-left: 40px;
    width: 100%;
    font-size: 16px;
}

.login-form .group .name {
    background-image: url(../images/user.png);
}

.login-form .group .code {
    /*background-image: url(../images/code.png);*/
    border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -ms-border-radius: 10px 0px 0px 10px;
    -o-border-radius: 10px 0px 0px 10px;
}

.login-form .group .pass {
    background-image: url(../images/pass.png);
}

.login-form .group button {
    width: 115px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #FFF;
    color: #0361BB;
    border: 1px #0361BB solid;
    margin-left: -10px;
}

.login-form .text {
    color: rgba(29, 29, 29, 0.5);
    margin-top: 30px;
}

.login-form .text a {
    color: #0361BB;
}

.login-form .submit {
    margin-top: 25px;
}

.login-form .submit input {
    width: 100%;
    background-color: #0361BB;
    color: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    height: 57px;
}

.user-content .menu {
    background-color: #FFF;
    width: 200px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 20px 25px;
    margin-right: 20px;
}

.user-content .menu .title {
    color: #0361BB;
    font-weight: bold;
}

.user-content .menu li {
    border-top: 1px rgba(0, 0, 0, .05) solid;
    margin-top: 15px;
    color: #333;
    padding-top: 15px;
}

.user-content .menu li .tit {
    font-weight: bold;
}

.user-content .menu li .tit::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url(../images/arrow4.png)no-repeat center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.user-content .menu li .sub {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
}

.user-content .menu li .sub a {
    margin-top: 25px;
}

.user-content .menu li .sub .icon {
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.user-content .menu li .sub .u1 {
    background-image: url(../images/u1.png);
}

.user-content .menu li .sub .u2 {
    background-image: url(../images/u2.png);
}

.user-content .menu li .sub .u3 {
    background-image: url(../images/u3.png);
}

.user-content .menu li .sub .u4 {
    background-image: url(../images/u4.png);
}

.user-content .menu li .sub .u5 {
    background-image: url(../images/u5.png);
}

.user-content .menu li .sub .u6 {
    background-image: url(../images/u6.png);
}

.user-content .menu li .on {
    color: #0361BB;
}

.user-content .menu li .sub .on .u1 {
    background-image: url(../images/u1-on.png);
}

.user-content .menu li .sub .on .u2 {
    background-image: url(../images/u2-on.png);
}

.user-content .menu li .sub .on .u3 {
    background-image: url(../images/u3-on.png);
}

.user-content .menu li .sub .on .u4 {
    background-image: url(../images/u4-on.png);
}

.user-content .menu li .sub .on .u5 {
    background-image: url(../images/u5-on.png);
}

.user-content .menu li .sub .on .u6 {
    background-image: url(../images/u6-on.png);
}

.user-content .sidebar {
    width: 285px;
}

.user-content .sidebar .con {
    padding: 25px;
    background-color: #FFF;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.user-content .sidebar .con:last-child {
    margin-bottom: 0;
}

.user-content .sidebar .con .title {
    font-weight: bold;
    line-height: 1.1;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    padding-bottom: 15px;
}

.user-content .sidebar .con .title a {
    background: url(../images/arrow.png)no-repeat right center;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    padding-right: 15px;
}

.user-content .sidebar .task .text {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    margin-top: 20px;
}

.user-content .sidebar .task .text span {
    color: #0361BB;
    font-size: 20px;
    font-weight: bold;
    width: 50px;
}

.user-content .sidebar .xq .item {
    width: 48px;
    margin-right: 14px;
    margin-top: 15px;
}

.user-content .sidebar .xq .item:nth-of-type(4n) {
    margin-right: 0;
}

.user-content .sidebar .xq .item .txt {
    font-size: 12px;
    line-height: 1.1;
    margin-top: 10px;
}

.user-content .sidebar .help {
    margin-top: 10px;
}

.user-content .sidebar .help a {
    line-height: 2.4;
    padding-left: 30px;
    background: url(../images/icon18.jpg)no-repeat left center;
    font-size: 14px;
}

.user-content .user-home {
    margin-right: 20px;
}

.user-content .user-home .con {
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.user-content .user-home .con:last-child {
    margin-bottom: 0;
}

.user-content .user-home .user-info .avact {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}

.user-content .user-home .user-info .name {
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
}

.user-content .user-home .user-info .user-con {
    margin-right: 25px;
}

.user-content .user-home .user-info .icon {
    margin-left: 10px;
}

.user-content .user-home .user-info .user-con .txt-con {
    margin-top: 10px;
}

.user-content .user-home .user-info .user-con .txt {
    font-size: 14px;
    width: 32%;
}

.user-content .user-home .user-info .text-con .num {
    font-size: 24px;
}

.user-content .user-home .user-info .text-con .text {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
}

.user-content .user-home .user-info .text-con .item {
    margin-right: 25px;
    padding-right: 25px;
}

.user-content .user-home .user-info .text-con .item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 40px;
    background-color: rgba(51, 51, 51, 0.1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.user-content .user-home .user-info .text-con .item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.user-content .user-home .user-info .text-con .item:last-child::after {
    display: none;
}

.user-content .user-home .task {
    height: 760px;
}

.user-content .user-home .task .title-con {
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    line-height: 1.1;
}

.user-content .user-home .task .title-con .title a {
    color: rgba(51, 51, 51, 0.8);
    padding-bottom: 15px;
    margin-right: 50px;
}

.user-content .user-home .task .title-con .title a.on {
    color: #0361BB;
    font-weight: bold;
}

.user-content .user-home .task .title-con .title a.on::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 24px;
    height: 4px;
    background-color: #0361BB;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.user-content .user-home .task .title-con .sort a {
    color: rgba(51, 51, 51, 0.5);
    padding-right: 25px;
    background: url(../images/arrow3.png)right center no-repeat;
    margin-right: 20px;
    font-size: 14px;
}

.user-content .user-home .task .null {
    background: url(../images/null.png)no-repeat center top;
    margin-top: 50px;
    padding-top: 100px;
    color: #505050;
}

.user-content .user-home .task .list {
    padding-bottom: 25px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
}

.user-content .user-home .task .list .item {
    margin-top: 25px;
}

.user-content .user-home .task .list .item .pic {
    width: 200px;
    height: 120px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.user-content .user-home .task .list .item .pic span {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #FFF;
    padding: 0 10px;
}

.user-content .user-home .task .list .item .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    color: #333;
}

.user-content .user-home .task .list .item .tit span {
    height: 25px;
    background: rgba(221, 6, 21, 0.2);
    border-radius: 4px 4px 4px 4px;
    width: 56px;
    color: #DD0615;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}

.user-content .user-home .task .list .item .txt-con {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}

.user-content .user-home .task .list .item .txt {
    width: 190px;
}

.user-content .user-home .task .list .item .text {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.user-content .user-home .task .list .item .btn {
    line-height: 40px;
}

.user-content .user-home .task .list .item .btn a {
    width: 80px;
    height: 40px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-left: 20px;
}

.user-content .user-home .task .list .item .btn a:last-child {
    background-color: #0361BB;
    color: #FFF;
    font-size: 14px;
}

.user-content .user-home:last-child {
    margin-right: 0;
}

.user-content .user-home .shenbao {
    min-height: 500px;
}

.user-content .user-home .shenbao .title {
    width: 88px;
    height: 32px;
    line-height: 32px;
    background-color: #0361BB;
    color: #FFF;
    font-size: 14px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.user-content .user-home .shenbao .table {
    margin-top: 20px;
}

.user-content .user-home .shenbao .table .th {
    background-color: #f4f6f8;
    line-height: 64px;
    font-size: 14px;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.user-content .user-home .shenbao .table .th span:first-child {
    padding-left: 20px;
}

.user-content .user-home .shenbao .table .null {
    background: url(../images/null.png)no-repeat center top;
    padding-top: 90px;
    margin-top: 100px;
    color: rgba(0, 0, 0, .5);
}

.user-content .user-home .dossier {
    min-width: 0;
    max-width: 900px;
}

.user-content .user-home .dossier .title-con {
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
}

.user-content .user-home .dossier .title-con .title a {
    color: rgba(51, 51, 51, 0.8);
    margin-right: 50px;
    padding-bottom: 10px;
}

.user-content .user-home .dossier .title-con .title .on {
    color: #0361BB;
    font-weight: bold;
}

.user-content .user-home .dossier .title-con .title .on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background-color: #0361BB;
}

.user-content .user-home .dossier .title-con input[type='date'] {
    width: 143px;
    height: 28px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(51, 51, 51, 0.2);
    margin-right: 10px;
    padding-left: 10px;
}

.user-content .user-home .dossier .title-con input[type="date"] {
    position: relative;
}

.user-content .user-home .dossier .title-con input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 45px;
    height: 35px;
    position: relative;
    z-index: 1;
}

.user-content .user-home .dossier .title-con input[type="date"]::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 2px;
    width: 22px;
    height: 22px;
    background: url('../images/date1.png') no-repeat right center;
}

.user-content .user-home .dossier .info {
    margin-top: 15px;
    font-size: 14px;
}

.user-content .user-home .dossier .info>div {
    color: rgba(51, 51, 51, 0.5);
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 50px;
}

.user-content .user-home .dossier .info>div strong {
    color: #333;
}

.user-content .user-home .dossier .info .time {
    background-image: url(../images/time.png);
}

.user-content .user-home .dossier .info .pc {
    background-image: url(../images/pc.png);
}

.user-content .user-home .dossier .info .app {
    background-image: url(../images/app.png);
}

.user-content .user-home .dossier .s-menu {
    margin-top: 15px;
}

.user-content .user-home .dossier .s-menu a {
    height: 29px;
    border-radius: 6px;
    border: 1px solid rgba(51, 51, 51, 0.3);
    padding: 0 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    line-height: 27px;
    font-size: 12px;
    margin-right: 10px;
    color: rgba(51, 51, 51, 0.5);
}

.user-content .user-home .dossier .s-menu a.on,
.user-content .user-home .dossier .s-menu a:hover {
    color: #FFF;
    background-color: #0361BB;
    border-color: #0361BB;
}

.user-content .user-home .dossier .table {
    margin-top: 20px;
    overflow-x: auto;
    font-size: 14px;
}

.user-content .user-home .dossier .table th {
    background-color: #e3ecf2;
    height: 38px;
    padding-left: 10px;
    white-space: nowrap;
    padding-right: 10px;
}

.user-content .user-home .dossier .table td {
    padding-left: 15px;
    height: 38px;
    white-space: nowrap;
    color: rgba(51, 51, 51, 0.5);
}

.pagelist{margin-top: 0.15rem;display: flex;justify-content: space-between;align-items: center;}


/* 涓嬫媺鍐呭鐨勫垵濮嬬姸鎬  */
.dropdown-content {
  display:none;
  position: absolute;
  right: 15%;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown, .dropup {
    position: unset!important;
}
 
/* 閾炬帴鐨勬牱寮  */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
 
/* 榧犳爣鎮仠鍦ㄩ摼鎺ヤ笂鏃剁殑鏍峰紡 */
.dropdown-content a:hover {background-color: #f1f1f1}
 
/* 鏄剧ず涓嬫媺鍐呭 */
.dropdown:hover .dropdown-content {
  display: block;
}

/* 4-12 */

.news-px {
    margin-top: 60px;
}

.news-px .item {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 20px;
}

.news-px .item:nth-of-type(4n) {
    margin-right: 0;
}

.news-px .item .pic {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    height: 140px;
}

.news-px .item .pic span {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: rgba(0, 0, 0, .6);
    color: #FFF;
    z-index: 1;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 40px;
    padding: 0 10px;
}

.news-px .item .tit {
    line-height: 1.1;
    margin-top: 10px;
    font-weight: 900;
    font-size: 15px;
}

.news-px .item .text {
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
    color: #505050;
}

.news-px .item .more {
    line-height: 42px;
    background-color: #0361BB;
    color: #FFF;
    font-size: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 20px;
}

.news-px .list {
    margin-top: 40px;
}

.news-px .sort {
    margin-top: 35px;
}

.news-px .sort dl {
    margin-top: 25px;
    font-size: 14px;
    line-height: 32px;
}

.news-px .sort dl dt {
    font-weight: bold;
    color: #0361BB;
    margin-right: 20px;
}

.news-px .sort dl dd a {
    padding: 0 10px;
    color: #0361BB;
    margin-right: 20px;
}

.news-px .sort dl dd .on {
    background-color: #0361BB;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.news-px .search .input {
    border: 1px rgba(3, 97, 187, 0.5) solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 40px;
    background: url(../images/search.png)no-repeat 15px center;
    padding-left: 40px;
    margin-right: 20px;
    color: #0361BB;
}

.news-px .search .input::placeholder {
    color: #0361BB;
    opacity: .5;
}

.news-px .search .time {
    width: 365px;
    margin-right: 20px;
    border: 1px rgba(3, 97, 187, 0.5) solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
    padding-left: 15px;
    font-size: 14px;
    color: #0361BB;
    background: url(../images/time1.png)no-repeat 95% center;
}

.news-px .search input[type='submit'] {
    width: 80px;
    line-height: 40px;
    background-color: #0361BB;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.xndatepicker {
    z-index: 10;
}


/* 4-14 */

.submenu {
    width: 200px;
    margin-right: 20px;
    background-color: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    padding: 20px 25px;
}

.submenu .title {
    border-bottom: 1px rgba(51, 51, 51, 0.1) solid;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.submenu .sub {
    font-size: 14px;
}

.submenu .sub a {
    margin-top: 20px;
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
}

.submenu .sub a:nth-child(1) {
    background-image: url(../images/m1.png);
}

.submenu .sub a:nth-child(2) {
    background-image: url(../images/m2.png);
}

.submenu .sub a:nth-child(3) {
    background-image: url(../images/m3.png);
}

.submenu .sub a.on {
    color: #0361BB;
}

.submenu .sub a:nth-child(1).on {
    background-image: url(../images/m1-on.png);
}

.submenu .sub a:nth-child(2).on {
    background-image: url(../images/m2-on.png);
}

.submenu .sub a:nth-child(3).on {
    background-image: url(../images/m3-on.png);
}

.pub-content {
    background-color: #FFF;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 40px;
}

.pub-content .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
}

.pub-content .body {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #505050;
}

.pub-content .body img {
    max-width: 100%;
    margin-bottom: 30px;
}

.pub-content .body .text p {
    margin-bottom: 30px;
}

.pub-content .body .Contact {
    margin-top: 60px;
}

.pub-content .body .Contact .erwma-con {
    width: 410px;
}

.pub-content .body .Contact .erwma-con .erwma {
    width: 190px;
    margin-left: 20px;
}

.pub-content .body .Contact .erwma-con .erwma .pic {
    overflow: hidden;
}

.pub-content .body .Contact .erwma-con .erwma .pic img {
    width: 100%;
}

.pub-content .body .Contact .erwma-con .erwma .tit {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 550;
}

.pub-content .body .Contact .text-con {
    margin-right: 40px;
}

.pub-content .body .Contact .txt {
    font-size: 19px;
    color: #000;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 550;
}

.pub-content .body .Contact .txt:last-child {
    margin-bottom: 0;
}

.pub-content .body .Contact .txt span {
    color: rgba(29, 29, 29, 0.5);
    margin-bottom: 5px;
    font-weight: normal;
}

.list-text {
    margin-top: 40px;
}

.list-text .item {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    width: 100%;
    margin-right: 0;
}

.list-text .item .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-right: 25px;
    background: none;
    color: #0361BB;
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
}

.list-text .item .more::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    width: 15px;
    height: 15px;
    background: url(../images/arrow1.png)no-repeat center;
}

.list-text .item .tit {
    font-weight: bold;
    font-size: 18px;
}

.list-text .item .text {
    line-height: 1.1;
    margin-top: 20px;
}

.list-text .item .text span {
    margin-right: 30px;
}

.list-text .item .text span:last-child {
    margin-right: 0;
}