.table-msg h2 {
    font-weight: bold;
    font-size: 20px;
    color: var(--blue);
    line-height: 30px;
    padding-bottom: 20px
}

.table-msg table {
    width: 100%;
    border-collapse: collapse
}

.table-msg table tr td {
    border: solid 1px #e1e1e1;
    padding: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    vertical-align: middle
}

.table-msg table tr td:nth-last-of-type(2n) {
    background-color: #e4f2ff;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    line-height: 22px
}

.table-msg table tr td:last-of-type {
    width: 18%
}

.table-msg table tr:first-of-type {
    background-color: #fff
}

.table-msg table tr:first-of-type td:first-of-type {
    width: 18%
}

.table-msg table tr:nth-of-type(2) td:nth-last-of-type(2) {
    width: 18%
}

.table-bg {
    width: 100%;
    border-collapse: collapse
}

.table-bg h3 {
    padding: 30px 0 20px;
    font-weight: bold;
    font-size: 20px;
    color: #333
}

.table-bg tr td {
    border: solid 1px #e1e1e1;
    padding: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    vertical-align: middle
}

.table-bg tr td:first-of-type {
    background-color: #f6f6f6;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    width: 18%
}

.table-bg tr td:nth-of-type(3) {
    width: 18%
}

.table-bg tr td:last-of-type {
    min-width: 140px
}

.table-bg tr:first-of-type td {
    background-color: #f6f6f6;
    font-weight: bold;
    font-size: 16px;
    color: #333
}

aside * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

aside form {
    width: 360px;
    border-radius: 6px
}

aside form .title {
    height: 95px;
    width: 360px;
    text-align: center;
    background: url(../images/d589a02a.png) center top/360px 95px no-repeat
}

aside form .title p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px
}

aside form .title p:first-of-type {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    line-height: 46px;
    padding-top: 12px
}

aside form .con {
    padding: 0 27px 36px;
    background-color: #fff;
    border-radius: 0 0 6px 6px
}

aside form .con input {
    width: 100%;
    height: 41px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    outline: none;
    -webkit-box-shadow: inset 1000px 1000px #fff;
    box-shadow: inset 1000px 1000px #fff
}

aside form .con input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #999
}

aside form .con input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #999
}

aside form .con input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #999
}

aside form .con input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #999
}

aside form .con input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #999
}

aside form .con .select {
    margin-top: 15px;
    width: 100%;
    position: relative
}

aside form .con .select::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 0;
    width: 11px;
    height: 41px;
    background: url(../images/2cec0ba5.png) 0 center/contain no-repeat;
    pointer-events: none
}

aside form .con .select select {
    outline: none;
    width: 100%;
    height: 41px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e3e3e3;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    padding: 0 20px
}

aside form .con .select select option {
    font-weight: 400;
    font-size: 16px;
    color: #333
}

aside form .con .select select option[value=""] {
    display: none
}

aside form .con button {
    width: 306px;
    height: 40px;
    background: var(--blue);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(7, 112, 209, .502);
    box-shadow: 0px 3px 6px 1px rgba(7, 112, 209, .502);
    border-radius: 4px;
    margin-top: 25px;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer
}

.xgzx {
    padding: 20px;
    width: 360px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 30px
}

.xgzx ul li {
    margin-top: 20px
}

.xgzx ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.xgzx ul li a>img {
    width: 148px;
    height: 83px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-right: 8px
}

.xgzx ul li a .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.xgzx ul li a .text .con {
    height: 56px
}

.xgzx ul li a .text .con p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -4px
}

.xgzx ul li a .text .author {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.xgzx ul li a .text .author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-right: 10px;
    vertical-align: middle
}

.right-fixed-nav2 {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 200;
    width: 75px;
    display: none
}

.right-fixed-nav2 ul li {
    width: 75px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
    background-color: var(--blue);
    position: relative
}

.right-fixed-nav2 ul li.radius {
    border-radius: 0 0 6px 6px
}

.right-fixed-nav2 ul li p {
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 42px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-position: center 7px;
    background-size: 30px 30px;
    background-repeat: no-repeat
}

.right-fixed-nav2 ul li .box {
    position: absolute;
    right: 75px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    width: 122px;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.right-fixed-nav2 ul li .box .cn {
    background: var(--blue);
    border-radius: 6px;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 114px;
    position: relative
}

.right-fixed-nav2 ul li .box .cn::after {
    content: "";
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 10px var(--blue);
    border-top: rgba(0, 0, 0, 0) solid 5px;
    border-bottom: rgba(0, 0, 0, 0) solid 5px;
    border-right: rgba(0, 0, 0, 0) solid 5px
}

.right-fixed-nav2 ul li .box .cn span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.right-fixed-nav2 ul li .box .cn img {
    width: 96px;
    height: 96px
}

.right-fixed-nav2 ul li .box .cn a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding-top: 6px;
    display: inline-block;
    margin-top: 6px;
    letter-spacing: -1px
}

.right-fixed-nav2 ul li.kefu {
    border-radius: 6px
}

.right-fixed-nav2 ul li.kefu p {
    background-image: url(../images/eda8ee1c.png);
    background-size: 33px 28px
}

.right-fixed-nav2 ul li:nth-of-type(n+2):hover .box {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.right-fixed-nav2 ul li:nth-of-type(n+2):hover p {
    color: #333;
    background-color: #fff;
    border-radius: 4px
}

.right-fixed-nav2 ul li.tel {
    margin-top: 5px;
    border-radius: 6px 6px 0 0
}

.right-fixed-nav2 ul li.tel p {
    background-image: url(../images/f85f09a9.png)
}

.right-fixed-nav2 ul li.tel:hover p {
    background-image: url(../images/b22f83f5.png)
}

.right-fixed-nav2 ul li.mobile p {
    background-image: url(../images/af20ff73.png)
}

.right-fixed-nav2 ul li.mobile .box .cn span {
    text-align: center;
    padding-top: 6px
}

.right-fixed-nav2 ul li.mobile:hover p {
    background-image: url(../images/8c825c8e.png)
}

.right-fixed-nav2 ul li.weixin p {
    background-image: url(../images/969144f5.png)
}

.right-fixed-nav2 ul li.weixin:hover p {
    background-image: url(../images/18ed670b.png)
}

.right-fixed-nav2 ul li.weixin .box .cn span {
    text-align: center;
    padding-top: 4px;
    white-space: nowrap
}

.right-fixed-nav2 ul li.weixin .box .cn img:nth-of-type(2) {
    margin-top: 6px
}

.right-fixed-nav2 ul li.top {
    display: none
}

.right-fixed-nav2 ul li.top p {
    background-image: url(../images/3877772e.png)
}

.right-fixed-nav2 ul li.top:hover p {
    background-image: url(../images/b0205f30.png)
}

:root {
    --blue: #0770D1
}

body {
    background-color: #f3f3f7
}

body .breadcrumbs {
    line-height: 56px;
    margin: 0 auto;
    width: 1200px;
    color: #666
}

body .breadcrumbs a {
    font-size: 16px;
    color: #333;
    margin: 0 4px
}

body .breadcrumbs a:first-of-type {
    margin-left: 0
}

body .breadcrumbs a[href] {
    color: #666
}

body section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 64px;
    width: 1200px
}

body section main {
    width: 820px;
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px 36px
}

body section aside .xgzx {
    margin-top: 20px
}

body section aside .xgzx h4.title {
    height: 18px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333
}

body section aside .xgzx h4.title::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 18px;
    background: var(--blue);
    margin-right: 5px;
    vertical-align: -2px
}