
/* 公共样式 */
.clear-top{
    margin-top: 100px;
}
.container{
    width: 100%;
    background-color: #F5F5F5;
}
.inner-box{
    width: 1260px;
    margin: 0 auto;
}
td{
    border: 1px solid #ddd;
    border-collapse: separate; /* 设置边框不合并 */
}
table{
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 70%;
}
/* 内页banner图 */
.banner-box{
    width: 100%;
    height: 513px;
    background-color: #05223d;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-box .banner-inner{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 513px;
}
.banner-box .sub-inner{
    width: 70%;
}
.banner-box .banner-inner h1{
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
.banner-box .banner-inner p{
    font-size: 1.2rem; 
    line-height: 2;
    color: #eee;
}


/* 1920 */
@media screen and (min-width: 1920px) {
    .box-query,
    .banner-box{
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 1920px) {
    .box-query,
    .banner-box{
        background-size:auto 100%;
    }
}

/* 列表页分页样式 */
.page_div{
    margin: 20px 0 20px;
}
.page_div .pagelist li {
    padding:0;
}
.page_div #pages li{
    background-color: #fff;
}
.page_div #pages li.active, .page_div #pages li:hover{

    background-color: #A92829;

}


/* 菜单导航栏样式 */
.list-box:hover {
    background-color: #eee;
}
.list-box:hover .sub-menu{
    visibility: visible;
}

.list-box .sub-menu{
	position: absolute;
    visibility: hidden;
    /* visibility: visible; */
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.list-box .sub-menu li {
    width: 330px;
    background-color: #fff;
    line-height: 50px;
    margin: 0;
    padding: 0 ;
    border-top: 1px solid #ddd;

}
.list-box .sub-menu li a{
    line-height: 50px;
    padding: 0  10px !important;
    text-align: center;
    font-size: 14px;
}
.list-box .sub-menu li:hover {
    background-color: #eee;
}
.list-box .sub-sub-menu{
	position: absolute;
    visibility: hidden;
    /* visibility: visible; */
    left: 330px;
    margin-top: -50px;

}
.header .header-main .header-nav li .sub-sub-menu li{
/* .list-box .sub-sub-menu li{ */
    margin: 0;
    padding: 0 ;
    line-height: 50px;
    width: 330px;

}
.list-box .sub-menu-li:hover .sub-sub-menu{
    visibility: visible;
}

/* 轮播图 */
.swiper-container{
    /* margin-top: 100px; */
}


/* index -> segment-box  公用段落样式 */
.segment-box{
    width: 100%;
    padding: 60px 0 80px;
    margin: 0;
    /* min-height: 300px; */
}
.segment-box .box-title{
    text-align: center;
    line-height: 1.2;
    margin-bottom: 50px;
}
.segment-box .inner-box{
    /* min-height: 200px; */
}
/* 桌面设备 */
@media screen and (min-width: 2000px) {
   /* .segment-box .inner-box{
        width: 80%;
    } */
   .header .header-main{
        width: 80%;
    }
    .segment-box .box-title{
        font-size: 2.5em;
    }
    .box-a .bottom-line h3{
        font-size: 1.8em;
    }
}

@media screen and (max-width: 2000px) and (min-width: 1400px){
    /* .segment-box .inner-box{
        width: 90%;
    } */
    .header .header-main{
         width: 90%;
    }
    .segment-box .box-title{
        font-size: 2.2em;
    }
    .box-a .bottom-line h3{
        font-size: 1.4em;
    }
}

@media screen and (max-width: 1400px){
    /* .segment-box .inner-box{
         width: 95%;
     } */
     .header .header-main{
          width: 98%;
      }
     .segment-box .box-title{
         font-size: 1.8em;
     }
     .box-a .bottom-line h3{
         font-size: 1.2em;
     }
}


/* index -> box-a */
.box-a{
    background-color: #fff;
}
.box-a .item-list{
    text-align: center;
}
.box-a .item-box{
    display: inline-block;
    width: 28%;
    height: 120px;
    background-color: #F5F5F5;
    margin: 1%;
    padding: 1.5%;
}
.box-a .item-box:hover{
    background-color: #FFEBEB;
}
.box-a .top-line{
    display: flex;
    justify-content: space-between;
}
.box-a .icon-box{
    width: 50px;
    display: flex;
    align-items: center;
}
.box-a .icon-box img{
    width: 100%;
}

.box-a .arrow{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.box-a .bottom-line h3{
    line-height: 2;
    text-align: left;
}



/* index-news  */
.box-news{
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
}
.box-news .news-top{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    padding: 20px 0;
}
.box-news  .news-left{
    width: 29%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.box-news .cat-item{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    font-size: 20px;

}
.box-news .cat-item:hover,
.box-news .cat-item.active{
    background-color: #FFEBEB;

}
.box-news .name-box, .box-news .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-news .news-right{
    width: 69%;
    height: 360px;
}
.box-news .news-item{
    display: flex;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #fff;
}
.box-news .news-item:hover{
    border: 1px solid #D8D8D8;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
}
.box-news .news-img{
    width: 20%;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.box-news .news-img img{
    width: 85%;
    height: 100%;
    
    object-fit: cover;

}
.box-news .news-title{
    width: 80%;
}
.box-news h3{
    font-size: 1.5rem;
    line-height: 2;
}
.box-news h4{
    font-size: 1rem;
    line-height: 2;
    color: #BFBFBF;
}

.box-news .news-bottom{
    display: block;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
    line-height: 3;
    font-size: 22px;
    margin-top: 20px;
}
.box-news .news-bottom:hover{
    background-color: #FFFFFF;
}


/* index -> box-program  */
.box-program{
    display: flex;
    flex-direction: column;
}
.box-program .inner-box{
    min-height: 490px;
}
.box-program .program-top{
    display: flex;
    /* align-items: center; */
}
.box-program .cat-item{
    padding: 15px 48px;
    text-align: center;
}
.box-program .cat-item.active, .box-program .cat-item:hover{
    background-color: #A92829;
    color: #fff;

}
.box-program .program-bottom{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 0;
    background-color: #A92829;
}

.box-program .sub-cat-item{
    background-color: #fff;
    width: 28%;
    padding: 1%;
}
.box-program  h3{
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;

}
.box-program  .more{
    display: block;
    width: 70%;
    background-color: #A92829;
    border: 1px solid #A92829;
    text-align: center;
    line-height: 2.8;
    font-size: 0.9rem;

    margin: 20px auto;
    color: #fff;
}
.box-program .icon-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 200px;
    margin: 20px auto;
    overflow: hidden;
}

.box-program .icon-box img{

    /* width: 100%;
    height: 100%; */


    max-width: 100%;
    max-height: 100%;
}


/* index -> box-about */
.box-about{
    background-color: #FFF7F7;
    background-image: url(../images/box-d-inner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 85%;
}
.box-about .about-top{
    display: flex;
    justify-content: space-between;
    align-items:start;
    padding: 20px 0;
}
.box-about .about-left{
    width: 20%;
}
.box-about .about-left img{
    width: 90%;

}
.box-about .about-right{
    padding: 20px 0;

    width: 75%;
    line-height: 2;
    font-size: 1.2rem;
}
.box-about .about-title{
    text-align: left;
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.box-about .about-info{
    color: #989898;
}
.box-about .about-bottom{
    display: block;
    width: 100%;
    border: 1px solid #000;
    line-height: 2.8;
    font-size: 1.3rem;
    text-align: center;
    margin: 40px 0 20px;

}

.about-page.box-about .about-top{
    flex-direction: column;
    align-items: center;

}
.about-page.box-about .about-right{
    width: 90%;
    margin: 0 auto;
}
.about-page.box-about{
    background-size: auto auto;
    background-position: center 5% ;
}

/* index -> .box-exchange */
.box-exchange .inner-box{
    /* overflow: hidden; */
}
.box-exchange .mySwiper{
    width: 100%;
}
.box-exchange .swiper-slide{
    width: 19%;
    text-align: center;
}
.box-exchange .swiper-slide img{
    width: 95%;
    height: auto;
    max-height: 240px;
    margin: 0 auto;
}
.box-exchange .sub-box-title{
    text-align: center;
    font-size: 1.4rem;
    margin: 40px 0;
}
.box-exchange .box-more{
    display: block;
    width: 100%;
    border: 1px solid #000;
    line-height: 2.8;
    font-size: 1.3rem;
    text-align: center;
    margin: 40px 0 100px;
}
.box-exchange .box-more:hover{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
    background-color: #FFFFFF;

}
.box-exchange .sub-list{
    display: flex;
    justify-content: space-between;
}
.box-exchange .item-box{
    width: 46%;
    background-color: #F5F5F5;
    padding: 1.5%;
    display: flex;
}
.box-exchange .left-img{
    width: 25%;
    height: 120px;
    overflow: hidden;
}
.box-exchange .right-content{
    width: 70%;
    /* overflow: hidden; */
}
.box-exchange .right-content h3{
    /* 不换行 */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box-exchange  .item-box img{
    width: 90%;
    height: 100%;
    max-height: 126px;
    object-fit: cover;
}
.box-exchange  .item-box h3{
    font-size: 1.6rem;
    line-height: 2.5
}

.box-exchange  .item-box h4{
    font-size: 1rem;
    color: #BFBFBF;
}

.box-exchange .text-box{
    width: 100%;
    background-color: #F5F5F5;
    padding: 1.5%;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
}

/* .box-exchange .text-box{
    text-align: center;
}*/

.box-exchange .text-box a{
    display: block;
    margin: 0 auto;
    font-size: 1.3rem;

} 





/* index -> .box-query */
.box-query{
    background-image:  url(../images/box-f-bg.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;

}


.box-query .form-box{
    width: 70%;
    display: flex;
    flex-direction: column;
}
.box-query .input-box input{
    width: 98%;
    border: 1px solid #D8D8D8;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px 1%;
    margin-bottom: 20px;
    font-size: 1.1rem;
}
.box-query  .btn-box{
    width: 100%;
    margin: 40px 0;
}
.box-query .btn-box input{
    width: 100%;
    border: 1px solid #A92829;
    color: #fff;
    font-size: 1.1rem;
    background-color: #A92829;
    padding: 15px 0;
}



/* .foot-box */
.foot-box{
    padding: 20px 0;
    background-color: #fff;
}
.foot-box .foot-left{
    width: 24%;

}
.foot-box .foot-top{
    width: 1230px;
    margin: 0 auto;
    padding: 20px 0 40px;
    display: flex;
    justify-content: space-between;


}
.foot-box .foot-middle{
    line-height: 45px;
    width: 50%;
}
.foot-box .foot-middle .list-box{
    text-align: left;
    /* 英文转大写 */
    text-transform: uppercase;

}
.foot-box .foot-middle li:hover{
    background-color: #fff;
}
.foot-box .cat-box{
    width: 100%;
    /* background-color: aqua; */
}
.foot-box .list-box{
    width: 38%;
    display: inline-block;
}
.foot-box .foot-right{
    line-height: 45px;
    width: 20%;

}
.foot-box .foot-mid-line{
    border-top: 1px solid #A7A7A7;
    height:  1px;
    width: 100%; 
}
.foot-box .foot-bottom{
    text-align: center;
    line-height: 2.5;
    font-size: 0.9rem;
    margin: 40px 0 20px;
    color: #A7A7A7;
    
}
.foot-box .mail-value{
    display: flex;
    align-items: center;
    line-height: 45px;
}




/************* position 页面样式 start *************/
.pos_box{
    padding: 20px 0;

    font-size: 1rem;
}
/************* position 页面样式 end *************/



/************* show 页面样式 start *************/
.show-content{
    background-color: #F5F5F5;
    padding-bottom: 40px;
}

.pos_box .pre_pos, .show-content .pos_box .pre_pos a{
    color: #989898;
}
.show-content .pos_box .cur_pos{
    color: #000000;
}
.show-content .title-box{

    text-align: center;
    padding: 20px 25px 50px;
    background-color: #fff;

}
.show-content .title-box h1{
    font:bold 2.5rem Georgia;
    margin-top: 25px;
    /* font-size: 2.5rem; */
    margin: 30px 0 10px;
}

.show-content .content-box{
    background-color: #fff;
    padding: 0 25px 50px ;

}
.show-content .content-box .top-line{
    border-top: 1px solid #D8D8D8;
    padding-bottom: 50px ;
}
/************* show 页面样式 end *************/



/************* list-news 页面样式 start *************/
.news-content{
    background-color: #F5F5F5;
}

.news-content  .news-list{
    display: flex;
    padding: 20px 0 50px;

}
.news-content .left-box{
    width: 20%;
    margin-right: 2%;
}
.news-content .left-box .pre-block{
    display: inline-block;
    width: 5px;
    height: 26px;
    margin-right: 10px;
}


.news-content .left-box li:hover .pre-block, 
.news-content .left-box li.active .pre-block{
    background-color: #A92829;
}
.news-list .left-box li{
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 85%;
    background-color: #fff;
    padding: 8%;
    line-height: 26px;
    font-size: 1.2rem;

}
.news-list .left-box li:hover, .news-content .left-box li.active{
    background-color: #FFEBEB;
}
.news-list .right-box{
    width: 70%;
}
.news-list .news-item{
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.news-list .news-item li{
    display: flex;
    width: 100%;
}
.news-list .news-item li h3{
    font-size: 1.5rem;
    line-height: 2;
    margin: 0;
}
.news-list .right-box li p{
    font-size: 1rem;
    margin: 0;
    color: #BFBFBF;
}
.news-list .right-box li .img-box{
    width: 18%;
    height: 156px;
    margin-right: 2%;
    overflow: hidden;
    text-align: center;
}
.news-list .right-box li .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.news-list .right-box li .tit-box{
    width: 80%;
}
.news-list .right-box li .btm-more span:hover{
    background-color: #982021;
}

.news-list .right-box li .btm-more span{
    display: inline-block;
    color: #FFFFFF;
    background: #A92829;
    padding: 0 30px;
    line-height: 2;
    margin: 20px 0;
}
/************* list-news 页面样式 end *************/



/************* list-exam 页面样式 start *************/
.exam-list{
    padding: 0px 0 50px;

}
.exam-list li{
    /* display: flex; */
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
}
.exam-list .exam-desc{
    color: #BFBFBF;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.exam-list .exam-title{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
}
.exam-list .exam-line{
    display: flex;
    line-height: 40px;
    font-size: 1.2rem;
}
.exam-list .exam-line .img-box{
    margin-right: 10px;
}
.exam-list .site-value a{
    color: #1950AF;
}
.exam-list .site-value a:hover{
    color: #0f2d63;
}
/************* list-exam 页面样式 end *************/


/************* list-expert 页面样式 start *************/
.exchange-list .cat-name{
    margin: 40px 0 40px;
}
.expert-list ul{
    padding: 0px 0 50px;
}
.expert-list .item-box{
    width: 20%;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}
.expert-list .tit-box{
    width: 85%;
    margin: 0 auto;
    background-color: #A92829;
    color: #fff;
    line-height: 2.8;
}
.expert-list .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.expert-list .img-box{
    width: 85%;
    height: 270px;
    overflow: hidden;
    margin: 0 auto;
}
.expert-list .img-box img{
    width: 100%;
}
/************* list-expert 页面样式 end *************/


/************* list-academic 页面样式 start *************/
.academic-list{
    padding: 0px 0 50px;
}

.academic-list .item-box:nth-child(2n + 1){
    margin-right: 1.6%;
}
.academic-list .item-box{
    display: block;
    width: 47%;
    float: left;
    background-color: #fff;
    padding: 1%;
    border: 1px solid #efefef;
    margin-bottom: 30px;
}
.academic-list .item-box li{
    width: 100%;
    display: flex;
}

.academic-list .right-box li h3{
    font-size: 1.5rem;
    line-height: 2;
    margin: 0;
}
.academic-list .right-box li p{
    font-size: 1rem;
    margin: 0;
    color: #BFBFBF;
}
.academic-list .right-box li .img-box{
    width: 126px;
    height: 126px;
    margin-right: 2%;
    overflow: hidden;
    text-align: center;
}
.academic-list .right-box li .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.academic-list .right-box li .tit-box{
    width: 80%;
}
/************* list-academic 页面样式 end *************/



/************* box-purpose 页面样式 start *************/
.box-purpose .purpose-top{
    display: flex;
    /* padding: 2%; */
}
.box-purpose .purpose-left{
    width: 18%;
    margin-right: 2%;
    /* background-color: #1950AF; */
    padding: 30px 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-purpose .purpose-right{
    width: 70%;
    margin-right: 2%;
    background-color: #A92829;
    color: #fff;
    padding: 30px 3%;
    font-size: 1.6rem;
    line-height: 1.6;
}

.box-purpose.about-page .purpose-top{
    flex-direction: column;
    align-items: center;

}
.box-purpose.about-page .purpose-right{
width: 90%;
margin: 0 auto;
}

.about-page.box-purpose .purpose-right{
    padding-top: 50px;
}
/************* box-purpose 页面样式 end *************/



/************* box-contact 页面样式 start *************/
.box-contact{
    background-color: #F5F5F5;
}
.box-contact .contact-top{
    background-color: #000000;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.box-contact .name-box{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 30px;
    margin-right: 20px;
}
.box-contact .name-box img{
    height: 28px;
    margin-right: 5px;
}
.box-contact .value-box{
    color: #fff;
    font-size: 1.2rem;
    line-height: 30px;
}


/************* box-contact 页面样式 end *************/



/************* box-committee 页面样式 start *************/

.box-committee {
    background: #F5F5F5;
}
.box-committee .inner-box{ 
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.box-committee .item-box{
    width: 20%;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}
.box-committee .tit-box{
    width: 85%;
    margin: 0 auto;    
    background-color: #A92829;
    color: #fff;
    
    background-color: #fff;
    color: #000;
    line-height: 2.8;
    font-size: 1rem;
    box-shadow: 5px 5px 10px gray;
}
.box-committee .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-committee .img-box{
    width: 85%;
    height: 270px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 5px 5px 10px gray;
}
.box-committee .img-box img{
    width: 100%;
}
.box-committee .tit-box-t{
    width: 85%;
    margin: 0 auto;    
    background-color: #fff;
    color: #000; 
    background-color: #A92829;
    color: #fff;
    line-height: 2.8;
    font-size: 1rem;
    box-shadow: 5px 5px 10px gray;

}
.box-committee .tit-box-t a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 20px 0;
}

/************* box-committee 页面样式 end *************/



/************* box-speech 页面样式 start *************/
.box-speech .item-box{
    padding: 20px;
    width: 90%;
    margin: 0 auto;

}
.box-speech .img-box{
    text-align: center;
    width: 190px;
    height: 240px;
    margin: 0 auto 25px;

}
.box-speech .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 10px gray;
}

.box-speech .tit-box{
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.1rem;
}
.box-speech .desc-box{
    text-align: left;
}
.box-speech .desc-box span{
    font-size: 1.5rem;
    font-weight: bold;
}
.box-speech h3{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
/************* box-speech 页面样式 end *************/



/************* program-content 页面样式 start *************/
.program-content .sub-cat{
    visibility: visible;
    border-bottom: #D8D8D8 solid 1px;
}
.program-content .sub-cat.active-box{
    visibility: visible;
}
.program-content  .cat-box{
    display: inline-block;
    margin-right: 20px;
    padding: 15px 0;
    border-bottom: transparent solid 2px;
}
.program-content  .cat-box.active-box,
.program-content .cat-box:hover{
    border-bottom: #000000 solid 2px;
}
.program-content .title-box h1{
    text-align: left;
}

/************* program-content 页面样式 end *************/



/************* show-certificate 页面样式 start *************/
.show-certificate .result-box{
    /* visibility: hidden; */

}
.show-certificate .not-allow{
    display: none;
}
.show-certificate .none-result{
    text-align: center;
    padding: 150px 0;
    border-top: 1px solid #D8D8D8;
}

.show-certificate .result-info{
    display: flex;
    position: relative;
    padding: 50px 0 100px;
}
.show-certificate .left-box{
    /* background-image: url("../images/certificate_bg.png"); */
    background-size: 100% 100%;

    width: 892px;
    height: 630px;
}


@font-face {
    font-family: 'PINYONSCRIPT-REGULAR';
    src: url('../font/PINYONSCRIPT-REGULAR.TTF') format('truetype');
}
.show-certificate .left-name{
    font-family: 'PINYONSCRIPT-REGULAR', sans-serif;
    font-size: 26px;
    position: relative;
    left: 120px;
    top: 245px;
    font-weight: bold;
}
.show-certificate .left-item{
    font-size: 14px;
    position: absolute;
}
.show-certificate .left-date{
    left: 150px;
    top: 578px;
}
.show-certificate .left-id{
    left: 150px;
    top: 540px;
}
.show-certificate .left-number{
    left: 190px;
    top: 505px;
}
.show-certificate .left-level{
    left: 190px;
    top: 468px;
}
.show-certificate .left-yinzhang{
    width: 209px;
    height: 137px;
    background-image: url("../images/yinzhang.png");
    background-size: 100% 100%;
    position: absolute;
    top: 450px;
    left: 590px;
}


.show-certificate .right-box{
    width: 300px;
    margin-left: 40px;
    text-align: left;
    padding: 65px 0;
}
.show-certificate .right-box h2{
    font-size: 15px;
    font-weight: bolder;

}
.show-certificate .item-box{
    margin-top: 30px;
    line-height: 1.8;
}
.show-certificate .item-name{
    font-size: 18px;
    color: #989898;
}
.show-certificate .item-value{
    font-size: 16px;
}
/************* show-certificate 页面样式 end *************/





