* {
    padding: 0;
    margin: 0;
}

a {
    outline: none;
}

html {
    width: 100%;
    font-size: 16px;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: "微软雅黑", Arial, sans-serif;
    color: #333;
    box-sizing: border-box;
    overflow: hidden;

}

#all {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-image: url("../img/backgrop1.jpg");
    background-size: 100% 100%;
    padding-top: 157px;
background-position: 0 8px;
}

.container {
    max-width: 1230px !important;
}

.transparent {
    background-color: transparent !important;
}

#header {
    top: 0;
    width: 100%;
    height: 105px;
    background-color: rgba(255, 255, 255);
    position: fixed;
    z-index: 99999;
}

#header .header-top {
    height: 55px;
}

#header .header-bottom {
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
}

#header .header-top,
#header .header-bottom {
    width: 100%;
    position: relative;
}

.nav-colors {
    background: -webkit-linear-gradient(#227CD8, #1267C0);
    background: -o-linear-gradient(#227CD8, #1267C0);
    background: -moz-linear-gradient(#227CD8, #1267C0);
    background: linear-gradient(#227CD8, #1267C0);
}

.nav-shadow {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}

#nav-bottom-inner {
    display: flex;
}

#navigation {
    flex: 1;
    overflow: visible;
}

.topnav {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding-left: 15px;

}

.topnav li {
    height: 100%;
    color: #FFF;
    font-size: 16px;
    position: relative;
}

.topnav li a {
    width: auto;
    padding-left: 22px;
    padding-right: 22px;
    display: inline-flex;
    font-family: "微软雅黑", Arial, sans-serif;
    align-items: center;
    height: 100%;
    /*font-size: 1.6rem;*/
    color: #FFF;
    white-space: nowrap;
}

#header .topnav li.dropdown:hover > a,
.topnav li a.active,
.topnav li a:hover {
    background-color: #0059b1;
}

#header .sub-navbar {
    width: auto;
    height: auto;
    min-width: 110px;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #999;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.53);
    top: 100%;
    display: none;
}

#header .topnav li.dropdown:hover > ol.sub-navbar {
    display: block;
}

#header .sub-navbar li {
    display: block;
    position: relative;
}

#header .sub-navbar li a {
    width: 100%;
    padding: 5px 10px;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", Arial, sans-serif;
}

#header .sub-navbar li a:hover {
    color: #FFF;
}

.section {
    height: auto;
    /*text-align: center;*/
    font: 1.6rem "Microsoft Yahei";
    color: #fff;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.section .container {
    height: auto;
    /*border: 1px solid red !important;*/
    position: relative;
    /*overflow: auto !important;*/
}

.section .container-fluid {
    width: 100%;
    height:auto ;
    /*border: 1px solid red;*/
    position: relative;
    z-index: 999;
    /* transition: transform 500ms ease, opacity 1s ease; */
    transform: translateY(0);
    opacity: 1;

}

.section.active .container-fluid {
    transform: translateY(0);
    opacity: 1;
}

.section:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*z-index: 10;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* #page1:before {
    background-image: url("../img/backgrop1.jpg");
} */

#page3 > .container {
    padding-top: 178px !important;
}

#page2:before {
    background-image: url("../img/backgrop2.jpg");
}

/* #page3:before {
    background-image: url("../img/backgrop3_2.jpg");
} */

#page3 .container, #page9 .container {
    max-width: 1200px !important;
}

#page4:before {
    background-image: url("../img/backgrop4_2.jpg");
}

#page4 .demo-box {
    width: 100%;
    display: flex;
    height: 100%;
}

#page4 .demo-box > .left-box {
    flex: 1;
    height: 760px;
    padding-right: 30px;
    border-left: 2px solid #3F4484;
}

#page4 .demo-box > .right-box {
    width: 435px;
    height: 760px;
    /*display: none;*/
    display: inline-flex;
    flex-flow: column;
    border-left: 2px solid #3F4484;
    justify-content: space-between;
}

#page4 .demo-box > .right-box .card-demo {
    background-color: rgba(255, 255, 255, 0.9);
    border: 0;
}

#page5:before {
    background-image: url("../img/backgrop5.jpg");
}

/* #page6:before {
    background-image: url("../img/backgrop6_2.jpg");
} */

#page7:before {
    background-image: url("../img/backgrop7.jpg");
}

#page8:before {
    background-image: url("../img/backgrop8.jpg");
}

/* #page9:before {
    background-image: url("../img/backgrop3_2.jpg");
} */

.logo-img {
    position: relative;
    /*top: -40px;*/
}


.homes-button {
    width: 70%;
    max-width: 850px;
    padding-top: 70px;
    margin: 0 auto;
    /*border: 1px solid red;*/
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-img-box {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 140px;
    /*border: 1px solid red;*/
    /*padding-top: 140px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 60px;*/
}


.bg-greens {
    background-color: #84b400;
}

.bg-yellows {
    background-color: #efa625;
}

.bg-reds {
    background-color: #ed5025;
}

.btn.bg-greens,
.btn.bg-yellows,
.btn.bg-reds {
    width: 200px;
    padding: 8px 15px;
    /*height: 70px !important;*/
    /*line-height: 70px;*/
    font-family: "微软雅黑", Arial, sans-serif;
    color: #FFF;
    font-size: 18px;
    margin-bottom: 10px;
}

.btn .icon_home {
    margin-right: 5px;
}

.btn.bg-reds:hover,
.btn.bg-yellows:hover,
.btn.bg-greens:hover {
    /*background-color: #7ca800;*/
    filter: brightness(0.9);
}

.logo-box-top {
    width: 330px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    margin-left: -15px;
}

.bg-rightsBtn-1,
.bg-rightsBtn-2,
.bg-rightsBtn-3,
.bg-rightsBtn-4,
.bg-rightsBtn-5 {
    box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, 0.83);
}

.bg-rightsBtn-1:hover,
.bg-rightsBtn-2:hover,
.bg-rightsBtn-3:hover,
.bg-rightsBtn-4:hover,
.bg-rightsBtn-5:hover,
.bg-rightsBtn-6:hover,
.bg-rightsBtn-7:hover,
.bg-rightsBtn-8:hover {
    box-shadow: inset 0 0 15px 2px rgba(255, 255, 255, 0.9);
}

.bg-rightsBtn-1 {
    background-color: #DB634A;
    box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, 0.83);
}

.bg-rightsBtn-2 {
    background-color: #B21BB4;
    box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, 0.83);
}

.bg-rightsBtn-3 {
    background-color: #259DDC;
    box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, 0.83);
}

.bg-rightsBtn-4 {
    background-color: #4B24D9;
    box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.83);
}

.bg-rightsBtn-5 {
    background-color: #5DB501;
    box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, 0.83);
}

.bg-rightsBtn-6 {
    background-color: #F9921C;
    box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, 0.83);
}

.bg-rightsBtn-7 {
    background-color: #98521E;
    box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, 0.83);
}

.bg-rightsBtn-8 {
    background-color: #2AC1B8;
    box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, 0.83);
}


.bg-rightsBtn1:hover,
.bg-rightsBtn2:hover {
    box-shadow: inset 0 0 15px 2px rgba(255, 255, 255, 0.9);
}

.bg-rightsBtn3 {
    background-color: rgba(0, 0, 0, 0.3);
}

.bg-rightsBtn4 {
    background-color: transparent;
}

.bg-rightsBtn3:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-rightsBtn3:hover > i {
    opacity: 1;
}

#rightBtn {
    position: fixed;
    right: 20px;
    top: 15%;
    width: 62px;
    height: auto;
    z-index: 9999999;
}

#leftBtn {
    position: fixed;
    left: 0px;
    top: 30%;
    height: auto;
    z-index: 9999999;
}

#leftBtn .rightsButton {
    background-color: rgba(0, 0, 0, 0.4);
}

#leftBtn .rightsButton:hover {
    background-color: #B83151;
}

#leftBtn .rightsButton.active {
    background-color: #B83151;
}

#leftBtn .rightsButton {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 5px 0 5px 10px;
    color: #FFF;
    /*font-size: 1.6rem;*/
    white-space: pre-wrap;
    transition: all .2s;
    font-size: 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


#rightBtn .rightsButton {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 5px;
    color: #FFF;
    /*font-size: 1.6rem;*/
    white-space: pre-wrap;
    transition: all .2s;
    font-size: 14px;
}

.card-demo {
    border-radius: 0;
    margin-bottom: 20px;
    border: 0 !important;
    box-shadow: none;
}

.card-demo .card-body {
    border: 0 !important;
    border-radius: 0 !important;
}

#nextPages {
    position: fixed;
    left: 45%;
    bottom: 20px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    -webkit-box-shadow: none;
    z-index: 999999;
    cursor: pointer;
    opacity: 0.58;
    transition: all .3s ease;
}

#nextPages:hover {
    opacity: 1;
}

.card-shadow {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.05);
}
/* 分享按钮组 */
#sharePages {
    position: fixed;
    left: 58%;
    bottom: 20px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    -webkit-box-shadow: none;
    z-index: 999999;
    cursor: pointer;
    opacity: 0.58;
    transition: all .3s ease;
}

#nextPages:hover {
    opacity: 1;
}
#sharePages:hover {
    opacity: 1;
}
.shareOverlay{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.shareModal{
    position: absolute;
    bottom: 0;
    width: 100%;

}
.shareModal .shareButtons{
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: rgb(247, 248, 250);
    outline: none;
    padding-bottom: env(safe-area-inset-bottom);
    padding: 10px;
}
.shareModal .shareButtons ul{
    display: flex;
    align-items: center;
    justify-content:space-around;
}
.shareModal .shareButtons ul li{
    height:80px;
    color:rgb(130, 140, 155);
    font-size: 14px;width: 20%;
    text-align: center;
}
.shareModal .shareButtons ul li:first-child::before{
    display: block;
    content: "";
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    background-image: url("../img/shareWechat.png");
    background-size: auto 50px;
    background-repeat: no-repeat;
}
.shareModal .shareButtons ul li:last-child::before{
    display: block;
    content: "";
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    background-image: url("../img/shareQQ.png");
    background-size: auto 50px;
    background-repeat: no-repeat;
}
.shareModal .handleCancle{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: rgb(34, 34, 34);
    text-align: center;
    background: #fff;
}
.card-shadow {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.05);
}
/*==================================
             轮播图 BEGIN
===================================*/
.page2-card {
    height: auto;
    max-height: 415px;
}

.custom-carousel {
    width: 100%;
}

.custom-carousel .carousel-inner {
    height: auto;
}

.custom-carousel .carousel-item {
    height: auto;
}

#demo6 .carousel-item a,
.custom-carousel .carousel-item > a {
    /*display: block;*/
    width: 100%;
    height: auto;
}

#demo6 .carousel-item a {
    font-size: 14px;
    color: #976A69;
    font-weight: 500;
    text-decoration: none;
}

#demo6 .carousel-item {
    height: 100%;
}

#demo6 .carousel-item > a img,
#demo6 .carousel-item img,
.custom-carousel .carousel-item > a img {
    width: 100%;
    height: auto;
    /*max-height: 408px;*/
    /*flex: 1;*/
}

.custom-carousel .carousel-item .carousel-caption {
    width: 100%;
    height: 60px;
    flex: 0 0 60px;
    position: relative !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-carousel .carousel-caption .caption-title {
    width: auto;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid red;*/
    margin: 0;
    padding-right: 20px;
    border-right: 1px solid rgba(221, 221, 221, 0.3);
    color: #c71f24;
    font-size: 22px;
}

.custom-carouselb .bigIcons {
    /*width: 30px;*/
    /*height: 30px;*/
}

/*==================================
             轮播图 END
===================================*/

.know-more {
    font-size: 14px;
    color: #DDD;
    opacity: 0.8;
    padding-left: 55px;
    text-decoration: underline;
}

.know-more:hover {
    color: #FFF;
}

.custom-carousel .carousel-caption .caption-title > span {
    white-space: nowrap;
    display: inline-block;
}

.custom-carousel .carousel-caption .caption-title + p {
    height: 100%;
    /*border: 1px solid red;*/
    margin: 0;
    padding: 0 0 0 20px;
    display: inline-block;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    line-height: 60px;
    font-weight: 600;
    font-size: 19px;
    font-family: "微软雅黑", Arial, sans-serif;
}

.custom-carousel .carousel-caption .caption-title + p > span {
    opacity: 0.9;
    font-weight: 500 !important;
}

.custom-carousel .carousel-indicators {
    /*border: 1px solid red;*/
    /*top: 0;*/
    left: unset;
    bottom: unset;
    right: 20px;
    top: 0;
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
}

.custom-carousel .carousel-indicators li {
    /*border: 1px solid red;*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 12px;
    cursor: pointer;
    transition: all .2s ease;
}

.custom-carousel .carousel-indicators li.active {
    background-color: #ff0000;
}

.bg-opacity {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-opacity-07 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-color-none {
    background-color: unset;
}

.text-more {
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 0;
    top: 6px;
}

.text-more-tow {
    font-size: 14px;
    color: #666666;
    position: absolute;
    bottom: 25px;
    right: 20px;
}

.text-dtgg {
    color: #E81F18;
    position: relative;
    font-size: 22px;
    display: block;
    /*padding-top: 45px;*/
    /*margin-left: 45px;*/
}

.card-demo-nav .nav-link span {
    color: #5D5E6E !important;
}

.card-demo-nav .nav-link.active span {
    color: #E81F18 !important;
}

.page6-text {
    padding: 8px 30px;
}

.page6-move {
    padding-top: 20px;
    margin-left: 20px;
}

.card-in-list {
    text-align: left;
    list-style-type: square;
    padding-left: 0px;
}

.card-in-list-padd {
    padding-right: 15px;
    padding-left:10px;
}

.card-in-list li {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    padding: 11px 0;
    color: rgba(102, 102, 102, 0.57);
    width: 100%;
}

.card-in-list li i {
    flex: 0 0 20px;
    top: 2px;
    font-size: 12px !important;
    transform: scale(0.52);
    position: relative;
    vertical-align: middle;
    margin-right: 0;
    color: #777;
}

.card-in-list li > a {
    color: #3D3E3E;
    font-family: "微软雅黑", Arial, sans-serif;
    flex: 1;
    display: flex;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}

.card-in-list li span {
    font-size: 15px;
    color: #949494;
    position: absolute;
    right: 0;
}

.card-in-list li a img {
    margin-left: 10px;
    margin-top: 0;
    height: 18px;
}


.card-in-list li a:hover {
    color: #0c77d7;
}

.card-demo .card-in-title {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    /*border: 1px solid red !important;*/
    padding-left: 0;
    padding-right: 10px;

    /*justify-content: flex-start;*/

}

/*知识资源 S*/

.L-zxzy-container {
    padding-top: 14px !important;
}

.L-building-right {
    padding: 23px 35px 0 !important;
}

.L-card-in-title {
    border-bottom: 1px solid rgb(221, 221, 221);
    justify-content: space-between;
    padding-left: 0;
}

.L-card-in-title a {
    text-decoration: none;
}

.L-zxzy-left-title {
    position: relative;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid #E81F18;
    line-height: 38px;
}

.L-zxzy-right-tabs ul {
    width: 450px;
    display: flex;
    justify-content: space-between;
}

.L-zxzy-right-tabs ul li a {
    font-size: 22px;
    color: #999;
    text-decoration: none;
}

.L-zxzy-right-tabs ul li a:hover {
    color: #0056b3;
}

.hot-info {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.hot-info .info-item {
    width: 356px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 10px #999;
}

.hot-info .info-item .top {
    position: relative;
    cursor: pointer;
}

.hot-info .info-item .top img {
    height: 185px;
    width: 356px;
}

.hot-info .info-item .top p {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 230px;
    top: 30%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 65px;
    line-height: 65px;
    background: rgba(0, 0, 0, 0.3);
}

.hot-info .info-item .top .hotPlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.hot-info .info-item .top .hotPlay img {
    width: 48px;
    height: 48px;
}

.audio-info .audio-item {
    position: relative;
    cursor: pointer;
}

.audio-info .audio-item .hotPlay {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 42%;
    left: 40%;
}

.audio-info .audio-item .hotPlay img {
    width: 100%;
    height: 100%;
}

.hot-info .info-item .bottom {
    height: 155px;
    padding: 0 20px;
}

.hot-info .info-item .bottom span {
    color: rgba(147, 147, 147, 1);
    font-size: 22px;
}

.hot-info .info-item .bottom ul {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    margin: 0;
}

.hot-info .info-item .bottom ul li {
    width: 100%;
    border-bottom: 1px solid rgb(229, 229, 229);
    display: flex;
    align-items: baseline;
    height: 53px;
    line-height: 53px;
}

.hot-info .info-item .bottom ul li:first-child {
    height: 54px;
    line-height: 65px;
}

.hot-info .info-item .bottom ul li:last-child {
    border-bottom: none;
}

.hot-info .info-item .bottom ul li:last-child a {
    color: rgba(43, 96, 215);
}

.hot-info .info-item .bottom ul li a {
    color: #000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    font-size: 16px;
}

.audio-info {
    padding: 29px 0 44px;
    display: flex;
}

.audio-item {
    width: 224px;
    background: #fff;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 10px;
    margin: 0 2px;
}

.audio-item video {
    width: 224px;
    height: 127px;
}

.audio-item p {
    margin: 5px 0;
    color: rgb(102, 102, 102);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    padding-left: 5%;
}

.audio-item .desc {
    text-align: center;
    height: 30px;
}

/*知识资源 E*/

.card-demo .nav-item .nav-link span {
    display: inline-block !important;
}

.card-demo-nav .nav-item {
    width: 50%;
}

.card-demo-nav .nav-link {
    display: flex;
    align-items: center;
    background-color: #8693b752;
    justify-content: center;
    height: 72px;
}

.card-demo-nav .nav-link.active {
    background-color: unset;
    border: 0;
}

.text-more {
    color: #666 !important;
}

.page3-list {
    padding: 0;
}

.page3-list li i {
    transform: scale(0.9);
    color: #333;
    top: 0;
    left: 5px;
    margin-right: 0;
}

.page3-list li a {
    padding: 0;
    font-size: 14px;
}

.page3-list li a span {
    font-size: 14px;
    color: #999;
}

.subtitle {
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.subtitle > h4 {
    color: #E21007;
    display: inline-block;
    height: 100%;
    padding: 0;
    margin: 0;
    font-weight: 500 !important;
    border-bottom: 2px solid #E21007;
}

.subtitle > .more-link {
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 3px;
    /*float: right;*/
}

#page3 .card-body, #page9 .card-body {
    padding: 35px;
}

#page2 .card-box .card-body {
    padding-left: 20px;
    padding-right: 35px;
    padding-top: 25px;
    min-height: 250px;
    height: auto;
}

.slideBox {
    position: relative;
    width: 100% !important;
    overflow: hidden;
}

ul.imgList {
    margin: 0 auto;
    width: 100%;
    display: flex;
    padding-top: 15px;
}

ul.imgList li {
    flex: 1;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

ul.imgList li a {
    color: black;
}

ul.imgList li img {
    width: 140px;
    height: 190px;
    transition: all .3s ease;
}

ul.imgList li a:nth-child(1) {
    margin-bottom: 8px;
}

ul.imgList li a:nth-child(1):hover img {
    filter: brightness(0.9);
}

ul.imgList li a:nth-child(2) {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

ul.imgList li a:nth-child(2):hover {
    color: #666;
}

#demo6.slideBox .carousel-inner {
    height: 100%;
}

#demo6.slideBox .carousel-item .carousel-caption-zk {
    position: absolute;
    width: 100%;
    /*border: 1px solid red;*/
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0px;
    background: #f5f5f5;
    color: #976A69;
    display: flex;
    height: auto;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}

#demo6.slideBox .carousel-item .carousel-caption-zk h6,
#demo6.slideBox .carousel-item .carousel-caption-zk p {
    margin: 0;
    font-size: 15px;
}

/*=================================
            年度会议计划
==================================*/

#times-line {
    width: 100%;
    height: calc(100% - 74px);
    position: relative;
    /*border: 1px solid red;*/
    display: flex;
    flex-flow: column;
}

#times-line:after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #fd7677;
    width: 2px;
    left: 178px;
    top: 11px;
}

#times-line li {
    flex: 130px 0 1;
    position: relative;
    /*border: 1px solid red;*/
    list-style: none;
}

#times-line li:before {
    height: 100%;
    width: 2px;
    background-color: #fd7677;
    position: absolute;
    content: "";
    left: 178px;
    top: 10px;
}


#times-line li:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 170px;
    top: 8px;
    border: 3px solid #f3c7b0;
    border-radius: 50%;
    background-color: #fd7674;
}

#times-line li h5 {
    font-size: 22px;
    font-family: "微软雅黑", Arial, sans-serif;
    font-weight: 500 !important;
}

#times-line li h5 {
    margin-left: 55px;
    color: #0a0a0a;
}

.times-line1 {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 190px;
    bottom: 30px;
    border: 3px solid #f3c7b0;
    border-radius: 50%;
    background-color: #fd7674;
}

.times-line-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.56);
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 235px;
}

.box1 {
    position: absolute;
    /*left: 205px;*/
    right: 0;
    top: 3px;
    height: 110px;
    background-color: #fff5f6;
    border-radius: 5px;
    /*width: 80%;*/
    width: 465px;
    padding-top: 2px;
    border: 1px dashed #dcc4c7;
    margin-right: 10px;
    text-align: left;
    padding: 22px;
}

.delta {
    width: 13px;
    height: 13px;
    background-color: #fff5f6;
    transform: rotate(45deg);
    position: absolute;
    left: -6px;
    top: 8px;
    border-width: 0 0 1px 1px;
    border-style: dashed;
    border-color: #dcc4c7;
}


.box1 .times-line-subtitle {
    display: block;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bolder;
    margin-left: 20px;
    color: #333333 !important;
}

.box1 p {
    font-size: 14px;
    color: #666666;
    line-height: 10px;
    margin-left: 20px;
    margin-top: 10px;
}

.flex {
    display: flex;
    align-items: center;
}

.text-page {
    color: #c71f24;
    position: relative;
    top: 3px;
}

.list-test {
    margin: 0 25px 5px;
    text-align: left;
}

.list-test ul {
    margin: 0;
    padding: 0;
}

.list-test li {
    list-style-type: square;
    font-size: 12px;
    color: rgba(102, 102, 102, 0.57)
}

.list-test li a {
    color: #51565c;
    display: block;
    padding: 14px 0 4px 5px;
    text-decoration: none;
    font-size: 15px;
}

.list-test li a:hover {
    color: #336699;
}

/*=================================
             党  建
==================================*/
.building-left {
    width: 650px;
    height: 100%;
    /*border: 1px solid red;*/
}

.building-right {
    flex: 1;
    height: 100%;
    background-color: white;
    /*border: 1px solid red;*/
    padding: 35px;
}

.carousel-inner,
.carousel-inner .carousel-item {
    height: 100%;
}

#page5-carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    /*border: 1px solid red;*/
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #dddddd;
    display: flex;
    height: 45px;
    padding: 0;
}

.carousel-item .carousel-caption .carousel-caption-title,
.carousel-item .carousel-caption .carousel-caption-time {
    margin: 0;
    font-size: 16px;
    color: white;
}

.carousel-item .carousel-caption a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px 150px 10px 10px;
    text-decoration: none !important;
}

.carousel-item .carousel-caption .carousel-caption-title {
    width: 100%;
    display: block;
    text-align: left;
    overflow: hidden;
    padding-left: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carousel-item .carousel-caption .carousel-caption-time {
    position: absolute;
    right: 13px;
    bottom: 10px;
    color: #ddd !important;
}

/*=================================
             期刊
==================================*/

#page8-carousel .carousel-inner,
#page8-carousel .carousel-inner .carousel-item {
    height: 100%;
}

#page8-carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
}

#page8-carousel .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    /*border: 1px solid red;*/
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #dddddd;
    display: flex;
    height: 45px;
    padding: 0;
}

#page8-carousel .carousel-item .carousel-caption .carousel-caption-title,
#page8-carousel .carousel-item .carousel-caption .carousel-caption-time {
    margin: 0;
    font-size: 16px;
    color: white;
}

#page8-carousel .carousel-item .carousel-caption a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px 150px 10px 10px;
    text-decoration: none !important;
}

#page8-carousel .carousel-item .carousel-caption .carousel-caption-title {
    width: 100%;
    display: block;
    text-align: left;
    overflow: hidden;
    padding-left: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page8-carousel .carousel-item .carousel-caption .carousel-caption-time {
    position: absolute;
    right: 13px;
    bottom: 10px;
    color: #ddd !important;
}


/*=================================
              工程会员
==================================*/
.gongcheng {
    width: 100%;
    height: 253px;
    display: flex;
    margin-bottom: 50px;
}

.project-left {
    width: 480px;
    height: 100%;
    /*border: 1px solid red;*/
}

.project-right {
    width: 720px;
    height: 100%;
    /*border: 1px solid red;*/
    background-color: rgba(255, 255, 255, 0.55);
}

.page6-son {
    padding: 15px 30px 0 20px;
}

.text-gchy {
    color: #c71f24;
    position: relative;
    top: 18px;
    font-size: 20px;
}

.list {
    margin: 0 50px 15px;
    text-align: left;
}

.list.move {
    margin: 0 62px 15px;
}

.list.list-move {
    margin: 0 70px 10px;
}

.list.list-move span {
    color: #666666;
}

.list ul {
    margin: 0;
    padding: 0;

}

.list li {
    list-style-type: square;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.57);
}

.list li a {
    color: #000000;
    display: block;
    padding: 15px 0 5px 5px;
    text-decoration: none;
    font-size: 15px;
}

.list li span {
    float: right;
    text-align: right;
    padding: 15px 0 4px 10px;
    font-size: 15px;
    color: #000000;
}

.list li a:hover {
    color: #336699;
}

/*=================================
              手风琴
==================================*/
/*入会须知-入会申请-优秀会员评选*/
#accordion {
    width: 1200px;
    height: 437px;
    border: 1px solid white;
    position: relative;
    margin: 0 auto;
    display: flex;
}

#accordion > .accordion-item {
    width: 220px;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 500ms;
}

#accordion > .accordion-item:not(:first-child) {
    border-left: 1px solid rgba(221, 221, 221, 0.62);
}

/*#accordion > .accordion-item:not(:last-child) {*/
/*border-right: 1px solid #000;*/
/*}*/

#accordion > .accordion-item:not(.active) {
    background-color: rgba(0, 0, 0, 0.09);
}

/*#accordion > .accordion-item:hover {
    background-color: rgba(0, 0, 0, 0.15);
}*/

.sundry-vip {
    /*	background-color: #F3F3F3;*/
    height: 100%;
    width: 100%;
    padding: 50px 0;
    display: flex;
}

.vip-box {
    width: calc(100% / 5);
    display: flex;
    align-items: center;
}

/*.sundry-vip .vip-box:nth-child(1),.vip-box:nth-child(2),.vip-box:nth-child(3){
	border-right: 1px solid #787878;
}*/
.vip-box p {
    font-size: 16px;

    text-align: left;
    flex: 1;
    margin: 4px 0;
}

.vip-box p a {
    color: #666666;
}

.vip-box div:nth-child(3) {
    width: 0;
    height: 58px;
    border-right: 1px dotted #4A94DF;
}

.vip-box div:nth-child(1) img {
    width: 65px;
    height: 65px;
    margin: 0 20px 0 45px;
}

.vip-box-img {
    margin: 0 25px 0 30px;
}

.vip-box div:nth-child(2) {
    flex: 1;
}

.legal-left {
    margin-bottom: 27px;
    flex: 1;
    overflow: hidden;
    /*border-right: 1px solid #000000;*/
}

.legal-right {
    flex: 1;
    margin: 10px 0 0;
}

.countup {
    font-size: 30px;
    color: #A26363;

}

.countup-span {
    font-size: 22px;
    color: #A26363;
}

.dian {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #DA3939;
    border-radius: 50%;
    margin: 2px 10px;
}

/* 当前的 */
#accordion > .accordion-item.active {
    width: 760px;
    height: 100%;
    box-sizing: border-box;
}

#accordion > .accordion-item .item-header {
    height: 80px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(165, 42, 42, 0.8);
}

#accordion > .accordion-item .item-body {
    width: 100%;
    height: calc(100% - 80px);
    position: relative;
}

#accordion > .accordion-item .item-body > .item-bg {
    width: 100%;
    height: 100%;
    transition: all 800ms ease-in-out;
    transform: scale(1);
    transform-origin: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#accordion > .accordion-item.active .item-body > .item-bg {
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
}

#accordion > .accordion-item.active .item-body .item-value {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 27px 15px;
    justify-content: space-between;
    overflow: hidden;
    transition: all 800ms ease-in-out;
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
}

#accordion > .accordion-item:not(.active) .item-body .item-value {
    opacity: 0;
    transform: scale(0);
}

.item-value .right,
.item-value .left {
    flex: 1;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
}

.item-value .right {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.item-value .right img {
    width: 100%;
    height: 100%;
    position: relative;
}

.item-value .left {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.item-value .left ul {
    height: auto;
    list-style: none;
    margin-bottom: 55px;
    margin-right: 35px;
}

.item-value .left ul li {
    height: 30px;
    font-size: 12px;
    color: #666;
}

.item-value .left ul li span {
    font-size: 16px;
    color: #000;
}

.item-botton {
    width: 110px;
    height: 30px;
    background-color: #D01D1E;
    font-size: 12px;
    color: white;
    position: absolute;
    left: 40px;
    bottom: 20px;
    cursor: pointer;
    border: 1px solid #D01D1E;
    border-radius: 15px;
}

.item-botton:hover {
    color: white;
}

.item-value .left .li-title span {
    color: #FE1817;
    font-size: 18px;
    font-weight: bold;

}

.membership-process {
    display: unset !important;
    /*	padding: 25px;*/
}

.membership-process p {
    font-size: 14px;
    color: #999999;
    margin-left: 15px;
    line-height: 18px !important;
}

.membership-process p span {
    font-size: 14px !important;
    font-family: "微软雅黑", Arial, sans-serif !important;
}

.grey-dotted-line {
    border: 0;
    border-bottom: 1px dotted #B1B3B5 !important;
    margin-bottom: 10px;
}

.vip-legal-right > div {
    color: #666;
    font-size: 14px;
    text-indent: 45px;
}

.vip-legal-right p {
    color: #999999;
    font-size: 14px;
    margin-left: 23px;
    margin-bottom: 10px;
    line-height: 18px !important;
}

.vip-legal-right p span {
    font-size: 14px !important;
    font-family: "微软雅黑", Arial, sans-serif !important;

}

.individual-vip {
    font-size: 18px !important;
    color: #333333 !important;
    margin-left: unset !important;

    /*font-weight: bold;*/
}

.legal-left-line {
    width: 0;
    height: 85%;
    border-right: 1px solid #F2F2F2;
    margin: 0 20px;

}

/*期刊*/
.periodical-box {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.periodical-books {
    width: calc(100% / 4);
    margin: 10px;
}

.periodical-books img {
    width: 80%;
    height: auto;

}

.periodical-books span {
    margin-top: 20px;
    display: inline-block;
    width: 80%;
    font-size: 20px;
    color: #666666;
    text-align: center;
}

/*=================================
        团体标准&青托专题
==================================*/
.special-left {
    width: 650px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.78);
    /*border: 1px solid red;*/
    position: relative;

}

.background-opacity {
    background: transparent;
}

.special-right {
    flex: 1;
    height: 100%;
    /*border: 1px solid red;*/
}

.submenu {
    width: 65px;
    height: 100%;
    /*border: 1px solid red;*/
    position: absolute;
}

.submenu-box {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #808992;
    cursor: pointer;
    position: relative;
    text-decoration: none !important;
    text-align: center;
    font-size: 20px;
    font-family: 黑体, Arial, sans-serif;
}


.submenu-box.active,
.submenu-box:hover {
    background-color: #ed5025;
}

.submenu-box a {
    display: block;
    padding: 20px;
    text-decoration: none !important;
}

.submenu-box a > h5 {
    display: block;
    font-size: 21px;
    font-weight: 500 !important;
. grey-dotted-line

}

.submenu-main {
    float: right;
    width: 585px;
    height: 100%;
    text-align: center;
    padding: 15px 35px 0 55px;
}

.submenu-main h6 {
    text-align: left;
    padding-top: 25px;
    font-size: 18px;
    color: #0a0a0a;
}

.submenu-main p {
    text-align: left;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    line-height: 25px;
    font-size: 14px;
    height: 60px;
    color: #666666;
}

.list-submenu {
    margin: 0 20px 10px;
    text-align: left;
}

.list-submenu ul {
    margin: 0;
    padding: 0;
}

.list-submenu li {
    list-style-type: square;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.57);
}

.list-submenu li a {
    color: #444444;
    display: block;
    padding: 10px 0 10px;
    text-decoration: none;
    margin-left: -5px;
    font-size: 16px;
}

.list-submenu li a:hover {
    color: #336699;
}

.submenu-more {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    position: relative;
    bottom: 5px;
    left: 230px;
}

#page7-carousel.slideBox .carousel-item .carousel-caption-bz {
    position: absolute;
    width: 100%;
    /*border: 1px solid red;*/
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    color: #dddddd;
    height: auto;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}

#page7-carousel.slideBox .carousel-item .carousel-caption-bz h6 {
    margin: 0;
    font-size: 14px;
}

.ty-nav {
    width: auto;
    left: unset;
    right: 20px;
    top: unset;
    bottom: 15px;
    margin: 0;
    position: absolute;
    /*border: 1px solid red;*/
}

.ty-nav li {
    margin: 0 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.ty-nav li.active {
    background-color: #ff0000;
}

/*=================================
         下载专区&友情链接
==================================*/
.flex-down {
    width: 1200px;
    height: 245px;
    /*border:1px solid red;*/
    position: relative;
    margin: 0 auto;
}

.bigButton-box {
    display: flex;
    justify-content: center;
    padding-top: 0;
}

.bigButton-box > .bigButton:first-child {
    margin-right: 25px;
}

.bigButton-box > .bigButton:last-child {
    margin-left: 25px;
}

.bigButton {
    width: 253px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #4f55b5;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    text-decoration: none !important;
    text-align: center;
}

.bigButton.active,
.bigButton:hover {
    background-color: #ed5025;
}

.bigButton.active > .fa-caret-right {
    transform: rotate(90deg);
}

.bigButton > span {
    font-size: 20px;
    position: relative;
    margin-right: 20px;
}

.bigButton > .fa-caret-right {
    font-size: 30px;
    transition: all 200ms;
}

.bigButton:hover span,
.bigButton:hover .fa-caret-right {
    color: #FFF !important;
}


.bigButton-to-box {
    padding-top: 30px;
}

.bigButton-box-item {
    width: 100%;
    height: 140px;
    display: none;
    position: relative;
    background-color: rgba(255, 255, 255, 0.88);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.7);
}

.bigButton-box-item:before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid rgba(255, 255, 255, 0.92);
    border-top: 10px solid transparent;
    content: '';
    bottom: 100%;
    z-index: 999;
}

#download-box.bigButton-box-item:before {
    right: 440px;
}

#friendship-box.bigButton-box-item:before {
    left: 440px;
}


.bigButton-box-item.show {
    display: block;
}

.members {
    width: 220px;
    height: 75px;
    color: white;
    font-size: 22px;
    margin-right: 15px;
    display: inline-block;
    line-height: 75px;
    text-align: center;
}

.member-application {
    /*padding: 20px;*/
    margin-left: 25px;
}

.member-application p {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.member-application span {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.online-members {
    margin-top: 25px;
}

.regular {
    background-color: #065278;
}

.online {
    background-color: #FB8D34;
}

.group {
    background-color: #F30C00;
}

.members {
    transition: all 300ms;
}

.members:hover {
    color: white;
    text-decoration: none;
    transform: scale(1.1);
}

.organization-triangle {
    width: 0;
    height: 0;
    border-left: 10px solid #ED5025;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 31%;
    left: 100%;
}

.information-members {
    margin-bottom: 10px;
}

/*友情链接*/

.module1 {
    width: 35%;
    text-align: left;
    float: left;
    height: auto;
}

.clear::after {
    clear: both;
    content: "";
    display: block;
}

.yqlj_mk a {
    color: #333;
    font-size: 14px;
    /*text-decoration: none;*/
}

.yqlj_mk > ul {
    height: 140px;
    /*border: 1px solid #E43034;*/
    width: 1200px;
    float: left;
    box-sizing: border-box;
    padding: 15px 0 18px 20px;

}

.yqlj_mk ul#friend-link-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    position: relative;
}

.yqlj_mk #friend-link-box button {
    width: 100%;
    border: 1px solid #4D9CEB;
    background-color: #4D9CEB;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    height: 64px;
    border-radius: 5px;
}

.yqlj_mk #friend-link-box > li:hover button {
    background-color: #ED5025;
    border: 1px solid #ED5025;
}

.yqlj_mk #friend-link-box li:hover > ul {
    display: flex !important;
}

.yqlj_mk #friend-link-box ul {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    position: absolute;
    bottom: 125px;
    border: 1px solid #DDDDDD;
    background-color: #F2F2F2;
    z-index: 9999999;
    left: 0;
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.yqlj_mk #friend-link-box ul:after {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    bottom: -9px;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    transform: rotate(135deg);
    background-color: #F2F2F2;
}

.yqlj_mk #friend-link-box li:nth-child(1) ul:after {
    left: 14%;
}

.yqlj_mk #friend-link-box li:nth-child(2) ul:after {
    left: 38%;
}

.yqlj_mk #friend-link-box li:nth-child(3) ul:after {
    left: 61%;
}

.yqlj_mk #friend-link-box li:nth-child(4) ul:after {
    left: 85%;
}

.yqlj_mk #friend-link-box ul li {
    width: auto;
    padding: 5px 20px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.yqlj_mk #friend-link-box > li {
    width: 24%;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.yqlj_mk ul li {
    float: left;
    height: 33.3%;
    list-style: none;
    padding: 0 40px;
    font-weight: bold;
}


#page4 .demo-box .time-line-title {
    font-size: 26px;
    font-weight: bolder;
    color: #0a0a0a;
}

.times-line-card {
    height: 100%;
    max-height: 763px;
}

#footer {
    width: 100%;
    height: 75px;
    background-color: rgba(81, 86, 92, 0.66);
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 12px;
    text-align: center;
    margin-top: 0;
    position: absolute;
}

#footer > p {
    color: white;
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}


#footer > p a,
#footer > .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

#footer > p a {
    font-weight: bold !important;
}

#footer > .text-muted {
    padding-top: 2px;
    font-size: 12px !important;
}

#search-form {
    width: 300px;
    height: 36px;
    border: 1px solid #016cdf;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    margin-top: 10px;
}

#search-form > .search-input {
    width: 100%;
    height: 100%;
    font-size: 15px;
    position: absolute;
    padding-left: 15px;
    padding-right: 36px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    outline: 0;
}

#search-form > .search-button {
    position: absolute;
    z-index: 99;
    right: 0;
    height: 100%;
    width: 40px;
    padding: 0 0 3px;
    font-size: 19px;
    color: #0173ed;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    box-shadow: none;
}

/*==========================
         新导航栏
============================*/
#newheader {
    width: 100%;
    height: 105px;
    position: fixed;
    background-color: transparent;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    padding-top: 45px;
}

#newheader ul {
    width: 930px;
    height: 60px;
    position: relative;
    display: flex;
    /*border: 1px solid red;*/
    background-color: rgba(36, 156, 219, 0.8);
}

#newheader ul li {
    height: 100%;
    flex: 1;
    position: relative;
}

#newheader ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.67);
}

#newheader ul li a {
    color: #FFF;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 200ms;
    font-size: 18px;
    padding: 10px;
}

#newheader ul li > a.active,
#newheader ul li:hover > a {
    background-color: #BB9E4E;
    color: #fff;
}

#newheader .sub-navbar {
    opacity: 0;
    transition: all 200ms;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.72);
}

#newheader ul li:hover .sub-navbar {
    opacity: 1;
    pointer-events: auto;
}

#newheader .sub-navbar a {
    color: #000;
    padding: 5px;
    font-size: 14px;
}

#newheader .sub-navbar a:hover {
    background-color: #ddd;
    background-color: rgba(36, 156, 219, 1);
}

.text-more-bottom {
    top: unset;
    bottom: 20px;
    right: 30px;
}


#tablistMenu li a .red-img {
    display: none;
}

#tablistMenu li a.active .default-img {
    display: none;
}

#tablistMenu li a.active .red-img {
    display: block;
}

@media (min-width: 1680px) {
    #footer {
        position: absolute;
        margin-top: 0;
    }
}

@media (min-width: 576px) {
    .pc-none {
        display: none;
    }
}

@media (max-width: 576px) {
    .moblie-none {
        display: none !important;
    }

    #all {
        margin-top: 150px;
        padding-top: 0;
    }

    .item-botton {
        position: unset;
        float: right;
        margin-right: 15px;
    }

    .container-fluid {
        padding-top: 0 !important;
        padding-right: 0px;
        padding-left: 0px;
    }

    .section {
        height: auto !important;
        background-color: #E4E4E4;
    }

    .section .container-fluid {
        transform: translateY(0);
        opacity: 1;
    }

    .section .fp-tableCell {
        display: block !important;
        height: auto !important;
    }

    .custom-carousel .carousel-item {
        height: 100%;
    }

    .pt30 {
        padding-top: 0px !important;
    }

    .custom-carousel {
        height: 100%;
    }

    .section .container-fluid,
    .section .container {
        height: auto !important;
    }

    .page2-card {
        height: 270px;
    }

    .custom-carousel .carousel-item > img {
        height: 180px;
    }

    .custom-carousel .carousel-item .carousel-caption {
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .custom-carousel .carousel-caption .caption-title {
        font-size: 14px;
        white-space: nowrap;
        padding-right: 10px;
        padding-left: 0;
    }

    .custom-carousel .carousel-caption .caption-title .bigIcons {
        width: 20px;
        height: 50%;
        display: inline-block;
    }

    .custom-carousel .carousel-caption .caption-title + p {
        padding: 0 0 0 5px;
        line-height: 40px;
        font-weight: 500 !important;
        font-size: 14px !important;
        font-family: "微软雅黑", Arial, sans-serif;
    }

    .custom-carousel .carousel-caption .caption-title + p > span {
        opacity: 0.9;
        font-weight: 500 !important;
    }

    .custom-carousel .carousel-indicators {
        left: 0;
        bottom: 0;
        right: 0;
        top: unset;
        margin: 0;
        height: 25px;
        display: flex;
        align-items: center;
    }

    .custom-carousel .carousel-indicators li {
        width: 8px;
        height: 8px;
    }

    .know-more {
        display: none;
    }

    .card-demo {
        margin-bottom: 15px !important;
    }

    .subtitle h4 {
        font-size: 18px;
    }

    #page3 .card-body {
        padding: 10px;
    }

    .card-in-list li {
        padding: 5px 0;
    }

    .card-in-list li a {
        font-size: 12px;
        position: relative;
        padding-right: 110px;
    }

    .card-in-list li a span {
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 2;
    }

    #page2 .card-box .card-body {
        min-height: auto;
        height: auto;
        padding: 10px;
    }

    .card-in-list {
        padding-left: 0px;
    }

    .card-in-list li {
        padding: 6px 0;
    }

    .card-in-list-padd {
        padding: 0 10px !important;
    }

    .card-in-list li a span,
    .card-in-list li a {
        font-size: 14px;
        outline: none;
    }

    #page2 .card-in-title > img {
        width: 25px;
        display: none;
    }


    .card-in-title .text-dtgg2 {
        margin: unset;
    }

    .card-in-title.active .text-dtgg {
        color: #E81F18;
    }

    .padd-10 {
        padding: 0 10px;
    }

    .card-in-title {
        margin: 0 0 -1px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 10px;
        width: auto !important;
    }

    .gray-solid-ul {
        margin-bottom: 10px;
        border-bottom: 1px solid #F2F2F2;
    }

    .card-in-title.active {
        border-bottom: 2px solid #E81F18;

    }

    .more-link {
        font-size: 14px;
        color: #999;
        position: absolute;
        right: 15px;
        top: 5px;
    }

    #header {
        height: 85px;
        box-shadow: none !important;
    }

    #header .header-top {
        height: 45px;
    }

    #header .header-bottom {
        height: 40px;
    }

    .logo-box-bottom {
        flex: 0 0 100%;
    }

    .logo-box-top {
        width: 100%;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .logo-box-top img {
        height: 80%;
    }

    #navigation {
        width: 100%;
        position: absolute;
        left: 0;
        top: 38px;
        overflow-x: auto;
        overflow-y: hidden;
        z-index: 99999;
    }

    .topnav {
        width: auto;
        display: flex;
        height: 100%;
        /*border: 1px solid red;*/
        justify-content: flex-start;
    }

    #navigation a {
        /*font-size: 1.2rem;*/
        padding-right: 12px;
        padding-left: 12px;
        white-space: nowrap;
    }

    .nav-plan {
        display: none;
    }

    .logo-img-box {
        width: 80%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .demo-box {
        flex-wrap: wrap;
    }

    .left-box {
        flex: 0 0 100%;
        padding-right: 0 !important;
        margin-bottom: 0px !important;
        border: 0 !important;
    }

    .right-box {
        height: auto !important;
        border: 0 !important;
        /*flex: 0 0 100%;*/

    }

    #page3 .card-demo {
        margin: 0 0 15px !important;
    }

    .card-demo .card-body {
        width: 100%;
    }

    .rightsButton {
        font-size: 15px;
    }

    .homes-button .btn {
        font-size: 16px;
    }

    ul.imgList {
        flex-wrap: wrap;
    }

    ul.imgList li {
        flex: 0 0 50%;
        /*padding: 0 10px;*/
        margin-bottom: 20px;
    }

    #times-line > li:before {
        left: 5px;
        top: 21px;
        opacity: 0.5;
    }

    #times-line li:last-child:before {
        display: none;
    }

    /*#times-line li:last-child:before{*/
    /*height: 0;*/
    /*}*/
    #times-line > li:after {
        /*content: none;*/
        left: -3px;
        top: 10px;
    }

    #times-line > li {
        display: flex;
        flex-flow: column;
        padding-left: 25px;
    }

    .times-line-card {
        max-height: unset;
        height: auto;
    }

    .times-line-card .card-body {
        height: auto !important;
        margin-bottom: 50px;
        padding: 10px;
    }

    #page4 .demo-box > .left-box {
        height: auto !important;
    }

    #page4 .demo-box .fa-caret-left {
        font-size: 18px;
    }

    #page4 .demo-box .fa-caret-right {
        font-size: 18px;
    }

    #page4 .demo-box .time-line-title {
        font-size: 20px;
    }

    #page4 .demo-box .delta {
        display: none
    }

    #page4 .demo-box h5 {
        margin: 0;
        font-size: 16px;
        padding: 5px 2px;
        font-weight: 600 !important;
        font-family: "微软雅黑", Arial, sans-serif;
    }

    #times-line > li .box1 {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
    }

    #times-line > li .box1 {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        padding: 10px 15px 10px;
        height: auto;
    }

    #times-line > li .box1 .times-line-subtitle {
        font-size: 13px;
        margin: 0;
        font-weight: 600;
        color: #333;
        font-family: "微软雅黑", Arial, sans-serif;
    }

    #times-line > li .box1 p {
        padding: 5px 0;
        margin: 0;
        font-size: 14px;
        color: #999;
        font-family: "微软雅黑", Arial, sans-serif;
    }

    .times-line1 {
        left: 7px;
        bottom: -10px;
    }

    #times-line:after {
        left: 5px;
        top: 13px;
    }

    #page4 .right-box .card-body {
        min-height: auto !important;
        height: auto !important;
        padding: 20px 25px 30px 10px;
    }

    #page4 .right-box .card-body .list-test a {
        font-size: 12px;
    }

    .page5-body {
        flex-wrap: wrap;
    }

    .page5-body .building-left,
    .page5-body .building-right {
        flex: 0 0 100%;
        height: auto !important;
        background-color: white;
        /*padding-top: 10px;*/
    }

    #page5 .container {
        padding-top: 0 !important;
    }

    #page5 .card-demo {
        height: auto !important;
        max-height: unset !important;
    }

    .building-right {
        padding: 10px !important;
    }

    #page5 .card-demo .carousel-item img,
    #page5 .card-demo .carousel-item,
    #page5 .card-demo .carousel-inner {
        height: 100% !important;
        display: block;
    }

    .heg200 {
        height: 200px;
    }

    .page6-body {
        height: auto !important;
    }

    .page6-body .gongcheng {
        flex-wrap: wrap;
        height: auto !important;
    }

    .page6-body .project-left {
        overflow: hidden;
    }

    .page6-body .project-left img {
        height: 190px;
    }

    .page6-body .project-left,
    .page6-body .project-right {
        flex: 0 0 100%;
        height: auto !important;
    }

    .page6-body .project-right {
        padding: 0;
    }

    .project-right.page6-son {
        padding-right: 15px;
        padding-left: 5px;
    }

    .building-icon > img {
        width: 50px;
        height: 50px;
    }

    .page7-body {
        flex-wrap: wrap;
        height: auto !important;
    }

    .page7-body .special-left {
        height: auto;
        min-height: 300px;
        margin-bottom: 0px;
    }

    .page7-body .special-right {
        flex: unset !important;
        height: auto;
        width: 100% !important;
    }

    .page7-body .submenu-main {
        width: calc(100% - 65px);
        padding: 15px 10px 15px 25px;
    }

    .bigButton {
        height: 45px;
    }

    .page7-body .submenu {
        /*width: 100% !important;
        height: 65px !important;*/
        display: flex;
    }

    .page7-body .submenu-box {
        flex: 0 0 50% !important;
        height: 100% !important;
    }

    .page7-body .submenu-box a {
        /*      display: flex;*/
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .page7-body .submenu-box a h5 {
        font-size: 18px !important;
        padding-left: 5px;
    }

    .page7-body .submenu-main .list-submenu {
        margin: 0 5px 10px 15px;
    }

    .page7-body .submenu-main .list-submenu a {
        font-size: 14px;
    }

    .page7-body .submenu-main .submenu-more {
        display: none;
    }

    .page7-body .flex-down {
        height: auto !important;
        width: 100%;
    }

    .page7-body .flex-down .bigButton-box {
        width: 100%;
        padding: 0 15px !important;
    }

    .bigButton-box > .bigButton {
        /*margin: 0 !important;*/
        padding: 10px;
    }

    .bigButton-box > .bigButton:first-child {
        margin-right: 10px;
    }

    .bigButton-box > .bigButton:last-child {
        margin-left: 10px;
    }

    .bigButton > span {
        font-size: 14px;
        margin-right: 8px;
        position: relative;
        left: -4px;
    }

    .bigButton > .fa-caret-right {
        font-size: 17px;
    }

    .bigButton > img {
        height: 30px;
    }

    .bigButton-box-item {
        width: 100%;
        height: auto !important;
    }

    .bigButton-to-box {
        height: auto !important;
        margin-bottom: 20px !important;
    }

    .module1 {
        width: 100%;
        float: unset !important;
        height: auto !important;
    }

    #groupStandard_inner .carousel-item > a img {
        height: 200px !important;
    }

    .membership-process .item_con {
        color: #666;
        font-size: 14px;
        text-indent: 1rem;
    }

    .yqlj_mk ul {
        height: auto;
        width: 100%;
        padding: 10px;
    }

    .yqlj_mk #friend-link-box ul {
        bottom: 70px;
    }

    .yqlj_mk #friend-link-box button {
        font-size: 14px;
        height: 40px;
    }

    .yqlj_mk ul li {
        float: unset !important;
        display: inline-block;
        height: auto !important;
        list-style: none;
        padding: 0 !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        margin: 0 !important;
    }

    .yqlj_mk ul li a {
        padding: 0 !important;
        margin: 0 5px !important;
        display: inline-block;
        color: #333 !important;
        font-size: 12px !important;

    }

    .card-in-list li i {
        top: 0;
    }


    #footer {
        width: 100%;
        height: auto !important;
        background-color: rgba(81, 86, 92, 0.66);
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding-bottom: 1px;
        margin-top: 0;
    }

    #footer > p {
        position: relative;
        text-align: center;
        color: white;
    }

    #footer > p a {
        font-size: 14px !important;
    }

    #footer > p:first-child {
        margin: 0 0 8px;
    }

    #footer > .text-muted {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 18px;
    }

    #download-box.bigButton-box-item:before {
        right: 80px;
        left: unset;
    }

    #friendship-box.bigButton-box-item:before {
        left: 90px;
        right: unset;
    }

    #rightBtn {
        display: none !important;
    }

    #accordion {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        flex-flow: column;
        padding: 10px 0;
    }

    #accordion > .accordion-item {
        width: 100% !important;
        height: 120px;
        /*max-height: 550px !important;*/
        transition: all 300ms;
    }

    .vip-legal-right p {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .individual-vip-tow {
        font-size: 16px !important;
        width: 50%;
        height: 45px;
    }

    .individual-vip a {
        width: 100%;
        height: 100%;
        background-color: #8693b752;
        color: #333333;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .individual-vip a:hover {
        text-decoration: none;
    }

    .individual-vip a.active {
        background-color: #A04949;
        color: white;
    }

    #accordion > .accordion-item .item-header {
        height: 40px;
        width: 100%;
        font-size: 15px !important;
        padding: 10px 0 !important;
    }

    #accordion > .accordion-item .item-body {
        /*flex: 1;*/
        height: calc(100% - 40px) !important;
        padding: 5px;
        /*width: 100%;*/
    }

    .member-application {
        margin-left: 5px;
    }

    .item-value .left ul {
        margin-right: 0 !important;
        padding: 10px;
    }

    .item-value .left ul li {
        height: auto;
        font-size: 12px;
        line-height: 1.5;
    }

    .item-value .left ul li span {
        font-size: 14px;
        color: #000;
    }

    .item-value .left .li-title {
        list-style-position: inside !important;
        margin-bottom: 5px;
    }

    .item-value .right {
        padding: 0 !important;
        display: none;
    }

    #search-form {
        display: none;
    }

    #accordion > .accordion-item.active .item-body .item-value {
        display: unset;
    }

    .members {
        width: 130px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .online-members {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .member-application p {
        margin-top: 1rem;
    }

    .information-members {
        margin-bottom: 0;
    }

    .vip-box div:nth-child(1) img {
        width: 35px;
        height: 35px;
        margin: 0 5px 0 5px;
    }

    .sundry-vip {
        padding: 20px 0;
    }

    .countup {
        font-size: 18px;
    }

    .countup-span {
        font-size: 16px;
    }

    .vip-box p {
        font-size: 12px;
    }

    .membership-process .membership-process-4 {
        margin-bottom: 0;
    }

    .title-box {
        display: none;
    }

    /*首页手风琴*/
    .legal-left-line {
        width: 100%;
        height: auto;
    }

    /*首页新增响应式*/
    .text-more-tow {
        position: unset;
        /*margin-left: 15px;*/
        float: right;
        margin: 10px 15px;
        color: #999;
    }

    .periodical-books {
        margin: 5px;
    }

    .periodical-books img {
        width: 100%;
    }

    .periodical-books span {
        font-size: 14px;
        width: 100%;
    }


    .card-demo-nav .nav-link {
        height: 50px;
        padding: 0;
    }

    .submenu-main p {
        height: auto;
        font-size: 14px;
    }

    .times-line-text {
        left: unset;
        bottom: -25px;
        right: 15px;
        color: #999999;
    }

    #times-line > li .box1 p {
        padding: 0;
        line-height: 20px;
    }

    .text-more-bottom {
        position: unset;
        text-align: left;
        padding-left: 5px;
        display: block;
    }

    .vip-box {
        display: unset;
    }

    .vip-box div:nth-child(1) {
        display: flex;
        justify-content: center;
        margin-bottom: 4px;
    }

    .vip-box div:nth-child(2) {
        text-align: center;
    }

    .vip-box div:nth-child(3) {
        display: none;
    }

    .vip-box p {
        text-align: center;
    }

    .btn.bg-greens, .btn.bg-yellows, .btn.bg-reds {
        width: 50%;
        font-size: 14px;
        padding: 8px 5px;
        margin-bottom: 15px;
    }

    .btn .icon_home {
        margin: 0;
        width: 30px;
        height: 30px;
    }

    .homes-button {
        display: flex;
        flex-flow: row !important;
    }

    .page3-list {
        padding-left: 0 !important;
    }

    .submenu-main h6 {
        font-size: 16px;
    }

    #header .container {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }


    .periodical-box {
        margin-left: 0;
    }

    .periodical-books {
        max-width: 40%;
        padding: 0;
    }

    .card-shadow {
        border: 0 !important;
    }

    #page2:before, #page3:before, #page4:before, #page5:before, #page6:before, #page7:before, #page8:before {
        background: unset;
    }

    .card-demo .card-in-title:hover {
        text-decoration: none;
    }

    .text-more {
        color: #999 !important;
        right: 0px;
        top: 15px;
        /*bottom: 15px;*/
    }

    #accordion .item-body .item-bg {
        display: none;
    }

    .index-header-log {
        height: 100px;
        width: 100%;
        text-align: center;
        background-image: url("../img/moblie-logo-bg.png");
        background-size: 100% 100%;
    }

    .index-header-log img {
        height: 100%;
        width: auto;
    }

    .legal-left {
        margin-bottom: 0;
    }

    #page9 .card-body {
        padding: 25px;
    }

    .hot-info {
        flex-wrap: wrap;
        padding: 5px;
    }

    .hot-info .info-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .audio-info {
        flex-wrap: wrap;
        padding: 0 5px;
    }

    .audio-info .audio-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .L-zxzy-right-tabs ul {
        width: 100%;
    }

    .card-demo .L-card-in-title {
        flex-wrap: wrap;
        margin-bottom: 10px !important;
    }

    .L-building-right {
        width: 100%;
    }

    .L-zxzy-right-tabs ul li a {
        margin: 0 5px;
        font-size: 18px;
    }


}

@media (max-width: 768px) {
    #rightBtn {
        display: none;
    }

    .homes-button {
        width: 100%;
        flex-flow: column;
        padding-top: 180px;

    }

    .logo-img {
        position: relative;
        /*top: -20px;*/
    }

    .logo-img-box {
        padding-top: 50px;
    }

    .item-botton-moblie {
        margin: 17px 0 15px;
    }

    #demo6.slideBox .carousel-item .carousel-caption-zk {
        padding: 10px 0;
    }
}

@media (max-width: 1230px) {
    .nav-plan {
        display: none;
    }

    .logo-img-box {
        padding-top: 100px;
    }

    .container {
        padding-left: 0;
        padding-right: 0;

    }

    /*.logo-img-box {*/
    /*padding-top: 80px;*/
    /*}*/
}

@media (max-width: 1160px) {
    .topnav li a {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/*会员风采 单位介绍*/
.L-unit-basic-info {
    display: flex;
    justify-content: space-between;
}

/*  新页面样式 时间：2023-3-1  */


.container-wrap {
    width: 1400px;
    /* height: auto; */
    height: auto;
    min-height:100%;
    padding-top:140px;
    background-color: #FFF1F1;
    margin: 0 auto;
}


.container-box {
    width: 1200px;
    height: auto;
    min-height: calc(100vh - 185px);
    background-color: #FFF;
    margin: 0 auto;
}

.sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.sub-title .sub-title-center {
    margin: 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #D50D0D;
}

.content {
    padding: 0 40px;
    margin-bottom: 40px;
}

.content-info {
    color: #858585;
    line-height: 1.5;
}

.content-img-box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.content-img-box .img-item {
    width: calc(100% / 3);
    padding: 20px;
}

.content-img-box .img-item img {
    width: 100%;
    height: 194px;
    cursor: pointer;
    border-radius: 10px;
}

.content-img-box .img-item .img-item-title {
    text-align: center;
    display: block;
    color: #858585;
    padding: 8px 10px 0;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.header-title{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #d1d0d0;
    margin-bottom: 20px;
}

.header-title h1{
    text-align: center;
    font-size: 26px;
}

.header-info{
    padding: 10px 0 5px;
    text-align: center;
    color: #858585;
}

.header-info .info-item{
    display: inline-block;
    margin-right: 10px;
}


.custom-box{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.box-header{
    width: 100%;
    padding:10px 20px;
    background-color: #EEF5FF;
    border-left:5px solid #D50D0D;;
}

.box-content{
    padding: 10px 0;
    line-height: 1.5;
}
.img-wrap{
   padding-top:20px;
    width: 100%;
   margin-bottom:15px;
  text-align: center;
}
.txt-img{
   width:500px;
   margin:0 auto;
   border-radius: 10px;
}

.text-box{
    padding: 0 10px;
    text-indent: 16px;
}



