.fr {
    float: right;
}

.fl {
    float: left;
}

#hbgk {}

#hbgk .part {
    padding: 10px 0;
}

#hbgk .part img {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

#hbgk .part img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#hbgk .part .title {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: #F1F1F1;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    color: #016AAE;
}

#hbgk .part .content {
    margin: 20px 20px 0px 20px;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    padding-top: 10px;
}

#hbgk ul {
    padding: 10px 0 10px 50px;
    margin-bottom: 20px;
}

#hbgk ul li {
    width: 235px;
    height: 185px;
    float: left;
    margin: 10px 5px 0px 5px;
}

#hbgk ul li img {
    width: 235px;
    height: 185px;
    position: absolute;
}

#hbgk ul li p {
    width: 235px;
    height: 30px;
    font-size: 16px;
    margin: 155px 0px 0px 0px !important;
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    /*text-align:center;*/
}

#hbgk ul li a p {
    color: #fff;
    color: #fff !important;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#hbgk ul li a:hover p {
    color: #ffff00 !important;
}

#player {
    background-color: rgb(0, 0, 0);
    width: 390px;
    height: 300px;
    cursor: pointer;
}

.content {
    text-indent: 0em;
    line-height: 200%;
    font-size: 16px;
    padding: 30px 10px;
    color: #444;
}

.category_more {
    height: 50px;
    line-height: 50px;
    float: right;
    padding-right: 20px;
    font-size: 14px;
    color: #112a4d;
    text-decoration: none;
}

.category_more i {
    margin-left: 8px;
    font-size: 14px !important;
}
.yuan { border-radius:20px; }
.yuan_10 { border-radius:10px; }
.yuan_11 {
    border-radius: 0px 0px 10px 10px;
}

/* 适老化 */
.oldModel video,
.oldModel #player{width: 1080px;height: 831px;}
.oldModel .part .fl{width: 1080px!important;float: none;}
.oldModel .part .fr{width: 1080px!important;float: none;margin-top: 20px;}

.oldModel #hbgk .part .title{font-size: 30px;height: 50px;line-height: 50px;}
.oldModel #hbgk .part .content{height: 40px;line-height: 40px}
.oldModel #hbgk .part .content p{font-size: 28px;;}

.oldModel .category_more i{font-size: 24px!important;}
.oldModel .category_more {font-size: 26px;}

.oldModel #hbgk ul li p{width: 470px;height: 60px;margin-top: 310px!important;font-size: 28px;line-height: 60px;}
.oldModel #hbgk ul li,
.oldModel #hbgk ul li img{width: 470px;height: 370px;}
