.header {
    width: 100%;
    height: 200px;
    background-image: url("/static/web/images/template3/header-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.header .header-body {
    display: table;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.header .header-body .logo {
    display: flex;
    align-items: center;
    width: 304px;
    height: 75px;
    margin-top: 27px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.header .header-body .logo img {
    /*width: 100%;*/
    height: 100%;
}

.header .header-body .nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    margin-top: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header .header-body .nav .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 56px;
    padding: 0 4px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
}

.header .header-body .nav .active {
    height: 56px;
    border-bottom: 4px solid rgba(255, 255, 255, 1);
}

.top {
    display: table;
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/static/web/images/template3/top-bg.png");
}

#news {
    width: 100%;
    height: 50px;
}

.top .header-line {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: rgba(153, 117, 69, .5);
}

.top .header-line .header-line-body {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 100%;
}

.top .header-line .header-line-body .header-line-ico {
    width: 118px;
    height: 32px;
    margin: 0 20px 0 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/static/web/images/template3/news-ico.png");
}

.top .header-line .header-line-body .news-list {
    width: 1020px;
    height: 100%;
    border-left: 2px solid rgb(56, 42, 24);
    overflow: hidden;
}

.top .header-line .header-line-body .news-list .swiper-slide {
    width: 1020px;
    height: 100%;
    line-height: 50px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top .search-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 790px;
    height: 110px;
    margin: 338px auto 0 auto;
    background: rgba(255, 255, 255, .4);
    border-radius: 10px;
}

.top .search-block .search {
    display: flex;
    align-items: center;
    width: 730px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(139, 44, 40, 1);
}

.top .search-block .search .label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99px;
    height: 100%;
    font-size: 14px;
    color: rgba(139, 44, 40, 1);
    border-right: 1px solid rgba(139, 44, 40, 1);
}

.top .search-block .search .inp {
    width: 550px;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    border: none;
}

.top .search-block .search .search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/static/web/images/template3/search-btn.png");
    cursor: pointer;
}

.top .search-block .search .search-btn .iconfont {
    font-size: 26px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.container {
    width: 100%;
    background-image: url("/static/web/images/template2/news-bg.png");
    background-size: 100% 100%;
}

#service {
    display: flex;
    width: 1200px;
    height: 140px;
    margin: 0 auto;
}

#service .service-item {
    width: 200px;
    height: 100%;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

#service .service-item:hover {
    color: rgba(139, 44, 40, 1);
}

#service .service-item:nth-child(odd) {
    background: rgba(237, 237, 237, 1);
}

#service .service-item:nth-child(even) {
    background: rgba(255, 255, 255, 1);
}

#service .service-item .ico {
    width: 56px;
    height: 56px;
    margin: 28px auto 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#service .service-item .title {
    margin-top: 14px;
    text-align: center;
}

#service .service-item .ico1 {
    background-image: url("/static/web/images/template3/service-ico.png");
}

#service .service-item .ico2 {
    background-image: url("/static/web/images/template3/service-ico2.png");
}

#service .service-item .ico3 {
    background-image: url("/static/web/images/template3/service-ico3.png");
}

#service .service-item .ico4 {
    background-image: url("/static/web/images/template3/service-ico4.png");
}

#service .service-item .ico5 {
    background-image: url("/static/web/images/template3/service-ico5.png");
}

#service .service-item .ico6 {
    background-image: url("/static/web/images/template3/service-ico6.png");
}

.news-block {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.news-block .news-swiper {
    position: relative;
    width: 650px;
    height: 360px;
    margin-top: 30px;
    overflow: hidden;
    --swiper-pagination-color: rgba(255, 255, 255, 1);
}

.news-block .news-swiper .swiper-pagination {
    position: absolute;
    left: unset !important;
    right: 0;
    bottom: 13px !important;
    width: 120px !important;
}

.news-block .news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.news-block .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 3px;
}

.news-block .news-swiper .swiper-wrapper .swiper-slide {
    width: 650px;
    height: 360px;
}

.news-block .news-swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 100%;
}

.news-block .news-swiper .swiper-wrapper .swiper-slide .img-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 120px 0 20px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(0, 0, 0, .5);
}

.news-block .news-tab {
    width: 520px;
    height: 360px;
    margin-top: 30px;
    margin-left: 30px;
    position: relative;
}

.news-block .news-tab .tab-nav {
    display: flex;
    align-items: center;
    width: 520px;
    height: 40px;
    border-bottom: 2px solid rgba(196, 196, 196, 1);
}

.news-block .news-tab .tab-nav .nav {
    padding: 0 20px;
    height: 16px;
    line-height: 16px;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    border-left: 2px solid rgba(196, 196, 196, 1);
    cursor: pointer;
}

.news-block .news-tab .tab-nav .nav:first-child {
    border-left: none;
}

.news-block .news-tab .tab-nav .active {
    color: rgba(139, 44, 40, 1);
}

.news-block .news-tab .tab-nav .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 28px;
    height: 6px;
    margin-left: auto;
    margin-right: 12px;
    cursor: pointer;
}

.news-block .news-tab .tab-nav .more .more-point {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: rgba(139, 44, 40, 1);
}

.news-block .news-tab .tab-block {
    width: 100%;
    height: 318px;
}

.news-block .news-tab .tab-block .error {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 318px;
    font-size: 14px;
    color: rgba(136, 136, 136, 1);
}

.news-block .news-tab .tab-block .tab-active {
    display: flex;
    width: 100%;
    height: 98px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(196, 196, 196, 1);
}

.news-block .news-tab .tab-block .tab-active .date {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100px;
    height: 98px;
}

.news-block .news-tab .tab-block .tab-active .date .day {
    width: 100px;
    height: 50px;
    line-height: 65px;
    text-align: center;
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.news-block .news-tab .tab-block .tab-active .date .mon {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
}

.news-block .news-tab .tab-block .tab-active .info {
    width: 420px;
    height: 98px;
}

.news-block .news-tab .tab-block .tab-active .info .title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-block .news-tab .tab-block .tab-active .info .desc {
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: rgba(136, 136, 136, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-block .news-tab .tab-block .tab-active:hover .title, .news-block .news-tab .tab-active:hover .desc {
    color: rgba(139, 44, 40, 1);
}


.news-block .news-tab .tab-block .tab-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 520px;
    height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
}

.news-block .news-tab .tab-block .tab-item .info {
    width: 400px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-block .news-tab .tab-block .tab-item .date {
    width: 100px;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: rgba(136, 136, 136, 1);
}


.news-block .news-tab .tab-block .tab-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: rgba(190, 190, 190, 1);
}

.news-block .news-tab .tab-block .tab-item:hover .info, .news-block .news-tab .tab-item:hover .date {
    color: rgba(139, 44, 40, 1);
}

.news-block .news-tab .tab-block .tab-item:hover:before {
    background: rgba(139, 44, 40, 1);
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: rgba(139, 44, 40, 1);
    cursor: unset;
    background: rgba(0, 0, 0, .8);
}

.block {
    display: flex;
    width: 1200px;
    margin: 30px auto;
}

.block .activity {
    position: relative;
    width: 650px;
    height: 570px;
}

.block .activity .activity-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}

.block .activity .activity-header .title {
    padding-right: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    border-right: 1px solid rgba(153, 153, 153, 1);
}

.block .activity .activity-header .line {
    width: 455px;
    height: 1px;
    background: rgba(153, 153, 153, 1);
}

.more {
    margin-left: auto;
    padding-left: 20px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.block .activity .activity-item {
    display: flex;
    width: 100%;
    height: 78px;
    margin-bottom: 20px;
}

.block .activity .activity-item .date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    width: 78px;
    height: 100%;
}

.block .activity .activity-item .date .mon {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.block .activity .activity-item .date .year {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

.block .activity .activity-item .cover {
    width: 142px;
    height: 100%;
}

.block .activity .activity-item .cover img {
    width: 100%;
    height: 100%;
}

.block .activity .activity-item .info {
    width: 410px;
    height: 100%;
    padding-left: 20px;
}

.block .activity .activity-item .info .title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block .activity .activity-item .info .desc {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block .activity .none {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 490px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.block .block-r {
    width: 550px;
    height: 570px;
    /*margin-left: 20px;*/
}

.block .block-r .title {
    display: flex;
    align-items: center;
    width: 530px;
    height: 50px;
    margin-left: 20px;
}

.block .block-r .title .line {
    width: 175px;
    height: 1px;
    background: rgba(153, 153, 153, 1);
}

.block .block-r .title .text {
    width: 180px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    border-left: 1px solid rgba(153, 153, 153, 1);
    border-right: 1px solid rgba(153, 153, 153, 1);
}

.block .block-r .num-resource {
    display: flex;
    flex-wrap: wrap;
    width: 550px;
    height: 120px;
}

.block .block-r #num-resource {
    position: relative;
    width: 550px;
    height: 120px;
}

.block .block-r #num-resource .none {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 550px;
    height: 120px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.block .block-r .num-resource .item {
    width: 162px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.block .block-r .num-resource .item:nth-child(1) {
    color: rgba(215, 89, 89, 1);
    background-image: url("/static/web/images/template3/num-1.png");
}

.block .block-r .num-resource .item:nth-child(2) {
    color: rgba(112, 163, 11, 1);
    background-image: url("/static/web/images/template3/num-2.png");
}

.block .block-r .num-resource .item:nth-child(3) {
    color: rgba(218, 145, 42, 1);
    background-image: url("/static/web/images/template3/num-3.png");
}

.block .block-r .num-resource .item:nth-child(4) {
    color: rgba(41, 136, 198, 1);
    background-image: url("/static/web/images/template3/num-4.png");
}

.block .block-r .num-resource .item:nth-child(5) {
    color: rgba(206, 173, 14, 1);
    background-image: url("/static/web/images/template3/num-5.png");
}

.block .block-r .num-resource .item:nth-child(6) {
    color: rgba(58, 194, 166, 1);
    background-image: url("/static/web/images/template3/num-6.png");
}

.block .block-r .question {
    width: 530px;
    height: 390px;
    margin-left: 20px;
    margin-top: 10px;
    border: 1px solid rgba(214, 214, 214, 1);
    box-sizing: border-box;
}

.block .block-r #question {
    position: relative;
    width: 530px;
    height: 360px;
}

.block .block-r #question .none {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 530px;
    height: 360px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.block .block-r .question .question-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.block .block-r .question .item {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(214, 214, 214, 1);
    cursor: pointer;
}

.block .block-r .question .item:last-child {
    border-bottom: none;
}

.block .block-r .question .item .question-msg {
    display: flex;
    align-items: center;
    width: 100%;
    height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
}

.block .block-r .question .item .question-msg .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    background: rgba(139, 44, 40, 1);
    border-radius: 50%;
}

.block .block-r .question .item .question-msg .msg {
    width: 490px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block .block-r .question .item .answer-msg {
    display: flex;
    align-items: center;
    width: 100%;
    height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
}

.block .block-r .question .item .answer-msg .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    background: rgba(153, 117, 69, 1);
    border-radius: 50%;
}

.block .block-r .question .item .answer-msg .msg {
    width: 490px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resources {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    background: rgba(255, 255, 255, 1);
}

.resources .resources-body {
    width: 1200px;
}

.resources .resources-body .title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
}

.resources .resources-body .title .line {
    width: 510px;
    height: 1px;
    background: rgba(153, 153, 153, 1);
}

.resources .resources-body .title .text {
    width: 180px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    border-left: 1px solid rgba(153, 153, 153, 1);
    border-right: 1px solid rgba(153, 153, 153, 1);
}

.resources .resources-body .resources-header {
    display: flex;
    align-items: center;
    width: 1178px;
    height: 64px;
    margin: 0 auto;
}

.resources .resources-body .resources-header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    border-right: 2px solid rgba(153, 153, 153, .3);
}

.resources .resources-body .resources-header .sub-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 100%;
    font-weight: bold;
    font-size: 18px;
    color: rgba(139, 44, 40, 1);
}


.resources .resources-body .resources-header .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 22px;
    margin: 0 6px;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    border-radius: 11px;
    cursor: pointer;
}

.resources .resources-body .resources-header .active {
    color: rgba(139, 44, 40, 1);
}

.resources .resources-body .resources-header .more {
    display: flex;
    align-items: center;
    width: auto;
    height: 100%;
    padding-right: 10px;
    margin-left: auto;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.resources .resources-body .resources-block {
    position: relative;
    width: 100%;
    height: 440px;
}

.resources .resources-body .resources-block .none {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 440px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.resources .resources-body .resources-block #resources {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    height: 440px;
}

.resources .resources-body .resources-block #resources .item, .resources .resources-body .resources-block #resources .item-video {
    position: relative;
    display: flex;
    width: 346px;
    height: 160px;
    padding: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/static/web/images/template3/border.png");
}

.resources .resources-body .resources-block #resources .item .qr-code, .resources .resources-body .resources-block #resources .item-video .qr-code {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    background: rgba(0, 0, 0, .8);
}

.resources .resources-body .resources-block #resources .item .qr-code:hover, .resources .resources-body .resources-block #resources .item-video .qr-code:hover {
    opacity: 1;
}

.resources .resources-body .resources-block #resources .item .qr-code img, .resources .resources-body .resources-block #resources .item-video .qr-code img {
    width: 94px;
    height: 94px;
    background: #ff0;
}

.resources .resources-body .resources-block #resources .item .cover {
    width: 98px;
    height: 150px;
}

.resources .resources-body .resources-block #resources .item .cover img {
    width: 100%;
    height: 100%;
}

.resources .resources-body .resources-block #resources .item .info {
    width: 228px;
    height: 150px;
    margin-left: 20px;
}

.resources .resources-body .resources-block #resources .item .resources-title {
    width: 228px;
    height: 20px;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resources .resources-body .resources-block #resources .item .author {
    width: 228px;
    height: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resources .resources-body .resources-block #resources .item .desc {
    width: 228px;
    height: 90px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.resources .resources-body .resources-block #resources .item-video .cover {
    position: relative;
    width: 346px;
    height: 160px;
}

.resources .resources-body .resources-block #resources .item-video .cover img {
    width: 100%;
    height: 100%;
}

.resources .resources-body .resources-block #resources .item-video .resources-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 6);
}
.msg-desc {
    width: 1200px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.msg-desc .msg-desc-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 76px;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(226, 226, 226, 1);
}

.msg-desc .msg-desc-header .title {
    width: 1128px;
    text-align: center;
    font-size: 26px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.msg-desc .msg-desc-header .close-btn {
    width: 32px;
    height: 32px;
    margin-left: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/static/web/images/template1/close-btn.png");
}

.msg-desc-body {
    width: 100%;
}

.msg-desc-body .title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 90px;
    box-sizing: border-box;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
}

.msg-desc-body .title .ico {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/static/web/images/template2/question.png");
}

.msg-desc-body .title .ico1 {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/static/web/images/template2/answer.png");
}

.msg-desc-body .desc-line {
    display: flex;
    width: 1020px;
    min-height: 50px;
    margin: 0 auto;
    border-right: 1px solid rgba(203, 204, 205, 1);
}

.msg-desc-body .desc-line .label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    background: rgba(241, 241, 241, 1);
    border-top: 1px solid rgba(203, 204, 205, 1);
    border-left: 1px solid rgba(203, 204, 205, 1);
}

.msg-desc-body .desc-line .value {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    border-top: 1px solid rgba(203, 204, 205, 1);
    border-left: 1px solid rgba(203, 204, 205, 1);
}