.main {
    width: 1500px;
    margin: 0 auto;
    position: relative;
}

.head {
    z-index: 8;
    left: 0;
    width: 100%;
    position: absolute;
}

.nav-top-box {
    background: #f3f3f3;
    border-bottom: 1px solid #dedede;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.nav-top-box a {
    color: #333;
    margin: 0 5px;
}

.nav-top-box .on {
    color: #006dba;
    font-weight: 700
}

.tip-box {
    height: 150px;
    background: #ff9600;
    text-align: center;
    position: relative;
    top: -70px;
    z-index: 99;
}

.tip-box .word {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    padding: 20px 0 0;
}

.banner-word-box {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 320px;
}

.read-box {
    display: block;
    border: 1px solid #fff;
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
}

.read-box:hover {
    background: #fff;
    text-decoration: none;
}

.main-meau-box {
    width: 1500px;
    margin: 0 auto;
    height: 100px;
}

.logo {
    float: left;
    box-shadow: 0px 0px 24px #369acc;
}

.logo img {
    display: block;
}

.meau-box {
    float: right;
}


.share-meau-box {
    float: right;
    width: 100%;
    margin: 20px 0;
    text-align: right;
}

.share-meau-box a {
    color: #aac4d8;
    margin: 0 6px;
    font-size: 14px;
}

.share-meau-box a:hover {
    text-decoration: none;
}

.meau li {
    float: left;
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
}

.meau .on {
    border-top: 3px solid #fff;
}

.meau .on a {
    color: #fff;
}

.meau .on a:hover {
    color: #fff
}

.meau a {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
}

.meau a:hover {
    color: #ffbd4a;
    text-decoration: none;
}

.meau .active a {
    color: #fff;
    font-weight: 700
}

.drop-box {
    display: none;
    position: absolute;
    background: #262626;
    width: 300px;
    z-index: 19;
}

.meau li:hover .drop-box {
    display: block;
}

.english-box .drop-box {
    width: 190px;
}

.english-box:hover .drop-box {
    display: block;
}

.drop-box dd {
    font-size: 18px;
    border-bottom: 1px solid #524f4f;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    cursor: pointer;
    text-align: left;
}

.drop-box dd:hover {
    background: #000;
}

.drop-box dd a {
    color: #fff;
    display: block;
}
.drop-box dd a:hover{
    color: #ffbd4a;
}
.news-box {
    margin: 60px 0
}

.title {
    font-size: 24px;
    color: #fff;
    background: #006dba;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700
}

.service-main-box {
    padding: 30px 0
}

.service-box {
    background: #f6f6f6;
    padding: 60px 0;
}

.service-box-list {}

.service-box-list li {
    padding: 20px;
    margin: 40px 0;
    position: relative;
    /* border: 1px solid #092436; */
    background: #ffffff;
    overflow: hidden;
}


.service-box-list h2 {
    font-size: 30px;
    margin-top: 40px;
}

.service-box-list p {
    line-height: 30px;
    padding: 20px 0
}

.service-list .content {
    float: right;
    width: 420px;
    padding-right: 40px;
}

.service-list img {
    margin: 50px 0 0 40px;
}

.service-list .head-title {
    font-size: 22px;
    font-weight: 700;
    color: #006dba;
    margin-top: 30px;
}

.service-list .text {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
}

.news-list {
    padding: 50px 0 0;
    overflow: hidden;
    margin-left: -15px;
}

.news-list li {
    float: left;
    width: 375px;
}

.news-list p {
    margin-top: 16px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}

.news-list .date {
    margin-top: 10px;
    color: #999;
    font-size: 14px;

}

.news-list p a {
    color: #333;
}

.news-list p a:hover {
    color: #006dba;
    text-decoration: none
}

.news-list-content {
    width: 960px;
    float: left;
    margin-left: 20px;
}

.news-list-content h3 {
    height: 25px;
    overflow: hidden;
    font-size: 18px;
    margin-top: 26px;
}

.news-list-content h3 a {
    color: #333;
    text-decoration: none;
}

.news-list-content h3 a:hover {
    color: #08c
}

.news-list-content p {
    height: 58px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-top: 12px
}

.news-list-img {
    float: left;
    width: 130px;
    height: 130px;
}

.news-list-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%
}

.news-list li {
    transition: all 0.3s linear 0s;
}

.news-list li:hover {
    transform: translate(0, -8px);
}

.news-name {
    font-size: 20px;
    margin: 10px 0 0
}

.news-name a {
    color: #161616
}

.news-name a:hover {
    color: #fc643b
}

.news-more-btn {
    margin: 70px auto 0;
    font-size: 30px;
    display: block;
    border: 1px solid #fc643b;
    border-radius: 4px;
    width: 276px;
    height: 72px;
    color: #fc643b;
    text-align: center;
    line-height: 72px;
    font-weight: 700
}

.news-more-btn:hover {
    background: #fc643b;
    color: #fff;
    text-decoration: none;
}

.news-pic-box {
    width: 810px;
    height: 480px;
    margin: 30px 0 0;
    float: left;
}

.news-list-box {
    width: 370px;
    float: right;
    margin: 10px 0 0;
}

.news-all-box {
    margin: 10px 0 0;
}

.news-all-box li {
    padding: 20px;
    margin-top: 20px;
    transition: all 0.2s linear 0s;
    border-bottom: 1px solid #e9e9e9;
}

.news-list-box li {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    transition: all 0.2s linear 0s;
}

.news-list-box li:hover,
.news-all-box li:hover {
    transform: translate(0, -10px);
}

.news-list-box .date,
.news-all-box .date {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}

.news-all-box .content {
    float: right;
    width: 770px;
}

.news-list-box h4,
.news-all-box h4 {
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-all-box h4 {
    font-weight: 700;
    font-size: 20px;
}

.news-list-box h4 a,
.news-all-box h4 a {
    color: #333;
}

.news-list-box h4 a:hover,
.news-all-box h4 a:hover {
    text-decoration: none;
}

.news-list-box li:hover h4 a,
.news-all-box li:hover h4 a {
    color: #0762cb
}

.news-list-box p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px
}

.news-all-box .bd {
    color: #666;
    font-weight: 400;
    margin-top: 10px;
    line-height: 24px;
    font-size: 15px;
    height: 46px;
    overflow: hidden;
}



.news-date-box {
    width: 126px;
    height: 160px;
    background: #e1f0ff;
    border-radius: 10px;
    float: left;
    text-align: center;
}

.carousel-box {
    float: right;
    width: 310px;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
    margin: 155px 20px 0 0;
}

.news-date-box i {
    display: block;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.box-top p {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    padding-top: 10px;

    margin-top: 4px;
}

.box-top p a {
    color: #666;
}

.box-top p a:hover,
.box-top h4 a:hover {
    text-decoration: none;
}

.news-title {
    font-size: 38px;
    color: #1b1b1b;
    text-align: left;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.product-list li {
    float: left;
    width: 318px;
    height: 310px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.product-list li:hover {
    cursor: pointer;
    box-shadow: 0px 5px 8px #ddd;
}

.product-img {
    margin-top: 100px;
}

.product-name {
    margin-top: 20px;
    color: #8a8a8a;
    font-size: 24px;
}

.pagination-box {
    text-align: center;
    margin: 30px 0;
    clear: both;
}

.service-box-list img {
    float: left;
    margin-right: 50px;
}

.foot {
    background: #082430;
    clear: both;
    color: #fff;
    text-align: center;
    padding: 60px 0
}

.foot-logo {
    text-align: center;
    padding: 40px 0 0
}

.foot-content {
    line-height: 26px
}

.foot-content a {
    color: #e8f4ff;
}

.service-header-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 70px 0 20px;
}

.service-body {
    overflow: hidden;
    margin: 20px 0 0;
}

.service-body .header-title {
    color: #333;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin: 150px 0 0;

}

.service-body .conter {
    margin: 16px 10px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    height: 109px;
    padding: 0 30px
}

.service-body li {
    width: 348px;
    height: 337px;
    float: left;
    margin: 0 26px;
}

.subscribe-box {
    float: left;
    margin-top: 80px;
    color: #fff;
    margin-right: 89px;
}

.subscribe-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    border-bottom: 1px solid #6b6b6b;
    line-height: 36px;
}

.subscribe-box p {
    line-height: 24px;
}

.subscribe-box .submit-ipt {
    border-radius: 4px;
    width: 210px;
    height: 40px;
    padding: 0 5px;
    background: #fff;
}

.subscribe-box .submit-btn {
    display: inline-block;
    border-radius: 4px;
    width: 86px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #002765;
    font-size: 16px;
    vertical-align: -1px;
}

.subscribe-box .submit-btn:hover {
    background: #f90;
    text-decoration: none;
}

.copyright-box {
    float: left;
    color: #fff;
    margin: 120px 0 0 130px;
}

.share-box {
    float: right;
    margin: 120px 0 0 0;
}

.banner-text-box {
    width: 1500px;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -520px;
}

.banner-text-box .el-carousel__indicators,
.banner-text-box .el-carousel__arrow {
    display: none;
}

.swiper-container {
    width: 100%;
    height: 807px;
    background: url(../images/main-slider-1-1.jpg) center 0;
}

.swiper-container img {
    opacity: 1
}

.swiper-pagination-bullet {
    background: #fff
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news-list li {
    margin: 0 15px 30px;
}

.narrative-panels__content {
    position: absolute;
    top: 260px;
    left: 50%;
    z-index: 2222;
    width: 690px;
    margin-left: -680px;
    text-align: center;
}

.language-box {
    float: right;
    border: 1px solid #1a71c8;
    border-radius: 30px;
    margin-top: 40px;
    overflow: hidden;
}

.language-box a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    float: left;
}

.language-box a:hover {
    text-decoration: none;
}

.language-box .on {
    background: #1a71c8;
    color: #fff;
}

.banner-box {}

.banner-pic-a {
    height: 940px;
    background: url(../images/banner-1.jpg) center 0
}

.banner-pic-b {
    height: 940px;
    background: url(../images/banner-2.jpg) center 0
}

.banner-box .el-carousel__button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.news-detail-content p {
    line-height: 30px;
    margin-bottom: 10px
}

.welcome-one__right-text-1 {
    color: #3a3a3a;
    font-weight: 300;
    margin: 0;
    line-height: 34px;
    font-size: 16px;
    width: 540px;
    float: left;
    margin-right: 68px;
}

.about-main-box {
    background: url(../images/about-bg.jpg) center 0;
    height: 810px;
}

.all-main-box {
    position: relative;
    top: -46px;
    z-index: 9
}

.all-main-box .all-box {
    width: 1500px;
    background: #fff;
    z-index: 2;
    border-top: 4px solid #0762cb;
    box-shadow: 0 15px 15px #ddd;
    min-height: 640px;
}

.about-main-more {
    background: #0762cb;
    height: 170px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2
}

.about-main-more .content {
    width: 820px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 170px;
    margin: 0 auto;
}

.about-main-more .content a {
    color: #fff;
    transition: all 0.2s linear 0s;
}

.about-main-more .content a:hover {
    text-decoration: none;
    transform: translate(0, -10px);
    color: #daebff
}

.about-main-more img {
    vertical-align: middle;
    margin-left: 10px;
}

.welcome-one__right-text-1 p {
    padding-top: 30px
}

.header-title {
    overflow: hidden;
    margin-bottom: 30px
}

.header-title span {
    display: block;
    border-bottom: 2px solid #ac1a2f;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    float: left;
}


.list-bd {
    height: 66px;
    overflow: hidden;
    line-height: 24px;
}

.teams-box {
    padding: 30px;
}

.nav-bar-box a {
    color: #0762cb
}

.news-content-box {
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.news-content-box p {
    margin-bottom: 10px;
    line-height: 30px;
}

.news-content-box .date {
    font-size: 16px;
    color: #999;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px 0 0;
    padding: 10px;
}

.news-content-box .head-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.share-news-box{
    float: right;
}
.share-news-box a{
    margin: 0 5px;
}
.read-more-box {
    margin-top: 60px
}

.read-more {
    display: inline-block;
    color: #279fa0;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 16px;
    border: 1px solid #279fa0;
}

.read-more:hover {
    color: #fff;
    background: #279fa0;
    border: 1px solid #279fa0;
    text-decoration: none;
}

.mode img {
    display: block;
}

.time {
    text-align: center;
    margin: 10px 0 30px;
}

.team-box {
    background: #fff6f8;
    height: 650px;
    overflow: hidden;
}

.team-box .head-title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 50px 0;
}

.about-box {
    padding: 50px 0 0;
    color: #666;
    font-size: 16px;
    float: left;
    width: 530px;
    line-height: 32px;
}

.about-box p {
    margin-bottom: 30px;
    line-height: 34px;
}

.contact-list {
    overflow: hidden;
    margin-top: 20px
}

.contact-list li {
    float: left;
    width: 46%;
    margin: 0 10px;
    border: 1px solid #ddd;
    padding: 10px 10px 0;
    height: 50px;
    border-radius: 4px;
    line-height: 48px;
    text-align: left;
}

.team-list {
    margin-left: -51px;
    margin-top: 60px;
}

.team-list li {
    float: left;
    width: 255px;
    height: 509px;
    background: #fff;
    text-align: center;
    position: relative;
    margin: 0 0 0 51px;
    box-shadow: 0 5px 11px #deffe7;
    transition: all 0.3s;
}

.team-list li:nth-child(even) {
    top: 50px;
}

.team-list li:hover {
    transform: scale(1.15);
}

.teams-box li {
    float: left;
    width: 320px;
    height: 370px;
    background: #fff;
    text-align: center;
    position: relative;
    margin: 90px 11px 20px 20px;
    border: 1px solid #ddedfe;
}

.teams-box img {
    left: 90px
}

.team-list h4 {
    margin-top: 30px;
    color: #ac1a2f;
    font-size: 18px;
    font-weight: 700;
}

.team-list p {
    color: #666;
    margin-top: 18px;
    font-size: 14px;
    padding: 0 43px;
    line-height: 24px;
}

.team-list span,
.teams-box span {
    display: block;
    margin-top: 10px;
    color: #0762cb
}

.teams-box .content {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 48px 0;
    height: 147px;
}

.form-box {
    width: 680px;
    float: right;
    margin-top: 80px;
}

.banner-a {
    background: url(../images/banner-a.jpg) center 0;
    height: 500px
}

.banner-b {
    background: url(../images/banner-b.jpg) center 0;
    height: 500px
}

.banner-c {
    background: url(../images/banner-c.jpg) center 0;
    height: 500px
}

.banner-d {
    background: url(../images/banner-d.jpg) center 0;
    height: 500px
}

.banner-e {
    background: url(../images/banner-e.jpg) center 0;
    height: 500px
}

.common-box {
    padding: 40px 0;
    overflow: hidden;
}

.common-box .content {
    font-size: 18px;
    color: #333;
}

.common-box .content1 {
    float: right;
    width: 580px;
}



/* .common-box img {
    float: left;
    margin-right: 40px;
    margin-top: 40px;
}

.common-box .img-box {
    float: right;
    margin: 60px 0 0
} */
.common-box .content .text {
    line-height: 34px;
    font-size: 18px;
    margin-bottom: 40px;
}

.common-box .team-list {
    padding: 40px 0
}

.common-box .team-list li {
    float: left;
    width: 220px;
    height: 410px;
    background: #fff;
    text-align: center;
    position: relative;
    margin: 0 0 0 25px;
}

.left-side-box {
    background: url(../images/left-side-box.jpg);
    width: 252px;
    height: 531px;
    float: left;
}

.left-side-box a {
    display: block;
    margin: 40px -40px 0 40px;
    height: 46px;
    line-height: 46px;
    background: #0c93dd;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
}

.left-side-box a:hover {
    text-decoration: none;
}

.team-common-list {
    padding: 20px;
}

.team-common-list li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.team-common-list img {
    float: left;
    margin-right: 20px;
}

.team-common-list h4 {
    margin-top: 30px;
    color: #0180cd;
    font-size: 24px;
    font-weight: 700;
}

.team-common-list h6 {
    margin-top: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.team-common-list p {
    color: #666;
    margin-top: 10px;
    font-size: 14px;
    padding: 0 50px;
    line-height: 24px;
}

.service-main-box .el-tabs__item {
    font-size: 16px;
}

.service-main-box .service-content {
    padding: 30px;
    line-height: 36px;
    float: left;
    width: 680px;
    margin-right: 20px;
    /* border: 1px solid #ddd; */
}

.service-main-box p {
    margin-bottom: 20px;
}

.service-main-box .img-box {
    margin-top: 20px
}

.team-box .header-title {
    margin: 80px 0 60px
}

.team-list h6 {
    margin-top: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.ellipsis {
    height: 40px;
    overflow: hidden;
}

.band-box {
    height: 126px;
    background: #ac1a2f;
    margin-top: 40px;
    text-align: center;
    padding-top: 50px;
}

.header-title-box {
    font-size: 36px;
    font-weight: 700;
    width: 270px;
    left: 50%;
    margin-left: -110px;
    position: absolute;
    top: 380px;
    right: 0;
    color: #42c4f8;
    text-align: right;
    padding: 10px;
    background: #fff;
    text-align: center;
    font-family: Eras Bold ITC;
}

.collapse-content {
    font-size: 16px;
    line-height: 36px;
    padding: 10px 20px;
    background: #fff5f5;
}

.collapse-content h2 {
    margin: 10px;
}

.common-box .el-collapse-item__header {
    font-size: 18px;
    padding-left: 10px;
    color: #ac1a2f;
    margin-bottom: 10px;
    border-bottom: 1px solid #ac1a2f;
}

.common-box .el-collapse {
    border: none
}

.contact-left-box {
    width: 400px;
    background: #ac1a2f;
    float: left;
    padding: 20px;
    color: #fff;
}

.contact-left-box p {
    line-height: 32px;
    margin: 20px 0
}

.title-box {
    text-align: center;
    font-size: 60px;
    color: #092437;
    font-weight: 700;
    font-family: 'Verdana';
}

.title-we-box {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    font-family: 'Verdana';
    margin-top: 70px;
}

.we-box {
    margin-top: 60px;
}

.we-box li {
    float: left;
    width: 302px;
    margin: 0 36px;
    transition: all 0.3s;
}

.we-box li:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.hot-box {
    width: 1370px;
    margin: 60px auto 0;
}

.hot-box img {
    width: 374px;
    height: 230px;
}

.hot-box li {
    float: left;
    width: 374px;
    margin: 0 40px 40px;
    transition: all 0.3s;
}

.hot-box li:hover {
    transform: scale(1.15);
}

.hot-box .text {
    font-size: 24px !important;
    font-weight: 700;
    margin: 24px 0;
    height: 128px;
    overflow: hidden;
}

.hot-box .text a {
    color: #092437;
}

.hot-box .text a:hover {
    text-decoration: none;
    color: #ff9600;
}

.hot-box .date {
    color: #333333;
    font-size: 16px;
}

.posts-btn-box {
    text-align: center;
    padding-top: 20px;
    clear: both;
}

.posts-btn-box a {
    display: inline-block;
    padding: 0 50px;
    height: 66px;
    color: #fff;
    text-align: center;
    line-height: 66px;
    font-size: 24px;
    font-weight: 700;
    background: #ff9600;
}

.posts-btn-box a:hover {
    text-decoration: none;
    background: #f60;
}

.el-carousel__indicators--horizontal {
    bottom: 70px !important;
}

.about-left-box {
    width: 880px;
    font-size: 18px;
    color: #092437;
    margin-top: 100px;
    line-height: 32px;
    float: left;
}

.about-left-box p {
    margin: 15px 0;
}

.about-right-box {
    float: right;
    margin-top: 60px;
}

.debates .text a {
    color: #bae9ff;
}

.debates .date {
    color: #4786b2
}

.foot-content .tips {
    font-size: 16px;
    color: #718c98;
    border-top: 1px solid #1d4a5c;
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
}

.down-box {
    display: inline-block;
    background: url(../images/down.png);
    width: 15px;
    height: 9px;
    margin-left: 4px;
}

.english-box {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -4px;
}

.about-tip-box {
    border-left: 18px solid #a52122;
    background-color: #f59d22;
    position: relative;
    font-size: 26px;
    text-align: center;
    overflow: hidden;
}

.about-tip-box .word {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding: 20px 0 10px;
}

.wp-block-heading {
    font-size: 40px;
    color: #092437;
    font-weight: 700;
    font-family: 'Verdana';
    margin: 40px 0 20px;
}
.message-box{
    margin-bottom: 45px;
    margin-top: 45px;
}
.message-box .message-title{
    border-bottom: 1px solid #ddd;
    font-size: 30px;
    padding: 10px 0;
}
.message-box .tip{
    font-size: 16px;
    color: #666;
    padding: 10px 0;
}
.message-box .tip a{
    color: #09c;
}
.comments-all-box h4{
    margin-bottom: 20px;
}
.comments-all-box .ip{
    font-size: 14px;
    color: #999;
    margin: 0;
}
.comments-all-box .content{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-bottom: 10px;
}