﻿
.siblings48 {
    width: 350px;
    padding-bottom: 40px;
}

.siblings48_head {
    height: 45px;
    background-color: rgb(248, 248, 248);
    border-bottom: 1px solid rgb(242, 242, 242);
}

.siblings48_head p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(1, 165, 194, 1);
    line-height: 45px;
    background-color: white;
    border-top: 2px solid rgba(1, 165, 194, 1);
    display: inline-block;
    border-right: 1px solid rgb(242, 242, 242);
    padding-right: 5px;
}

.siblings48_head_ul {
    font-size: 14px;
    font-weight: 400;
    color: rgba(1, 165, 194, 1);
    display: inline-block;
    float: right;
    height: 40px;
}

.siblings48_head_ul li {
    display: inline-block;
    line-height: 45px;
    padding: 0 10px;
    color: #888888;
    cursor: pointer;
}

.siblings48_head_ul li.active {
    background-color: white;
    border-right: rgb(242, 242, 242) 1px solid;
    border-left: rgb(242, 242, 242) 1px solid;
    border-top: rgb(242, 242, 242) 1px solid;
    color: rgba(1, 165, 194, 1);
}

.siblings48_main_ul {
    width: 100%;
}

.siblings48_main_ul li {
    position: relative;
    border-bottom: 1px solid rgb(242, 242, 242);
    padding: 10px 0;
    height: 66px;
    box-sizing: border-box;
}

.siblings48_main_ul li .number {
    width: 25px;
    height: 25px;
    background: #EFEFEF;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    color: rgb(165, 165, 165);
    display: inline-block;
    margin-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.siblings48_main_ul li .txt {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 43px;
}

.siblings48_main_ul li .txt:hover {
    color: #01a5c2;
    text-decoration: none;
}

.siblings48_main_ul li:first-of-type .number {
    background: rgba(1, 165, 194, 1);
    color: white;
}

.siblings48_main_ul li:nth-of-type(2) .number {
    background: rgba(1, 165, 194, 1);
    color: white;
    opacity: 0.85;
}

.siblings48_main_ul li:nth-of-type(3) .number {
    background: rgba(1, 165, 194, 1);
    color: white;
    opacity: 0.75;
}


.subTagTitle {
    border-top: 1px solid rgb(242, 242, 242);
    position: relative;
    height: 45px;
}

.subTagTitle p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(1, 165, 194, 1);
    line-height: 40px;
    border-top: 1px solid #00ABC9;
    position: absolute;
    height: 40px;
    top: -1px;
}

.subTagTitle p a {
    color: rgba(1, 165, 194, 1);
}

.subTagTitle p a:hover {
    color: rgba(64, 64, 64, 1);
    text-decoration: none;
}

.RecomVideo {
    width: 350px;
    padding-bottom: 40px;
}

.RecomVideo .videoB {
    background-color: black;
    width: 350px;
    height: 197px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.RecomVideo .videoB .txt {
    position: absolute;
    bottom: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.RecomVideo .videoB .txt .circle {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: relative;
    margin: 5px 13px;
    display: inline-block;
}

.circle_inner_play {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -3px;
    display: inline-block;
}

.circle_inner_pause {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -9px;
    color: white;
    font-size: 8px;
}

.circle_inner_pause p {
    display: inline-block;
    width: 3px;
    height: 12px;
    background-color: white;
    margin-top: 3px;
    margin-left: 5px;

}

.RecomVideo .videoB .txt .title {
    width: 272px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    float: right;
    margin-right: 15px;
}

.vw_video_box {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.RecomVideo .videoS {
    width: 350px;
    height: 108px;
    position: relative;
    margin-top: 8px;
    background-color: #F8F8F8;
}


.RecomVideo .videoS .videoS_img_box {
    width: 160px;
    height: 108px;
    display: inline-block;
    position: relative;
    overflow: hidden;

}

.RecomVideo .videoS .videoS_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s linear;
}

.RecomVideo .videoS .videoS_img:hover {
    transition: all .5s linear;
    transform: scale(1.1);
    /*width: 180px;*/
    /*height: 128px;*/
}

.RecomVideo .videoS .txt {
    float: right;
    width: 148px;
    height: 59px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(65, 65, 65, 1);
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-right: 17px;
    text-align: justify;
    margin-top: 25px;
}

.RecomVideo .videoS .txt .bofang {
    width: 20px;
    height: 15px;
    background: rgba(1, 165, 194, 1);
    border-radius: 3px;
    position: relative;
    display: inline-block;
    bottom: -2px;
    margin-right: 5px;
}

.RecomVideo .videoS .txt .bofang:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -3px;
}

.inner1100.wrp {
    width: 1200px;
}

.main_slide {
    margin-right: 50px;
}

body {
    background-color: #EEEEEE;
}

#J_nav_wrp .nav {
    border: none;
    height: 68px;
}

#J_nav_wrp .logo {
    float: left;
    font-size: 24px;
    margin-top: 6px;
    border-bottom: 3px solid #01a5c2;
    height: 59px;
    margin-right: 20px;
}

.head_nav {
    padding: 0 0 0 0px;
}

.subTagTitle p span {
    font-size: 14px;
    color: #DCDCDC;
}

.wrp .head_nav li a:hover{
    padding: 3px 17px 0;
    border: none;
}