@charset "gb2312";
/* 单标题 */
.tit{
    border-bottom: 1px solid #ebebeb;
    line-height: 18px;
    margin-bottom: 15px;
}
.titl .titbox,.titl a{
    line-height: 20px;
    padding-bottom: 15px;
    display: block;
    position: relative;
    cursor: pointer;
}
.titl .titbox::before,.titl a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c01920;
}
.tit h3{
    font-size: 18px;
    color: #c01920;
    font-weight: normal;
    padding:0 15px 0 25px;
}
.tit p{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}
.titr{
    display: block;
}
.titr p{
    font-size: 14px;
    display: inline-block;
    color: #999;
}
.titr i{
    font-size: 14px;
    display: inline-block;
    color: #999;
}
/* tab标题 */
.switch-tit .switch-titl .titbox{
    margin-right: 40px;
    position: relative;
}
.switch-tit .switch-titl .titbox:last-child{
    margin: 0;
}
.switch-tit .switch-titl .titbox::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: #c01920;
}
.switch-tit .switch-titl .titbox.on::before{
    opacity: 1;
}
.switch-tit .switch-titl::before{
    width: 0;
}
/* 图文列表 */
.tw-lb{
    margin-bottom: 10px;
    display: block;
}
.tw-img{
    width: 160px;
    height: 106px;
    overflow: hidden;
}
.tw-font{
    width: 60%;
}
.tw-font h3{
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    font-weight: normal;
}
.tw-font p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.tw-lb:hover h3{
    color: #c01920;
}
/* 文字列表 */
.comm-lb{
    line-height: 36px;
}
.comm-lb p{
    font-size: 16px;
    color: #333;
    width: 85%;
    padding-left: 10px;
    position: relative;
}
.comm-lb p::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #c01920;
}
.comm-time{
    font-size: 12px;
    color: #999;
}
.comm-lb:hover p{
    color: #c01920;
}
/* 布局 */
.enroll,.employ,.partybd,.partycam,.college1,.skill{
    width: 33.6%;
}
.recruit,.theme,.graduates,.video-profes{
    width: 26.4%;
}
.training{
    width: 70.4%;
    margin-right: 40px;
}
.employ,.partycam,.skill{
    margin: 0 40px;
}
/* 间距 */
.news-center{
    padding: 20px 0 20px;
}
.notice{
    padding: 20px 0 40px;
}
.enroll-bg{
    padding-bottom: 40px;
}
.associat,.organize,.training-bg,.honor{
    padding: 50px 0;
}
.college{
    padding: 50px 0 30px;
}
.advertise{
    padding-bottom: 30px;
}
.yg-seasons{
    padding: 70px 0;
}
/* banner */
.swiper1{
    width: 100%;
    height: 550px;
}
.banner .swiper1 .swiper-slide{
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}
.banner  .swiper1 .swiper-pagination1{
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    transition: .3s opacity;
}
.banner  .swiper1 .swiper-pagination-bullet{
    width: 16px;
    height:16px;
    opacity: .6;
    background-color: #c01920 !important;
    margin: 0 10px !important;
    border-radius: 50% !important;
}
.banner  .swiper1 .swiper-pagination-bullet-active{
    border: none;
    opacity: 1;
    position: relative;
}
.banner  .swiper1 .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #c01920;
}
/* 新闻中心 */
.news-center{
    background: url(/htmlmb/index2020/images/news-bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
}
.news-top{
    width: 100%;
    text-indent: 56px;
    display: block;
}
.news-top h1{
    font-size: 28px;
    color: #333;
    -webkit-line-clamp: 1;
	text-align:center;
}
.news-top p{
    font-size: 16px;
    color: #666;
    margin: 10px 0 20px;
    line-height: 32px;
    -webkit-line-clamp: 2;
}
.news-bot{
    width: 100%;
}
.news-left{
    width: 565px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.news-img{
    overflow: hidden;
    width: inherit;
    height: 373px;
}
.news-font{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, .6);
}
.news-font h3{
    font-size: 16px;
    color: white;
    width: 90%;
}
.swiper2 .swiper-pagination2{
    position: absolute;
    bottom: 20px !important;
    left: 90% !important;
    width: 10%;
    z-index: 1;
    text-align: right;
    padding-right: 20px;
    transition: .3s opacity;
    font-size: 16px;
    color: rgba(255, 255, 255, .4);
}
.swiper2 .swiper-pagination-current{
    color: rgba(255, 255, 255,.8);
}
.news-right{
    margin-left: 50px;
    width: 635px;
}
.news-center .titl{
    position: relative;
    padding-bottom: 15px;
    background: url(/htmlmb/index2020/images/news-center-i.png) no-repeat;
    background-position: left top;
    background-size: auto;
}
.news-center .tit .titl::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c01920;
}
.news-rtop{
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}
.news-rtop .news-time{
    width: 10%;
    text-align: center;
}
.news-time h1{
    font-size: 40px;
    color: #666;
}
.news-time p{
    font-size: 16px;
    color: #999;
}
.news-rtopr{
    width: 85%;
}
.news-rtopr h4{
    font-size: 16px;
    color: #333;
}
.news-rtopr p{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 24px;
}
.news-lb{
    padding-top: 10px;
}
.news-lb ul li{
    line-height: 36px;
}
.news-lb ul li a i{
    font-size: 12px;
    color: #c9c9c9;
}
.news-lb ul li a p{
    font-size: 16px;
    color: #333;
    margin-left: 10px;
    width: 80%;
}
.news-lb ul li a .news-lbtime{
    font-size: 14px;
    color: #999;
}
.news-top h1:hover,.news-rtop:hover h4,.news-lb ul li a:hover p,.titr:hover p,.titr:hover i{
    color: #c01920;
}
/* 通知公告 */

.notice .tit .notice-tit1{
    background: url(/htmlmb/index2020/images/notice-i.png) no-repeat;
    background-position: left top;
    background-size: auto;
}
.notice .tit .notice-tit2{
    background: url(/htmlmb/index2020/images/notice-i.png) no-repeat;
    background-position: left top;
    background-size: auto;
}

.notice-lbbox{
    background: #f5f8fa;
    padding: 20px;
    width: 49%;
    margin-right:1%;
    border-radius: 4px;
}
.notice-lbbox:last-child{
    margin-right: 0;
}
.switch-lbin+.switch-lbin,.switch-more+.switch-more{
    display: none;
}

/* 招生模块 */


.enroll .switch-tit{
    position: relative;
    margin-bottom: 25px;
}
.enroll .switch-titl .titbox{
    display: block;
    padding: 10px 15px;
    background: #f5f8fa;
    margin-right: 10px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
}
.enroll .switch-titl .titbox.on{
    background: #c01920;
}
.enroll .switch-titl .titbox.on h3{
    color: white;
}

.enroll .switch-titl .titbox.on::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #c01920;
    background: none;
}
.enroll .switch-titl .titbox h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.enroll .switch-more{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.enroll .switch-more p,.enroll .switch-more i{
    font-size: 14px;
    color: #999;
    display: inline-block;
}

.enroll .comm-lb{
    line-height: 34px;
}
.enroll .comm-lb p{
    width: 80%;
    font-size: 14px;
}
.enroll-adbox{
    width: 205px;
    height: 55px;
    border-radius: 4px;
    overflow: hidden;
}
.recruit{
    padding: 15px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .05);
    border-radius: 6px;
}
.recruit-tit{
    background: url(/htmlmb/index2020/images/recruit-i.png) no-repeat;
    background-position: left top;
    background-size: auto;
}
.recruit-fs{
    margin: -8px;
}
.recruit-fsbox{
    padding: 8px;
    width: 49.5%;
}
.recruit-fsan1{
    background-image: url(/htmlmb/index2020/images/recruit1-i.png);
}
.recruit-fsan2{
    background-image: url(/htmlmb/index2020/images/recruit2-i.png);
}
.recruit-fsan3{
    background-image: url(/htmlmb/index2020/images/recruit3-i.png);
}
.recruit-fsan4{
    background-image: url(/htmlmb/index2020/images/recruit4-i.png);
}
.recruit-fsan5{
    background-image: url(/htmlmb/index2020/images/recruit5-i.png);
}
.recruit-fsan6{
    background-image: url(/htmlmb/index2020/images/recruit6-i.png);
}
.recruit-fsan{
    text-align: center;
    padding: 15px 30px 15px 45px;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    display: block;
    background-color: #e6f2fa;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto;
}
.recruit-code{
    padding: 10px 0 15px;
}
.recruit-codebox{
    margin: 0 -10px;
}
.recruit-code1{
    padding: 0 35px;
    width: 49.5%;
}
.recruit-code1:nth-child(3)
{
    display:none;
}
.recruit-cimg{
    overflow: hidden;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: 100px;
    height: 100px;
}
.recruit-cfont{
    margin-top: 5px;
}
.recruit-cfont p{
    text-align: center;
    font-size: 14px;
    color: #999;
}
.recruit-telbox{
    padding: 0 7%;
	
}
.recruit-tel i{
    font-size: 40px;
    color: #999;
    margin-right: 15px;
}
.recruit-telf p{
    font-size: 16px;
    color: #c01920;
	font-weight:bold;
}
.recruit-telf h3{
    font-size: 20px;
    color: #c01920;
}
.recruit-fsan:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
/* 党建模块 */
.associat{
    background: url(/htmlmb/index2020/images/dj-bg.png) no-repeat center top;
    background-size: cover;
}
.associat .comm-lb p{
    font-size: 14px;
    width: 80%;
}
.partybd-tit{
    background: url(/htmlmb/index2020/images/partybd-i.png) no-repeat left top;
    background-size: auto;
}
.partycam-tit{
    background: url(/htmlmb/index2020/images/partybd-i.png) no-repeat left top;
    background-size: auto;
}
.theme-tit{
    background: url(/htmlmb/index2020/images/education-i.png) no-repeat left 2px;
    background-size: auto;
}
.theme-ad{
    padding-bottom: 10px;
}
.theme-img{
    display: block;
    width: 100%;
    height: 106px;
    overflow: hidden;
    border-radius: 4px;
}
.theme ul li{
    line-height: 34px;
}
.theme ul li a{
    font-size: 14px;
    color: #333;
    display: block;
}
.theme ul li a:hover{
    color: #c01920;
}

.theme ul li a img[src *= video\.gif]
{
    width:6%;
    height:6%;
}


/* 学院模块*/
.college .tit a{
    padding-left: 20px;
}
.college .college-tit1{
    background: url(/htmlmb/index2020/images/college-i.png) no-repeat 15px 2px;
    background-size: auto;
}
.college .college-tit2{
    background: url(/htmlmb/index2020/images/focus-i.png) no-repeat 15px 2px;
    background-size: auto;
}
.college .skill-tit1{
    background: url(/htmlmb/index2020/images/skill-i.png) no-repeat 15px 2px;
    background-size: auto;
}
.college .skill-tit2{
    background: url(/htmlmb/index2020/images/skill-i.png) no-repeat 15px 2px;
    background-size: auto;
}
.college .graduates-tit{
    background: url(/htmlmb/index2020/images/graduates-i.png) no-repeat left 2px;
    background-size: auto;
}
.college-tit h3{
    color: #333;
}
.college .college-tit .titbox.on h3{
    color: #c01920;
}
.college .tw-font{
    width: 55%;
}
.college .tw-font h3{
    line-height: 28px;    
}
.college1 .tw-lb{
    padding-bottom: 10px;
    border-bottom: 1px dashed #d9d9d9;
}
.college .titl .titbox{
    margin: 0;
}
.college-lb .comm-lb{
    line-height: 34px;
}
.college-lb .comm-lb p{
    font-size: 14px;
    width: 80%;
}
.college .titl .titbox h3{
    padding-left: 40px;
}
.skill .tw-lb{
    background: #f5f8fa;
    margin-bottom: 30px;
}
.skill .tw-lb:nth-child(2){
    margin: 0;
    padding-left:30px;
}
.graduates .tit a{
    padding-left:0;
}
.graduates .swiper3{
    padding-top: 20px;
}
.graduates .swiper3 .swiper-slide{
    width: 165px;
    height: 220px;
}
.graduates .swiper3 .swiper-silde img{
    display: block;
}
.enroll .switch-more:hover p,.enroll .switch-more:hover i{
    color: #c01920;
}
/* 轮播广告 */
.adver-img{
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
}
.swiper4 .swiper-pagination4{
    position: absolute;
    bottom: 10px !important;
    width: 100%;
    z-index: 1;
    text-align: right;
    padding-right: 20px;
    transition: .3s opacity;
    font-size: 12px;
    color: #333;
}
.swiper4 .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    background-color: white;
    text-align: center;
    line-height: 18px;
}
/* 机构设置 */
.organize{
    background: url(/htmlmb/index2020/images/jg-bg1.jpg) no-repeat center top;
    background-size: cover;
}
.organize-tit{
    background: url(/htmlmb/index2020/images/institutional-i.png) no-repeat left 1px;
}
.organ-row{
    padding-top: 20px;
}
.organ-rowbox{
    margin: -15px;
}
.organ-cow{
    padding: 15px;
    width: 25%;
}
.organ-cowbox{
    background: white;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.organ-img{
    width: 145px;
    height: 112px;
    overflow: hidden;
}
.organ-font{
    padding: 15px;
    width: 50%;
    height: 112px;
    position: relative;
    background: url(/htmlmb/index2020/images/organlb-bg.png) no-repeat right bottom;
    background-size: auto;
}
.organ-font h3{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    z-index: 2;
    margin-bottom: 10px;
    line-height: 24px;
}
.organ-font span{
    width: 20px;
    height: 3px;
    background: #c01920;
    display: block;
    margin-bottom: 10px;
}
.organ-more p{
    font-size: 12px;
    color: #999;
}
.organ-more i{
    font-size: 14px;
    color: #999;
    padding-top: 2px;
}
.organ-cowbox:hover{
    background: #c01920;
    opacity: .8;
}
.organ-cowbox:hover .organ-font{
    background-image: url(/htmlmb/index2020/images/organlb-bg-hover.png);
}
.organ-cowbox:hover .organ-font span{
    background: white;
}
.organ-cowbox:hover .organ-font h3,.organ-cowbox:hover .organ-font p,.organ-cowbox:hover .organ-font i{
    color: white;
}
/* 实训中心 */
.training-bg .training-tit{
    background: url(/htmlmb/index2020/images/training/ -i.png)no-repeat left 2px;
    background-size: auto;
}
.training-bg .video-tit{
    background: url(/htmlmb/index2020/images/video-i.png)no-repeat left 2px;
    background-size: auto;
}
.training-bg .profes-tit{
    background: url(/htmlmb/index2020/images/professional/ -i.png)no-repeat left 2px;
    background-size: auto;
}
.trai-lbbox{
    padding: 20px;
    background: #f5f8fa;
    margin-bottom: 10px;
    display: block;
    border-radius: 8px;
}
.trai-lbbox:last-child{
    margin-bottom: 0;
}
.training-img{
    width: 310px;
    height: 190px;
    overflow: hidden;
    border-radius: 4px;
}
.training-font{
    margin-left: 30px;
    margin-top: 20px;
    width: 59%;
}
.training-font h3{
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
.training-font>p{
    color: #777;
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0 20px;
}
.training-more{
    color:#666;
    font-size: 14px;
}
.training-more i{
    padding-top: 2px;
}
.trai-lbbox1 .training-font{
    margin-right: 30px;
    margin-left: 0;
}
.training-bg .comm-lb p{
    width: 75%;
}
.video{
    border-radius: 6px;
    margin-bottom: 30px;
}
.video2{
    border-radius: 6px;
    margin-bottom: 30px;
}
.video2 video{
    width: 100%;
    height: 220px;
}
.profes .comm-lb{
    line-height: 29px;
}
.profes .comm-lb p{
    font-size: 14px;
}
.jw-skin-bce .jw-button-color:hover,.trai-lbbox:hover h3{
    color: #c01920 !important;
}
.jw-skin-bce .jw-progress{
    background: #c01920 !important;
}
/* 云工四季 */
.yg-seasons{
    background: url(/htmlmb/index2020/images/ygsj-bg.jpg) no-repeat center top;
    background-size: cover;
}
.yg-tit{
    background: url(/htmlmb/index2020/images/seasons-i.png)no-repeat left 2px;
    background-size: auto;
}
.yg-seasonsbox{
    position: relative;
}
.yg-lb{
    padding-top: 20px;
}
.yg-seasons .bigpic{
    width: 70%;
}
.yg-seasons .smallpic{
    width: calc(30% + 30px);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bigpic ul li img{
    width: 100%;
    height: 491px;
}
.smallpic ul li img{
    width: 100%;
    height: 266px;
}
.yg-font{
    width: 100%;
    background-color: white;
    padding: 20px;
}
.yg-font h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.bigpic .slick-slider li:hover .yg-font h3{
    color: #c01920;
}
.smallpic .slick-slider li:hover .yg-font h3{
    color: #c01920;
}
.bigpic .slick-dots{
    z-index: 100;
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 1250px;
}
.bigpic .slick-dots li{
    display: inline-block;
    width: auto;
    float: none;
    vertical-align: middle;
}
.bigpic .slick-dots li button{
    background: #c01920;
    border: 0 none;
    opacity: .7;
    border-radius:50%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height:14px;
    line-height: 0;
    margin: 0 5px;
    outline: medium none;
    padding: 0;
    width: 14px;
}
.bigpic .slick-dots li.slick-active button{
    opacity: 1;
}

.floatbig ul li{
 margin-top:5px;
}
/* 天发娱乐唯一官网官方正版荣誉 */
.honor-tit{
    background: url(/htmlmb/index2020/images/honor-i.png) no-repeat left top;
    background-size: auto;
}
.swiper5 .swiper-wrapper{
    transition-timing-function: linear !important;
}
.swiper3 .swiper-slide{
    display: block;
}
.honor-img{
    width: 234px;
    height: 155px;
    border-radius: 4px;
    overflow: hidden;
}
.honor-font{
    padding-top: 10px;
    width: 100%;
}
.honor-font h3{
    font-size: 14px;
    text-align: center;
    color: #333;
    font-weight: normal;
}
.swiper5 .swiper-slide:hover h3{
    color: #c01920;
}
/* 友情链接 */
.link{
    padding: 30px 0 20px;
    background-color: #f5f5f5;
}
.linkbox{
    line-height: 18px;
}
.link-tit{
    background: url(/htmlmb/index2020/images/link-i.png) no-repeat left top;
    background-size: auto;
    padding-left: 25px;
    height: 100%;
    width: 10%;
}
.link-lb{
    width: 80%;
}
.link-tit h1{
    font-size: 18px;
    color: #c01920;
    font-weight: normal;
}
.link-lb ul li a{
    display: block;
    padding: 0 15px;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}
.link-lb ul li a:hover{
    color: #c01920;
}
/* 移动端招生专栏 */
.recruit-m{
    display: none;
    padding: 20px 0;
}
.recru-row{
    padding: 10px 0;
}
.recru-rowbox{
    margin: -5px;
}
.recru-cow{
    padding: 5px;
    width: 33.33%;
}
.recru-cowbox{
    display: block;
    padding:10px;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    text-align: left;
    background-color: #e1edf5;
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 15%;
    padding-left: 40px;
}
/* 移动端优秀毕业生 */
.graduates-m{
    padding: 10px 0;
    display: none;
    width: 100%;
}
.gradum-row{
    margin: 20px 0;
}
.gradum-rowbox{
    margin: -10px;
}
.gradum-cow{
    padding: 10px;
    width: 50%;
}
.gradum-cowbox{
    height: 240px;
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.graduates-m .tit a{
    padding-left: 0;
}
.swiper6 .swiper-wrapper{
    padding-bottom: 15px;
}
.swiper6 .swiper-pagination-bullets{
    text-align: center;
    bottom: -20px !important;
}
.swiper6 .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #c01920;
    opacity: .4;
    margin: 0 8px;
}
.swiper6 .swiper-pagination-bullet-active{
    opacity: 1;
}
/* 移动端天发娱乐唯一官网官方正版荣誉 */
.honor-m{
    padding: 10px 0;
    display: none;
}
.honorm-row{
    margin: 10px 0;
}
.honorm-rowbox{
    margin: -10px;
}
.honorm-cow{
    padding: 10px;
    width: 50%;
}
.honorm-cow{
    display: block;
}
.honorm-img{
    overflow: hidden;
    height: 122px;
    border-radius: 6px;
}
.honor-m .honorm-row h3{
    font-size: 14px;
    color: #444;
    text-align: center;
    font-weight: normal;
    margin-top: 5px;
}